Subversion Repositories wimsdev

Rev

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

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