Skip to content

Commit 9ec395d

Browse files
tab indentation
1 parent 47e4396 commit 9ec395d

File tree

5 files changed

+771
-771
lines changed

5 files changed

+771
-771
lines changed

docs/index.css

+130-130
Original file line numberDiff line numberDiff line change
@@ -1,205 +1,205 @@
11
@font-face {
2-
font-family: 'inconsolata';
3-
src: url('files/inconsolata.woff') format('woff');
4-
font-weight: normal;
5-
font-style: normal;
2+
font-family: 'inconsolata';
3+
src: url('files/inconsolata.woff') format('woff');
4+
font-weight: normal;
5+
font-style: normal;
66
}
77

88
*{
9-
box-sizing: border-box;
9+
box-sizing: border-box;
1010
}
1111

1212
html {
13-
height: 100%;
13+
height: 100%;
1414
}
1515

1616
body {
17-
background-color: #ffffff;
18-
margin: 0px;
19-
height: 100%;
20-
color: #555;
21-
font-family: 'inconsolata';
22-
font-size: 15px;
23-
line-height: 18px;
24-
overflow: hidden;
17+
background-color: #ffffff;
18+
margin: 0px;
19+
height: 100%;
20+
color: #555;
21+
font-family: 'inconsolata';
22+
font-size: 15px;
23+
line-height: 18px;
24+
overflow: hidden;
2525
}
2626

2727
h1 {
28-
margin-top: 30px;
29-
margin-bottom: 40px;
30-
margin-left: 20px;
31-
font-size: 25px;
32-
font-weight: normal;
28+
margin-top: 30px;
29+
margin-bottom: 40px;
30+
margin-left: 20px;
31+
font-size: 25px;
32+
font-weight: normal;
3333
}
3434

3535
h2 {
36-
color: #454545;
37-
font-size: 18px;
38-
font-weight: normal;
36+
color: #454545;
37+
font-size: 18px;
38+
font-weight: normal;
3939

40-
margin-top: 20px;
41-
margin-left: 20px;
40+
margin-top: 20px;
41+
margin-left: 20px;
4242
}
4343

4444
h3 {
45-
color: #666;
46-
font-size: 16px;
47-
font-weight: normal;
45+
color: #666;
46+
font-size: 16px;
47+
font-weight: normal;
4848

49-
margin-top: 20px;
50-
margin-left: 20px;
49+
margin-top: 20px;
50+
margin-left: 20px;
5151
}
5252

5353
a {
54-
color: #2194CE;
55-
text-decoration: none;
54+
color: #2194CE;
55+
text-decoration: none;
5656
}
5757

5858
#panel {
59-
position: fixed;
60-
left: 0px;
61-
width: 260px;
62-
height: 100%;
63-
overflow: auto;
64-
background: #fafafa;
59+
position: fixed;
60+
left: 0px;
61+
width: 260px;
62+
height: 100%;
63+
overflow: auto;
64+
background: #fafafa;
6565
}
6666

6767
#panel ul {
68-
list-style-type: none;
69-
padding: 0px;
70-
margin-left: 20px;
68+
list-style-type: none;
69+
padding: 0px;
70+
margin-left: 20px;
7171
}
7272

7373
iframe {
74-
position: absolute;
75-
border: 0px;
76-
left: 260px;
77-
width: calc(100% - 260px);
78-
height: 100%;
79-
overflow: auto;
74+
position: absolute;
75+
border: 0px;
76+
left: 260px;
77+
width: calc(100% - 260px);
78+
height: 100%;
79+
overflow: auto;
8080
}
8181

8282
.filterBlock{
83-
margin: 20px;
84-
position: relative;
83+
margin: 20px;
84+
position: relative;
8585
}
8686

8787
.filterBlock p {
88-
margin: 0;
88+
margin: 0;
8989
}
9090

9191
#filterInput {
92-
width: 100%;
93-
padding: 5px;
94-
font-family: inherit;
95-
font-size: 15px;
96-
outline: none;
97-
border: 1px solid #dedede;
92+
width: 100%;
93+
padding: 5px;
94+
font-family: inherit;
95+
font-size: 15px;
96+
outline: none;
97+
border: 1px solid #dedede;
9898
}
9999

