Subversion Repositories wimsdev

Rev

Rev 6635 | Rev 6649 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6635 Rev 6636
Line 2... Line 2...
2
    background-color: white;
2
    background-color: white;
3
    margin:0;
3
    margin:0;
4
    padding:1em;
4
    padding:1em;
5
}
5
}
6
.wims_home_list li {
6
.wims_home_list li {
7
        /*background-color:#e5e5e5;*/
7
   /*background-color:#e5e5e5;*/
8
        list-style:none;
8
   list-style:none;
9
        padding : 3pt 2pt;
9
   padding : 3pt 2pt;
10
        margin-top: 10pt;
10
   margin-top: 10pt;
11
        margin-right: 0%;
11
   margin-right: 0%;
12
        margin-bottom: 3pt;
12
   margin-bottom: 3pt;
13
}
13
}
14
.wims_home_list li:nth-child(even) {background-color:#e5e5e5;}
14
.wims_home_list li:nth-child(even) {background-color:#e5e5e5;}
15
 
15
 
16
.wims_home_form {
16
.wims_home_form {
17
   padding: 5px;
17
   padding: 5px;
18
   width:150px;
18
   width:150px;
19
}
19
}
-
 
20
 
-
 
21
.wims_home_button {}
-
 
22
 
-
 
23
.wims_home_menu {}
-
 
24
 
-
 
25
.wims_frontpage, .wims_motd{
-
 
26
   padding-right: 10pt;
-
 
27
   padding-left: 10pt;
-
 
28
}
-
 
29
 
-
 
30
.wims_motd { background-color:rgb(232,232,232);}