summaryrefslogtreecommitdiffstats
path: root/doc/_themes/ceph/static/ceph.css_t
blob: 1be74fd45917d04951dbdd9c2c5c38f05172fc41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
@import url("css/theme.css");
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,300,700');

.top-bar {
  position: fixed;
  min-width: auto;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5050;
}

.top-bar > div[role=navigation] {
  border-top: 5px solid #F05C56;
}

.top-bar > div[role=navigation] > ul {
  border-top: 5px solid #9C4850;
  padding: 0 1em;
}

.top-bar > div[role=navigation] > hr {
  margin: 0 0 10px;
}

body {
  padding-top: 40px;
}

.wy-nav-side {
  padding-top: 33px;
}

.wy-nav-content {
  padding-top: 0;
  min-width: 450px;
  max-width: 940px;
}

.wy-breadcrumbs {
  background-color: #80D2DC;
  font-size: 0.9em;
}

.wy-nav-content-wrap.shift {
  top: 2em;
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  font-weight: normal;
  margin: 30px 0px 10px 0px;
  padding: 5px 0 5px 10px;
  color: #212224;
  text-transform: uppercase;
}

section h1 {
  border-top: 20px solid white; margin-top: 0;
}

section h1 { font-family: Titillium Web; font-size: 200%; background-color: #99DAE3;}
section h2 { font-family: Titillium Web; font-size: 150%; background-color: #B2E3EA; }
section h3 { font-family: Titillium Web; font-size: 120%; background-color: #CCECF1; }
section h4 { font-family: Helvetica, Arial, sans-serif; font-size: 110%; background-color: #CCECF1; }
section h5 { font-family: Helvetica, Arial, sans-serif; font-size: 100%; background-color: #CCECF1; }
section h6 { font-family: Helvetica, Arial, sans-serif; font-size: 100%; background-color: #CCECF1; }

/* nature theme */
div.highlight {
  background-color: white;
}

/* admonition */
.rst-content .tip .admonition-title {
  background-color: #1abc9c;
}

.admonition.tip {
  background-color: #B2EBD8;
  border: 1px solid #55AEBA;
}

.admonition.note {
  background-color: #A9D1EC;
  border: 1px solid #6AB0DE;
}


.rst-content .important .admonition-title {
  background-color: #F05C56;
}

.admonition.important {
  background-color: #FBD9D4;
  border: 1px solid #F6A99E;
}

.admonition.warning {
  border: 1px solid #F5DBC6;
}

/* table */
.rst-content table.docutils {
  border: 0;
  border-collapse: collapse;
}

.rst-content li dl:not(.docutils) dt {
  display: inline-block;
}

.rst-content table.docutils tr p:last-child {
  margin-bottom: 0;
}

html.writer-html5 .rst-content table.docutils th,
.rst-content table.docutils th,
.rst-content table.docutils td,
.rst-content table.docutils tbody > tr:last-child td {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #aaa;
  white-space: normal;
}

.rst-content table.docutils ul {
  margin-bottom: inherit;
}

/* lists */
.rst-content .section dl:not(.docutils) dt {
  display: inline-block;
}

.rst-content table.docutils ul + ul {
  margin-top: 1em;
}

.rst-content section ul li {
  list-style: disc;
  margin-left: 24px;
}

.rst-content section ol li>p,
.rst-content section ol li>p:last-child,
.rst-content section ul li>p,
.rst-content section ul li>p:last-child {
  margin-bottom: 12px;
}

.rst-content section ol li>p:only-child,
.rst-content section ol li>p:only-child:last-child,
.rst-content section ul li>p:only-child,
.rst-content section ul li>p:only-child:last-child {
  margin-bottom: 0;
}

/* versions */
.injected .rst-versions.rst-badge {
  left: 0;
  right: 0;
  bottom: 0;
}

.injected .rst-versions.rst-badge .rst-current-version {
  bottom: 0;
  line-height: 1px;
  padding: 12px;
  height: auto;
}

.columns-2,
.columns-3 {
  display: flex;
}

.columns-2 > div,
.columns-3 > div {
  flex: 1;
  padding: 0 10px 10px 0;
}

.columns-2 > div {
  width: 50%;
}

.columns-3 > div {
  width: 33.33%;
}

div[class*="highlight-"] {
  margin-bottom: 12px;
}