100100
#filterInput:focus{
101-
border: 1px solid #2194CE;
101+
border: 1px solid #2194CE;
102102
}
103103

104104
#clearFilterButton {
105-
position: absolute;
106-
right: 6px;
107-
top: 50%;
108-
margin-top: -8px;
109-
width: 16px;
110-
height: 16px;
111-
font-size: 14px;
112-
color: grey;
113-
text-align: center;
114-
line-height: 0;
115-
padding-top: 7px;
116-
opacity: .5;
105+
position: absolute;
106+
right: 6px;
107+
top: 50%;
108+
margin-top: -8px;
109+
width: 16px;
110+
height: 16px;
111+
font-size: 14px;
112+
color: grey;
113+
text-align: center;
114+
line-height: 0;
115+
padding-top: 7px;
116+
opacity: .5;
117117
}
118118

119119
#clearFilterButton:hover {
120-
opacity: 1;
120+
opacity: 1;
121121
}
122122

123123
.hidden {
124-
display: none;
124+
display: none;
125125
}
126126

127127
#panel li b {
128-
font-weight: bold;
128+
font-weight: bold;
129129
}
130130

131131
/* mobile */
132132

133133
#expandButton {
134-
display: none;
135-
position: absolute;
136-
right: 20px;
137-
top: 12px;
138-
width: 32px;
139-
height: 32px;
134+
display: none;
135+
position: absolute;
136+
right: 20px;
137+
top: 12px;
138+
width: 32px;
139+
height: 32px;
140140
}
141141

142142
#expandButton span {
143-
height: 2px;
144-
background-color: #2194CE;
145-
width: 16px;
146-
position: absolute;
147-
left: 8px;
148-
top: 10px;
143+
height: 2px;
144+
background-color: #2194CE;
145+
width: 16px;
146+
position: absolute;
147+
left: 8px;
148+
top: 10px;
149149
}
150150

151151
#expandButton span:nth-child(1) {
152-
top: 16px;
152+
top: 16px;
153153
}
154154

155155
#expandButton span:nth-child(2) {
156-
top: 22px;
156+
top: 22px;
157157
}
158158

159159
@media all and ( max-width: 640px ) {
160-
161-
h1{
162-
margin-top: 20px;
163-
margin-bottom: 20px;
164-
}
165-
166-
#panel{
167-
position: absolute;
168-
left: 0;
169-
top: 0;
170-
height: 480px;
171-
width: 100%;
172-
right: 0;
173-
z-index: 100;
174-
overflow: hidden;
175-
border-bottom: 1px solid #dedede;
176-
}
177-
178-
#navigation{
179-
position: absolute;
180-
left: 0;
181-
top: 90px;
182-
right: 0;
183-
bottom: 0;
184-
font-size: 17px;
185-
line-height: 22px;
186-
overflow: auto;
187-
}
188-
189-
iframe{
190-
position: absolute;
191-
left: 0;
192-
top: 56px;
193-
width: 100%;
194-
height: calc(100% - 56px);
195-
}
196-
197-
#expandButton{
198-
display: block;
199-
}
200-
201-
#panel.collapsed{
202-
height: 56px;
203-
}
204-
160+
161+
h1{
162+
margin-top: 20px;
163+
margin-bottom: 20px;
164+
}
165+
166+
#panel{
167+
position: absolute;
168+
left: 0;
169+
top: 0;
170+
height: 480px;
171+
width: 100%;
172+
right: 0;
173+
z-index: 100;
174+
overflow: hidden;
175+
border-bottom: 1px solid #dedede;
176+
}
177+
178+
#navigation{
179+
position: absolute;
180+
left: 0;
181+
top: 90px;
182+
right: 0;
183+
bottom: 0;
184+
font-size: 17px;
185+
line-height: 22px;
186+
overflow: auto;
187+
}
188+
189+
iframe{
190+
position: absolute;
191+
left: 0;
192+
top: 56px;
193+
width: 100%;
194+
height: calc(100% - 56px);
195+
}
196+
197+
#expandButton{
198+
display: block;
199+
}
200+
201+
#panel.collapsed{
202+
height: 56px;
203+
}
204+
205205
}

0 commit comments

Comments
 (0)