forked from n8gray/QLColorCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog-stylesheet.css
More file actions
307 lines (267 loc) · 6.25 KB
/
Copy pathblog-stylesheet.css
File metadata and controls
307 lines (267 loc) · 6.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
/* For help understanding this stuff see:
http://www.w3.org/TR/2004/CR-CSS21-20040225/cover.html#minitoc
#f30 reddish (bird)
#f60 orange (bedspread)
#f93 light orange (bird beak)
#630 brown (wood streaks)
#c60 light brown (wood)
#cc0 yellowish (egg yolk)
#036 dark blue (streaks on wall)
#369 light blue (picture frame)
#666 gray (wall)
#ccc light gray (shaded white)
#996 Yellowish olive green.
#50573f Classic n8gray NEdit green.
*/
/* Generic styles */
body {
font-family: Verdana,Geneva,Arial,Sans-serif;
color: white;
background: black;
}
a {
color: inherit
}
code, pre {
color: #036;
}
/* Header styles */
.pagetitle {
font-size: 150%;
font-weight: bold;
color: #f93;
text-shadow: rgba(0, 255, 255, 0.7) 0px 0px 10px;
}
.pagesubtitle {
font-size: small;
color: #996;
}
.dateheader {
font-size: 120%;
font-weight: bold;
/* color: #630; */
color: #f93;
text-shadow: rgba(0, 0, 0, 0.4) 3px 3px 3px; /* h, v, blurriness */
}
/* Style for gradient row at top */
.gradrow img {
display: block;
}
/* Content bar styles */
.contentTable {
/* background: yellow; */
}
/* The left-hand (navigation) column */
.leftbar {
border-width: 0;
margin: 0;
font-size: 80%;
/* background: #50573f; */
background: #996;
/* color: white; */
color: black;
padding: 18px;
}
.leftbar a:link:hover, .leftbar a:visited:hover {
color: #ff0;
}
.leftbar h3 {
font-size: 100%;
font-weight: bold;
/* color: #f93; */
color: #630;
text-shadow: rgba(255, 96, 0, 0.7) 0px 0px 10px;
/* text-shadow: rgba(0, 0, 0, 0.4) 3px 3px 3px; */ /* h, v, blurriness */
}
.leftbar p {
margin-left: 1em;
}
/* The right-hand (main content) column */
.rightbar {
max-width: 100em;
max-width: 80em;
border-width: 0;
margin: 0;
/* background: #996 url(/images/bee-clear.gif) center fixed no-repeat; */
background: #50573f url(/images/bee-clear.gif) center fixed no-repeat;
padding: 18px;
padding-top: 15px;
border: 3px solid #996;
border-left-width: 0;
}
.rightbar a:link:hover, .rightbar a:visited:hover,
.blosxomCalendar a:link:hover, .blosxomCalendar a:visited:hover {
color: #f30;
}
/* Story styles */
.blosxomCalendar,
.commentbox,
.storybox
{
background: #666;
color: #333;
border-style: solid;
border-color: #f60;
border-width: 1px;
/* font-size: small; */
width: 100%;
padding: 0px;
margin-bottom: 1em;
clear: left;
}
.blosxomCalendarHead,
.commenttitle,
.storytitle
{
color: white;
background: #f93;
font-weight: bold;
text-shadow: rgba(0, 0, 0, 0.4) 3px 3px 3px; /* h, v, blurriness */
width: 100%;
padding: 2px;
}
.commentbody,
.storybody
{
background: #fff url(/images/bee-blurry.gif) center fixed no-repeat;
text-align: justify;
padding: 4px;
}
.commentbody p:first-letter,
.storybody p:first-letter
{
font-size: 110%;
color: #f30;
}
.commentfooter,
.storyfooter
{
background: #fff url(/images/bee-blurry.gif) center fixed no-repeat;
text-align: right;
padding: 4px;
font-size: small;
font-style: italic;
}
.storybody img
{
border-style: solid;
border-color: #f60;
border-width: 1px;
}
/* comment styles */
.commentbox {
border-color: yellow;
}
.indextitle, .commenttitle {
background: #50573f
}
.commentbody pre {
font: inherit;
color: inherit;
}
.commentfooter { }
.comment_msg {
border-style: solid;
border-color: #f60;
border-width: 1px;
width: 75%;
padding: 0px;
margin-bottom: 1em;
clear: left;
background: red;
color: white;
font-size: large;
text-align: center;
}
/* Styles for the calendar */
.blosxomCalendar { /* The calendar table */
background: #666;
font-size: 90%;
text-align: right;
}
.blosxomCalendarHead { /* The Month header row */
font-size: 90%;
}
.blosxomCalendarWeekHeader { /* The Week header row */
font-size: 80%;
background: #996;
color: white;
font-weight: normal;
}
.blosxomCalendarEmpty { /* A non-day cell */
background: #666;
}
.blosxomCalendarBlogged, /* A day with a blog entry */
.blosxomCalendarCell, /* A normal day */
.blosxomCalendarToday { /* Today */
background: white;
}
.blosxomCalendarBlogged,
.blosxomCalendarSpecificDay { /* The "currently focused" day */
font-weight: bold;
}
.blosxomCalendarSpecificDay {
background: yellow;
}
.blosxomCalendarToday {
background: #f93;
color: white;
}
/* Styles for the Category tree: */
.leftbar ul,
.headlines,
.categorytree {
list-style-type: none;
/* Prevent over-indentation of the list items */
margin-left: 1em;
padding-left: 0;
}
.categorytree_item {}
/* Headlines classes include:
headlines, headlines_date, headlines_item */
.headlines_item {
margin-bottom: 0.75em;
}
/* ************************************************************************* */
/* This is the magic CSS rollover code! */
/* ************************************************************************* */
#buttonList {
/* This style makes a list look nothing like a list. :-) */
list-style-type: none;
border: 0;
padding: 0;
margin: 0;
}
#buttonList > li { /* The > selects immediate children */
/* Pad between the buttons */
padding-bottom: 2px;
}
#buttonList a {
/* Make the entire button clickable by turning links into blocks */
display: block;
height: 36px;
width: 150px;
line-height: 36px;
/* This causes the text to be vertically centered */
font-family: Arial Narrow,Helvetica,Sans-serif,Verdana,Geneva;
font-size: 14pt;
font-weight: bold;
text-align: center;
text-decoration: none;
/* Disable underline */
background-image: url(/images/blankBoth.gif);
background-repeat: no-repeat;
}
#buttonList a:hover,
#buttonList a#here {
/* Highlight on hover, or by default for current page's button */
color: yellow;
background-position: top left;
}
#buttonList a,
#buttonList a:active,
#buttonList a#here:active {
/* Unhighlight unselected buttons, and while clicking */
color: #220;
background-position: bottom left;
}