This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
main.css
94 lines (91 loc) · 1.6 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
* {
-webkit-font-smoothing: antialiased;
}
body {
font-family: 'helvetica neue' !important;
font-weight: 200;
display: block;
margin: auto;
color: #444;
background: #CCC;
padding: 100;
}
h1 {
box-sizing: border-box;
font-size: 45px;
font-weight: normal;
line-height: 49.5px;
margin: auto;
margin-bottom: 20px;
text-align: center;
border-bottom: 5px solid #444;
word-spacing: -0.3em;
}
.text {
box-sizing: border-box;
padding: 10;
display: block;
font-size: 21px;
font-weight: normal;
line-height: 31.5px;
max-width: 800px;
text-align: center;
}
.about {
margin: auto;
margin-bottom: 20px;
}
.to_add {
font-size: 12px;
margin: auto;
}
hr {
width: 60%;
border-bottom: 5px solid #444;
margin: 20;
}
span.l {
font-weight: 100;
}
span.r {
font-weight: 500;
}
body {
margin: 40px 10px;
padding: 0;
}
#loading {
display: none;
position: absolute;
top: 10px;
right: 10px;
}
#calendar {
max-width: 800px;
margin: 0 auto;
}
@media all and (max-width:800px) {
#calendar {
margin: 0 -10px;
}
}
.the-base.fc-event, .the-base .fc-event-dot {
background-color: blue;
}
.bluestockings.fc-event, .bluestockings .fc-event-dot {
background-color: hotpink;
}
.anarchist-events.fc-event, .anarchist-events .fc-event-dot {
background-color: red;
}
.starr-bar.fc-event, .starr-bar .fc-event-dot {
background-color: orange;
}
input {margin: 5px;}
.disabled-button {
background-color: lightgrey;
color: darkgrey;
}
.toggle {
font-size: 16px;
}