1
1
/*
2
2
* This Sphinx stylesheet adds some customizations to the default Alabaster theme.
3
- *
4
- * The source for the default stylesheet can be found at
3
+ *
4
+ * The source for the default stylesheet can be found at
5
5
* https://github.com/bitprophet/alabaster/blob/master/alabaster/static/alabaster.css_t
6
6
*
7
7
* For the classes provided by the primer, see https://unpkg.com/@primer/css/dist/primer.css
@@ -45,7 +45,7 @@ article ul, article ol {
45
45
}
46
46
47
47
.SideNav li {
48
- margin: 10px 0 10px 0px;
48
+ margin: 10px 0 10px 0px;
49
49
}
50
50
51
51
.SideNav ul, .SideNav ol, .SideNav li {
@@ -80,20 +80,20 @@ a.reference {
80
80
}
81
81
82
82
a.reference:hover {
83
- text-decoration: none;
83
+ text-decoration: none;
84
84
}
85
85
86
86
/* -- ADMONITIONS ---------------------------------------------------------------------------- */
87
87
88
- /*
89
- * Override default styling for "admonitions".
88
+ /*
89
+ * Override default styling for "admonitions".
90
90
* This includes: note, tip, important, and caution.
91
91
*
92
92
*/
93
-
94
- div.admonition p.admonition-title {
93
+
94
+ div.admonition p.admonition-title {
95
95
/* Make title same size and font as body, but bold. */
96
- font-family: Lato, sans-serif;
96
+ font-family: Lato, sans-serif;
97
97
font-size: 14px;
98
98
font-weight: bold;
99
99
}
@@ -102,7 +102,7 @@ p.admonition-title:after {
102
102
content: ""; /* Don't insert a colon after the title */
103
103
}
104
104
105
- /*
105
+ /*
106
106
* Don't use yellow for footnote background.
107
107
*
108
108
*/
@@ -111,7 +111,7 @@ p.admonition-title:after {
111
111
background-color: unset;
112
112
}
113
113
114
- /*
114
+ /*
115
115
* Add a border with rounded corners around code blocks
116
116
* (as in the QL language spec).
117
117
*
@@ -198,7 +198,7 @@ blockquote.pull-quote {
198
198
background-color: #EEE;
199
199
border: #CCC;
200
200
border-radius: 5px;
201
- }
201
+ }
202
202
203
203
blockquote.pull-quote:first-line {
204
204
font-weight: bold;
@@ -230,6 +230,11 @@ blockquote.pull-quote > :last-child {
230
230
font-family: "monospace";
231
231
}
232
232
233
+ /* Fixes a bug in "Supported languages and frameworks" where footnotes were incorrectly indented */
234
+ label.aside {
235
+ border: 0;
236
+ }
237
+
233
238
/* -- PRINT VIEW ----------------------------------------------------------------------------*/
234
239
235
240
@media print {
@@ -252,14 +257,14 @@ blockquote.pull-quote > :last-child {
252
257
253
258
/* -- SMALL SCREEN ------------------------------------------------------------------------------- */
254
259
255
- @media screen and (max-width: 875px) {
260
+ @media screen and (max-width: 875px) {
256
261
257
262
/* Overrides strange behaviour caused by default styles */
258
263
259
264
body {
260
265
padding: 0;
261
- }
262
-
266
+ }
267
+
263
268
div.footer {
264
269
display: block;
265
270
}
0 commit comments