Subversion Repositories wimsdev

Rev

Rev 13084 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13084 Rev 16416
Line 2... Line 2...
2
   WIMS TITLES
2
   WIMS TITLES
3
*************************/
3
*************************/
-
 
4
.wims_docu_title,
4
.wims_docu_title, .wims_sheet_title, .wimscenter {text-align:center;}
5
.wims_sheet_title,
5
 
-
 
6
.wims_title {
6
.wims_title,
7
   text-align:center;
7
.wimscenter {
8
   /*padding:10px;
8
   text-align: center;
9
   margin:0 0 .25em;*/
9
   justify-content:  center;
10
}
10
}
11
 
11
 
12
/*#wims_title h1.wims_title {
-
 
13
   text-align:center;
-
 
14
   /*padding:10px 0 0 0;
-
 
15
   margin:0 0 .25em;*/
-
 
16
   /* Font Family is better placed in general.css
-
 
17
   font-family:Georgia,Times New Roman,Times,serif;
-
 
18
   font-weight:normal;*/
-
 
19
/*}*/
-
 
20
h2.wims_subtitle {
12
h2.wims_subtitle {
21
   text-align:center;
13
   text-align: center;
22
   display: block;
14
   display: block;
23
   font-weight:normal;
15
   font-weight: normal;
24
   margin-top:0;
16
   margin-top: 0;
25
   font-style:italic;
17
   font-style: italic;
26
}
18
}
27
 
19
 
28
#wims_modu_title1>.wims_title, .title_box>.wims_title{
20
#wims_modu_title1>.wims_title,
-
 
21
.title_box>.wims_title{
29
   margin-top: 0;
22
   margin-top: 0;
30
}
23
}
31
 
24
 
32
#wims_modu_title2>.wims_title {
25
#wims_modu_title2>.wims_title {
33
    margin-bottom: 0;
26
    margin-bottom: 0;
34
}
27
}
35
 
28
 
36
#wims_modu_title2>.wims_subtitle {
29
#wims_modu_title2>.wims_subtitle {
37
   font-size:small;
30
   font-size: small;
38
   margin: 12px;
31
   margin: 12px;
39
   margin-top: 0;
32
   margin-top: 0;
40
}
33
}
41
 
34
 
42
#wims_modu_title3>.wims_subtitle {
35
#wims_modu_title3>.wims_subtitle {
43
   display: block;
36
   display: block;
44
   text-align:center;
37
   text-align: center;
45
   font-weight:bold;
38
   font-weight: bold;
46
}
39
}
47
/* add mdash around wims_subtitle */
40
/* add mdash around wims_subtitle */
-
 
41
#wims_modu_title3>.wims_subtitle:before,
48
#wims_modu_title3>.wims_subtitle:before,#wims_modu_title3>.wims_subtitle:after {
42
#wims_modu_title3>.wims_subtitle:after {
49
   content:"\2014";
43
   content: "\2014";
50
   padding:0 .5em;
44
   padding: 0 .5em;
51
}
45
}
52
 
46
 
53
#wims_modu_title3 .wims_title_close {padding:10px;}
47
#wims_modu_title3 .wims_title_close {padding: 10px;}
54
 
48
 
55
h1.oeftitle {
49
h1.oeftitle {
56
   text-align:center;
50
   text-align: center;
57
}
51
}
58
/* ****** END OF TITLES ******** */
52
/* ****** END OF TITLES ******** */