Update to 2.0.0 tree from current Fremantle build
[opencv] / doc / plastex / _themes / blue / static / default.css_t
1 /**
2  * Sphinx stylesheet -- default theme
3  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4  */
5
6 @import url("basic.css");
7
8 /* -- page layout ----------------------------------------------------------- */
9
10 body {
11     font-family: {{ theme_bodyfont }};
12     font-size: 100%;
13     background-color: {{ theme_footerbgcolor }};
14     color: #000;
15     margin: 0;
16     padding: 0;
17 }
18
19 div.document {
20     background-color: {{ theme_sidebarbgcolor }};
21 }
22
23 div.documentwrapper {
24     float: left;
25     width: 100%;
26 }
27
28 div.bodywrapper {
29     margin: 0 0 0 230px;
30 }
31
32 div.body {
33     background-color: {{ theme_bgcolor }};
34     color: {{ theme_textcolor }};
35     padding: 0 20px 30px 20px;
36 }
37
38 div.feedback {
39     background-color: {{ theme_feedbackbgcolor }};
40     color: {{ theme_feedbacktextcolor }};
41     padding: 20px 20px 30px 20px;
42 }
43
44 div.feedback h2 {
45     margin: 10px 0 10px 0;
46 }
47
48 div.feedback a {
49     color: {{ theme_feedbacklinkcolor }};
50     font-weight: bold;
51 }
52
53 {%- if theme_rightsidebar|tobool %}
54 div.bodywrapper {
55     margin: 0 230px 0 0;
56 }
57 {%- endif %}
58
59 div.footer {
60     color: {{ theme_footertextcolor }};
61     width: 100%;
62     padding: 9px 0 9px 0;
63     text-align: center;
64     font-size: 75%;
65 }
66
67 div.footer a {
68     color: {{ theme_footertextcolor }};
69     text-decoration: underline;
70 }
71
72 div.related {
73     background-color: {{ theme_relbarbgcolor }};
74     line-height: 30px;
75     color: {{ theme_relbartextcolor }};
76 }
77
78 div.related a {
79     color: {{ theme_relbarlinkcolor }};
80 }
81
82 div.sphinxsidebar {
83     {%- if theme_stickysidebar|tobool %}
84     top: 30px;
85     margin: 0;
86     position: fixed;
87     overflow: auto;
88     height: 100%;
89     {%- endif %}
90     {%- if theme_rightsidebar|tobool %}
91     float: right;
92     {%- if theme_stickysidebar|tobool %}
93     right: 0;
94     {%- endif %}
95     {%- endif %}
96 }
97
98 {%- if theme_stickysidebar|tobool %}
99 /* this is nice, but it it leads to hidden headings when jumping
100    to an anchor */
101 /*
102 div.related {
103     position: fixed;
104 }
105
106 div.documentwrapper {
107     margin-top: 30px;
108 }
109 */
110 {%- endif %}
111
112 div.sphinxsidebar h3 {
113     font-family: {{ theme_headfont }};
114     color: {{ theme_sidebartextcolor }};
115     font-size: 1.4em;
116     font-weight: normal;
117     margin: 0;
118     padding: 0;
119 }
120
121 div.sphinxsidebar h3 a {
122     color: {{ theme_sidebartextcolor }};
123 }
124
125 div.sphinxsidebar h4 {
126     font-family: {{ theme_headfont }};
127     color: {{ theme_sidebartextcolor }};
128     font-size: 1.3em;
129     font-weight: normal;
130     margin: 5px 0 0 0;
131     padding: 0;
132 }
133
134 div.sphinxsidebar p {
135     color: {{ theme_sidebartextcolor }};
136 }
137
138 div.sphinxsidebar p.topless {
139     margin: 5px 10px 10px 10px;
140 }
141
142 div.sphinxsidebar ul {
143     margin: 10px;
144     padding: 0;
145     color: {{ theme_sidebartextcolor }};
146 }
147
148 div.sphinxsidebar a {
149     color: {{ theme_sidebarlinkcolor }};
150 }
151
152 div.sphinxsidebar input {
153     border: 1px solid {{ theme_sidebarlinkcolor }};
154     font-family: sans-serif;
155     font-size: 1em;
156 }
157
158 /* -- body styles ----------------------------------------------------------- */
159
160 a {
161     color: {{ theme_linkcolor }};
162     text-decoration: none;
163 }
164
165 a:hover {
166     text-decoration: underline;
167 }
168
169 div.body p, div.body dd, div.body li {
170     text-align: justify;
171     line-height: 130%;
172 }
173
174 div.body h1,
175 div.body h2,
176 div.body h3,
177 div.body h4,
178 div.body h5,
179 div.body h6 {
180     font-family: {{ theme_headfont }};
181     background-color: {{ theme_headbgcolor }};
182     font-weight: normal;
183     color: {{ theme_headtextcolor }};
184     border-bottom: 1px solid #ccc;
185     margin: 20px -20px 10px -20px;
186     padding: 3px 0 3px 10px;
187 }
188
189 a.toc-backref, a.toc-backref:hover {
190     font-family: {{ theme_headfont }};
191     background-color: {{ theme_headbgcolor }};
192     font-weight: normal;
193     color: {{ theme_headtextcolor }};
194     text-decoration: none;
195 }
196
197 div.body h1 { margin-top: 0; font-size: 200%; }
198 div.body h2 { font-size: 160%; }
199 div.body h3 { font-size: 140%; }
200 div.body h4 { font-size: 120%; }
201 div.body h5 { font-size: 110%; }
202 div.body h6 { font-size: 100%; }
203
204 a.headerlink {
205     color: {{ theme_headlinkcolor }};
206     font-size: 0.8em;
207     padding: 0 4px 0 4px;
208     text-decoration: none;
209 }
210
211 a.headerlink:hover {
212     background-color: {{ theme_headlinkcolor }};
213     color: white;
214 }
215
216
217 div.body p, div.body dd, div.body li {
218     text-align: justify;
219     line-height: 130%;
220 }
221
222 div.admonition p.admonition-title + p {
223     display: inline;
224 }
225
226 div.note {
227     background-color: #eee;
228     border: 1px solid #ccc;
229 }
230
231 div.seealso {
232     background-color: #ffc;
233     border: 1px solid #ff6;
234 }
235
236 div.topic {
237     background-color: #eee;
238 }
239
240 div.warning {
241     background-color: #ffe4e4;
242     border: 1px solid #f66;
243 }
244
245 p.admonition-title {
246     display: inline;
247 }
248
249 p.admonition-title:after {
250     content: ":";
251 }
252
253 pre {
254     padding: 5px;
255     background-color: {{ theme_codebgcolor }};
256     color: {{ theme_codetextcolor }};
257     line-height: 120%;
258     border: 1px solid #ace;
259     border-left: none;
260     border-right: none;
261 }
262
263 tt {
264     color: {{ theme_headtext_color }}
265     background-color: #ecf0f3;
266     padding: 0 1px 0 1px;
267     font-size: 1.2em;
268 }
269
270 tt.descname {
271     color: {{ theme_headtext_color }}
272     background-color: #ecf0f3;
273     padding: 0 1px 0 1px;
274     font-size: 1.6em;
275 }
276
277 dl.cfunction {
278     padding-bottom: 9px;
279 }
280
281 dl.cfunction > dt:first-child {
282     margin-bottom: 7px;
283     border-bottom: 1px dotted black;
284 }
285
286 div.math p {
287     margin-top: 10px;
288     margin-bottom: 10px;
289 }
290