From 51a060dd4edd531edbc8bdb11d13312077a0e29b Mon Sep 17 00:00:00 2001 From: Breno Teixeira Date: Thu, 22 Aug 2013 15:49:41 -0300 Subject: [PATCH] =?UTF-8?q?Mudan=C3=A7a=20na=20referencia=20do=20css=20de?= =?UTF-8?q?=20URL=20para=20STATIC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- media/css/globalnav-estilos.css | 44 +++++++++++++++++++++++++++++ sigi/templates/admin/base_site.html | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 media/css/globalnav-estilos.css diff --git a/media/css/globalnav-estilos.css b/media/css/globalnav-estilos.css new file mode 100644 index 0000000..853f711 --- /dev/null +++ b/media/css/globalnav-estilos.css @@ -0,0 +1,44 @@ +#globalnavbar { + font-family: Tahoma, Arial, sans-serif; + font-size: 12pt; + background: #fff url(http://www.interlegis.gov.br/globalnav-logo.gif) no-repeat 0.75em 0.5em; + border-bottom: 6px solid #b8b8b8; + height: 30px; + margin: 0 auto; + position: relative; + text-transform: capitalize; + clear: both; +} + +#globalnavbar li { + border-right: 2px solid #b8b8b8; + float: right; + font-size: 0.9em; + font-weight: bold; + height: 20px; + list-style: none; + margin-top: 10px; + padding: 0 36px; + text-align: right; + line-height: 1.25em; +} + +#globalnavbar .globalnav-portal { color: #58595b; } +#globalnavbar .globalnav-intranet { color: #eda406; } +#globalnavbar .globalnav-colab { color: #007f3e; } +#globalnavbar .globalnav-saberes { color: #184e82; } +#globalnavbar li.globalnav-busca { border: 0; padding: 0 0 0 7px; } +#globalnavbar li a { border: 0; text-decoration: none; } +#globalnavbar li a:hover { background: none; text-decoration: underline; } +#globalnavbar input { + background: #fff url(http://www.interlegis.gov.br/globalnav-buscar.gif) no-repeat bottom; + border: 0; + bottom: 0.33em; + color: #a6a6a6; + font-size: 0.8em; + height: 1.4em; + margin-left: 1.4em; + padding: 0.4em 1em 0 2.5em; + position: relative; + width: 97px; +} \ No newline at end of file diff --git a/sigi/templates/admin/base_site.html b/sigi/templates/admin/base_site.html index 1bbd361..28906d7 100644 --- a/sigi/templates/admin/base_site.html +++ b/sigi/templates/admin/base_site.html @@ -4,7 +4,7 @@ {% block title %}{{ title }} | SIGI{% endblock %} {% block extrastyle %} - + {% endblock %}