Subversion Repositories DevTools

Rev

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

Rev 1406 Rev 1415
Line 1... Line 1...
1
/* general */
1
/* general */
2
#ads  { display: none; }  
2
#ads  { display: none; }  
3
body 
3
body {
4
{
-
 
5
    font-family: Tahoma, Arial, Helvetica, sans-serif;
4
    font-family: Tahoma, Arial, Helvetica, sans-serif;
6
    font-size: 12pt;
5
    font-size: 12pt;
7
    background-color: white;
6
    background-color: white;
8
    margin-right: 0pt;
7
    margin-right: 0pt;
9
    margin-left:0;
8
    margin-left:0;
10
    margin-top:0;
9
    margin-top:0;
11
}
10
}
12
 
11
 
13
/* the portion below the banner */
12
/* the portion below the banner */
14
 
13
 
15
.wikibody
14
.wikibody {
16
{
-
 
17
 margin-left:10pt;
15
 margin-left:10pt;
18
 margin-right:10pt;
16
 margin-right:10pt;
19
}
17
}
20
 
18
 
21
/* general table style */
19
/* general table style */
22
 
20
 
23
.tabular
21
.tabular {
24
{
-
 
25
    BORDER-RIGHT: 1px solid;
22
    BORDER-RIGHT: 1px solid;
26
    BORDER-TOP: 1px solid;
23
    BORDER-TOP: 1px solid;
27
    BORDER-LEFT: 1px solid;
24
    BORDER-LEFT: 1px solid;
28
    BORDER-BOTTOM: 1px solid
25
    BORDER-BOTTOM: 1px solid
29
}
26
}
30
 
27
 
31
TD, INPUT, TABLE
28
TD, INPUT, TABLE {
32
{
-
 
33
    FONT-SIZE: 10pt
29
    FONT-SIZE: 10pt
34
}
30
}
35
 
31
 
36
/* definitions for anchor */
32
/* definitions for anchor */
37
 
33
 
38
.NoWikiYet
34
.NoWikiYet {
39
{
-
 
40
   color: Purple;
35
   color: Purple;
41
   text-decoration: none;
36
   text-decoration: none;
42
}
37
}
43
 
38
 
44
a {
39
a {
Line 61... Line 56...
61
   text-decoration: none;
56
   text-decoration: none;
62
   border-bottom: 0px;
57
   border-bottom: 0px;
63
}
58
}
64
 
59
 
65
 
60
 
66
 
-
 
67
/* Lists */
61
/* Lists */
68
 
62
 
69
ol {
63
ol {
70
   list-style: lower-alpha;
64
   list-style: lower-alpha;
71
}
65
}
72
 
66
 
73
 
67
 
74
li
68
li {
75
{
-
 
76
   
-
 
77
   font-size: 9pt;
69
   font-size: 9pt;
78
   line-height: 1.2em;
70
   line-height: 1.2em;
79
   margin-top: 2px;
71
   margin-top: 2px;
80
   padding-top:2px;
72
   padding-top:2px;
81
   padding-bottom: 2px;
73
   padding-bottom: 2px;
82
   margin-bottom: 2px;
74
   margin-bottom: 2px;
83
}
75
}
84
 
76
 
85
 
77
 
