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.
32 lines
396 B
32 lines
396 B
body |
|
{ |
|
background-color: #EEEEEE; |
|
margin: 0px; |
|
padding: 0px; |
|
} |
|
|
|
/* Banner (top bar) classes */ |
|
|
|
.banner { } |
|
|
|
.banner-menu |
|
{ |
|
clear: both; |
|
padding: .5em; |
|
border-top: 2px solid #AAAAAA; |
|
} |
|
|
|
.banner-title |
|
{ |
|
text-align: right; |
|
font-size: 20pt; |
|
font-weight: bold; |
|
margin: .2em; |
|
} |
|
|
|
.package-selector |
|
{ |
|
background-color: #DDDDDD; |
|
border: 1px solid #AAAAAA; |
|
color: #000090; |
|
}
|
|
|