~zsombi/ubuntu-ui-toolkit/colorSelector

« back to all changes in this revision

Viewing changes to documentation/autopilot-helpers/_static/nature.css

  • Committer: nskaggs
  • Date: 2015-01-14 15:18:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1396.
  • Revision ID: nicholas.skaggs@canonical.com-20150114151805-foc8w73hb0nowntb
add autopilot-helpers to build

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
        Copyright 2013 Canonical Ltd.
 
3
*/
 
4
 
 
5
 @import url(basic.css);
 
6
 
 
7
body {
 
8
        font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
 
9
        font-size:100%;
 
10
        background-color:#2C001E;
 
11
        margin:0;
 
12
        padding:0;
 
13
        }
 
14
 
 
15
div.documentwrapper {
 
16
        float:left;
 
17
        width:100%;
 
18
}
 
19
 
 
20
div.bodywrapper {
 
21
        margin:0 0 0 0;
 
22
}
 
23
 
 
24
hr {
 
25
        border:1px solid #B1B4B6;
 
26
}
 
27
 
 
28
div.body {
 
29
        background-color:#FFF;
 
30
        color:#3E4349;
 
31
        font-size:.9em;
 
32
        padding:0 30px 30px;
 
33
}
 
34
 
 
35
div.footer {
 
36
        color:#CCC;
 
37
        width:100%;
 
38
        text-align:center;
 
39
        font-size:75%;
 
40
        padding:13px 0;
 
41
}
 
42
 
 
43
div.footer a {
 
44
        color:#444;
 
45
        text-decoration:underline;
 
46
}
 
47
 
 
48
div.related {
 
49
        background-color:#DD4814;
 
50
        line-height:32px;
 
51
        color:#fff;
 
52
        font-size:.9em;
 
53
}
 
54
 
 
55
div.related a {
 
56
        color:#EEE;
 
57
}
 
58
 
 
59
div.sphinxsidebar {
 
60
        font-size:.75em;
 
61
        line-height:1.5em;
 
62
}
 
63
 
 
64
div.sphinxsidebarwrapper {
 
65
        padding:20px 0;
 
66
}
 
67
 
 
68
div.sphinxsidebar h3,
 
69
div.sphinxsidebar h4 {
 
70
        font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
 
71
        color:#222;
 
72
        font-size:1.2em;
 
73
        font-weight:400;
 
74
        background-color:#ddd;
 
75
        margin:0;
 
76
        padding:5px 10px;
 
77
}
 
78
 
 
79
div.sphinxsidebar p {
 
80
        color:#444;
 
81
        padding:2px 10px;
 
82
}
 
83
 
 
84
div.sphinxsidebar ul {
 
85
        color:#000;
 
86
        margin:10px 5px;
 
87
        padding:0;
 
88
}
 
89
 
 
90
div.sphinxsidebar input {
 
91
        border:1px solid #ccc;
 
92
        font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
 
93
        font-size:1em;
 
94
}
 
95
 
 
96
div.sphinxsidebar input[type=text] {
 
97
        margin-left:5px;
 
98
}
 
99
 
 
100
a {
 
101
        color:#5E2750;
 
102
        text-decoration:none;
 
103
}
 
104
 
 
105
a:hover {
 
106
        color:#DD4814;
 
107
        text-decoration:underline;
 
108
}
 
109
 
 
110
div.body h1 {
 
111
        font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
 
112
        font-weight:bold;
 
113
        font-size:200%;
 
114
        color:#444;
 
115
        margin:20px 0 10px;
 
116
        padding:5px 0 5px 10px;
 
117
}
 
118
 
 
119
div.body h2 {
 
120
        font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
 
121
        font-size:130%;
 
122
        background-color:#CCC;
 
123
        margin:20px 0 10px;
 
124
        padding:5px 0 5px 10px;
 
125
}
 
126
 
 
127
div.body h6 {
 
128
        font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
 
129
        background-color:#BED4EB;
 
130
        font-weight:400;
 
131
        color:#333;
 
132
        margin:30px 0 10px;
 
133
        padding:5px 0 5px 10px;
 
134
}
 
135
 
 
136
a.headerlink {
 
137
        text-decoration:none;
 
138
        padding:0 4px;
 
139
}
 
140
 
 
141
a.headerlink:hover {
 
142
        background-color:#AEA79F;
 
143
        color:#FFF;
 
144
}
 
145
 
 
146
div.body p,div.body dd,div.body li {
 
147
        line-height:1.5em;
 
148
}
 
149
 
 
150
div.highlight {
 
151
        background-color:#FFF;
 
152
}
 
153
 
 
154
div.note {
 
155
        background-color:#eee;
 
156
        border:1px solid #ccc;
 
157
}
 
158
 
 
159
div.seealso {
 
160
        background-color:#ffc;
 
161
        border:1px solid #ff6;
 
162
}
 
163
 
 
164
div.warning {
 
165
        background-color:#ffe4e4;
 
166
        border:1px solid #f66;
 
167
}
 
168
 
 
169
p.admonition-title:after {
 
170
        content:":";
 
171
}
 
172
 
 
173
pre {
 
174
        background-color:#EFEFEF;
 
175
        color:#000;
 
176
        line-height:1.1em;
 
177
        border:1px solid #C6C9CB;
 
178
        font-size:1.2em;
 
179
        font-family:"Ubuntu Mono", Monaco, Consolas, "DejaVu Sans Mono", "Lucida Console", monospace;
 
180
        margin:1.5em 0;
 
181
        padding:6px;
 
182
}
 
183
 
 
184
tt {
 
185
        background-color:#EFEFEF;
 
186
        color:#222;
 
187
        font-size:1.1em;
 
188
        font-family:"Ubuntu Mono", Monaco, Consolas, "DejaVu Sans Mono", "Lucida Console", monospace;
 
189
}
 
190
 
 
191
.viewcode-back {
 
192
        font-family:Ubuntu, "DejaVu Sans", "Trebuchet MS", sans-serif;
 
193
}
 
194
 
 
195
div.viewcode-block:target {
 
196
        background-color:#f4debf;
 
197
        border-top:1px solid #ac9;
 
198
        border-bottom:1px solid #ac9;
 
199
}
 
200
 
 
201
div.document,div.topic {
 
202
 background-color:#eee;
 
203
}
 
204
 
 
205
div.sphinxsidebar h3 a,div.sphinxsidebar a {
 
206
 color:#444;
 
207
}
 
208
 
 
209
div.admonition p.admonition-title + p,p.admonition-title {
 
210
        display:inline;
 
211
}