Rev 6636 | Rev 10788 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6636 | Rev 7075 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | /* title of class*/ |
2 | /* title of class*/ |
3 | .wims_classname { |
3 | .wims_classname { |
4 | text-shadow:0 1px 1px |
4 | text-shadow:0 1px 1px #FFF; |
5 | color: |
5 | color:#999; |
6 | font-weight:bold; |
6 | font-weight:bold; |
7 | text-align:center; |
7 | text-align:center; |
8 | margin:1em 0; |
8 | margin:1em 0; |
9 | padding: 0 1em; |
9 | padding: 0 1em; |
10 | } |
10 | } |
11 | /* Class Type*/ |
11 | /* Class Type*/ |
12 | .wims_class_typename{font-size: |
12 | .wims_class_typename{font-size: .5em;} |
13 | 13 | ||
14 | /* titles of classes in text */ |
14 | /* titles of classes in text */ |
15 | .wims_classdesc, .wims_institutiondesc{ |
15 | .wims_classdesc, .wims_institutiondesc{ |
16 | color: |
16 | color:#999; |
17 | font-weight:bold; |
17 | font-weight:bold; |
18 | } |
18 | } |
19 | .wims_classdesc {font-size:large;} |
19 | .wims_classdesc {font-size:large;} |
20 | 20 | ||
21 | /* external authentification (adm/class/reguser, adm/class/classes) */ |
21 | /* external authentification (adm/class/reguser, adm/class/classes) */ |