Skip to content

Commit cdebe2e

Browse files
committed
Format all CSS files in preparation for diffing
1 parent 986d162 commit cdebe2e

File tree

67 files changed

+12106
-8301
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+12106
-8301
lines changed

static/1.10.1/css/docpage.css

Lines changed: 75 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -3,169 +3,169 @@
33
*/
44

55
.subtitle {
6-
text-align: center;
6+
text-align: center;
77
}
88

99
.twocol {
10-
display: flex;
11-
justify-content: space-evenly;
12-
align-items: flex-start;
10+
display: flex;
11+
justify-content: space-evenly;
12+
align-items: flex-start;
1313
}
1414

1515
@media (min-width: 1400px) {
16-
.twocol {
17-
display: block;
18-
}
19-
.toc {
20-
position: absolute;
21-
}
16+
.twocol {
17+
display: block;
18+
}
19+
.toc {
20+
position: absolute;
21+
}
2222
}
2323

2424
@media (max-width: 800px) {
25-
.main-content {
26-
margin-top: 35px;
27-
}
28-
.twocol {
29-
flex-direction: column;
30-
}
31-
.toc {
32-
background: #f2f2f2;
33-
width: calc(100% - 60px);
34-
}
35-
.prevnext-text a {
36-
padding: 5px;
37-
background: gray;
38-
}
39-
25+
.main-content {
26+
margin-top: 35px;
27+
}
28+
.twocol {
29+
flex-direction: column;
30+
}
31+
.toc {
32+
background: #f2f2f2;
33+
width: calc(100% - 60px);
34+
}
35+
.prevnext-text a {
36+
padding: 5px;
37+
background: gray;
38+
}
4039
}
4140

4241
/*
4342
* Table of Contents
4443
*/
4544

4645
.toc-hidden {
47-
display: none;
46+
display: none;
4847
}
4948

5049
.toc {
51-
padding-left: 30px;
52-
padding-right: 30px;
53-
padding-top: 72px;
54-
padding-bottom: 45px;
50+
padding-left: 30px;
51+
padding-right: 30px;
52+
padding-top: 72px;
53+
padding-bottom: 45px;
5554
}
5655

5756
.toc a {
58-
text-decoration: none;
57+
text-decoration: none;
5958
}
6059

6160
.toc span {
62-
padding: 2px;
61+
padding: 2px;
6362
}
6463

6564
.toc span.selected {
6665
background: #0765911a;
6766
}
68-
67+
6968
.toc span:hover {
7069
background: #0765911a;
7170
}
7271

7372
.toc ul {
74-
margin-top: 0px;
75-
margin-bottom: 0px;
76-
margin-left: 12px;
77-
margin-right: 0px;
73+
margin-top: 0px;
74+
margin-bottom: 0px;
75+
margin-left: 12px;
76+
margin-right: 0px;
7877
}
7978

8079
.toc ul li {
81-
text-decoration: none;
82-
color: #076591;
83-
font-size: 1rem;
80+
text-decoration: none;
81+
color: #076591;
82+
font-size: 1rem;
8483
}
8584

8685
/*
8786
* Documentation item (binding)
8887
*/
8988

9089
.binding {
91-
margin: 10px;
92-
font-size: 1rem;
90+
margin: 10px;
91+
font-size: 1rem;
9392
}
9493

9594
.binding-type {
96-
display: block;
97-
font-size: 0.8em;
98-
color: #888;
95+
display: block;
96+
font-size: 0.8em;
97+
color: #888;
9998
}
10099

101100
.binding-sym {
102-
font-family: serif;
103-
font-weight: 600;
101+
font-family: serif;
102+
font-weight: 600;
104103
}
105104

106105
.binding-text {
107-
color: #444;
108-
margin-top: 14px;
109-
font-family: 'Dosis','Helvetica', sans-serif;
106+
color: #444;
107+
margin-top: 14px;
108+
font-family: "Dosis", "Helvetica", sans-serif;
110109
}
111110

112111
.example-title {
113-
margin-top: 28px;
114-
color: #888;
115-
font-family: 'Dosis','Helvetica', sans-serif;
112+
margin-top: 28px;
113+
color: #888;
114+
font-family: "Dosis", "Helvetica", sans-serif;
116115
}
117116

118117
/* Toc Toggle */
119118

120119
#toc-toggle {
121-
text-align: center;
122-
padding: 6px;
123-
position: absolute;
124-
top: 10px;
125-
left: 10px;
126-
z-index: 2;
120+
text-align: center;
121+
padding: 6px;
122+
position: absolute;
123+
top: 10px;
124+
left: 10px;
125+
z-index: 2;
127126
}
128127

129128
#toc-toggle .bar {
130-
margin: 7px;
131-
height: 4px;
132-
width: 28px;
133-
border-radius: 2px;
134-
background: #CCC;
129+
margin: 7px;
130+
height: 4px;
131+
width: 28px;
132+
border-radius: 2px;
133+
background: #ccc;
135134
}
136135

137136
#toc-toggle.open .topbar {
138-
transform: rotate(-45deg) translate(-5px, -2px);
137+
transform: rotate(-45deg) translate(-5px, -2px);
139138
}
140139

141140
#toc-toggle.open .botbar {
142-
transform: rotate(45deg) translate(-5px, 2px);
141+
transform: rotate(45deg) translate(-5px, 2px);
143142
}
144143

145144
/* Prev Next bar */
146145

147146
.prevnext-bar {
148-
padding: 40px 15px;
149-
margin: 10px 0;
147+
padding: 40px 15px;
148+
margin: 10px 0;
150149
}
151150

152-
.prev, .next {
153-
color: #076591;
151+
.prev,
152+
.next {
153+
color: #076591;
154154
}
155155

156156
.prev {
157-
float: left;
157+
float: left;
158158
}
159159

160160
.prev .prevnext-text::before {
161-
content: "< ";
161+
content: "< ";
162162
}
163163

164164
.next {
165-
float: right;
166-
margin-left: 30px;
165+
float: right;
166+
margin-left: 30px;
167167
}
168168

169169
.next .prevnext-text::after {
170-
content: " >";
170+
content: " >";
171171
}

0 commit comments

Comments
 (0)