Subversion Repositories DevTools

Rev

Rev 363 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
361 dpurdie 1
/* JATS Toc  */
2
 
3
/* standard elements */
4
body
5
    {
6
    background: #FFFFFF;
7
    font-family: Verdana, Arial, Helvetica, sans-serif;
8
    font-weight: normal;
9
    font-size: 70%;
10
    }
11
td
12
    {
13
    font-family: Verdana, Arial, Helvetica, sans-serif;
14
    font-weight: normal;
15
    text-decoration: none;
16
    font-size: 70%;
17
    }
18
p
19
    {
20
    color: #000000;
21
    font-family: Verdana, Arial, Helvetica, sans-serif;
22
    font-weight: normal;
23
    }
24
blockquote
25
    {
26
    color: #000000;
27
    font-family: Verdana, Arial, Helvetica, sans-serif;
28
    font-weight: normal;
29
    margin-left: 15px;
30
    }
31
dl
32
    {
33
    color: #000000;
34
    font-family: Verdana, Arial, Helvetica, sans-serif;
35
    font-weight: normal;
36
    }
37
 
38
dt
39
    {
40
    color: #000000;
41
    font-family: Verdana, Arial, Helvetica, sans-serif;
42
    font-weight: bold;
43
    }
44
 
45
ul
46
	{
47
    list-style-image: url("images/greysmallbullet.gif");
48
    margin-top: 0.5em;
49
    margin-bottom: 0.5em;
50
	}
51
 
52
ol
53
    {
54
    color: #000000;
55
    font-family: Verdana, Arial, Helvetica, sans-serif;
56
    font-weight: normal;
57
    }
58
 
59
h1
60
    {
61
    color: #222222;
62
    font-weight: bold;
63
    font-size: 130%;
64
    font-family: Verdana, Arial, Helvetica, sans-serif;
65
    font-variant: small-caps;
66
    }
67
h1 a:hover
68
    {
69
    color: #222222;
70
    text-decoration: none;
71
    }
72
h2
73
    {
74
    color: #000000;
75
    font-weight: bold;
76
    font-size: 120%;
77
    background-color: #EEEEEE;
78
    padding: 2px;
79
    }
80
h2 a:hover
81
    {
82
    color: #000000;
83
    text-decoration: none;
84
    }
85
h3
86
    {
87
    color: #8C8A85;
88
    font-weight: bold;
89
    font-size: 110%;
90
    padding: 2px;
91
    border-bottom: 1px solid #8C8A85;
92
    }
93
h3 a:hover
94
    {
95
    color: #8C8A85;
96
    text-decoration: none;
97
    }
98
h4
99
    {
100
    color: #222222;
101
    font-weight: bold;
102
    font-size: 100%;
103
    padding: 2px;
104
    border-bottom: 1px dashed #222222;
105
    }
106
h4 a:hover
107
    {
108
    color: #222222;
109
    text-decoration: none;
110
    }
111
pre
112
    {
113
    font-size: 120%;
114
    }
115
tt
116
    {
117
    font-size: 120%;
118
    }
119
code
120
    {
121
    font-size: 120%;
122
    }
123
kbd
124
    {
125
    font-size: 120%;
126
    }
127
td.top
128
  {
129
  background-color: #B82619;
130
  }
131
table.greyback
132
  {
133
  background-color: #EEEEEE;
134
  }
135
 
136
/* default links */
137
a:link
138
	{
139
	color: #0066CC;
140
	text-decoration: none;
141
	}
142
a:visited
143
	{
144
	color: #0066CC;
145
	text-decoration: none;
146
	}
147
a:hover
148
	{
149
	color: #0066CC;
150
	text-decoration: underline;
151
	}
152
 
153
/* documentation link formatting */
154
a.doc:link
155
	{
156
	color: #0066CC;
157
	text-decoration: none;
158
	}
159
a.doc:visited
160
	{
161
	color: #0066CC;
162
	text-decoration: none;
163
	}
164
a.doc:hover
165
	{
166
	color: #0066CC;
167
	text-decoration: underline;
168
	}
169
 
170
a.toc:link
171
   {
172
   color: #000000;
173
   text-decoration: none;
174
   }
175
a.toc:visited
176
   {
177
   color: #000000;
178
   text-decoration: none;
179
   }
180
a.toc:hover
181
   {
182
   color: #000000;
183
   text-decoration: underline;
184
   }
185
 
186
a.topText:link
187
	{
188
	color: #A68C53;
189
	text-decoration: none;
190
	font-weight: bold;
191
	}
192
a.topText:visited
193
	{
194
	color: #A68C53;
195
	text-decoration: none;
196
	font-weight: bold;
197
	}
198
a.topText:hover
199
	{
200
	color: #B82619;
201
	text-decoration: underline;
202
	font-weight: bold;
203
	}
204
 
205
/* deco */
206
.lineColour
207
    {
208
    background: #999999;
209
    }
210
.lineColourLight
211
     {
212
     background-color: #BDBDBD;
213
     }
214
 
215
/*CSS for pop up hint box */
216
#hintbox
217
{ 
218
    position:absolute;
219
    top: 0;
220
    background-color: lightyellow;
221
    width: 150px; /*Default width of hint.*/ 
222
    padding: 3px;
223
    border:1px solid black;
224
    font:normal 11px Verdana;
225
    line-height:18px;
226
    z-index:100;
227
    border-right: 3px solid black;
228
    border-bottom: 3px solid black;
229
    visibility: hidden;
230
}
231
 
232
/*CSS for link that shows hint onmouseover*/
233
.hintanchor
234
{
235
    font-weight: bold;
236
    color: navy;
237
    margin: 3px 8px;
238
}
239
 
240
.clasp {
241
}
242
 
243
.lunchbox {
244
display:none;
245
}
246
 
363 dpurdie 247
/* Table of contents. Sub headings */
248
.tocsubheading
249
{
250
    color: #484848;
251
    font-weight: bold;
252
    text-indent: -1em;
253
}