aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_static/alagitpull.css')
-rw-r--r--_static/alagitpull.css129
1 files changed, 0 insertions, 129 deletions
diff --git a/_static/alagitpull.css b/_static/alagitpull.css
deleted file mode 100644
index af76018..0000000
--- a/_static/alagitpull.css
+++ /dev/null
@@ -1,129 +0,0 @@
1@import url("alabaster.css");
2
3div#changelog > div.section > ul > li > p:only-child {
4 margin-bottom: 0;
5}
6
7@media screen and (max-width: 768px) {
8 #fork-gh img, a.github img {
9 display: none;
10 }
11}
12
13table.docutils {
14 background-color: #fafbfc;
15 border: 0;
16}
17
18table.docutils td, table.docutils th {
19 border: 0;
20}
21
22table.docutils pre {
23 background-color: rgba(239, 242, 244, .75);
24}
25
26pre {
27 background-color: #fafbfc;
28 border-left: 5px solid #558abb;
29 padding: 7px 20px !important;
30}
31
32div.sidebar {
33 border-top: 5px solid #558abb !important;
34 background-color: #fafbfc !important;
35 padding: 3px !important;
36}
37
38div.admonition,
39div.caution,
40div.danger,
41div.error,
42div.hint,
43div.important,
44div.note,
45div.tip,
46div.seealso, /* sphinx directive */
47div.warning {
48 background-color: #fafbfc;
49 border-right: 0;
50 border-top: 0;
51 border-bottom: 0;
52}
53
54div.seealso {
55 border-left: 5px solid #8abb55;
56}
57
58div.note {
59 border-left: 5px solid #6C3082;
60}
61
62div.hint {
63 border-left: 5px solid #8899a6;
64}
65
66div.tip {
67 border-left: 5px solid #eef147;
68}
69
70div.caution {
71 border-left: 5px solid #bb5557;
72}
73
74div.danger, div.error, div.warning {
75 border-left: 5px solid #bb5557;
76}
77
78div.caution, div.danger, div.error, div.warning {
79 background: rgba(160, 17, 17, 0.1);
80}
81
82code::before, code::after {
83 letter-spacing: -0.2em;
84 content: "\00a0";
85}
86
87code.literal {
88 font-size: 75%;
89 color: #24292e;
90 box-sizing: border-box;
91 display: inline-block;
92 padding: 0;
93 background: #fafcfc;
94 border: 1px solid #f0f4f7;
95 line-height: 18px;
96}
97
98/* BEGIN alabaster.css override for link styling */
99a.reference, a.reference:hover {
100 border-bottom: 0px !important;
101 text-decoration-style: solid;
102 text-decoration-line: underline;
103}
104
105a.reference {
106 text-decoration-color: rgba(0, 75, 107, .4);
107}
108
109a.reference:hover {
110 text-decoration-color: rgba(109, 65, 0, 0.4);
111}
112/* END alabaster.css override for link styling */
113
114/* BEGIN alabaster.css override for fonts */
115
116pre, tt, code {
117 font-family: "Fira Mono", Consolas, Menlo, Monaco, "Courier New", Courier, monospace !important;
118}
119
120body, div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6,
121div.admonition p.admonition-title, div.sphinxsidebar input, div.sphinxsidebar h3,
122div.sphinxsidebar h4 {
123 font-family: "Roboto", Corbel, Avenir, "Lucida Grande", "Lucida Sans", sans-serif !important;
124}
125
126body {
127 font-size: 14px !important;
128}
129/* END alabaster.css override for fonts */ \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)