86
/* Headers using == */
78
/* Headers using == */
87
h2 {font: 20px Tahoma, Verdana;  font-weight: bold; color      : #1E9ABE; border-top: 1px #1E9ABE dashed solid; }
79
h2 {font: 20px Tahoma, Verdana;  font-weight: bold; color: #1E9ABE; border-top: 1px #1E9ABE solid; }
88
h3 {font: 18px Tahoma, Verdana;  font-weight: bold; color      : #FF9944; border-top: 1px #FF9944 dashed solid; }
80
h3 {font: 18px Tahoma, Verdana;  font-weight: bold; color: #FF9944; border-top: 1px #FF9944 solid; }
89
h4 {font-size  : 16px;  font-weight: bold; color      : #1E9ABE; }
81
h4 {font-size  : 16px;  font-weight: bold; color : #1E9ABE; }
90
h5 {font-size  : 12px;  font-weight: bold; color      : #10900a;  }
82
h5 {font-size  : 12px;  font-weight: bold; color : #10900a;  }
91
h6 {font-size  : 11px;  font-weight: bold; color      : black; }
83
h6 {font-size  : 11px;  font-weight: bold; color : black; }
92
 
84
 
93
/*   Definitions for the banner portion   replaces H1background*/
85
/*   Definitions for the banner portion   replaces H1background*/
94
 
86
 
95
 
-
 
96
.cssBannerTable 
87
.cssBannerTable  {
97
{
-
 
98
    BORDER-RIGHT: 0;
88
    BORDER-RIGHT: 0;
99
    BORDER-TOP: 0;
89
    BORDER-TOP: 0;
100
    BORDER-LEFT: 0;
90
    BORDER-LEFT: 0;
101
    BORDER-BOTTOM: 3px solid black;
91
    BORDER-BOTTOM: 3px solid black;
102
    width: 100%;
92
    width: 100%;
103
    color:  Black;
93
    color:  Black;
104
    background: white;
94
    background: white;
-
 
95
    
105
     /* try to remove this filter and see what happens */
96
    background: #FFFFE5; /* for non-css3 browsers */
106
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFE5', endColorStr='#006600', gradientType='1'); 
97
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFE5', endColorStr='#006600', gradientType='1'); 
-
 
98
    background: -webkit-gradient(linear, left top, right bottom, from(#FFFFE5), to(#006600)); /* for webkit browsers */
-
 
99
    background: -moz-linear-gradient(left,  #FFFFE5,  #006600); /* for firefox 3.6+ */ 
107
}
100
}
108
 
101
 
109
.cssBannerCellIcon 
102
.cssBannerCellIcon {
110
{
-
 
111
   width: 12px;    
103
   width: 12px;    
112
   padding:10px;
104
   padding:10px;
113
   padding-right:15px;
105
   padding-right:15px;
114
   display: none;
106
   display: none;
115
}
107
}
116
 
108
 
117
.cssBannerSpanText a
109
.cssBannerSpanText a {
118
{
-
 
119
   FONT-SIZE: 30pt; 
110
   FONT-SIZE: 30pt; 
120
   color:  #1155ff;
111
   color:  #1155ff;
121
   text-decoration: none;
112
   text-decoration: none;
122
   font-family: sans serif, Tahoma;
113
   font-family: sans serif, Tahoma;
123
}
114
}
124
 
115
 
125
.cssBannerCellText 
116
.cssBannerCellText {
126
{
-
 
127
   filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3,OffY=3,Color=darkred,Positive='true');
-
 
128
   text-align: left;
117
   text-align: left;
129
}
118
}
130
 
119
 
131
 
120
 
132
 
121
 
133
/* preformatted text */
122
/* preformatted text */
134
pre
123
pre {
135
{
-
 
136
   font-size: 8pt;
124
   font-size: 8pt;
137
   font-family: Courier New;
125
   font-family: Courier New;
138
   background-color: #f7f7f7;
126
   background-color: #f7f7f7;
139
}
127
}
140
 
128
 
Line 151... Line 139...
151
 
139
 
152
 
140
 
153
/* Tables using the || notation */
141
/* Tables using the || notation */
154
 
142
 
155
.TableClass { background-color: #f8f8f8; border: #505050 1px solid; border-collapse: collapse;font-size: 8pt; }
143
.TableClass { background-color: #f8f8f8; border: #505050 1px solid; border-collapse: collapse;font-size: 8pt; }
156
 
-
 
157
.TableCell  { border: #909090 1px solid; border-collapse: collapse;padding-left:  6px;padding-right: 6px;   padding-bottom: 3px; font-size: 8pt; }
144
.TableCell  { border: #909090 1px solid; border-collapse: collapse;padding-left:  6px;padding-right: 6px;   padding-bottom: 3px; font-size: 8pt; }
158
 
-
 
159
.TableRow1  { background-color: #ccffff ; border: #505050 1px solid; border-collapse: collapse;   font-size: 8pt; }
145
.TableRow1  { background-color: #ccffff ; border: #505050 1px solid; border-collapse: collapse;   font-size: 8pt; }
160
 
-
 
161
.TableRow2  { background-color: #FFEACC ; border: #505050 1px solid; border-collapse: collapse;   font-size: 8pt; }
146
.TableRow2  { background-color: #FFEACC ; border: #505050 1px solid; border-collapse: collapse;   font-size: 8pt; }
162
 
-
 
163
.TableRow3  { background-color: #EDF8ED ; border: #505050 1px solid; border-collapse: collapse;   font-size: 8pt; }
147
.TableRow3  { background-color: #EDF8ED ; border: #505050 1px solid; border-collapse: collapse;   font-size: 8pt; }
164
148