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,498 @@
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: #dd2d99;
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 #dd2d99;
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
+/* End universal page setup */
206
+
207
+/* this is a carryover from 1.1.  Generally it is used around tables and table cells. */
208
+.tblborder { 
209
+	padding: 6px;
210
+	border-collapse: collapse;
211
+}
212
+
213
+/* Main page surrounds the text between the header and the footer.  
214
+For IE, height is set to 650 to force the footer down to the bottom of the page where the content is short.  
215
+And the second declaration is for everyone else so that it will scroll if longer but be a minimum of 650px
216
+*/
217
+#mainpage {
218
+	height: 550px;
219
+	padding: 15px;
220
+	background: #FFF;
221
+	text-align: left;
222
+}
223
+html>body #mainpage { 
224
+	height: auto;
225
+	min-height: 550px;
226
+}
227
+
228
+/* 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
229
+*/
230
+
231
+#skinny{
232
+	margin: auto;
233
+	width: 750px;
234
+	padding: 5px;
235
+	}
236
+
237
+
238
+/* Most pages use pagetitle to format the page's title */
239
+#pagetitle { 
240
+	border-top: 4px solid #000;
241
+	border-bottom: 1px solid #dd2d99;
242
+	text-align: center;
243
+	font-size: 14px;
244
+	color: #666;
245
+	padding: 3px
246
+	font-weight: bold;
247
+	margin-top: 1em;
248
+	margin-bottom: 1em;
249
+}
250
+
251
+/* 
252
+Where there's a list of alphabet links #alphabet controls their look. 
253
+Just to make things simpler #pagelinks controls the look of the links at the bottom of multi-page results
254
+and will be set here too. Generally, they look alike.
255
+*/
256
+/* the box around the links */
257
+#alphabet, #pagelinks {
258
+	text-align: center;
259
+	word-spacing: .1em;
260
+	margin: 1em;
261
+}
262
+/* each link */
263
+#alphabet A, #pagelinks A {
264
+	color: #FFF;
265
+	text-decoration: none;
266
+	font-weight: bold;
267
+	background: #dd2d99;
268
+	border: 1px solid #dd2d99;
269
+	border-collapse: collapse;
270
+	padding: 0 2px;
271
+}
272
+/* each link when hovered over */
273
+#alphabet A:hover, #pagelinks A:hover {
274
+	background: #dbdbdb;
275
+	color: #fff;
276
+}
277
+/* the currently selected letter and currently selected page */
278
+#alphabet #current_letter, #pagelinks #currentpage {
279
+	background: #FFF;
280
+	color: #333;
281
+	font-weight: bold;
282
+	border: 1px solid #dd2d99;
283
+	padding: 0 2px;
284
+}
285
+/* End alphabet and page link declarations */
286
+
287
+/* labels throughout the site in forms and in other places */
288
+LABEL, .classification {
289
+	color: #666;
290
+	font-weight: bold;
291
+}
292
+/* Admin options in various places.  */
293
+.adminoptions { 
294
+	color: #dd2d99;
295
+	font-weight: bold;
296
+}
297
+
298
+/* The listings of stories etc. */
299
+/* .sectionheader styles the headings "Stories" and "Series" */
300
+.sectionheader {
301
+	border-top: 4px solid #000;
302
+	border-bottom: 1px solid #dd2d99;
303
+	text-align: center;
304
+	font-size: 14px;
305
+	font-weight: bold;
306
+	padding: 3px;
307
+	color: #666;
308
+}
309
+
310
+/* The box around each individual story */
311
+.listbox {
312
+	margin: 1em 5%;
313
+	border: 1px solid #dbdbdb;
314
+}
315
+
316
+/* The title bar for each story box. */
317
+.listbox .title {
318
+	background: url(images/menubg.gif) repeat-x #dd2d99;
319
+	color: #FFF;
320
+	font-weight: bold;
321
+	padding: 4px;
322
+	padding-left: 8px;
323
+}
324
+
325
+.listbox .title a{color:#ccc;}
326
+
327
+/* The content of the box...summary, categories, etc. */
328
+.listbox .content {
329
+	padding: 6px;
330
+	background-color: #ffffff;
331
+}
332
+
333
+/* The tail info published date etc. on the last line */
334
+.listbox .tail {
335
+	background: #ccc url(images/greybg.gif) repeat-x top left;
336
+	padding: 4px; 
337
+}
338
+
339
+/*End story/series listings */
340
+
341
+/* titleblock is used for the title information in series and challenges */
342
+#titleblock {
343
+	margin: 0 10%;
344
+}
345
+
346
+/* The pulldown jump menus on several pages. */
347
+.jumpmenu {
348
+	text-align: right;
349
+	margin-right: 1em;
350
+}
351
+
352
+/* On the story page, there's a jumpmenu at the bottom. It looks better centered, so this will replace the declaration above for that 
353
+drop down list ONLY */
354
+#pagelinks .jumpmenu {
355
+	text-align: center;
356
+}
357
+
358
+/* This is used on series and challenges and other places where a response is solicited */
359
+.respond { 
360
+	text-align: center;
361
+	padding: 6px;
362
+}
363
+
364
+/* The sort menu on the categories page */
365
+#sort { text-align: center; margin: 1em; }
366
+
367
+
368
+/* On pages that don't use listings, the content is surrounded by a div labeled output to */
369
+#output { 
370
+	padding: 10px;
371
+}
372
+
373
+/* User Profile stuff */
374
+/* The top list of information */
375
+#profile {
376
+	margin: 1em 10%;
377
+}
378
+/* The sort menu in the profile */
379
+#profile #sort {
380
+	text-align: right;
381
+	font-weight: bold;
382
+	color: #9ab96e;
383
+ }
384
+/* The following declarations control the tabs */
385
+/* The outer tab box */
386
+#tabs {
387
+	text-align: center;
388
+	margin: 0;
389
+	padding: 0;
390
+}
391
+/* The individual tabs. */
392
+#tabs span {
393
+	font-size: 12px;
394
+	background: #dbdbdb;
395
+	border: 1px solid #000;
396
+	padding: 3px;
397
+}
398
+/* Links in the tabs */
399
+
400
+#tabs #active {
401
+	background: #dd2d99;
402
+	color: #fff;
403
+}
404
+
405
+/* This controls the look of the blocks on the index page.   */
406
+
407
+/* The box around the block */
408
+.block { 
409
+	margin-bottom: 1.5em;
410
+	background: url(images/blockbg.gif) top left repeat-x #ededed;
411
+}
412
+
413
+/* The block's title */
414
+.block .title {
415
+	border-top: 4px solid #000;
416
+	border-bottom: 1px solid #dd2d99;
417
+	font-weight: bold;
418
+	font-size: 16px;
419
+	color: #666;
420
+	padding: 2px;
421
+	padding-left: 8px;
422
+	margin-bottom: 3px;
423
+}
424
+
425
+/* The block's content */
426
+.block .content {
427
+	padding: 6px;
428
+
429
+}
430
+
431
+#leftindex { 
432
+	width: 200px;
433
+	float: left;
434
+}
435
+
436
+#rightindex {
437
+	margin-left: 220px;
438
+}
439
+
440
+
441
+/* The next link at the bottom of a multi-chapter story */
442
+#next { float: right; }
443
+/* The previous link at the bottom of a multi-chapter story */
444
+#prev { float: left; }
445
+
446
+#browse #category_content { width: 95% !important; margin: 1em auto; }
447
+
448
+#loginblock { 
449
+	margin: 3px 0 0 0;
450
+	text-align: right;
451
+}
452
+
453
+#loginblock .textbox, #loginblock .checkbox { 
454
+}
455
+
456
+#loginblock .button { 
457
+	padding: 0; 
458
+	margin: 0; 
459
+	font-weight: bold; 
460
+	font-family: "Arial"; 
461
+}
462
+#loginlinks {
463
+	display: inline;
464
+}
465
+#loginlinks A {
466
+	color: #999;
467
+}
468
+
469
+.label
470
+	{font-weight: bold;}
471
+
472
+/* Story Notes */
473
+#notes {
474
+	border: 1px solid #666;
475
+	margin: 1em;
476
+	padding: 1em;
477
+}
478
+
479
+.noteinfo {
480
+	border-top: 1px solid #ff0000;
481
+}
482
+	
483
+/*Newsbox Tweaks */
484
+.newsbox {
485
+	margin-bottom: 20px; 
486
+	border-bottom: 1px solid #000;
487
+	}
488
+	
489
+.newstitle {
490
+	font-weight: bold; 
491
+	font-size: 1.3em; 
492
+	border-bottom: 1px dashed #999; 
493
+	margin-bottom: 5px;
494
+	}
495
+	
496
+.commenteven, .commentodd {padding: 3px 10px; margin-bottom: 1.5em; border-bottom: 1px dashed #999;}
497
+.commentsig {font-weight: bold;}
498
+table {font:12px arial;}
0 499
\ No newline at end of file