+
-
+
+ <% if @category %>
+ <%= @category.full_name %>
+ <% else @category %>
+
+ <%= user_options %>
+
+ <% end %>
+
+
-
+
<%= render :file => 'shared/categories_menu' %>
-
- <% if @category %>
- <%= @category.full_name %>
- <% else @category %>
-
- <%= user_options %>
-
- <% end %>
-
diff --git a/public/images/bg_footer.png b/public/images/bg_footer.png
index a7ea6b1..12efca5 100644
Binary files a/public/images/bg_footer.png and b/public/images/bg_footer.png differ
diff --git a/public/images/bg_searchbox.png b/public/images/bg_searchbox.png
index a28caa4..bf93803 100644
Binary files a/public/images/bg_searchbox.png and b/public/images/bg_searchbox.png differ
diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css
index 718bd29..4ec75c0 100644
--- a/public/stylesheets/common.css
+++ b/public/stylesheets/common.css
@@ -60,3 +60,9 @@ div#errorExplanation h2 {
color: white;
text-align: center;
}
+
+div#footer {
+background: #ffffff url("../images/bg_footer.png") repeat-x !important;
+background-position: 0px 0px;
+}
+
diff --git a/public/stylesheets/menu.css b/public/stylesheets/menu.css
index f6a6adf..469c7ca 100644
--- a/public/stylesheets/menu.css
+++ b/public/stylesheets/menu.css
@@ -4,6 +4,7 @@
height: 11px;
padding: 0px;
margin-top: -5px;
+ margin-right: 5px;
font-family: Verdana, Arial, Serif-sans;
z-index: 9999;
}
@@ -11,9 +12,8 @@
/* Menu Itens Accessibility */
#accessibility_menu {
- position: absolute;
- right: 10px;
- top: 35px;
+ float: right;
+ margin-right: 10px;
font-family: Verdana, Arial, Serif-sans;
font-size: 10px;
color: #dfdfdf;
@@ -33,17 +33,19 @@
color: #ffffff;
}
-/* Div Header */
+/* Top Bar */
-#user_options a {
-height: 35px !important ;
+#top_bar {
+height: 20px;
+line-height: 20px;
color: #ffffff !important ;
-font-size: 10px !important ;
+font-size: 12px !important ;
font-family: Sans-serif !important ;
font-weight: bold !important ;
vertical-align: middle !important ;
-padding: 0px 5px 0px 5px !important ;
-text-decoration: underline !important ;
+padding: 0px !important ;
+margin: 0px;
+text-align: left;
}
/* Itens Navigation Bar */
@@ -51,7 +53,7 @@ text-decoration: underline !important ;
#navigation_bar {
float: left;
padding: 0px !important;
- margin: 0px !important;
+ margin-top: -5px !important;
height: 40px;
vertical-align: middle;
line-height: 40px;
@@ -83,12 +85,12 @@ text-decoration: underline !important ;
}
#navigation_bar ul ul {
+position: absolute;
+top: 58px;
margin: 0px;
padding: 0px;
width: 100%;
left: 0px;
-position: absolute;
-top: 40px;
display: none;
z-index: 999;
}
@@ -108,11 +110,13 @@ z-index: 999;
#search_box {
float: right;
-margin-top: 10px;
-margin-right: 10px;
-height: 20px;
-line-height: 20px;
-vertical-align: middle;
+margin: 0px;
+width: 200px;
+height: 35px;
+padding-top: 5px;
+padding-left: 15px;
+background: url("../images/bg_searchbox.png") no-repeat;
+background-position: bottom left;
}
#input_search {
@@ -144,16 +148,7 @@ color: #545454;
border: 1px inset #dfdfdf;
}
-/* Path Category */
-#path_category {
- clear: both;
- padding: 3px;
- font-size: 12px;
- font-weight: bold;
- text-align: left;
- color: #fff;
-}
/* Itens Colors Change */
@@ -172,6 +167,10 @@ border: 1px inset #dfdfdf;
border: 5px solid #204a87 !important;
}
+#top_bar.category {
+background-color: #204a87;
+}
+
#category a {
background: url("../images/bg_menu_options.png") no-repeat;
background-position: 0px 0px;
@@ -209,6 +208,10 @@ li#category ul li a:hover {
border: 5px solid #ce5c00 !important;
}
+#top_bar.category1 {
+background-color: #ce5c00;
+}
+
#category1 a {
background: url("../images/bg_menu_options.png") no-repeat;
background-position: -124px 0px;
@@ -246,6 +249,10 @@ li#category1 ul li a:hover {
border: 5px solid #4e9a06 !important;
}
+#top_bar.category2 {
+background-color: #4e9a06;
+}
+
#category2 a {
background: url("../images/bg_menu_options.png") no-repeat;
background-position: -246px 0px;
@@ -283,6 +290,10 @@ li#category2 ul li a:hover {
border: 5px solid #5c3566 !important;
}
+#top_bar.category3 {
+background-color: #5c3566;
+}
+
#category3 a {
background: url("../images/bg_menu_options.png") no-repeat;
background-position: -368px 0px;
--
libgit2 0.21.2