Browse code

3.5.6 efiction version

Jimako authored on 2024/03/09 16:09:42
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,500 @@
1
+/* Some definitions used everywhere */
2
+BODY { 
3
+	background: #333 url(images/stripes.png);
4
+	color: #000;
5
+	margin: 0;
6
+	padding: 0;
7
+	text-align: center;
8
+	font: 12px arial;
9
+}
10
+
11
+IMG { 
12
+	border: 0;
13
+	padding: 0;
14
+	margin: 0;
15
+}
16
+/* Header cells in tables throughout the site */
17
+TH { 
18
+	background: #7b00e3;
19
+	color: #FFF;
20
+	font-weight: bold;
21
+}
22
+/* links */
23
+A { 
24
+	color: #333;
25
+	font-weight: bold;
26
+	text-decoration: none;
27
+}
28
+/* hovering links */
29
+A:hover {
30
+	color: #666;
31
+	font-weight: bold;
32
+	text-decoration: none;
33
+}
34
+
35
+
36
+#container {
37
+	width: 85%;
38
+	margin: auto;
39
+	text-align: center;
40
+ 	background-color: #fff;
41
+}
42
+
43
+/* the box at the top of the page */
44
+#banner {
45
+	height: 160px;
46
+ 	background: #000000 url(images/top_image.gif) top left repeat-x;
47
+}
48
+
49
+#bannerimage{
50
+	float: left;
51
+	height: 160px;
52
+	background: #000000 url(images/left_top_image.gif) top left;
53
+	text-align: left;
54
+	width: 350px;
55
+	}
56
+
57
+/* Featured Story Block */
58
+#featured {
59
+	margin-left:400px;
60
+	text-align: left;
61
+	padding: 5px 15px 5px 1px;
62
+	color: #fff;
63
+	}
64
+
65
+.headertitle {
66
+    font-size: 15px;
67
+	color: #fff;
68
+	font-weight: bold;
69
+	border-bottom: 1px solid #c00000;
70
+	margin-bottom: 3px;
71
+	}
72
+
73
+#featured a:link, #featured a:visited {
74
+ 	color: #c00000;
75
+ 	text-decoration: none;
76
+ 	font-weight: bold;
77
+}
78
+
79
+#featured a:hover{
80
+ 	color: #333;
81
+    text-decoration: none;
82
+	font-weight: bold;
83
+}
84
+
85
+.greytext {color: #999;}
86
+
87
+#navigation {
88
+    background: #ccc url(images/greybg.gif) repeat-x top left;
89
+}
90
+
91
+#search {
92
+	text-align: right;
93
+	padding: 3px;
94
+	}
95
+
96
+
97
+/* The location of the div containing the RSS link in the banner area */
98
+#rss {
99
+	position: absolute;
100
+	right: 50px;
101
+	top: 55px; 
102
+}
103
+
104
+/* the following defines your menu below the banner div */
105
+/* the box around the menu and aligning the text to center */
106
+#menu {
107
+	padding-top: 5px;
108
+	padding-bottom: 2px;
109
+	padding-left: 4px;
110
+	padding-right: 4px;
111
+	font-size: 12px;
112
+	background: url(images/menubg.gif) repeat-x #7b00e3;
113
+}
114
+
115
+#menulist {
116
+ 	padding: 0px;
117
+ 	margin: 0px;
118
+ 	text-align: left;
119
+}
120
+
121
+#menulist ul {
122
+ 	margin-left: 0;
123
+ 	padding-left: 0;
124
+ 	white-space: nowrap;
125
+}
126
+
127
+#menulist li {
128
+	 display: inline;
129
+ 	list-style-type: none;
130
+}
131
+
132
+#menulist a { 
133
+	padding-top: 1px;
134
+	padding-bottom: 1px;
135
+ 	padding-left: 7px;
136
+ 	padding-right: 7px;
137
+ 	margin-right: 3px;
138
+	}
139
+
140
+#menulist a:link, #menulist a:visited {
141
+ 	color: #fff;
142
+ 	text-decoration: none;
143
+ 	font-weight: bold;
144
+}
145
+
146
+#menulist a:hover{
147
+ 	color: #000;
148
+	text-decoration: none;
149
+	font-weight: bold;
150
+}
151
+
152
+
153
+/* the footer box at the bottom of the page */
154
+/* the footer box at the bottom of the page */
155
+#footercon {
156
+	clear:both
157
+}
158
+
159
+#footertitle {
160
+	padding:4px;
161
+	color: #ccc;
162
+	font-weight: bold;
163
+	text-align: left;
164
+}
165
+
166
+#footer,#footertitle,#footerbottom{
167
+	background:#5d5d5d url(images/blackbg.gif) repeat-x top left
168
+}
169
+
170
+#footerlogin, #footerblurb{
171
+	background:#ccc url(images/greybg.gif) repeat-x top left
172
+}
173
+
174
+#footerlogin {
175
+	padding:2px 5px;
176
+	color: #000;
177
+}
178
+
179
+#footerlogin a:link {color: #fff;}
180
+
181
+#footermenu {
182
+	padding: 5px 2px 4px 4px;
183
+	font-size: 12px;
184
+	background: url(images/menubg.gif) repeat-x #c00000;
185
+}
186
+
187
+#footermenu a:link{
188
+	color: #333;
189
+}
190
+
191
+#footermenu a:visited{
192
+	color: #333;
193
+}
194
+
195
+#footermenu a:hover{
196
+	color: #fff;
197
+}
198
+
199
+#footerblurb{
200
+	padding: 5px;
201
+}
202
+
203
+#footerbottom {padding: 5px;}
204
+
205
+
206
+/* End universal page setup */
207
+
208
+/* this is a carryover from 1.1.  Generally it is used around tables and table cells. */
209
+.tblborder { 
210
+	padding: 6px;
211
+	border-collapse: collapse;
212
+}
213
+
214
+/* Main page surrounds the text between the header and the footer.  
215
+For IE, height is set to 650 to force the footer down to the bottom of the page where the content is short.  
216
+And the second declaration is for everyone else so that it will scroll if longer but be a minimum of 650px
217
+*/
218
+#mainpage {
219
+	height: 550px;
220
+	padding: 15px;
221
+	background: #FFF;
222
+	text-align: left;
223
+}
224
+html>body #mainpage { 
225
+	height: auto;
226
+	min-height: 550px;
227
+}
228
+
229
+/* This makes the actual story text appear in a 750px box, which prevents those at 800x600 from having to scroll sideways to view the story. To remove it, just delete this css and the "div id=skinny" tag (and the closing tag) from viewstory.tpl
230
+*/
231
+
232
+#skinny{
233
+	margin: auto;
234
+	width: 750px;
235
+	padding: 5px;
236
+	}
237
+
238
+
239
+/* Most pages use pagetitle to format the page's title */
240
+#pagetitle { 
241
+	border-top: 4px solid #000;
242
+	border-bottom: 1px solid #7b00e3;
243
+	text-align: center;
244
+	font-size: 14px;
245
+	color: #666;
246
+	padding: 3px
247
+	font-weight: bold;
248
+	margin-top: 1em;
249
+	margin-bottom: 1em;
250
+}
251
+
252
+/* 
253
+Where there's a list of alphabet links #alphabet controls their look. 
254
+Just to make things simpler #pagelinks controls the look of the links at the bottom of multi-page results
255
+and will be set here too. Generally, they look alike.
256
+*/
257
+/* the box around the links */
258
+#alphabet, #pagelinks {
259
+	text-align: center;
260
+	word-spacing: .1em;
261
+	margin: 1em;
262
+}
263
+/* each link */
264
+#alphabet A, #pagelinks A {
265
+	color: #FFF;
266
+	text-decoration: none;
267
+	font-weight: bold;
268
+	background: #7b00e3;
269
+	border: 1px solid #7b00e3;
270
+	border-collapse: collapse;
271
+	padding: 0 2px;
272
+}
273
+/* each link when hovered over */
274
+#alphabet A:hover, #pagelinks A:hover {
275
+	background: #dbdbdb;
276
+	color: #fff;
277
+}
278
+/* the currently selected letter and currently selected page */
279
+#alphabet #current_letter, #pagelinks #currentpage {
280
+	background: #FFF;
281
+	color: #333;
282
+	font-weight: bold;
283
+	border: 1px solid #7b00e3;
284
+	padding: 0 2px;
285
+}
286
+/* End alphabet and page link declarations */
287
+
288
+/* labels throughout the site in forms and in other places */
289
+LABEL, .classification {
290
+	color: #666;
291
+	font-weight: bold;
292
+}
293
+/* Admin options in various places.  */
294
+.adminoptions { 
295
+	color: #7b00e3;
296
+	font-weight: bold;
297
+}
298
+
299
+/* The listings of stories etc. */
300
+/* .sectionheader styles the headings "Stories" and "Series" */
301
+.sectionheader {
302
+	border-top: 4px solid #000;
303
+	border-bottom: 1px solid #7b00e3;
304
+	text-align: center;
305
+	font-size: 14px;
306
+	font-weight: bold;
307
+	padding: 3px;
308
+	color: #666;
309
+}
310
+
311
+/* The box around each individual story */
312
+.listbox {
313
+	margin: 1em 5%;
314
+	border: 1px solid #dbdbdb;
315
+}
316
+
317
+/* The title bar for each story box. */
318
+.listbox .title {
319
+	background: url(images/menubg.gif) repeat-x #7b00e3;
320
+	color: #FFF;
321
+	font-weight: bold;
322
+	padding: 4px;
323
+	padding-left: 8px;
324
+}
325
+
326
+/* The content of the box...summary, categories, etc. */
327
+.listbox .content {
328
+	padding: 6px;
329
+	background-color: #ffffff;
330
+}
331
+
332
+/* The tail info published date etc. on the last line */
333
+.listbox .tail {
334
+	background: #ccc url(images/greybg.gif) repeat-x top left;
335
+	padding: 4px; 
336
+}
337
+
338
+.listbox .title a{color:#ccc;}
339
+
340
+/*End story/series listings */
341
+
342
+/* titleblock is used for the title information in series and challenges */
343
+#titleblock {
344
+	margin: 0 10%;
345
+}
346
+
347
+/* The pulldown jump menus on several pages. */
348
+.jumpmenu {
349
+	text-align: right;
350
+	margin-right: 1em;
351
+}
352
+
353
+/* On the story page, there's a jumpmenu at the bottom. It looks better centered, so this will replace the declaration above for that 
354
+drop down list ONLY */
355
+#pagelinks .jumpmenu {
356
+	text-align: center;
357
+}
358
+
359
+/* This is used on series and challenges and other places where a response is solicited */
360
+.respond { 
361
+	text-align: center;
362
+	padding: 6px;
363
+}
364
+
365
+/* The sort menu on the categories page */
366
+#sort { text-align: center; margin: 1em; }
367
+
368
+
369
+/* On pages that don't use listings, the content is surrounded by a div labeled output to */
370
+#output { 
371
+	padding: 10px;
372
+}
373
+
374
+/* User Profile stuff */
375
+/* The top list of information */
376
+#profile {
377
+	margin: 1em 10%;
378
+}
379
+/* The sort menu in the profile */
380
+#profile #sort {
381
+	text-align: right;
382
+	font-weight: bold;
383
+	color: #9ab96e;
384
+ }
385
+/* The following declarations control the tabs */
386
+/* The outer tab box */
387
+#tabs {
388
+	text-align: center;
389
+	margin: 0;
390
+	padding: 0;
391
+}
392
+/* The individual tabs. */
393
+#tabs span {
394
+	font-size: 12px;
395
+	background: #dbdbdb;
396
+	border: 1px solid #000;
397
+	padding: 3px;
398
+}
399
+/* Links in the tabs */
400
+
401
+#tabs #active {
402
+	background: #7b00e3;
403
+	color: #fff;
404
+}
405
+
406
+/* This controls the look of the blocks on the index page.   */
407
+
408
+/* The box around the block */
409
+.block { 
410
+	margin-bottom: 1.5em;
411
+	background: url(images/blockbg.gif) top left repeat-x #ededed;
412
+}
413
+
414
+/* The block's title */
415
+.block .title {
416
+	border-top: 4px solid #000;
417
+	border-bottom: 1px solid #7b00e3;
418
+	font-weight: bold;
419
+	font-size: 16px;
420
+	color: #666;
421
+	padding: 2px;
422
+	padding-left: 8px;
423
+	margin-bottom: 3px;
424
+}
425
+
426
+/* The block's content */
427
+.block .content {
428
+	padding: 6px;
429
+
430
+}
431
+
432
+#leftindex { 
433
+	width: 200px;
434
+	float: left;
435
+}
436
+
437
+#rightindex {
438
+	margin-left: 220px;
439
+}
440
+
441
+
442
+/* The next link at the bottom of a multi-chapter story */
443
+#next { float: right; }
444
+/* The previous link at the bottom of a multi-chapter story */
445
+#prev { float: left; }
446
+
447
+#browse #category_content { width: 95% !important; margin: 1em auto; }
448
+
449
+#loginblock { 
450
+	margin: 3px 0 0 0;
451
+	text-align: right;
452
+}
453
+
454
+#loginblock .textbox, #loginblock .checkbox { 
455
+}
456
+
457
+#loginblock .button { 
458
+	padding: 0; 
459
+	margin: 0; 
460
+	font-weight: bold; 
461
+	font-family: "Arial"; 
462
+}
463
+#loginlinks {
464
+	display: inline;
465
+}
466
+#loginlinks A {
467
+	color: #999;
468
+}
469
+
470
+.label
471
+	{font-weight: bold;}
472
+
473
+/* Story Notes */
474
+#notes {
475
+	border: 1px solid #666;
476
+	margin: 1em;
477
+	padding: 1em;
478
+}
479
+
480
+.noteinfo {
481
+	border-top: 1px solid #ff0000;
482
+}
483
+	
484
+/*Newsbox Tweaks */
485
+.newsbox {
486
+	margin-bottom: 20px; 
487
+	border-bottom: 1px solid #000;
488
+	}
489
+	
490
+.newstitle {
491
+	font-weight: bold; 
492
+	font-size: 1.3em; 
493
+	border-bottom: 1px dashed #999; 
494
+	margin-bottom: 5px;
495
+	}
496
+	
497
+.commenteven, .commentodd {padding: 3px 10px; margin-bottom: 1.5em; border-bottom: 1px dashed #999;}
498
+.commentsig {font-weight: bold;}
499
+
500
+table {font:12px arial;}
0 501
\ No newline at end of file