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