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

Last change on this file since 451 was 301, checked in by jkraaijeveld, 13 years ago

Added new PHPDoc :D

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