summaryrefslogtreecommitdiff
path: root/website/style.css
blob: 07a21d6178fc884d3a7441ea22b84232d5d865a3 (plain)
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
body {
	background:white; color:black;
	font:87.5%/1.5 sans-serif;
	margin:0; padding:0;
}
:link { color:#00d; }
:visited { color:#116; }
:link:hover, :visited:hover { color:black; }
:target:before { content:"* "; color:red; }
#content:target:before { content:""; }
img { border:0; vertical-align: middle; }
dt { font-weight:bold; }
p, ul, ol { margin-top:0; margin-bottom:1em; }
ul ul, ol ol { margin-bottom:0; }

h1 { font-size:1.714em; margin:.25em; padding:0; }
h2 { font-size:1.286em; margin:.5em 0; }
h3 { font-size:1.143em; margin:1.25em 0 .25em 0; }
h4 { font-size:1em; margin:1em 0 .5em 0; }

.skip {
	position:absolute;
	left:-999px; width:990px;
}
.skip:focus, .skip:active {
	background:white;
	border:.25em solid #d82e39;
	font-size:large;
	left:0; top:0;
	padding:.25em;
	width:auto;
}

/* holly hack (ie mac fix) \*/
#search { float:right; margin:1em; }
/* end hide */
.text { border:1px solid #666; width:10em; }

#sitenav { white-space:nowrap; }
#sitenav h2, #footer h2 {
	position:absolute;
	left:-999px; width:990px;
}
#sitenav ul {
	border-bottom:1px solid black;
	line-height:normal;
	margin:0; padding:0;
	width:100%;
}
#sitenav li {
	background:#ddf;
	border:1px solid black;
	display:inline;
	height:100%;
	margin:.5em;
	padding:.25em .5em 0 .5em;
	position:relative; /* ie win fix */
}
#sitenav li.selected {
	background:white;
	border-top:3px solid blue;
	border-bottom:1px solid white;
}
#sitenav :link, #sitenav :visited { text-decoration:none; }
#sitenav :link:hover, #sitenav :visited:hover { text-decoration:underline; }

#subnav {
	background:#ddd;
	border:2px solid #666;
	float:left;
	margin:2em 1em;
	width:11em;
}
#subnav h3 {
	font-size:1em;
}
#subnav ul {
	font-size:.857em;
	margin:0; padding:0;
	list-style:none;
}
#subnav li, #subnav h3 {
	display:block;
	border:1px solid;
	border-color:#eee #aaa #999 #eee;
	margin:0; padding:.25em;
}
#subnav .selected {
	background:#eef;
	font-weight:bold;
}
#subnav :link, #subnav :visited {
	display:block;
	margin:-.25em; padding:.25em;
}
#subnav :link:hover, #subnav :visited:hover {
	background:#ccc;
}
.afternav { margin-left:12em; }

#content {
	max-width:60em;
	padding:1em 2em;
}

#footer {
	clear:both;
	text-align:center;
}

#download {
	background:#ffa;
	border:2px solid #339;
	margin:2em; padding:0 1em;
	width:20%;
	text-align:center;
}
#download h3 { margin:.75em 0 .75em 0; }

#screenshot {
	float:right;
	margin:0 1em 1em 2em;
}
.screenshot {
	float:left;
	margin:1em;
	min-width:250px;
}
.screenshot img { display:block; }
.downloads h3 { margin:1em; }
.downloads img { position:relative; /* safari fix */ }
.logo { text-align:center; }