Rev 6548 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6236 | bpr | 1 | .wims_home_list li { |
2 | background-color:#e5e5e5; |
||
3 | list-style:none; |
||
4 | padding-top: 3pt; |
||
5 | padding-right: 0pt; |
||
6 | padding-bottom: 0pt; |
||
7 | padding-left: 3pt; |
||
8 | margin-top: 10pt; |
||
9 | margin-right: 0%; |
||
10 | margin-bottom: 3pt; |
||
11 | } |
||
12 | .wims_home_form { |
||
13 | padding: 5px; |
||
14 | width:150px; |
||
15 | } |
||
16 | table.wims_search_engine { |
||
17 | padding-top: 3pt; |
||
18 | background-color:#cccccc; |
||
19 | background: -webkit-gradient( linear, left top, left bottom, from(white), to(#999999) ); |
||
20 | background: -moz-linear-gradient( top center, white,#999999); |
||
21 | } |
||
22 | |||
23 | table.wims_search_engine td {text-align:center;} |
||
24 | .wims_home_button {} |
||
25 | .wims_home_menu {} |
||
26 | |||
27 | .wims_frontpage, .wims_motd{ |
||
28 | padding-right: 10pt; |
||
29 | padding-left: 10pt; |
||
30 | } |
||
31 | |||
32 | .wims_motd { background-color:rgb(232,232,232);} |