source: main/multimechanize/trunk/docs/assets/nature.css @ 7557

Last change on this file since 7557 was 7552, checked in by uli, 13 years ago

multimech switched to github and incorporated changes officially we applied locally before. This is an update to stick with the latest source from official repos.

File size: 4.2 KB
Line 
1/*
2 * nature.css_t
3 * ~~~~~~~~~~~~
4 *
5 * Sphinx stylesheet -- nature theme.
6 *
7 * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
8 * :license: BSD, see LICENSE for details.
9 *
10 */
11 
12@import url("basic.css");
13 
14/* -- page layout ----------------------------------------------------------- */
15 
16body {
17    font-family: Ubuntu, Tahoma, sans-serif;
18    font-size: 100%;
19    background-color: #111;
20    color: #555;
21    margin: 0;
22    padding: 0;
23}
24
25div.documentwrapper {
26    float: left;
27    width: 100%;
28}
29
30div.bodywrapper {
31    margin: 0 0 0 250px;
32}
33
34hr {
35    border: 1px solid #B1B4B6;
36}
37 
38div.document {
39    background-color: #eee;
40}
41 
42div.body {
43    background-color: #ffffff;
44    color: #3E4349;
45    padding: 0 30px 30px 30px;
46    font-size: 0.9em;
47}
48 
49div.footer {
50    color: #555;
51    width: 100%;
52    padding: 13px 0;
53    text-align: center;
54    font-size: 75%;
55}
56 
57div.footer a {
58    color: #444;
59    text-decoration: underline;
60}
61 
62div.related {
63    background-color: #DD4814;
64    line-height: 32px;
65    color: #fff;
66    font-size: 0.9em;
67}
68 
69div.related a {
70    color: #EEEEEE;
71}
72 
73div.sphinxsidebar {
74    font-size: 0.75em;
75    line-height: 1.5em;
76}
77
78div.sphinxsidebarwrapper {
79    padding: 20x 0;
80}
81 
82div.sphinxsidebar h3,
83div.sphinxsidebar h4 {
84    font-family: Ubuntu, Tahoma, sans-serif;
85    color: #222;
86    font-size: 1.2em;
87    font-weight: normal;
88    margin: 0;
89    padding: 5px 10x;
90    background-color: #ddd;
91    text-shadow: 1px 1px 0 white
92}
93
94div.sphinxsidebar h4 {
95    font-size: 1.1em;
96}
97 
98div.sphinxsidebar h3 a {
99    color: #444;
100}
101 
102 
103div.sphinxsidebar p {
104    color: #888;
105    padding: 2px 10px;
106}
107 
108div.sphinxsidebar p.topless {
109}
110 
111div.sphinxsidebar ul {
112    margin: 10px 5px;
113    padding: 0;
114    color: #000;
115}
116 
117div.sphinxsidebar a {
118    color: #444;
119}
120 
121div.sphinxsidebar input {
122    border: 1px solid #ccc;
123    font-family: Ubuntu, Tahoma, sans-serif;
124    font-size: 1em;
125}
126
127div.sphinxsidebar input[type=text]{
128    margin-left: 20px;
129}
130 
131/* -- body styles ----------------------------------------------------------- */
132 
133a {
134    color: #5E2750;
135    text-decoration: none;
136}
137 
138a:hover {
139    color: #DD4814;
140    text-decoration: underline;
141}
142 
143div.body h1,
144div.body h2,
145div.body h3,
146div.body h4,
147div.body h5,
148div.body h6 {
149    font-family: Ubuntu, Tahoma, sans-serif;
150    background-color: #BED4EB;
151    font-weight: normal;
152    color: #212224;
153    margin: 30px 0px 10px 0px;
154    padding: 5px 0 5px 10px;
155    text-shadow: 0px 1px 0 white
156}
157 
158div.body h1 { border-top: 20px solid white; margin-top: 0; font-size: 225%; color: #EEEEEE; background-color: #5E2750;}
159div.body h2 { font-size: 140%; color: #EEEEEE; background-color: #5E2750; }
160div.body h3 { font-size: 120%; color: #EEEEEE; background-color: #772953; }
161div.body h4 { font-size: 100%; color: #EEEEEE; background-color: #772953; }
162div.body h5 { font-size: 100%; color: #EEEEEE; background-color: #772953; }
163div.body h6 { font-size: 100%; color: #EEEEEE; background-color: #772953; }
164 
165a.headerlink {
166    color: #333333;
167    padding: 0 4px 0 4px;
168    text-decoration: none;
169}
170 
171a.headerlink:hover {
172    background-color: #222222;
173    color: white;
174}
175 
176div.body p, div.body dd, div.body li {
177    line-height: 1.5em;
178}
179 
180div.admonition p.admonition-title + p {
181    display: inline;
182}
183
184div.highlight{
185    background-color: white;
186}
187
188div.note {
189    background-color: #eee;
190    border: 1px solid #ccc;
191}
192 
193div.seealso {
194    background-color: #ffc;
195    border: 1px solid #ff6;
196}
197 
198div.topic {
199    background-color: #eee;
200}
201 
202div.warning {
203    background-color: #ffe4e4;
204    border: 1px solid #f66;
205}
206 
207p.admonition-title {
208    display: inline;
209}
210 
211p.admonition-title:after {
212    content: ":";
213}
214 
215pre {
216    padding: 6px;
217    background-color: White;
218    color: #000000;
219    line-height: 1.2em;
220    border: 1px solid #C6C9CB;
221    font-size: 1.4em;
222    margin: 1.5em 0 1.5em 0;
223    -webkit-box-shadow: 1px 1px 1px #d8d8d8;
224    -moz-box-shadow: 1px 1px 1px #d8d8d8;
225}
226 
227tt {
228    background-color: #ecf0f3;
229    color: #222;
230    /* padding: 1px 2px; */
231    font-size: 1.1em;
232    font-family: monospace;
233}
234
235.viewcode-back {
236    font-family: Ubuntu, Tahoma, sans-serif;
237}
238
239div.viewcode-block:target {
240    background-color: #f4debf;
241    border-top: 1px solid #ac9;
242    border-bottom: 1px solid #ac9;
243}
Note: See TracBrowser for help on using the repository browser.