Rev 6636 | Rev 10788 | 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 { |
||
7075 | obado | 4 | text-shadow:0 1px 1px #FFF; |
5 | color:#999; |
||
6236 | bpr | 6 | font-weight:bold; |
7 | text-align:center; |
||
8 | margin:1em 0; |
||
6636 | bpr | 9 | padding: 0 1em; |
6236 | bpr | 10 | } |
11 | /* Class Type*/ |
||
7075 | obado | 12 | .wims_class_typename{font-size: .5em;} |
6236 | bpr | 13 | |
14 | /* titles of classes in text */ |
||
15 | .wims_classdesc, .wims_institutiondesc{ |
||
7075 | obado | 16 | color:#999; |
6236 | bpr | 17 | font-weight:bold; |
18 | } |
||
19 | .wims_classdesc {font-size:large;} |
||
20 | |||
21 | /* external authentification (adm/class/reguser, adm/class/classes) */ |
||
22 | .wims_external_auth { padding:5px;} |
||
23 | |||
24 | /*** Class Settings ***/ |
||
25 | .class_settings label{ |
||
26 | min-width: 10em; |
||
27 | display: inline-block; |
||
28 | } |
||
29 | .class_settings li{ |
||
30 | margin:0; |
||
31 | padding:2px 5px; |
||
32 | } |
||
33 | .class_settings li:nth-child(even) {background: #CCC} |
||
34 | .class_settings li:nth-child(odd) {background: #FFF} |
||
35 | .field_required{ |
||
36 | font-size: 1.2em; |
||
37 | font-weight: bold; |
||
38 | color:red; |
||
39 | } |
||
40 | |||
41 | /* END of Classes */ |