Rev 14833 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6236 | bpr | 1 | /* Classes */ |
2 | /* title of class*/ |
||
3 | .wims_classname { |
||
15704 | obado | 4 | color:#595959; |
13173 | obado | 5 | font-weight:bold; |
6 | text-align:center; |
||
7 | /*margin:1em 0; |
||
8 | padding: 0 1em;*/ |
||
6236 | bpr | 9 | } |
10 | /* Class Type*/ |
||
7075 | obado | 11 | .wims_class_typename{font-size: .5em;} |
6236 | bpr | 12 | |
13 | /* titles of classes in text */ |
||
14 | .wims_classdesc, .wims_institutiondesc{ |
||
15704 | obado | 15 | color:#595959; |
13173 | obado | 16 | font-weight:bold; |
6236 | bpr | 17 | } |
18 | .wims_classdesc {font-size:large;} |
||
19 | |||
20 | /* external authentification (adm/class/reguser, adm/class/classes) */ |
||
21 | .wims_external_auth { padding:5px;} |
||
22 | |||
23 | /*** Class Settings ***/ |
||
24 | .class_settings label{ |
||
13173 | obado | 25 | min-width: 10em; |
26 | display: inline-block; |
||
6236 | bpr | 27 | } |
28 | .class_settings li{ |
||
13173 | obado | 29 | margin:0; |
30 | padding:2px 5px; |
||
6236 | bpr | 31 | } |
32 | .class_settings li:nth-child(even) {background: #CCC} |
||
33 | .class_settings li:nth-child(odd) {background: #FFF} |
||
34 | .field_required{ |
||
13173 | obado | 35 | font-size: 1.2em; |
36 | font-weight: bold; |
||
37 | color:red; |
||
6236 | bpr | 38 | } |
39 | |||
13173 | obado | 40 | #userlogo>img{ |
41 | padding: 3px; |
||
42 | background-color: #FFF; |
||
43 | border: 1px solid #DFDFDF; |
||
44 | margin-top: 3px; |
||
45 | } |
||
46 | |||
6236 | bpr | 47 | /* END of Classes */ |