You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
420 B
24 lines
420 B
|
19 years ago
|
/* --- HEADER --- */
|
||
|
|
div.header {
|
||
|
|
position: relative;
|
||
|
|
display: block;
|
||
|
|
background-color: #99cc33;
|
||
|
|
border-bottom: 1px #acd233 solid;
|
||
|
|
height: 45px;
|
||
|
|
}
|
||
|
|
div.header h1 {
|
||
|
|
color: #FFF;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
div.header .logo2 {
|
||
|
|
position: absolute;
|
||
|
|
bottom: 0;
|
||
|
|
right: 0;
|
||
|
|
}
|
||
|
|
div.header .flags {
|
||
|
|
position: absolute;
|
||
|
|
bottom: 2px;
|
||
|
|
left: 0px;
|
||
|
|
}
|
||
|
|
div.header .flags a { margin-left: 0.5em; }
|