-
Notifications
You must be signed in to change notification settings - Fork 4
/
typography.css
49 lines (36 loc) · 1.02 KB
/
typography.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
/*
Copyright (C) 2012 Juan Lasheras (http://www.juanl.org).
This file is part of Quirky. Quirky is free software under the terms of the
GNU General Public License version 3, see <http://www.gnu.org/licenses/>.
*/
body { font-family: "Open Sans", sans-serif;}
#loading_game, #add_guest_form, #no_games, #sideboard > p, footer, .error,
.logo, .boardpiece, .piece, .grid { text-align: center; }
.panel table { text-align: left; }
a {
font-weight: bold;
text-decoration: none;
}
input { font-size: 1.4em; }
button {
text-shadow: rgba(0,0,0,.4) 0 1px 0;
font-size: 1.4em;
}
#add_game > button { font-size: 1.2em; }
#loading_game, #add_guest_form, #no_games { font-size: 2em; }
#howtobttn {
font-size: 1.2em;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
}
.bold { font-weight: bold; }
.logo {
font-family: 'Chango', cursive;
font-weight: bold;
font-size: 4em;
}
.boardpiece, .piece, .grid {
font-weight: bold;
font-size: 200%
}
#turn { font-size: 1.3em; }
#add_guest_form { font-size: 2em; }