]> git.proxmox.com Git - ceph.git/blame - ceph/doc/_themes/ceph/static/ceph.css_t
import quincy beta 17.1.0
[ceph.git] / ceph / doc / _themes / ceph / static / ceph.css_t
CommitLineData
20effc67
TL
1@import url("css/theme.css");
2@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,300,700');
3
4.top-bar {
5 position: fixed;
6 min-width: auto;
7 top: 0;
8 left: 0;
9 width: 100%;
10 z-index: 5050;
11}
12
13.top-bar > div[role=navigation] {
14 border-top: 5px solid #F05C56;
15}
16
17.top-bar > div[role=navigation] > ul {
18 border-top: 5px solid #9C4850;
19 padding: 0 1em;
20}
21
22.top-bar > div[role=navigation] > hr {
23 margin: 0 0 10px;
24}
25
26body {
27 padding-top: 40px;
28}
29
30.wy-nav-side {
31 padding-top: 33px;
32}
33
34.wy-nav-content {
35 padding-top: 0;
36 min-width: 450px;
37 max-width: 940px;
38}
39
40.wy-breadcrumbs {
41 background-color: #80D2DC;
42 font-size: 0.9em;
43}
44
45.wy-nav-content-wrap.shift {
46 top: 2em;
47}
48
49section h1,
50section h2,
51section h3,
52section h4,
53section h5,
54section h6 {
55 font-weight: normal;
56 margin: 30px 0px 10px 0px;
57 padding: 5px 0 5px 10px;
58 color: #212224;
59 text-transform: uppercase;
60}
61
62section h1 {
63 border-top: 20px solid white; margin-top: 0;
64}
65
66section h1 { font-family: Titillium Web; font-size: 200%; background-color: #99DAE3;}
67section h2 { font-family: Titillium Web; font-size: 150%; background-color: #B2E3EA; }
68section h3 { font-family: Titillium Web; font-size: 120%; background-color: #CCECF1; }
69section h4 { font-family: Helvetica, Arial, sans-serif; font-size: 110%; background-color: #CCECF1; }
70section h5 { font-family: Helvetica, Arial, sans-serif; font-size: 100%; background-color: #CCECF1; }
71section h6 { font-family: Helvetica, Arial, sans-serif; font-size: 100%; background-color: #CCECF1; }
72
73/* nature theme */
74div.highlight {
75 background-color: white;
76}
77
78/* admonition */
79.rst-content .tip .admonition-title {
80 background-color: #1abc9c;
81}
82
83.admonition.tip {
84 background-color: #B2EBD8;
85 border: 1px solid #55AEBA;
86}
87
88.admonition.note {
89 background-color: #A9D1EC;
90 border: 1px solid #6AB0DE;
91}
92
93
94.rst-content .important .admonition-title {
95 background-color: #F05C56;
96}
97
98.admonition.important {
99 background-color: #FBD9D4;
100 border: 1px solid #F6A99E;
101}
102
103.admonition.warning {
104 border: 1px solid #F5DBC6;
105}
106
107/* table */
108.rst-content table.docutils {
109 border: 0;
110 border-collapse: collapse;
111}
112
113.rst-content li dl:not(.docutils) dt {
114 display: inline-block;
115}
116
117.rst-content table.docutils tr p:last-child {
118 margin-bottom: 0;
119}
120
121html.writer-html5 .rst-content table.docutils th,
122.rst-content table.docutils th,
123.rst-content table.docutils td,
124.rst-content table.docutils tbody > tr:last-child td {
125 border-top: 0;
126 border-left: 0;
127 border-right: 0;
128 border-bottom: 1px solid #aaa;
129 white-space: normal;
130}
131
132.rst-content table.docutils ul {
133 margin-bottom: inherit;
134}
135
136/* lists */
137.rst-content .section dl:not(.docutils) dt {
138 display: inline-block;
139}
140
141.rst-content table.docutils ul + ul {
142 margin-top: 1em;
143}
144
145.rst-content section ul li {
146 list-style: disc;
147 margin-left: 24px;
148}
149
150.rst-content section ol li>p,
151.rst-content section ol li>p:last-child,
152.rst-content section ul li>p,
153.rst-content section ul li>p:last-child {
154 margin-bottom: 12px;
155}
156
157.rst-content section ol li>p:only-child,
158.rst-content section ol li>p:only-child:last-child,
159.rst-content section ul li>p:only-child,
160.rst-content section ul li>p:only-child:last-child {
161 margin-bottom: 0;
162}
163
164/* versions */
165.injected .rst-versions.rst-badge {
166 left: 0;
167 right: 0;
168 bottom: 0;
169}
170
171.injected .rst-versions.rst-badge .rst-current-version {
172 bottom: 0;
173 line-height: 1px;
174 padding: 12px;
175 height: auto;
176}
177
178.columns-2,
179.columns-3 {
180 display: flex;
181}
182
183.columns-2 > div,
184.columns-3 > div {
185 flex: 1;
186 padding: 0 10px 10px 0;
187}
188
189.columns-2 > div {
190 width: 50%;
191}
192
193.columns-3 > div {
194 width: 33.33%;
195}
196
197div[class*="highlight-"] {
198 margin-bottom: 12px;
199}