-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.css
94 lines (80 loc) · 1.94 KB
/
app.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
canvas{
display: block;
/* display: none; */
vertical-align: bottom;
position: absolute;
z-index: -1;
top: 0;
}
body{
height: 100%;
}
h1{
text-align: center;
color: white;
}
h3{
text-align: left;
}
h6{
color: white;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}
h3.hidden{
visibility: hidden;
}
h3.visible{
visibility: visible;
}
button.hidden{
visibility: hidden;
}
img{
padding-top: 10px;
padding-bottom: 0px;
}
#normalTheme{
background-color:#4169E1;
}
#themeToggle{
padding: 0.5rem;
top: 1.5vw;
right: 1.5vw;
position: absolute;
font-size: 10px;
}
#logo{
height: 30vw;
width: 30vw;
display: block;
margin-left: auto;
margin-right: auto;
}
#committeeSelect, #memberSelect, #pinText{
margin-bottom: 10px;
background-color: #F2F2F2;
}
#login-form{
text-align: center;
}
#dateInput, #eventInput, #hoursInput, #eventType, #hoursButton{
margin-bottom: 5vw;
}
#hoursButton{
border: 2px solid white;
}
#hoursButton:hover{
background: white;
border: 2px solid blue;
}
#confirmArea{
text-align: center;
color: white;
}
#confirmArea h5{
font-weight: bold;
}
/* Particles */
#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #6e352c; background-image: url(""); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } /* ---- stats.js ---- */ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }