zenweb-template 1.0.0.b1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,95 @@
1
+ pre, code {
2
+ font-family: Monaco, Courier, monospace;
3
+ }
4
+
5
+ div.container {
6
+ margin: 0 1em;
7
+ }
8
+
9
+ div.post {
10
+ margin: 0 1em;
11
+ }
12
+
13
+ a {
14
+ text-decoration: none;
15
+ }
16
+
17
+ a:hover {
18
+ text-decoration: underline;
19
+ }
20
+
21
+ #header ul li {
22
+ display: inline;
23
+ border-left-style: solid;
24
+ border-left-width: 1px;
25
+ padding: 0 0 0 4px;
26
+ }
27
+
28
+ #header ul li:first-child {
29
+ border-left: none;
30
+ padding-left: 0;
31
+ }
32
+
33
+ h1.section {
34
+ border-bottom-width: 1px;
35
+ border-bottom-style: solid;
36
+ margin-bottom: 0.5em;
37
+ }
38
+
39
+ h1.title {
40
+ xfont-size: 2.5em;
41
+ }
42
+
43
+ h3.date {
44
+ font-size: 1.1em;
45
+ }
46
+
47
+ a.readmore {
48
+ display: block;
49
+ text-align: right;
50
+ }
51
+
52
+ p {
53
+ margin-top: 1em;
54
+ margin-bottom: 1em;
55
+ text-align: justify;
56
+ }
57
+
58
+ div.post h2 {
59
+ border-bottom-width: 1px;
60
+ border-bottom-style: solid;
61
+ margin-top: 0.7em;
62
+ }
63
+
64
+ ul.activity li {
65
+ position: relative;
66
+ }
67
+
68
+ ul.activity li h2 {
69
+ font-size: 1.1em;
70
+ margin-bottom: 0.2em;
71
+ }
72
+
73
+ ul.activity li h3.date {
74
+ position: absolute;
75
+ right: 0;
76
+ top: 0;
77
+ }
78
+
79
+ ul.activity li p {
80
+ margin-top: 0;
81
+ margin-right: 7em;
82
+ }
83
+
84
+ ul#recent_posts li {
85
+ margin-top: 1em;
86
+ }
87
+
88
+ ul#recent_activity li a {
89
+ font-family: monospace;
90
+ }
91
+
92
+ ul#recent_activity li p {
93
+ margin-top: 0;
94
+ margin-bottom: 0;
95
+ }
@@ -0,0 +1,321 @@
1
+ /*
2
+ * Skeleton V1.0.2
3
+ * Copyright 2011, Dave Gamache
4
+ * www.getskeleton.com
5
+ * Free to use under the MIT license.
6
+ * http://www.opensource.org/licenses/mit-license.php
7
+ * 5/20/2011
8
+ */
9
+
10
+
11
+ /* Table of Contents
12
+ ==================================================
13
+ #Base 960 Grid
14
+ #Tablet (Portrait)
15
+ #Mobile (Portrait)
16
+ #Mobile (Landscape)
17
+ #Clearing */
18
+
19
+
20
+
21
+ /* #Base 960 Grid
22
+ ================================================== */
23
+
24
+ .container { position: relative; width: 960px; margin: 0 auto; padding: 0; }
25
+ .column, .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
26
+ .row { margin-bottom: 20px; }
27
+
28
+ /* Nested Column Classes */
29
+ .column.alpha, .columns.alpha { margin-left: 0; }
30
+ .column.omega, .columns.omega { margin-right: 0; }
31
+
32
+ .container .one-third.column { width: 300px; }
33
+ .container .two-thirds.column { width: 620px; }
34
+
35
+ /*****************************
36
+ 12 Column
37
+ *****************************/
38
+
39
+ /* Base Grid */
40
+ .container-twelve .one.column { width: 60px; }
41
+ .container-twelve .two.columns { width: 140px; }
42
+ .container-twelve .three.columns { width: 220px; }
43
+ .container-twelve .four.columns { width: 300px; }
44
+ .container-twelve .five.columns { width: 380px; }
45
+ .container-twelve .six.columns { width: 460px; }
46
+ .container-twelve .seven.columns { width: 540px; }
47
+ .container-twelve .eight.columns { width: 620px; }
48
+ .container-twelve .nine.columns { width: 700px; }
49
+ .container-twelve .ten.columns { width: 780px; }
50
+ .container-twelve .eleven.columns { width: 860px; }
51
+ .container-twelve .twelve.columns { width: 940px; }
52
+
53
+ /* Offsets */
54
+ .container-twelve .offset-by-one { margin-left: 80px; }
55
+ .container-twelve .offset-by-two { margin-left: 160px; }
56
+ .container-twelve .offset-by-three { margin-left: 240px; }
57
+ .container-twelve .offset-by-four { margin-left: 320px; }
58
+ .container-twelve .offset-by-five { margin-left: 400px; }
59
+ .container-twelve .offset-by-six { margin-left: 480px; }
60
+ .container-twelve .offset-by-seven { margin-left: 560px; }
61
+ .container-twelve .offset-by-eight { margin-left: 640px; }
62
+ .container-twelve .offset-by-nine { margin-left: 720px; }
63
+ .container-twelve .offset-by-ten { margin-left: 800px; }
64
+ .container-twelve .offset-by-eleven { margin-left: 880px; }
65
+
66
+
67
+ /*****************************
68
+ 16 Column
69
+ *****************************/
70
+
71
+ /* Base Grid */
72
+ .container-sixteen .one.column { width: 40px; }
73
+ .container-sixteen .two.columns { width: 100px; }
74
+ .container-sixteen .three.columns { width: 160px; }
75
+ .container-sixteen .four.columns { width: 220px; }
76
+ .container-sixteen .five.columns { width: 280px; }
77
+ .container-sixteen .six.columns { width: 340px; }
78
+ .container-sixteen .seven.columns { width: 400px; }
79
+ .container-sixteen .eight.columns { width: 460px; }
80
+ .container-sixteen .nine.columns { width: 520px; }
81
+ .container-sixteen .ten.columns { width: 580px; }
82
+ .container-sixteen .eleven.columns { width: 640px; }
83
+ .container-sixteen .twelve.columns { width: 700px; }
84
+ .container-sixteen .thirteen.columns { width: 760px; }
85
+ .container-sixteen .fourteen.columns { width: 820px; }
86
+ .container-sixteen .fifteen.columns { width: 880px; }
87
+ .container-sixteen .sixteen.columns { width: 940px; }
88
+
89
+ /* Offsets */
90
+ .container-sixteen .offset-by-one { margin-left: 60px; }
91
+ .container-sixteen .offset-by-two { margin-left: 120px; }
92
+ .container-sixteen .offset-by-three { margin-left: 180px; }
93
+ .container-sixteen .offset-by-four { margin-left: 240px; }
94
+ .container-sixteen .offset-by-five { margin-left: 300px; }
95
+ .container-sixteen .offset-by-six { margin-left: 360px; }
96
+ .container-sixteen .offset-by-seven { margin-left: 420px; }
97
+ .container-sixteen .offset-by-eight { margin-left: 480px; }
98
+ .container-sixteen .offset-by-nine { margin-left: 540px; }
99
+ .container-sixteen .offset-by-ten { margin-left: 600px; }
100
+ .container-sixteen .offset-by-eleven { margin-left: 660px; }
101
+ .container-sixteen .offset-by-twelve { margin-left: 720px; }
102
+ .container-sixteen .offset-by-thirteen { margin-left: 780px; }
103
+ .container-sixteen .offset-by-fourteen { margin-left: 840px; }
104
+ .container-sixteen .offset-by-fifteen { margin-left: 900px; }
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+ /* #Tablet (Portrait)
114
+ ================================================== */
115
+
116
+ /* Note: Design for a width of 768px */
117
+
118
+ @media only screen and (min-width: 768px) and (max-width: 959px) {
119
+ .container { width: 768px; }
120
+ /*.container .column,
121
+ .container .columns { margin-left: 10px; margin-right: 10px; }*/
122
+ .column.alpha, .columns.alpha { margin-left: 0; margin-right: 10px; }
123
+ .column.omega, .columns.omega { margin-right: 0; margin-left: 10px; }
124
+
125
+ .container .one-third.column { width: 236px; }
126
+ .container .two-thirds.column { width: 492px; }
127
+
128
+ /*****************************
129
+ 12 Column
130
+ ((768/12) - 20) * 1 = 44
131
+ *****************************/
132
+
133
+ .container-twelve .one.column { width: 44px; }
134
+ .container-twelve .two.columns { width: 108px; }
135
+ .container-twelve .three.columns { width: 172px; }
136
+ .container-twelve .four.columns { width: 236px; }
137
+ .container-twelve .five.columns { width: 300px; }
138
+ .container-twelve .six.columns { width: 364px; }
139
+ .container-twelve .seven.columns { width: 428px; }
140
+ .container-twelve .eight.columns { width: 492px; }
141
+ .container-twelve .nine.columns { width: 556px; }
142
+ .container-twelve .ten.columns { width: 620px; }
143
+ .container-twelve .eleven.columns { width: 684px; }
144
+ .container-twelve .twelve.columns { width: 748px; }
145
+
146
+
147
+
148
+ /* Offsets */
149
+ .container-twelve .offset-by-one { margin-left: 64px; }
150
+ .container-twelve .offset-by-two { margin-left: 128px; }
151
+ .container-twelve .offset-by-three { margin-left: 192px; }
152
+ .container-twelve .offset-by-four { margin-left: 256px; }
153
+ .container-twelve .offset-by-five { margin-left: 320px; }
154
+ .container-twelve .offset-by-six { margin-left: 384px; }
155
+ .container-twelve .offset-by-seven { margin-left: 448px; }
156
+ .container-twelve .offset-by-eight { margin-left: 512px; }
157
+ .container-twelve .offset-by-nine { margin-left: 576px; }
158
+ .container-twelve .offset-by-ten { margin-left: 640px; }
159
+ .container-twelve .offset-by-eleven { margin-left: 704px; }
160
+
161
+
162
+
163
+
164
+
165
+ /*****************************
166
+ 16 Column
167
+ ((768/16) - 20) * 1 = 28
168
+ *****************************/
169
+
170
+ .container-sixteen .one.column { width: 28px; }
171
+ .container-sixteen .two.columns { width: 76px; }
172
+ .container-sixteen .three.columns { width: 124px; }
173
+ .container-sixteen .four.columns { width: 172px; }
174
+ .container-sixteen .five.columns { width: 220px; }
175
+ .container-sixteen .six.columns { width: 268px; }
176
+ .container-sixteen .seven.columns { width: 316px; }
177
+ .container-sixteen .eight.columns { width: 364px; }
178
+ .container-sixteen .nine.columns { width: 412px; }
179
+ .container-sixteen .ten.columns { width: 460px; }
180
+ .container-sixteen .eleven.columns { width: 508px; }
181
+ .container-sixteen .twelve.columns { width: 556px; }
182
+ .container-sixteen .thirteen.columns { width: 604px; }
183
+ .container-sixteen .fourteen.columns { width: 652px; }
184
+ .container-sixteen .fifteen.columns { width: 700px; }
185
+ .container-sixteen .sixteen.columns { width: 748px; }
186
+
187
+
188
+
189
+ /* Offsets */
190
+ .container-sixteen .offset-by-one { margin-left: 48px; }
191
+ .container-sixteen .offset-by-two { margin-left: 96px; }
192
+ .container-sixteen .offset-by-three { margin-left: 144px; }
193
+ .container-sixteen .offset-by-four { margin-left: 192px; }
194
+ .container-sixteen .offset-by-five { margin-left: 240px; }
195
+ .container-sixteen .offset-by-six { margin-left: 286px; }
196
+ .container-sixteen .offset-by-seven { margin-left: 336px; }
197
+ .container-sixteen .offset-by-eight { margin-left: 384px; }
198
+ .container-sixteen .offset-by-nine { margin-left: 432px; }
199
+ .container-sixteen .offset-by-ten { margin-left: 480px; }
200
+ .container-sixteen .offset-by-eleven { margin-left: 528px; }
201
+ .container-sixteen .offset-by-twelve { margin-left: 576px; }
202
+ .container-sixteen .offset-by-thirteen { margin-left: 624px; }
203
+ .container-sixteen .offset-by-fourteen { margin-left: 672px; }
204
+ .container-sixteen .offset-by-fifteen { margin-left: 720px; }
205
+ }
206
+
207
+
208
+ /* #Mobile (Portrait)
209
+ ================================================== */
210
+
211
+ /* Note: Design for a width of 320px */
212
+
213
+ @media only screen and (max-width: 767px) {
214
+ .container { width: 300px; }
215
+ .columns, .column { margin: 0; }
216
+
217
+ .container .one.column,
218
+ .container .two.columns,
219
+ .container .three.columns,
220
+ .container .four.columns,
221
+ .container .five.columns,
222
+ .container .six.columns,
223
+ .container .seven.columns,
224
+ .container .eight.columns,
225
+ .container .nine.columns,
226
+ .container .ten.columns,
227
+ .container .eleven.columns,
228
+ .container .twelve.columns,
229
+ .container .thirteen.columns,
230
+ .container .fourteen.columns,
231
+ .container .fifteen.columns,
232
+ .container .sixteen.columns,
233
+ .container .one-third.column,
234
+ .container .two-thirds.column { width: 300px; }
235
+
236
+ /* Offsets */
237
+ .container .offset-by-one,
238
+ .container .offset-by-two,
239
+ .container .offset-by-three,
240
+ .container .offset-by-four,
241
+ .container .offset-by-five,
242
+ .container .offset-by-six,
243
+ .container .offset-by-seven,
244
+ .container .offset-by-eight,
245
+ .container .offset-by-nine,
246
+ .container .offset-by-ten,
247
+ .container .offset-by-eleven,
248
+ .container .offset-by-twelve,
249
+ .container .offset-by-thirteen,
250
+ .container .offset-by-fourteen,
251
+ .container .offset-by-fifteen { margin-left: 0; }
252
+
253
+ }
254
+
255
+
256
+ /* #Mobile (Landscape)
257
+ ================================================== */
258
+
259
+ /* Note: Design for a width of 480px */
260
+
261
+ @media only screen and (min-width: 480px) and (max-width: 767px) {
262
+ .container { width: 420px; }
263
+ .columns, .column { margin: 0; }
264
+
265
+ .container .one.column,
266
+ .container .two.columns,
267
+ .container .three.columns,
268
+ .container .four.columns,
269
+ .container .five.columns,
270
+ .container .six.columns,
271
+ .container .seven.columns,
272
+ .container .eight.columns,
273
+ .container .nine.columns,
274
+ .container .ten.columns,
275
+ .container .eleven.columns,
276
+ .container .twelve.columns,
277
+ .container .thirteen.columns,
278
+ .container .fourteen.columns,
279
+ .container .fifteen.columns,
280
+ .container .sixteen.columns,
281
+ .container .one-third.column,
282
+ .container .two-thirds.column { width: 420px; }
283
+ }
284
+
285
+
286
+ /* #Clearing
287
+ ================================================== */
288
+
289
+ /* Self Clearing Goodness */
290
+ .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
291
+
292
+ /* Use clearfix class on parent to clear nested columns,
293
+ or wrap each row of columns in a <div class="row"> */
294
+ .clearfix:before,
295
+ .clearfix:after,
296
+ .row:before,
297
+ .row:after {
298
+ content: '\0020';
299
+ display: block;
300
+ overflow: hidden;
301
+ visibility: hidden;
302
+ width: 0;
303
+ height: 0; }
304
+ .row:after,
305
+ .clearfix:after {
306
+ clear: both; }
307
+ .row,
308
+ .clearfix {
309
+ zoom: 1; }
310
+
311
+ /* You can also use a <br class="clear" /> to clear columns */
312
+ .clear {
313
+ clear: both;
314
+ display: block;
315
+ overflow: hidden;
316
+ visibility: hidden;
317
+ width: 0;
318
+ height: 0;
319
+ }
320
+
321
+
@@ -0,0 +1,139 @@
1
+ {%
2
+ @string = "#218a21"
3
+ @symbol = "#463b8a"
4
+ @comment = "#00008a"
5
+ @keyword = "#7f007f"
6
+ @interpolation = "#9f522c"
7
+ @function = "#0000ff"
8
+ @integer = "black"
9
+ %}
10
+
11
+ .CodeRay {
12
+ background-color: white;
13
+ color: black;
14
+ }
15
+
16
+ .CodeRay pre {
17
+ margin: 0px;
18
+ }
19
+
20
+ span.CodeRay { white-space: pre; border: 0px; padding: 2px; }
21
+
22
+ table.CodeRay { border-collapse: collapse; width: 100%; padding: 2px; margin: 1em 2em; }
23
+ table.CodeRay td { padding: 2px 4px; vertical-align: top; }
24
+
25
+ .CodeRay .line-numbers {
26
+ border-right: 1px solid black;
27
+
28
+ margin-right: 1em;
29
+ text-align: right;
30
+ -webkit-user-select: none;
31
+ -moz-user-select: none;
32
+ user-select: none;
33
+ }
34
+
35
+ .CodeRay .line-numbers a {
36
+ color: gray;
37
+ text-decoration: none;
38
+ }
39
+
40
+ .CodeRay .line-numbers a:target { font-weight:bold; color: blue; }
41
+ .CodeRay .line-numbers .highlighted { color: red !important; }
42
+ .CodeRay .line-numbers .highlighted a { color: red !important; }
43
+
44
+ .CodeRay span.line-numbers { padding: 0px 4px; }
45
+ .CodeRay .line { display: block; float: left; width: 100%; }
46
+ .CodeRay .code { width: 100%; }
47
+
48
+ .CodeRay .debug { color: white !important; background: blue !important; }
49
+
50
+ /* Modified to match emacs */
51
+
52
+ .CodeRay .char { color:{{ @string }} }
53
+ .CodeRay .class { color:{{ @string }} }
54
+ .CodeRay .comment { color:{{ @comment }} }
55
+ .CodeRay .comment .char { color:{{ @comment }} }
56
+ .CodeRay .comment .delimiter { color:{{ @comment }} }
57
+ .CodeRay .constant { color:{{ @string }} }
58
+ .CodeRay .function { color:{{ @function }} }
59
+ .CodeRay .inline { color:{{ @interpolation }} }
60
+ .CodeRay .inline .constant { color:{{ @interpolation }} }
61
+ .CodeRay .inline-delimiter { color:{{ @interpolation }} }
62
+ .CodeRay .integer { color:{{ @integer }} }
63
+ .CodeRay .keyword { color:{{ @keyword }} }
64
+ .CodeRay .predefined-constant { color:{{ @string }} }
65
+ .CodeRay .regexp { color:{{ @string }} }
66
+ .CodeRay .regexp .content { color:{{ @string }} }
67
+ .CodeRay .regexp .delimiter { color:{{ @string }} }
68
+ .CodeRay .regexp .modifier { color:{{ @string }} }
69
+ .CodeRay .string { color:{{ @string }} }
70
+ .CodeRay .string .char { color:{{ @string }} }
71
+ .CodeRay .string .content { color:{{ @string }} }
72
+ .CodeRay .string .delimiter { color:{{ @string }} }
73
+ .CodeRay .string .modifier { color:{{ @string }} }
74
+ .CodeRay .symbol { color:{{ @symbol }} }
75
+ .CodeRay .symbol .content { color:{{ @symbol }} }
76
+ .CodeRay .symbol .delimiter { color:{{ @symbol }} }
77
+
78
+ /* Original from coderay */
79
+
80
+ .CodeRay .annotation { color:#007 }
81
+ .CodeRay .attribute-name { color:#b48 }
82
+ .CodeRay .attribute-value { color:#700 }
83
+ .CodeRay .binary { color:#509 }
84
+ .CodeRay .char .content { color:#D20 }
85
+ .CodeRay .char .delimiter { color:#710 }
86
+ .CodeRay .class-variable { color:#369 }
87
+ .CodeRay .color { color:#0A0 }
88
+ .CodeRay .complex { color:#A08 }
89
+ .CodeRay .decorator { color:#B0B }
90
+ .CodeRay .definition { color:#099; font-weight:bold }
91
+ .CodeRay .delimiter { color:black }
92
+ .CodeRay .directive { color:#088; font-weight:bold }
93
+ .CodeRay .doc { color:#970 }
94
+ .CodeRay .doc-string { color:#D42; font-weight:bold }
95
+ .CodeRay .doctype { color:#34b }
96
+ .CodeRay .entity { color:#800; font-weight:bold }
97
+ .CodeRay .error { color:#F00; background-color:#FAA }
98
+ .CodeRay .escape { color:#666 }
99
+ .CodeRay .exception { color:#C00; font-weight:bold }
100
+ .CodeRay .float { color:#60E }
101
+ .CodeRay .global-variable { color:#d70 }
102
+ .CodeRay .hex { color:#02b }
103
+ .CodeRay .imaginary { color:#f00 }
104
+ .CodeRay .include { color:#B44; font-weight:bold }
105
+ .CodeRay .instance-variable { color:#33B }
106
+ .CodeRay .key .char { color: #60f }
107
+ .CodeRay .key .delimiter { color: #404 }
108
+ .CodeRay .key { color: #606 }
109
+ .CodeRay .label { color:#970; font-weight:bold }
110
+ .CodeRay .local-variable { color:#963 }
111
+ .CodeRay .namespace { color:#707; font-weight:bold }
112
+ .CodeRay .octal { color:#40E }
113
+ .CodeRay .operator { }
114
+ .CodeRay .predefined { color:#369; font-weight:bold }
115
+ .CodeRay .predefined-type { color:#0a5; font-weight:bold }
116
+ .CodeRay .preprocessor { color:#579 }
117
+ .CodeRay .pseudo-class { color:#00C; font-weight:bold }
118
+ .CodeRay .reserved { color:#080; font-weight:bold }
119
+ .CodeRay .shell .content { color:#2B2 }
120
+ .CodeRay .shell .delimiter { color:#161 }
121
+ .CodeRay .shell { background-color:rgba(0, 0, 255, 0.06); }
122
+ .CodeRay .tag { color:#070 }
123
+ .CodeRay .type { color:#339; font-weight:bold }
124
+ .CodeRay .value { color: #088; }
125
+ .CodeRay .variable { color:#037 }
126
+
127
+ .CodeRay .insert { background: rgba(0, 0, 255, 0.12) }
128
+ .CodeRay .delete { background: rgba(255, 255, 0, 0.12) }
129
+ .CodeRay .change { color: #bbf; background: #007; }
130
+ .CodeRay .head { color: #f8f; background: #505 }
131
+ .CodeRay .head .filename { color: white; }
132
+
133
+ .CodeRay .delete .eyecatcher { background-color: rgba(255, 255, 0, 0.2); border: 1px solid rgba(230, 230, 0, 0.5); margin: -1px; border-bottom: none; border-top-left-radius: 5px; border-top-right-radius: 5px; }
134
+ .CodeRay .insert .eyecatcher { background-color: rgba(0, 0, 255, 0.2); border: 1px solid rgba(0, 0, 128, 0.5); margin: -1px; border-top: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
135
+
136
+ .CodeRay .insert .insert { color: #0c0; background:transparent; font-weight:bold }
137
+ .CodeRay .delete .delete { color: #c00; background:transparent; font-weight:bold }
138
+ .CodeRay .change .change { color: #88f }
139
+ .CodeRay .head .head { color: #f4f }