source: branches/feature-module-update/data/module/Services/JSON/doc/media/banner.css @ 16259

Revision 16259, 425 bytes checked in by adachi, 16 years ago (diff)

Services_JSONを追加

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.