diff --git a/public/artwork/tmp/bar_tmp.png b/public/artwork/tmp/bar_tmp.png
new file mode 100644
index 0000000..5002206
Binary files /dev/null and b/public/artwork/tmp/bar_tmp.png differ
diff --git a/public/artwork/tmp/images/bg_blue_menu.png b/public/artwork/tmp/images/bg_blue_menu.png
new file mode 100644
index 0000000..038db75
Binary files /dev/null and b/public/artwork/tmp/images/bg_blue_menu.png differ
diff --git a/public/artwork/tmp/javascript b/public/artwork/tmp/javascript
new file mode 120000
index 0000000..9313de1
--- /dev/null
+++ b/public/artwork/tmp/javascript
@@ -0,0 +1 @@
+../../javascripts
\ No newline at end of file
diff --git a/public/artwork/tmp/javascripts b/public/artwork/tmp/javascripts
new file mode 120000
index 0000000..9313de1
--- /dev/null
+++ b/public/artwork/tmp/javascripts
@@ -0,0 +1 @@
+../../javascripts
\ No newline at end of file
diff --git a/public/artwork/tmp/js b/public/artwork/tmp/js
deleted file mode 120000
index 9313de1..0000000
--- a/public/artwork/tmp/js
+++ /dev/null
@@ -1 +0,0 @@
-../../javascripts
\ No newline at end of file
diff --git a/public/artwork/tmp/stylesheets/blue_bar.css b/public/artwork/tmp/stylesheets/blue_bar.css
index 68037cb..d6e8723 100644
--- a/public/artwork/tmp/stylesheets/blue_bar.css
+++ b/public/artwork/tmp/stylesheets/blue_bar.css
@@ -1,74 +1,188 @@
-/* Bar Blue Default */
+/* Default Bar theme Blue Sky */
+#frame {
+ background: #fff url("../images/black_white_12px.png") repeat-x;
+}
+
+#menu_accessibility {
+ font-size: 10px;
+ color: black;
+ font-family: Sans-serif;
+ color: #545454;
+}
+
+
+#menu_accessibility a {
+ color: #545454;
+ text-decoration: none;
+}
+
+#menu_accessibility a:hover {
+ color: #000000;
+ text-decoration: underline;
+}
+
+#menu_accessibility a:focus {
+ color: #ef2929;
+ text-decoration: underline;
+}
+
+#header {
+ background: #fff url("../images/bg_blue_bar.png") left bottom repeat-x;
+ font-family: Verdana, Sans-serif;
+ height: 40px;
+ color: #ffffff;
+}
#virtual_community_identification {
-position: absolute;
-background: url("../images/bg_blue_logo.png") no-repeat;
+float: left;
+background: url("../images/bg_blue_logo.png") left bottom no-repeat;
vertical-align: bottom;
+font-weight:bold;
width: 230px;
-height: 34px;
-line-height: 34px;
+height: 40px;
+line-height: 40px;
padding-left: 60px;
}
-#virtual_community_identification:hover {
-color: #dfdfdf;
+#bar_center_content {
+position: relative;
+margin-left: 290px;
+margin-right: 120px;
+text-align: center;
+font-size: 13px;
+height: 40px;
}
-#header {
- background: #fff url("../images/bg_blue_bar.png") repeat-x;
- color: #ffffff;
+#user_links {
+float: right;
+text-align: center;
+color: #204a87;
+font-size: 12px;
+width: 120px;
+height: 40px;
}
-
-#header a {
-display: table-cell;
-height: 35px;
+#user_links a {
color: #ffffff;
+padding-left: 5px;
+padding-right: 5px;
font-size: 10px;
-font-family: Sans-serif;
-font-weight: bold;
-vertical-align: middle;
-padding: 0px 5px 0px 5px;
-text-decoration: underline;
+text-decoration: none;
}
-#user_links {
-margin-left: 290px;
+#user_links a:hover {
+color: #fce94f;
}
-#user_links a:hover, #user_links a:focus {
-color: #dfdfdf;
-text-decoration: none;
+
+/* SEARCH BAR */
+#search_bar {
+position: absolute;
+top: 0px;
+width: 380px;
+left: 50%;
+margin-left: -190px;
+height: 20px;
+text-align: center;
+color: #204a87;
+z-index: 9999;
}
-#logout_box a:hover, #logout_box a:focus {
-color: red;
-text-decoration: none;
+#search_input_bar {
+width: 163px;
+height: 19px;
+font-size: 10px;
+border: 1px solid #545454;
}
-#frame {
- background: #fff url("../images/black_white_12px.png") repeat-x;
+#search_select_bar {
+height: 18px;
+font-size: 10px;
+border: 1px solid #545454;
}
-#menu_accessibility {
- font-size: 10px;
- color: black;
- font-family: Sans-serif;
- color: #545454;
+#search_button_bar {
+height: 17px;
+font-size: 10px;
+border: 1px solid #545454;
}
-#menu_accessibility a {
- color: #545454;
- text-decoration: none;
+
+/* MENU BAR */
+#menu_bar {
+position: absolute;
+top: 19px;
+width: 380px;
+left: 50%;
+font-size: 12px;
+margin-left: -190px;
+height: 20px;
+text-align: center;
}
-#menu_accessibility a:hover {
- color: #000000;
- text-decoration: underline;
+#menu {
+margin: 0px;
+padding: 0px;
+text-align: center;
+list-style:none;
}
-#menu_accessibility a:focus {
- color: red;
- text-decoration: underline;
+#menu li {
+float: left;
+font-weight: bold;
+position: relative;
+}
+
+#menu li ul {
+ display:none;
+ position:absolute;
+ list-style:none;
+ text-align: left;
+ left:0px;
+ margin:0px;
+ width: 200px;
+ padding:0px;
+}
+
+#menu li:hover ul { display:block; }
+
+#menu li:hover, #menu li a:hover, #menu a:focus {
+ background: url("../images/bg_blue_menu.png") left bottom repeat-x;
+ color: #ffffff;
+}
+
+#menu li a{
+ display:block;
+ padding:.2em .5em;
+ text-decoration:none;
+ color: #dfdfdf;
+}
+
+#menu li ul{
+ background: #bcc6d4;
+}
+
+#menu li ul a{
+ color: #204a87;
+ border: 1px solid transparent;
+}
+
+#menu li ul li {
+ width: 100%;
}
+#menu li ul li a:hover {
+ background: url("../images/bg_blue_menu.png") left bottom repeat-x;
+ color: #ffffff;
+}
+
+
+/* Cores Tango
+ef2929 - Vermelho Claro
+729fcf - Azul Claro
+3465a4 - Azul Medio
+204a87 - Azul Escuro
+fce94f - Amarelo Claro
+*/
+/* END MENU BAR */
+
diff --git a/public/artwork/tmp/stylesheets/common.css b/public/artwork/tmp/stylesheets/common.css
index f36deaa..4cd06cf 100644
--- a/public/artwork/tmp/stylesheets/common.css
+++ b/public/artwork/tmp/stylesheets/common.css
@@ -1,3 +1,8 @@
+body {
+margin: 0px;
+padding: 0px;
+}
+
a img {
border: none;
}
--
libgit2 0.21.2