Subversion Repositories DevTools

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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