-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.css
124 lines (101 loc) · 1.88 KB
/
main.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
115
116
117
118
119
120
121
122
123
124
body {
color: yellow;
background-color: #5792CC;
background-repeat: no-repeat;
background-size: cover;
}
h1, h3 {
text-align: center;
color: yellow;
font-family: Arial;
font-style: normal;
line-height: 70px;
}
textarea, audio, video, img {
width: 100%;
padding: 20px;
}
audio {
margin-top: 30px;
}
.credit {
position: fixed;
right: 0;
bottom: 0;
margin: 0;
padding: 5px;
}
.icons {
float: left;
margin: 10px;
}
.filedirnames {
text-align: center;
}
center {
padding: 15px;
}
.btn, .btn-large {
margin: 5px;
}
#downloadfile {
display: block;
margin: auto;
}
a.button {
padding: 20px 20px 20px 20px;
text-decoration: none;
color: inherit;
}
.radio-buttons {
padding: 5px 0;
}
input[type="radio"]:checked+label {
color: yellow;
}
input[type="radio"]:not(:checked)+label {
color: #d1d1d1;
}
input[type="radio"]:checked+label:before, [type="radio"]:not(:checked)+label:after {
border: 2px solid yellow;
border-radius: 50%;
}
input[type="radio"]:checked+label:after {
border: yellow;
border-radius: 50%;
background-color: yellow;
}
.material-icons.md-18 {
font-size: 18px;
}
.material-icons.md-24 {
font-size: 24px;
}
.material-icons.md-36 {
font-size: 36px;
}
.material-icons.md-48 {
font-size: 48px;
}
/* fallback */
@font-face {
font-family: 'Material Icons';
font-weight: 400;
font-style: normal;
src: url(./fonts/icons.woff2) format('woff2');
}
.material-icons {
display: inline-block;
white-space: nowrap;
letter-spacing: normal;
text-transform: none;
word-wrap: normal;
font-family: 'Material Icons';
font-size: 24px;
font-weight: normal;
font-style: normal;
line-height: 1;
direction: ltr;
-webkit-font-feature-settings: 'liga';
-webkit-font-smoothing: antialiased;
}