Rev 6649 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6649 | Rev 7074 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | /*** Nikaia Home.css ***/ |
|
- | 2 | ||
1 | .wims_home_list{ |
3 | .wims_home_list{ |
2 | background-color: white; |
4 | background-color: white; |
3 | margin:0; |
5 | margin:0; |
4 | padding:1em; |
6 | padding:1em; |
5 | overflow: auto; |
7 | overflow: auto; |
6 | } |
8 | } |
7 | .wims_home_list li { |
9 | .wims_home_list li { |
8 | /*background-color:#e5e5e5;*/ |
10 | /*background-color:#e5e5e5;*/ |
9 | list-style:none; |
11 | list-style:none; |
10 | padding : 3pt 2pt; |
12 | padding : 3pt 2pt; |
11 | margin-top: 10pt; |
13 | margin-top: 10pt; |
12 | margin-right: |
14 | margin-right: 0; |
13 | margin-bottom: 3pt; |
15 | margin-bottom: 3pt; |
14 | } |
16 | } |
15 | .wims_home_list li:nth-child(even) {background-color:#e5e5e5;} |
17 | .wims_home_list li:nth-child(even) {background-color:#e5e5e5;} |
16 | 18 | ||
- | 19 | /*.wims_home_button {} |
|
17 |
|
20 | .wims_home_menu {}*/ |
- | 21 | ||
- | 22 | .wims_motd{ |
|
18 |
|
23 | padding-right: 10pt; |
19 |
|
24 | padding-left: 10pt; |
- | 25 | background-color:rgb(232,232,232); |
|
20 | } |
26 | } |
21 | - | ||
22 | .wims_home_button {} |
- | |
23 | - | ||
24 | .wims_home_menu {} |
- | |
25 | - | ||
26 | .wims_frontpage, .wims_motd{ |
- | |
27 | padding-right: 10pt; |
- | |
28 | padding-left: 10pt; |
- | |
29 | } |
- | |
30 | - | ||
31 | .wims_motd { background-color:rgb(232,232,232);} |
- |