-
Notifications
You must be signed in to change notification settings - Fork 0
/
seenit.css
96 lines (81 loc) · 1.23 KB
/
seenit.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
body {
font-family: "Padauk", sans-serif;
}
h1 {
font-size: 5em;
margin-bottom: 1em;
border-radius: 25px;
text-align: center;
}
@media screen and (min-device-width: 1200px) {
.content {
margin:auto;
max-width: 55%;
}
}
@media screen and (min-device-width: 768px) {
.progress-container {
width: 50%;
}
form {
width: 75%;
}
#community {
width: 50ch;
}
input[type="submit"] {
margin-top: 0;
}
}
label {
font-weight: bold;
}
footer {
font-size: 0.75em;
text-align: center;
margin-top: 1em;
}
input[type="file"] {
display: none;
}
input[type="submit"] {
font-weight: bold;
margin-top: 1em;
margin-left: 1em;
}
.image-label {
margin-right: 1em;
padding: 15px;
border-radius: var(--mc-border-rounded);
cursor: pointer;
font-weight: normal;
}
.image-preview-container {
max-width: 50%;
display: block;
padding: 1em;
margin: auto;
margin-top: 1em;
margin-bottom: 1em;
border-radius: var(--mc-border-rounded);
}
.image-preview {
display: block;
margin: auto;
padding: 1em;
max-width: 85%;
min-height: 10em;
}
.progress-container {
display: block;
margin: auto;
margin-top: 1em;
margin-bottom: 1em;
text-align: center;
}
form {
display: block;
padding: 1em;
margin: auto;
text-align: center;
}