Commit 028a9d4326b5737bd27383ea8683d33a087a310d

Authored by Neil Blakey-Milner
1 parent 55dccb4d

No longer used.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4366 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/stylesheet.php deleted
1 -<?php  
2 -require("../../../config/dmsDefaults.php");  
3 -header("Content-type: text/css");  
4 -?>  
5 -BODY {  
6 - background: #ffffff;  
7 -}  
8 -  
9 -P {  
10 - font-size : 9pt;  
11 - font-family : Verdana, sans-serif;  
12 - font-weight : lighter;  
13 - font-style : normal;  
14 - color : #000000;  
15 - text-decoration: none;  
16 -}  
17 -  
18 -P.footer {  
19 - font-size : 9pt;  
20 - font-family : Verdana, sans-serif;  
21 - font-weight : lighter;  
22 - font-style : normal;  
23 - color : #999999;  
24 - text-decoration: none;  
25 -}  
26 -  
27 -P.title {  
28 - font-size : 9pt;  
29 - font-family : Verdana, sans-serif;  
30 - font-weight : inherit;  
31 - font-style : normal;  
32 - color : #ffffff;  
33 - text-decoration: none;  
34 -}  
35 -  
36 -A {  
37 - font-size : 8pt;  
38 - font-family : Verdana, sans-serif;  
39 - text-decoration: none;  
40 - color : #000000;  
41 -}  
42 -  
43 -A:Visited {  
44 - font-size : 8pt;  
45 - font-family : Verdana, sans-serif;  
46 - font-style : normal;  
47 - color : #000000;  
48 -}  
49 -  
50 -A:Active {  
51 - color : #000000;  
52 - font-size : 8pt;  
53 - font-family : Verdana, sans-serif;  
54 - font-style : normal;  
55 -}  
56 -  
57 -A:hover {  
58 - color : #000000;  
59 - font-size : 8pt;  
60 - font-family : Verdana,sans-serif;  
61 - font-style : normal;  
62 - text-decoration: underline;  
63 -}  
64 -  
65 -TABLE {  
66 - font-size : 10pt;  
67 - font-family : Verdana, sans-serif;  
68 -}  
69 -  
70 -TD {  
71 - font-size : 8pt ! important;  
72 - font-family : Verdana, sans-serif;  
73 -}  
74 -  
75 -CAPTION {  
76 - font-size : 10pt;  
77 -}  
78 -  
79 -TH {  
80 - font-size : 9pt;  
81 - font-family : Verdana, sans-serif;  
82 -}  
83 -  
84 -TH.sectionHeading {  
85 - font-size : 10 pt;  
86 - font-family : Verdana, sans-serif;  
87 - font-style : normal;  
88 - color : #ffffff;  
89 - text-decoration: none;  
90 -}  
91 -  
92 -TH.sectionColumns {  
93 - font-size : 8pt;  
94 - font-family : Verdana, sans-serif;  
95 - font-weight : lighter;  
96 - font-style : normal;  
97 - color : #000000;  
98 - text-decoration: none;  
99 -}  
100 -  
101 -.browseTypeSelect {  
102 - color : #000000;  
103 - font-size : 8pt;  
104 - font-family : Verdana,sans-serif;  
105 -}  
106 -  
107 -.errorText {  
108 - color : #FF0000;  
109 - font-size : 16pt;  
110 - text-align : center;  
111 - font-family : Verdana,sans-serif;  
112 -}  
113 -  
114 -INPUT {  
115 - font-size : 8pt;  
116 - font-family : Verdana,sans-serif;  
117 -}  
118 -  
119 -SELECT {  
120 - font-size : 8pt;  
121 - font-family : Verdana,sans-serif;  
122 -}  
123 -  
124 -#divUp {  
125 - position:absolute;  
126 - left: <?php echo $default->upArrowLeft ?>px;  
127 - top: <?php echo $default->upArrowTop ?>px;  
128 -}  
129 -  
130 -#divDown {  
131 - position:absolute;  
132 - left: <?php echo $default->downArrowLeft ?>px;  
133 - top: <?php echo $default->downArrowTop ?>px;  
134 -}  
135 -  
136 -#divScrollTextCont {  
137 - position:absolute;  
138 - left: <?php echo $default->textBoxLeft ?>px;  
139 - top: <?php echo $default->textBoxTop ?>px;  
140 - width: <?php echo $default->textBoxWidth ?>px;  
141 - height: <?php echo $default->textBoxHeight ?>px;  
142 - clip:rect(0px <?php echo $default->textBoxWidth ?>px <?php echo $default->textBoxHeight ?>px 0px);  
143 - overflow:hidden;  
144 - visibility:hidden;  
145 -}  
146 -  
147 -#divText {  
148 - position:absolute;  
149 - left:0px;  
150 - top:0px;  
151 -}  
152 -  
153 -span.button {  
154 - cursor: hand;  
155 - font-size: 6pt;  
156 - width: 100%;  
157 - /* height: 20px; */  
158 - border: 1px solid #000;  
159 - text-align: center;  
160 - white-space: nowrap;  
161 - display: block;  
162 - margin-top: 4px;  
163 - text-decoration: none;  
164 -}  
165 -span.disabledbutton {  
166 - font-size: 6pt;  
167 - background-color: #CCCCCC;  
168 - color: #333333;  
169 - width: 100%;  
170 - /* height: 20px; */  
171 - border: 1px solid #333;  
172 - text-align: center;  
173 - white-space: nowrap;  
174 - display: block;  
175 - margin-top: 4px;  
176 -}  
177 -  
178 -span.dash {  
179 - font-size: 7pt;  
180 - font-weight: 600;  
181 - /* height: 20px; */  
182 - /* border: 1px solid #FFF; */  
183 - border-left: 2px solid #FFF;  
184 - border-top: 2px solid #FFF;  
185 - background-color: #9D9D7F;  
186 - text-align: center;  
187 - white-space: nowrap;  
188 - display: block;  
189 - /* margin: 2px; */  
190 - /* padding: 1px; */  
191 - padding-left: 5px;  
192 - padding-right: 5px;  
193 - padding-top: 2px;  
194 - padding-bottom: 1px;  
195 - text-decoration: none;  
196 - font-style : normal;  
197 - color : #FFFFFF;  
198 -}  
199 -  
200 -span.dash:Hover {  
201 - /* background-color: #EEE; */  
202 - text-decoration: none;  
203 -}  
204 -  
205 -span.dashactive {  
206 - font-size: 7pt;  
207 - font-weight: 600;  
208 - /* height: 20px; */  
209 - /* border: 1px solid #FFF; */  
210 - border-left: 2px solid #FFF;  
211 - border-top: 2px solid #FFF;  
212 - background-color: #1A4383;  
213 - text-align: center;  
214 - white-space: nowrap;  
215 - display: block;  
216 - /* margin: 2px; */  
217 - padding-left: 5px;  
218 - padding-right: 5px;  
219 - padding-top: 2px;  
220 - padding-bottom: 1px;  
221 - text-decoration: none;  
222 - font-style : normal;  
223 - color : #FFFFFF;  
224 -}  
225 -  
226 -span.dashactive:Hover {  
227 - /* background-color: #EEE; */  
228 - text-decoration: none;  
229 -}  
230 -  
231 -td.colour_dashboard {  
232 - border-left: 2px solid #FFF;  
233 - border-top: 2px solid #FFF;  
234 - height: 10px;  
235 - width: 100%;  
236 - background-color: #007A3F;  
237 -}  
238 -  
239 -td.colour_browse {  
240 - border-left: 2px solid #FFF;  
241 - border-top: 2px solid #FFF;  
242 - height: 10px;  
243 - width: 100%;  
244 - background-color: #57AFAE;  
245 -}  
246 -  
247 -td.colour_subscriptions {  
248 - border-left: 2px solid #FFF;  
249 - border-top: 2px solid #FFF;  
250 - height: 10px;  
251 - width: 100%;  
252 - background-color: #FFC602;  
253 -}  
254 -  
255 -td.colour_asearch {  
256 - border-left: 2px solid #FFF;  
257 - border-top: 2px solid #FFF;  
258 - height: 10px;  
259 - width: 100%;  
260 - background-color: #A1571B;  
261 -}  
262 -  
263 -td.colour_admin {  
264 - border-left: 2px solid #FFF;  
265 - border-top: 2px solid #FFF;  
266 - height: 10px;  
267 - width: 100%;  
268 - background-color: #056DCE;  
269 -}  
270 -  
271 -td.colour_prefs {  
272 - border-left: 2px solid #FFF;  
273 - border-top: 2px solid #FFF;  
274 - height: 10px;  
275 - width: 100%;  
276 - background-color: #F87308;  
277 -}  
278 -  
279 -td.colour_help {  
280 - border-left: 2px solid #FFF;  
281 - border-top: 2px solid #FFF;  
282 - height: 10px;  
283 - width: 100%;  
284 - background-color: #80CE05;  
285 -}  
286 -  
287 -td.colour_logout {  
288 - border-left: 2px solid #FFF;  
289 - border-top: 2px solid #FFF;  
290 - height: 10px;  
291 - width: 100%;  
292 - background-color: #CE0505;  
293 -}  
294 -  
295 -table.pretty {  
296 - margin: 0;  
297 - padding: 0;  
298 - border: 0;  
299 - border-top: 1px solid #cccccc;  
300 - border-left: 1px solid #cccccc;  
301 -}  
302 -  
303 -table.pretty > thead > tr {  
304 - border: 0;  
305 - margin: 0;  
306 - padding: 0;  
307 - background-color: #feeeee;  
308 -}  
309 -  
310 -table.pretty > thead > tr > th {  
311 - border-right: 1px solid #cccccc;  
312 - border-bottom: 2px solid #000000;  
313 - border-left: 0;  
314 - border-right: 0;  
315 - padding-left: 5px;  
316 - padding-right: 5px;  
317 - padding-top: 2px;  
318 - padding-bottom: 2px;  
319 -}  
320 -  
321 -table.pretty > tbody > tr {  
322 - border: 0;  
323 - margin: 0;  
324 - padding: 0;  
325 - background-color: #eeeefe;  
326 -}  
327 -  
328 -table.pretty > tbody > tr.odd {  
329 - background-color: #eeeefe;  
330 -}  
331 -table.pretty > tbody > tr.odd {  
332 - background-color: #fafafe;  
333 -}  
334 -  
335 -table.pretty > tbody > tr > td {  
336 - border: 0;  
337 - border-right: 1px solid #cccccc;  
338 - border-bottom: 1px solid #cccccc;  
339 - margin: 0;  
340 - padding-top: 2px;  
341 - padding-bottom: 2px;  
342 - padding-left: 3px;  
343 - padding-right: 3px;  
344 -}  
345 -  
346 -table.prettysw {  
347 - margin: 0;  
348 - padding: 0;  
349 - border: 0;  
350 - border-top: 1px solid #cccccc;  
351 - border-left: 1px solid #cccccc;  
352 -}  
353 -  
354 -table.prettysw > tbody > tr > th {  
355 - border: 0;  
356 - border-right: 2px solid #000000;  
357 - margin: 0;  
358 - padding: 0;  
359 - padding-right: 1em;  
360 - background-color: #feeeee;  
361 -}  
362 -  
363 -table.prettysw > tbody > tr > td {  
364 - border: 0;  
365 - border-bottom: 1px solid #cccccc;  
366 - border-right: 1px solid #cccccc;  
367 - margin: 0;  
368 - padding: 0;  
369 - background-color: #eeeefe;  
370 - padding-right: 1em;  
371 - padding-left: 0.5em;  
372 - text-align: right;  
373 - padding-bottom: 3px;  
374 - padding-top: 3px;  
375 -}  
376 -  
377 -table.prettysw > tbody > tr > td.odd {  
378 - background-color: #fafafe;  
379 -}  
380 -  
381 -table.prettysw > tbody > tr > td.compare {  
382 - color: red;  
383 -}  
384 -  
385 -p.breadcrumbs {  
386 - margin-top: 2px;  
387 - margin-left: 2px;  
388 - background-color: #88aacc;  
389 -}  
390 -  
391 -p.breadcrumbs .primary{  
392 - font-weight: bold;  
393 -}  
394 -