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