This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
114 lines (93 loc) · 1.61 KB
/
style.css
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
body {
font-family: "Source Sans Pro","Arial Narrow Bold",sans-serif;
background: #f7f7f7;
color: #031927;
}
h1 {
margin: 0px;
}
section {
padding-left: 1rem;
}
header {
text-align: center;
margin: 1rem 0px;
display: flex;
justify-content: center;
align-items: center;
}
header img {
width: 8rem;
}
header h1 {
margin-bottom: 0px;
}
header p {
margin-top: 0.1rem;
}
#all-tools-wrapper {
margin: 1rem auto;
border-top: thin solid #eeeeee;
max-width: 1200px;
}
.tool-wrapper {
display: flex;
flex-wrap: wrap;
align-items: baseline;
justify-content: space-between;
border-bottom: thin solid #eeeeee;
padding: 1rem 0px;
margin: 0px 1rem;
}
.tool-wrapper h2 {
flex: 1 1 auto;
margin-bottom: 1rem;
}
.tool-wrapper .download-input-wrapper {
margin: 1rem 0px;
}
.tool-wrapper .download-input-wrapper a {
margin-right: 1rem;
}
.tool-wrapper .checkbox-group{
flex: 1 1 auto;
}
#baseURL{
flex: 1 1 auto;
}
.output {
min-width: 100%;
margin-bottom: 0px;
display: flex;
flex-wrap: wrap;
}
.checkoutput {
padding: 1rem;
margin-right: 1rem;
margin-top: 1rem;
}
.checkoutput ul{
padding-left: 25px;
margin-top: 0px;
}
.checkoutput ul ul {
margin-top: 0.4rem;
}
.checkoutput h3 {
margin-top: 0px;
padding-bottom: 0.5rem;
border-bottom: thin solid #c1bebe;
margin-bottom: 0.5rem;
}
.checkoutput a {
margin: 0 0.25rem;
}
footer {
text-align: center;
}
li {
margin-bottom: 0.5rem;
}
.loading {
background: url("spin.gif") no-repeat right center;
}