diff --git a/static/css/styles.css b/static/css/styles.css index 63fae08f..136666c4 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1313,6 +1313,14 @@ input[type=file] { height: 25px; } +.h-8 { + height: 2rem; +} + +.h-11 { + height: 2.75rem; +} + .max-h-\[470px\] { max-height: 470px; } @@ -1869,6 +1877,16 @@ input[type=file] { background-color: transparent; } +.bg-gray-600 { + --tw-bg-opacity: 1; + background-color: rgb(75 85 99 / var(--tw-bg-opacity)); +} + +.bg-gray-400 { + --tw-bg-opacity: 1; + background-color: rgb(156 163 175 / var(--tw-bg-opacity)); +} + .bg-opacity-70 { --tw-bg-opacity: 0.7; } @@ -1937,6 +1955,10 @@ input[type=file] { padding: 0.25rem; } +.p-\[10px\] { + padding: 10px; +} + .px-4 { padding-left: 1rem; padding-right: 1rem; @@ -2032,6 +2054,11 @@ input[type=file] { padding-bottom: 3.5rem; } +.py-\[10px\] { + padding-top: 10px; + padding-bottom: 10px; +} + .pl-11 { padding-left: 2.75rem; } @@ -2340,6 +2367,11 @@ input[type=file] { color: rgb(229 231 235 / var(--tw-text-opacity)); } +.text-gray-400 { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); +} + .placeholder-gray-500::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgb(107 114 128 / var(--tw-placeholder-opacity)); @@ -2750,6 +2782,18 @@ input[type=file] { margin-bottom: 1.5rem; } + .md\:mt-20 { + margin-top: 5rem; + } + + .md\:mt-16 { + margin-top: 4rem; + } + + .md\:mt-14 { + margin-top: 3.5rem; + } + .md\:block { display: block; } @@ -2999,6 +3043,11 @@ input[type=file] { padding-bottom: 2.75rem; } + .md\:px-3 { + padding-left: 0.75rem; + padding-right: 0.75rem; + } + .md\:pl-6 { padding-left: 1.5rem; } diff --git a/static/img/fpo/BreadCrumbs.png b/static/img/fpo/BreadCrumbs.png new file mode 100644 index 00000000..b3923dde Binary files /dev/null and b/static/img/fpo/BreadCrumbs.png differ diff --git a/static/img/fpo/breacrumb_fpo.png b/static/img/fpo/breacrumb_fpo.png new file mode 100644 index 00000000..3dfbe225 Binary files /dev/null and b/static/img/fpo/breacrumb_fpo.png differ diff --git a/templates/base.html b/templates/base.html index de35f134..de3c39ec 100644 --- a/templates/base.html +++ b/templates/base.html @@ -54,7 +54,7 @@ mode = m; }" class="h-screen bg-gray-200 dark:bg-black font-cairo" {% block body_id %}{% endblock %}> -
+{# #}
+{# Libraries#}
+{# {% if version_slug %}#}
+{# Libraries ({{ version_name }})#}
+{# {% endif %}#}
+{# {% if category %} Categorized#}
+{# {{ category.name }}#}
+{# {% endif %}#}