Rev 13173 | 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 { |
||
13173 | obado | 4 | color:#999; |
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{ |
||
13173 | obado | 15 | color:#999; |
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 | |||
14829 | obado | 47 | /* List of uploaded files (see freework or cahier de texte) */ |
48 | .file_list{ |
||
49 | display: flex; |
||
50 | flex-wrap: wrap; |
||
51 | padding:0; |
||
52 | } |
||
53 | .file_list>li{ |
||
54 | display:inline-block; |
||
55 | border:thin solid #CCC; |
||
56 | padding:3px .5em; |
||
57 | margin-right:2px; |
||
58 | } |
||
59 | |||
60 | |||
6236 | bpr | 61 | /* END of Classes */ |