-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathindex.css
More file actions
65 lines (52 loc) · 709 Bytes
/
Copy pathindex.css
File metadata and controls
65 lines (52 loc) · 709 Bytes
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
body {
font-family: sans-serif;
background-color: #f0f0f0;
}
details {
margin-top: 2em;
text-align: left;
}
summary {
cursor: pointer;
user-select: none;
text-align: center;
}
h3 {
margin-top: 1.5em;
margin-bottom: 0.33em;
}
h3 + p {
margin-top: 0em;
}
#mainwrap {
max-width: 40em;
margin: 1em auto 4em auto;
padding: 1em;
text-align: center;
background-color: white;
box-shadow: 0px 0px 1em #888;
}
#maintitle {
margin-top: 0;
}
#pickfolder {
width: 10em;
height: 3em;
font-size: 1.5em;
}
#uselastfolder {
margin-top: 1em;
}
#inputfolder {
font-size: 1.5em;
}
#hostinfo {
display: none;
}
#hostlink {
font-size: 1.5em;
display: block;
}
.alignleft {
text-align: left;
}