-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfileliststyle.css
More file actions
50 lines (41 loc) · 1.04 KB
/
Copy pathfileliststyle.css
File metadata and controls
50 lines (41 loc) · 1.04 KB
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
.normal {
font-size: 120%;
font-weight: bold;
}
.large {
font-size: 140%;
font-weight: bold;
}
.indent {
margin-left: 5%;
}
.monospace {
font-family: "Consolas", "Lucida Console", "Courier New", "Andale Mono", monospace;
}
.test {
font-size: 110%;
font-family: "Consolas", "Lucida Console", "Courier New", "Andale Mono", monospace;
}
.plain {
list-style: none;
font-size: 110%;
font-family: "Consolas", "Lucida Console", "Courier New", "Andale Mono", monospace;
}
.dropdown {
width: 700px;
font-size: 115%;
font-weight: bold;
font-family: "Consolas", "Lucida Console", "Courier New", "Andale Mono", monospace;
}
.textinput {
width: 350px;
font-size: 115%;
font-weight: bold;
font-family: "Consolas", "Lucida Console", "Courier New", "Andale Mono", monospace;
}
.button {
width: 175px;
font-size: 110%;
font-weight: bold;
font-family: "Consolas", "Lucida Console", "Courier New", "Andale Mono", monospace;
}