~ubuntu-branches/ubuntu/trusty/horizon/trusty-updates

« back to all changes in this revision

Viewing changes to doc/source/_static/nature.css

  • Committer: Package Import Robot
  • Author(s): Adam Gandelman
  • Date: 2013-09-06 11:59:43 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20130906115943-h3td0l7tp16mb9oc
Tags: 1:2013.2~b3-0ubuntu1
* New upstream release.
* debian/control: Minimum python-openstack-auth version >= 1.1.1.
* debian/control: Add python-troveclient.
* debian/static: Refresh static assets for 2013.2~b3.
* debian/patches: ubuntu_local_settings.patch -> ubuntu_settings.patch, also
  patch location of secret key in openstack_dashboard/settings.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
 
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 {{ theme_sidebarwidth|toint }}px;
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
 
}
48
 
 
49
 
div.footer {
50
 
    color: #555;
51
 
    width: 100%;
52
 
    padding: 13px 0;
53
 
    text-align: center;
54
 
    font-size: 75%;
55
 
}
56
 
 
57
 
div.footer a {
58
 
    color: #444;
59
 
    text-decoration: underline;
60
 
}
61
 
 
62
 
div.related {
63
 
    background-color: #6BA81E;
64
 
    line-height: 32px;
65
 
    color: #fff;
66
 
    text-shadow: 0px 1px 0 #444;
67
 
    font-size: 0.9em;
68
 
}
69
 
 
70
 
div.related a {
71
 
    color: #E2F3CC;
72
 
}
73
 
 
74
 
div.sphinxsidebar {
75
 
    font-size: 0.75em;
76
 
    line-height: 1.5em;
77
 
}
78
 
 
79
 
div.sphinxsidebarwrapper{
80
 
    padding: 20px 0;
81
 
}
82
 
 
83
 
div.sphinxsidebar h3,
84
 
div.sphinxsidebar h4 {
85
 
    font-family: Arial, sans-serif;
86
 
    color: #222;
87
 
    font-size: 1.2em;
88
 
    font-weight: normal;
89
 
    margin: 0;
90
 
    padding: 5px 10px;
91
 
    background-color: #ddd;
92
 
    text-shadow: 1px 1px 0 white
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
 
    text-shadow: 0px 1px 0 white
157
 
}
158
 
 
159
 
div.body h1 { border-top: 20px solid white; margin-top: 0; font-size: 200%; }
160
 
div.body h2 { font-size: 150%; background-color: #C8D5E3; }
161
 
div.body h3 { font-size: 120%; background-color: #D8DEE3; }
162
 
div.body h4 { font-size: 110%; background-color: #D8DEE3; }
163
 
div.body h5 { font-size: 100%; background-color: #D8DEE3; }
164
 
div.body h6 { font-size: 100%; background-color: #D8DEE3; }
165
 
 
166
 
a.headerlink {
167
 
    color: #c60f0f;
168
 
    font-size: 0.8em;
169
 
    padding: 0 4px 0 4px;
170
 
    text-decoration: none;
171
 
}
172
 
 
173
 
a.headerlink:hover {
174
 
    background-color: #c60f0f;
175
 
    color: white;
176
 
}
177
 
 
178
 
div.body p, div.body dd, div.body li {
179
 
    line-height: 1.5em;
180
 
}
181
 
 
182
 
div.admonition p.admonition-title + p {
183
 
    display: inline;
184
 
}
185
 
 
186
 
div.highlight{
187
 
    background-color: white;
188
 
}
189
 
 
190
 
div.note {
191
 
    background-color: #eee;
192
 
    border: 1px solid #ccc;
193
 
}
194
 
 
195
 
div.seealso {
196
 
    background-color: #ffc;
197
 
    border: 1px solid #ff6;
198
 
}
199
 
 
200
 
div.topic {
201
 
    background-color: #eee;
202
 
}
203
 
 
204
 
div.warning {
205
 
    background-color: #ffe4e4;
206
 
    border: 1px solid #f66;
207
 
}
208
 
 
209
 
p.admonition-title {
210
 
    display: inline;
211
 
}
212
 
 
213
 
p.admonition-title:after {
214
 
    content: ":";
215
 
}
216
 
 
217
 
pre {
218
 
    padding: 10px;
219
 
    background-color: White;
220
 
    color: #222;
221
 
    line-height: 1.2em;
222
 
    border: 1px solid #C6C9CB;
223
 
    font-size: 1.1em;
224
 
    margin: 1.5em 0 1.5em 0;
225
 
    -webkit-box-shadow: 1px 1px 1px #d8d8d8;
226
 
    -moz-box-shadow: 1px 1px 1px #d8d8d8;
227
 
}
228
 
 
229
 
tt {
230
 
    background-color: #ecf0f3;
231
 
    color: #222;
232
 
    /* padding: 1px 2px; */
233
 
    font-size: 1.1em;
234
 
    font-family: monospace;
235
 
}
236
 
 
237
 
.viewcode-back {
238
 
    font-family: Arial, sans-serif;
239
 
}
240
 
 
241
 
div.viewcode-block:target {
242
 
    background-color: #f4debf;
243
 
    border-top: 1px solid #ac9;
244
 
    border-bottom: 1px solid #ac9;
245
 
}