forked from svaarala/duktape
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle-index.css
More file actions
76 lines (64 loc) · 1.13 KB
/
style-index.css
File metadata and controls
76 lines (64 loc) · 1.13 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
/*
* Frontpage specific CSS rules
*/
#front-steps {
width: 45%;
float: right;
/*
background: #fcfcfc;
border: 2px solid black;
border-radius: 1em;
box-shadow: 3px 3px 5px #bbbbbb;
margin: 0 1em 1em 0;
padding: 1em;
*/
background: #ffffff;
border-left: 2px dashed #bbbbbb;
margin: 0 1em 1em 0;
padding: 1em;
}
#front-steps .step {
font-weight: bold;
margin-right: 0.5em;
color: #eeeeee; /* off white to work in IE6 where dropshadow not recognized */
font-size: 24pt;
text-shadow: 0px 0px 6px #000000;
filter: dropshadow(color=#000000, offx=2, offy=2);
}
#front-steps pre {
font-size: 12pt;
}
#front-blurp {
width: 45%;
float: left;
margin: 0 0 1em 1em;
}
#front-blurp p {
font-size: 16pt;
}
#front-blurp b {
font-size: 16pt;
}
@media screen and (max-width:800px) {
#front-steps {
float: none;
width: auto;
margin: 0 1em 1em 1em;
}
#front-blurp {
float: none;
width: auto;
margin: 0 1em 4em 1em; /* extra bottom margin: space before steps */
}
}
#front-blurp ul {
margin-top: 2ex;
font-size: 16pt;
}
#front-blurp ul li {
margin-top: 1.5ex;
font-size: 16pt;
}
.index-shell-output {
color: #555599;
}