source: Doc/Backend/PHPDoc/media/banner.css @ 231

Last change on this file since 231 was 160, checked in by jkraaijeveld, 13 years ago

Updated documentation
Added PHPDoc

File size: 393 bytes
Line 
1body
2{
3        background-color: #CCCCFF;
4        margin: 0px;
5        padding: 0px;
6}
7
8/* Banner (top bar) classes */
9
10.banner {  }
11
12.banner-menu
13{
14        clear: both;
15        padding: .5em;
16        border-top: 2px solid #6666AA; 
17}
18
19.banner-title
20{
21        text-align: right;
22        font-size: 20pt;
23        font-weight: bold;
24        margin: .2em;
25}
26
27.package-selector
28{
29        background-color: #AAAADD;
30        border: 1px solid black;
31        color: yellow;
32}
Note: See TracBrowser for help on using the repository browser.