Commit 3d080b6207e92ff85396ba4f4aa01c9ee9e3ac06
1 parent
158adcbd
Exists in
master
inclus?o do css e da primeira vers?o do c?digo da barra
Showing
1 changed file
with
40 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,40 @@ |
1 | +#barra-brasil { | |
2 | + position:relative; | |
3 | + overflow:hidden; | |
4 | + min-width:1000px; | |
5 | + background: #004b82 url(imagens/barra-brasil-v3-bgx.png) center bottom no-repeat; | |
6 | +} | |
7 | + | |
8 | +#barra-brasil .barra { | |
9 | + display: block; | |
10 | + width: 960px; | |
11 | + height:28px; | |
12 | + margin: 0 auto; | |
13 | + background: url(imagens/barra-brasil-v3-bgx.gif) 0 bottom repeat-x; | |
14 | +} | |
15 | + | |
16 | +#barra-brasil .barra ul { | |
17 | + float:right; | |
18 | + width: 319px; | |
19 | +} | |
20 | + | |
21 | +#barra-brasil .barra ul li { | |
22 | + float: left; | |
23 | + padding-left: 25px; | |
24 | +} | |
25 | + | |
26 | +#barra-brasil .ai { | |
27 | + display: block; | |
28 | + width: 161px; | |
29 | + height: 28px; | |
30 | + text-indent: -1000px; | |
31 | + background: #004b82 url(imagens/ai.png) no-repeat 0 4px; | |
32 | +} | |
33 | + | |
34 | +#barra-brasil .brasilgov { | |
35 | + display: block; | |
36 | + width: 101px; | |
37 | + height: 28px; | |
38 | + text-indent: -1000px; | |
39 | + background: #004b82 url(imagens/brasil.png) no-repeat 0 4px; | |
40 | +} | ... | ... |