blue_bar.css
2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
/* 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;
}
#environment_identification {
float: left;
background: url("../images/bg_blue_logo.png") left bottom no-repeat;
vertical-align: bottom;
font-weight:bold;
width: 230px;
height: 40px;
line-height: 40px;
padding-left: 60px;
}
#bar_center_content {
position: relative;
margin-left: 290px;
margin-right: 120px;
text-align: center;
font-size: 13px;
height: 40px;
}
#user_links {
float: right;
text-align: center;
color: #204a87;
font-size: 12px;
width: 120px;
height: 40px;
}
#user_links a {
color: #ffffff;
padding-left: 5px;
padding-right: 5px;
font-size: 10px;
text-decoration: none;
}
#user_links a:hover {
color: #fce94f;
}
/* 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;
}
#search_input_bar {
width: 163px;
height: 19px;
font-size: 10px;
border: 1px solid #545454;
}
#search_select_bar {
height: 18px;
font-size: 10px;
border: 1px solid #545454;
}
#search_button_bar {
height: 17px;
font-size: 10px;
border: 1px solid #545454;
}
/* MENU BAR */
#menu_bar {
position: absolute;
top: 19px;
width: 380px;
left: 50%;
font-size: 12px;
margin-left: -190px;
height: 20px;
text-align: center;
}
#menu {
margin: 0px;
padding: 0px;
text-align: center;
list-style:none;
}
#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 */