summaryrefslogtreecommitdiff
path: root/more/css_0/common.css
blob: eec8686b21ff0a5a059fd5261e573d85618e79a9 (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
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
/*
  Copyright 2004-2005 Redshift Software, Inc.
  Distributed under the Boost Software License, Version 1.0.
  (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
*/
/* The base font size. The first one is for IE, the second for everyone else. */
body {
  font-size: smaller;
}
* > body {
  font-size: 10pt;
}
/* Global defaults. */
* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  text-decoration: none;
}
body {
  font-family: sans-serif;
  color: #000000;
  background-color: #CCCCCC;
}
/* Links, black with sharp slate blue underline in all states. */
a {
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid #8AB4CA;
}
a:hover {
  border-bottom: 1px solid #005090;
}
/* A generic class to clear this element. */
.clear {
  clear: both;
  width: 100%;
  height: 1px;
  overflow: hidden;
}
/* Enforce a minimum width. */
/* - For IE we can't really control this so we only make
   sure the container doesn't look strange at small sizes by
   making the body have enough whitespace. */
#content h1, #content h2, #content h3 {
  white-space: nowrap;
}
/* - New browsers have the easy way to set this. */
.body-0 {
  min-width: 55em;
}
/* The shadow arrangement. */
.body-0 {
  padding-left: 50px;
  background: url(shadow-light-dark.png) repeat-y left;
}
.body-1 {
  padding-right: 50px;
  background: url(shadow-dark-light.png) repeat-y right;
}
.body-2 {
  background-color: #FFFFFF;
}
/* */
#content {
  padding: 1em;
}
/* Heading, title and logo. */
#heading {
  background: #005080 url(heading-background.jpg) repeat bottom left;
  border: 2px solid #FFFFFF;
  position: relative;
}
#heading * {
  color: #FFFFFF;
}
#heading h1 {
  padding: 2em 0.25em 0.25em 0.75em;
  float: left;
  position: relative;
  white-space: nowrap;
}
#heading h1 img {
  border: none;
}
#heading #boost {
  font-size: 250%;
  font-weight: 900;
  font-family: Impact, sans-serif;
}
#heading #cpplibraries {
  font-size: 100%;
  font-weight: 900;
  padding-left: 0.75em;
}
#heading-quote {
  white-space: nowrap;
  margin: 0.75em 0.75em 0em -7em;
  float: right;
  clear: right;
  position: relative;
  text-align: right;
}
#heading-quote .quote {
  font-size: 80%;
  display: block;
}
#heading-quote .attribution {
  font-size: 75%;
  display: block;
}
#heading-quote a {
  border-bottom: 1px solid #0080C0;
}
#heading-quote a:hover {
  border-bottom: 1px solid #c8dae3;
}
/* Content sections, inside the top content section. */
.section {
  padding-left: 28px;
  margin-bottom: 3em;
}
.section-body p {
  margin: 0em 0em 0.75em 0em;
}
.section-body h2 {
  margin: 0em 0em 0.5em 0em;
  padding: 0em 0em 0em 0em;
  font-size: 140%;
  clear: both;
}
.section-body h3 {
  margin: 0em;
  padding: 0em;
  font-size: 120%;
  clear: both;
}
.section-body h4 {
  margin: 0.5em 0em 0.5em 0em;
  font-size: 110%;
  clear: both;
}
.section-body ul {
  margin: 0em 0em 0.75em 0em;
  padding: 0em 0em 0em 2em;
}
.section-body ul li {
  margin: 0.75em 0em 0em 0em;
  text-indent: -1.75em;
  padding: 0em;
  list-style-type: none;
}
.section-body ul li ul {
  margin: 0.75em 0em 0em 0em;
  padding: 0em;
}
.section-body ul li ul li {
  display: block;
  margin: 0em;
  padding: 0em 0em 0em 1em;
  list-style-type: none;
  background: url(boost_bullet.gif) no-repeat 0em 0.5em;
  text-indent: 0em;
}
.section-body blockquote {
  margin: 0.5em 1em 0em 2em;
  border-right: 1px dashed #CCCCCC;
  border-left: 1px dashed #CCCCCC;
  text-align: justify;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.section-body .left-inset {
  float: left;
  margin: 0em 1em 1em 0em;
}
.section-body .library {
  display: block;
  margin: 0em 0em 0.5em 0em;
}
.section-body .faq {
  margin: 0em 0em 1em 0em;
}
.section-body .faq .faq-question {
  color: #005080;
  font-weight: bold;
}
.section-body .faq .faq-answer {
}
.section-body .note {
  margin: 0em 0em 1em 0em;
}
.section-body .note .note-label {
  color: #005080;
  font-weight: bold;
}
.section-body .note .note-body {
}
/* Section headings, all use the same stream op indicator style. */
#content h1, #content h2 {
  padding-left: 24px;
  background: url(section_head.png) no-repeat left center;
  text-indent: 4px;
  vertical-align: middle;
  font-size: 140%;
  position: relative;
  left: -28px;
}
/* Uniformly color everything that's a heading */
#content h1, #content h2, #content h3, #content h4 {
  color: #005080;
  font-weight: bold;
}