-
Notifications
You must be signed in to change notification settings - Fork 1
/
regional.css
131 lines (104 loc) · 1.53 KB
/
regional.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
125
126
127
128
129
130
131
div.event {
padding: 10px 10px 10px 20px;
}
div.event_desc {
margin-top: 10px;
}
div.event_desc h4 {
margin: 5px 0;
}
div.event_desc h5 {
margin-left: 1em;
color: #333;
}
div.event_desc p {
margin-left: 2em;
margin-bottom: 10px;
}
div.event_desc ul {
margin-left: 3em;
}
div.event_desc ul ul {
margin-left: 1em;
}
div.registration_link {
margin: 10px 0;
font-weight: bold;
}
div.backto {
margin-top: 20px;
}
span.closed {
color: #f00;
font-weight: bold;
}
span.official_tag {
font-size: 16px;
color: #666;
}
div.admin_notice {
padding: 3px;
border: 2px solid #f00;
background: #ffcccc;
color: #f00;
font-size: 18px;
text-align: center;
}
h1#welcome {
text-align: right;
background: #fff;
padding: 3px 10px;
color: #666;
}
div.event_index {
padding: 10px;
}
div.event_index h2 {
font-size: 18px;
margin-top: 10px;
padding: 3px;
color: #666;
}
div.event_index h3 {
font-size: 16px;
margin-top: 10px
margin-left: 2em;
padding: 3px;
color: #666;
}
div.event_index ul {
margin-left: 2em;
}
div.event_index div {
margin-left: 2em;
}
div.event_index li {
list-style-type: none;
margin-bottom: 10px;
}
div.event_index li span.event_name {
font-size: 20px;
font-weight: bold;
}
div.epigraph {
margin: 1em 3em;
padding: 0 4em;
color: #666;
font-size: 18px;
font-style: italic;
}
div.source {
font-size: 16px;
margin-top: 5px;
padding-left: 2em;
}
div.registration_link {
margin-left: 2em;
}
div.registration_external {
margin-left: 2em;
}
div.event h2 {
line-height: 1;
margin-bottom: 20px;
}