-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
210 lines (183 loc) · 3.67 KB
/
index.css
File metadata and controls
210 lines (183 loc) · 3.67 KB
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
html {
font-family: 'Source Sans Pro', 'Helvetica Neue', sans-serif;
line-height: 1.6;
color: #333;
background: #eee;
}
a {
color: #2c9b2c;
-webkit-transition: color, background-color .1s ease;
transition: color, background-color .1s ease;
}
a:hover {
color: #4aa84a;
}
a:visited {
color: #9b51ba;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}
h2 {
font-size: 200%;
margin: 0 0 .2em;
line-height: 1;
}
h3 {
font-size: 150%;
margin: 0 0 .2em;
}
h4 {
font-size: 125%;
margin: 0 0 .4em;
}
p {
margin-bottom: 1em;
}
.banner {
width: 100%;
/* http://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28top\%2C\%20rgba\%28231\%2C76\%2C255\%2C1\%29\%200\%25\%2C\%20rgba\%28154\%2C81\%2C186\%2C1\%29\%20100\%25\%29\%3B' */
background: rgba(231,76,255,1);
background: -moz-linear-gradient(top, rgba(231,76,255,1) 0%, rgba(154,81,186,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231,76,255,1)), color-stop(100%, rgba(154,81,186,1)));
background: -webkit-linear-gradient(top, rgba(231,76,255,1) 0%, rgba(154,81,186,1) 100%);
background: -o-linear-gradient(top, rgba(231,76,255,1) 0%, rgba(154,81,186,1) 100%);
background: -ms-linear-gradient(top, rgba(231,76,255,1) 0%, rgba(154,81,186,1) 100%);
background: linear-gradient(to bottom, rgba(231,76,255,1) 0%, rgba(154,81,186,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e74cff', endColorstr='#9a51ba', GradientType=0 );
padding: 3em;
margin-bottom: 2em;
box-shadow: 2px 2px 1px #bbb;
color: #fff;
}
.banner h1 {
width: 300px;
height: 300px;
margin: 0 auto 2em;
}
.banner h1 a {
display: block;
text-indent: -9999px;
width: 100%;
height: 100%;
background-image: url('clojure-bridge-logo-big.png');
background-size: contain;
}
.summary {
max-width: 620px;
margin: 0 auto;
padding: 0 10px;
font-size: 34px;
font-style: italic;
text-align: center;
font-weight: 300;
text-shadow: 1px 1px 1px #333;
}
.main {
max-width: 620px;
padding: 0 10px;
margin: 1em auto;
}
.article {
background: #fff;
padding: 1em 0 0;
margin: 2em 0;
box-shadow: 2px 2px 1px #bbb;
}
ul.article {
padding: 1em 1em 1em 2em;
list-style-type: disc;
}
.article .header {
padding: 1em;
}
.article h3 a {
color: #333;
text-decoration: none;
}
.article h3 a:hover,
.article h3 a:hover time {
text-decoration: underline;
}
.article h3 time {
float: right;
font-weight: bold;
}
.article .time {
font-size: 90%;
color: #666;
}
.article .time time {
font-weight: bold;
}
.article .time .end:before {
content: ' to ';
}
.article .content {
padding: 1em;
text-align: justify;
}
.content ul {
list-style-type: disc;
padding-left: 2em;
margin-bottom: 1em;
}
.article .register {
display: block;
width: 100%;
padding: .5em 1em;
background-color: #2c9b2c;
color: #fff;
font-size: 150%;
font-weight: bold;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 1px #333;
}
.article .register:hover {
background-color: #4aa84a;
}
body > .footer {
margin: 0 0 1em;
text-align: center;
font-size: 90%;
color: #888;
}
body > .footer a {
color: #666;
}
@media screen and (max-width: 600px) {
.banner {
padding: 3em .5em;
}
.banner h1 {
width: 200px;
height: 200px;
}
.summary {
font-size: 150%;
}
.main {
padding: 0;
}
.main h2 {
padding: 0 10px;
}
.event h3 {
font-size: 125%;
text-align: center;
margin-bottom: 1em;
}
.event h3 time {
display: none;
}
.event .time {
text-align: center;
}
.event .time .end:before {
font-style: italic;
}
.event .time time {
display: block;
}
}