forked from stmuk/pl6anet.org
-
Notifications
You must be signed in to change notification settings - Fork 3
/
style.css
342 lines (291 loc) · 6.17 KB
/
style.css
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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
body {
margin: auto;
padding: 1.5em 3em 0 3em;
background-color: white;
color: #000000;
font: 12pt sans-serif;
}
h4 {
text-align: center;
margin-bottom: 0.5em;
}
section h4 a {
text-decoration: none;
border-bottom: none;
}
#wrapper-outer {
margin: 0px auto; /* Goodbye, IE5 */
padding: 0;
width: 55.21em; /* A little slipping room */
max-width: 100%;
}
header {
font-weight: bold;
-moz-box-shadow: 5px 5px 10px #888;
-webkit-box-shadow: 5px 5px 10px #888;
box-shadow: 5px 5px 10px #888;
border: 0.2em solid #63a4ff;
background: #80b5ff;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
position: relative;
padding: 0em 1em 0em 1em;
}
#welcome-header {
margin: 0px 0px 3em 0px;
min-height: 200px;
}
#subpage-header {
margin: 2em 0px 2em 0px;
min-height: 120px;
}
header img {
float: right;
position: relative;
top: -1.5em;
right: -2em;
z-index: 1;
border: 0;
}
#welcome-header a {
font-weight: bold;
text-decoration: none;
color: #ffffff;
border-bottom: 1px dotted #ffffff;
}
#welcome-header a.header-black-link {
color: #000;
border-bottom: 1px dotted #000;
}
/* These two were previously "div a", but the entire page is in a wrapper div already. */
a {
text-decoration: none;
font-weight: bold;
color: #000000;
border-bottom: 1px dotted #000000;
}
a:hover {
text-decoration: underline;
border-bottom: none;
}
section, #col1, #col2 {
color: #000000;
-moz-box-shadow: 5px 5px 10px #888;
-webkit-box-shadow: 5px 5px 10px #888;
box-shadow: 5px 5px 10px #888;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
border: 0.2em solid #dddddd;
}
section {
width: 15em;
height: 10em;
margin: 0.5em;
padding: 0 1em 1em 1em;
float: left;
}
.wide {
width: 23em;
margin: 0 0 1em;
float: right;
}
#col1, #col2 {
width: 23em;
padding: 1em 2em 1em 2em;
}
#col1 {
float: left;
}
#col2 {
float: right;
}
section ul {
font: 9pt sans-serif;
line-height: 130%;
}
#community, #stuff, #nav-community, #nav-docs, #col1 {
background: #c0e472;
border-color: #8bc313;
}
#specs, #nav-specs, #nav-fun {
background: #e47286;
border-color: #e43b59;
}
#compiler, #docs, #nav-compilers, #nav-whatever, #col2 {
background: #f5ef7b;
border-color: #f2c100;
}
#download {
border: 2px solid white;
-moz-box-shadow: 5px 5px 10px white;
-webkit-box-shadow: 5px 5px 10px white;
box-shadow: 5px 5px 10px white;
}
#nav-home {
background: #80b5ff;
}
#download a {
text-decoration: none;
border: 0px;
font-size: 100%;
color: #ffffff;
margin: 2em auto;
display: block;
width: 206px;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
li {
margin-bottom: 0.5em;
}
footer {
clear: both;
font-size: 90%;
padding: 2.5em 2em 0px 2em;
}
.bold { font-weight: bold; }
#navigation {
padding-left: auto;
padding-right: auto;
width: 50em;
}
#navigation li
{
display: inline;
list-style-type: none;
padding: 1ex;
-moz-border-radius: 0.5ex;
-webkit-border-radius: 0.5ex;
border-radius: 0.5ex;
-moz-box-shadow: 5px 5px 10px #888;
-webkit-box-shadow: 5px 5px 10px #888;
box-shadow: 5px 5px 10px #888;
}
#navigation li a {
text-decoration: none;
border-bottom: none;
}
#navigation .active a {
text-decoration: underline;
}
.more {
text-align: center;
color: #006;
}
.more a {
color: #006;
border-bottom: 1px dotted #006;
}
dl#botlist dt {
margin-top: 1em;
}
dl#botlist dd {
margin-left: 1.5em;
}
/*
** Documentation page
*/
#newcomers {
background: #c0e472;
border-color: #8bc313;
height: auto;
}
#p5programmers {
background: #e47286;
border-color: #e43b59;
height: auto;
}
#compendiums {
background: #f5ef7b;
border-color: #f2c100;
height: auto;
}
#booksandprint {
background: #80b5ff;
border-color: #63a4ff;
height: auto;
}
#examples {
background: #f5ef7b;
border-color: #f2c100;
height: auto;
}
#misc {
background: #c0e472;
border-color: #8bc313;
height: auto;
}
#compilers {
background: #c0e472;
border-color: #8bc313;
height: auto;
}
#features {
background: #e47286;
border-color: #e43b59;
height: auto;
}
#supplementals {
background: #f5ef7b;
border-color: #f2c100;
height: auto;
}
/*
** Three-column CSS magic
*/
/* common column settings */
.colcommon {
width: 100%; /* width of page */
position: relative;
}
div.autosize {
display: table; width: 1px;
}
div.autosize > * {
display: table-cell;
}
/* column container */
.colmask {
position:relative; /* This fixes the IE7 overflow hidden bug */
clear:both;
float:left;
width:100%; /* width of whole page and then some */
overflow:hidden; /* This chops off any overhanging divs */
}
.colright, .colmid, .colleft {
float: left;
width: 100%;
position: relative;
}
.col1, .col2, .col3 {
float: left;
position: relative;
padding: 0 0 1em 0;
/* overflow: hidden; */
}
/* 3 Column settings */
.threecol {
}
.threecol .colmid {
right: 30%;
}
.threecol .colleft {
right: 30%;
}
.threecol .col1 {
width: 30%; /* width of center column content (column width minus padding on either side) */
left: 93%; /* 100% plus left padding of center column */
}
.threecol .col2 {
width: 28%; /* Width of left column content (column width minus padding on either side) */
left: 29%; /* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
width: 28%; /* Width of right column content (column width minus padding on either side) */
left: 69%; /* Please make note of the brackets here: (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}