• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2Copyright Aleksey Gurtovoy 2004-2008
3
4Distributed under the Boost Software License, Version 1.0.
5(See accompanying file LICENSE_1_0.txt or copy at
6http://www.boost.org/LICENSE_1_0.txt)
7*/
8
9@import url(default.css);
10
11div.section h1
12{
13    margin-top: 0pt;
14    margin-bottom: 0pt;
15}
16
17
18div.section h3
19{
20    margin-bottom: 0pt;
21    padding-bottom: 0pt;
22
23/*
24    padding-left: 1pt;
25    border-style: none none solid none ;
26    border-width: 2px;
27    border-color: #f0a0a0;
28*/
29}
30
31p
32{
33    margin-top: 7pt;
34    padding-top: 0pt;
35}
36
37pre.literal-block
38{
39    border-style: none none none solid;
40    border-width: 1px;
41    border-color: black;
42    padding-top: 1pt;
43    padding-bottom: 1pt;
44    padding-left: 1em;
45    margin-top: 10pt;
46    margin-left: 0pt;
47    background-color: #f5f5f5;
48}
49
50td pre.literal-block
51{
52    border-style: none;
53    margin-top: 0pt;
54    padding-left: 1pt;
55}
56
57tt.literal {
58    background-color: #f5f5f5;
59}
60
61body.docframe {
62    background: #fffff5 url(manual.png) no-repeat top right fixed;
63    margin-right: 25pt;
64}
65
66/*
67span.navigation-group {
68    background-color: #f0f5ff;
69}
70*/
71
72table
73{
74    border: solid 1px;
75    border-collapse: collapse;
76}
77
78table td
79{
80    margin-top: 0pt;
81    margin-bottom: 0pt;
82    padding-top: 2pt;
83    padding-bottom: 3pt;
84}
85
86a.ref-subsection-title
87{
88    text-decoration: none;
89    color: black;
90}
91
92table.table
93{
94    border: solid 1px black;
95    border-collapse: collapse;
96}
97
98table.table td
99, table.table th
100{
101    border: solid 1px black;
102}
103
104table.wrapper
105{
106    border: 0px;
107    width: 100%;
108    margin-top: 0px;
109    margin-left: 0px;
110    margin-bottom: 0px;
111}
112
113table.wrapper td
114{
115    padding-left: 0px;
116    padding-right: 0px;
117    padding-bottom: 0px;
118    vertical-align: middle;
119}
120
121table.wrapper td.right
122{
123    padding-left: 0px;
124    text-align: right;
125}
126
127table.wrapper td.right img
128{
129    float: right;
130    border-width: 0px;
131}
132
133/*
134a:link,
135a:visited
136{
137    color: #505050;
138}
139
140sup a:link,
141sup a:visited,
142a.interlink:link,
143a.interlink:visited
144{
145    color: #505050;
146    text-decoration: none;
147}
148*/
149
150a.subsection-title
151{
152    color: black;
153    text-decoration: none;
154}
155
156 a.identifier
157,a.header
158{
159    color: black;
160    text-decoration: none;
161}
162
163 a.identifier:hover
164,a.header:hover
165{
166/*    color: #0000c0;*/
167    background-color: #eeeeee;
168}
169
170
171hr.navigation-bar-separator {
172    width: 100%;
173    clear: both;
174}
175
176span.navigation-bar {
177    float: left;
178}
179
180span.page-location {
181    float: right;
182}
183
184body.tocframe ul.auto-toc,
185ul.auto-toc {
186    list-style-type: none;
187    margin-left: 0pt;
188}
189
190ul.auto-toc li li,
191body.tocframe ul.auto-toc li li {
192    list-style-type: none;
193    margin-left: 15pt;
194}
195
196body.tocframe ul.toc,
197ul.toc {
198    margin-left: 0pt;
199}
200
201body.tocframe ul.toc li,
202ul.toc li {
203    list-style-type: circle;
204    margin-left: 15pt;
205}
206