Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / iostreams / doc / theme / iostreams.css
1 /*
2  * (C) Copyright 2008 CodeRage, LLC (turkanis at coderage dot com)
3  * (C) Copyright 2004-2007 Jonathan Turkanis
4  * Distributed under the Boost Software License, Version 1.0. (See accompanying
5  * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
6  * 
7  * Adapted Boost.Spirit stylesheet (www.boost.org/libs/spirit)
8  */
9
10 BODY
11 {
12     background-color: #FFFFFF;
13     margin: 1em 2em 1em 2em;
14 }
15
16 H1, H2, H3, H4, H5, H6 
17
18     font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
19     font-weight: bold;
20     text-align: left;
21     color: black
22 }
23
24 H1 { text-align: left }
25 H2 { font-size: 140% }
26 H3 { font-size: 120% }
27 H5 { font-style: italic  }
28 H6 { font-variant: small-caps }
29
30 A: { text-decoration:none }
31 A:link { text-decoration:none }
32 A:visited { text-decoration:none }
33 A:active { text-decoration:none }
34 A:hover { text-decoration:underline }
35
36 DL 
37
38     margin-top:0;margin-bottom:0;
39     padding-top:0;padding-bottom:0
40 }
41 DT DL { margin-left:2em; }
42
43 PRE
44 {
45     border-top: gray 1pt solid;
46     border-right: gray 1pt solid;
47     border-left: gray 1pt solid;
48     border-bottom: gray 1pt solid;
49
50     padding-top: 2pt;
51     padding-right: 2pt;
52     padding-left: 2pt;
53     padding-bottom: 2pt;
54
55     display: block;
56     font-family: "courier new", courier, mono;
57     background-color: #eeeeee; font-size: small
58 }
59
60 PRE.plain_code
61 {
62     font-size: 100%;
63     background-color:#FFFFFF;
64     border:none;
65     margin:0;
66     padding:0
67 }
68
69 PRE.plain
70 {
71     font-family: "Times New Roman", Times, serif
72     font-size: 100%;
73     background-color:#FFFFFF;
74     border:none;
75     margin:0;
76     padding:0
77 }
78
79 PRE.broken_ie 
80 {
81     font-size: 10pt
82 }
83
84 /* H3 CODE { font-size: 120% } */
85
86 CODE
87 {
88     font-family: "Courier New", Courier, mono
89 }
90
91 P CODE { font-size: 80% }
92 T CODE { font-size: 80% }
93 TD CODE { font-size: 80% }
94 TH CODE { font-size: 80% }
95 DL CODE { font-size: 80% }
96 DT CODE { font-size: 80% }
97 UL CODE { font-size: 80% }
98 OL CODE { font-size: 80% }
99 H3 CODE { font-size: 105% }
100 H4 CODE { font-size: 105% }
101
102 TT
103 {
104     display: inline;
105     font-family: "Courier New", Courier, mono;
106     color: #000099;
107     font-size: small
108 }
109
110 P
111 {
112     font-family: "Times New Roman", Times, serif
113 }
114
115 UL
116 {
117     font-family: "Times New Roman", Times, serif
118 }
119
120 OL
121 {
122     font-family: "Times New Roman", Times, serif
123 }
124
125 UL LI 
126
127     list-style-type: square; 
128     list-style-image: url("wedge.gif"); 
129 }
130
131 TABLE { margin-left:2em }
132 TABLE.concept { margin-left:0 }
133
134 /* LI.square { list-style-type: square } */
135
136 /* A.footnote_ref { text-decoration: none } */
137 /* A.bib_ref { text-decoration: none } */
138
139 A.caption_ref::visited { color: black }
140
141 A::visited { color: #3344cc }
142
143 H4.banner { margin:.3em }
144
145 TD.banner { text-align:center }
146
147 A.banner 
148
149     color: black;
150     font-size: 120%
151     font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
152     font-weight: bold; 
153     text-decoration:none
154 }
155
156 .menu 
157
158     color: black;
159     font-size: 70%;
160     font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
161     font-weight: bold; 
162     text-decoration:none;
163 }
164 A.menu:visited { color: black; }
165
166 .menu_disabled
167
168     color: #999999;
169     font-size: 70%;
170     font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
171     font-weight: bold; 
172     text-decoration:none;
173 }
174
175 DIV.nav { text-align: right; padding-top: 0.3em }
176 .nav A { padding-left: 0.3em }
177
178 .title                  { text-align: center; margin:1.5em }
179 .literal                { color: #790000; /*#444444; font-style: italic*/}
180 .numeric_literal        { color: #990000}
181 .keyword                { color: #0000CC; /*#000080 font-weight: bold;*/ }
182 .library                { font-weight: bold; color: #000000}
183 .documented             { font-weight: bold; color: #000000}
184 A.documented::visited   { font-weight: bold; color: #000000; text-decoration:none}
185 .defined                { font-weight: bold; color: #525252}
186 .comment                { font-style: italic; color: #008000}
187 .special                { color: #800040}
188 .preprocessor           { color: #008000}
189 .string                 { font-style: italic; color: #666666}
190 .copyright              { font-size: small}
191 .white_bkd              { background-color: #FFFFFF}
192 .dk_grey_bkd            { background-color: #999999}
193 .quotes                 { color: #666666; font-style: italic; font-weight: bold}
194 .omitted                { color: #007236; font-style: italic }
195 .banner                 { text-align: center }
196 /* .header                 { text-decoration: none } */
197 .semantics              { font-weight:bold }
198 .caption    
199 {
200     font-size: 65%; 
201     font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif
202 }
203 .caption_ref    
204 {
205     font-size: 80%; 
206     font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
207     font-weight: bold;
208     color: black;
209     text-decoration: none
210 }
211 .term   
212 {
213     font-weight: bold;
214     font-style: italic
215 }
216 .copyright 
217 {
218     font: 80%/120%;
219     margin:0
220 }