aboutsummaryrefslogtreecommitdiff
path: root/website/features/features.css
blob: d726f67979ac197afb2b0b1d57650e2fec2f28c3 (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
133
134
135
body {
	font-family: Verdana;
	background-image: url(gradient.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#pepper {
	background-image: url(lombok-background.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50px 20px;
}

* html #pepper {
	background: none;
}

.meat {
	padding: 0px 48px;
}

.meat .header {
	position: absolute;
	top: 10px;
	left: 30px;
}

.minimumHeight {
	height: 700px;
	width: 1px;
	float: right;
}

* html .minimumHeight {
	height: 0px;
}

h1 {
	padding: 8px 0 10px 0;
	font-size: 20px;
	width: 100%;
	text-align: center;
}

.byline {
	width: 100%;
	text-align: center;
	font-style: italic;
	font-size: 1.3em;
}

.index {
	font-size: 1.2em;
	margin: 48px 0px 32px 64px;
}

.index dt {
	margin-top: 8px;
	font-size: 1.2em;
}

.index dd {
	margin-left: 32px;
}

.overview code {
	font-size: 1.1em;
}

.smallprint {
	font-size: 0.8em;
	color: #444;
}

.smallprint code {
	font-size: 1em;
}

.snippets {
	margin-top: 0px;
}

.snippets .pre {
	float: left;
	width: 45%;
}

.snippet {
	overflow: auto;
	padding: 4px;
	border: 1px dotted #888;
}

.snippet font {
	white-space: pre;
}

.snippets .sep {
	display: block;
	width: 5%;
	height: 1px;
	float: left;
}

.snippets .post {
	float: left;
	width: 45%;
}

.snippets .end {
	clear: both;
}

.snippet code {
	font-size: 14px;
}

.footer {
	clear: left;
	margin: 0 auto 0 auto;
	padding: 16px 0 16px 0;
	display: block;
	text-align: center;
}

.footer .disabled {
	color: #aaa;
}

.footer .copyright {
	color: #555;
	font-size: 11px;
	font-style: italic;
}