|
1 | 1 | /* Global Styles */ |
2 | 2 | h1 { |
3 | | - color: #369; |
4 | | - font-family: Arial, Helvetica, sans-serif; |
5 | | - font-size: 250%; |
| 3 | + color: #369; |
| 4 | + font-family: Arial, Helvetica, sans-serif; |
| 5 | + font-size: 250%; |
6 | 6 | } |
7 | | -h2, h3 { |
8 | | - color: #444; |
9 | | - font-family: Arial, Helvetica, sans-serif; |
10 | | - font-weight: lighter; |
| 7 | +h2, |
| 8 | +h3 { |
| 9 | + color: #444; |
| 10 | + font-family: Arial, Helvetica, sans-serif; |
| 11 | + font-weight: lighter; |
11 | 12 | } |
12 | 13 | body { |
13 | | - margin: 2em; |
| 14 | + margin: 2em; |
14 | 15 | } |
15 | | -body, input[text], button { |
16 | | - color: #333; |
17 | | - font-family: Cambria, Georgia; |
| 16 | +body, |
| 17 | +input[text], |
| 18 | +button { |
| 19 | + color: #333; |
| 20 | + font-family: Cambria, Georgia; |
18 | 21 | } |
19 | 22 | a { |
20 | | - cursor: pointer; |
21 | | - cursor: hand; |
| 23 | + cursor: pointer; |
| 24 | + cursor: hand; |
22 | 25 | } |
23 | 26 | button { |
24 | | - font-family: Arial; |
25 | | - background-color: #eee; |
26 | | - border: none; |
27 | | - padding: 5px 10px; |
28 | | - border-radius: 4px; |
29 | | - cursor: pointer; |
30 | | - cursor: hand; |
| 27 | + font-family: Arial; |
| 28 | + background-color: #eee; |
| 29 | + border: none; |
| 30 | + padding: 5px 10px; |
| 31 | + border-radius: 4px; |
| 32 | + cursor: pointer; |
| 33 | + cursor: hand; |
31 | 34 | } |
32 | 35 | button:hover { |
33 | | - background-color: #cfd8dc; |
| 36 | + background-color: #cfd8dc; |
34 | 37 | } |
35 | 38 | button:disabled { |
36 | | - background-color: #eee; |
37 | | - color: #aaa; |
38 | | - cursor: auto; |
| 39 | + background-color: #eee; |
| 40 | + color: #aaa; |
| 41 | + cursor: auto; |
39 | 42 | } |
40 | 43 |
|
41 | 44 | /* Navigation link styles */ |
42 | 45 | nav a { |
43 | | - padding: 5px 10px; |
44 | | - text-decoration: none; |
45 | | - margin-right: 10px; |
46 | | - margin-top: 10px; |
47 | | - display: inline-block; |
48 | | - background-color: #eee; |
49 | | - border-radius: 4px; |
| 46 | + padding: 5px 10px; |
| 47 | + text-decoration: none; |
| 48 | + margin-right: 10px; |
| 49 | + margin-top: 10px; |
| 50 | + display: inline-block; |
| 51 | + background-color: #eee; |
| 52 | + border-radius: 4px; |
50 | 53 | } |
51 | | -nav a:visited, a:link { |
52 | | - color: #607D8B; |
| 54 | +nav a:visited, |
| 55 | +a:link { |
| 56 | + color: #607d8b; |
53 | 57 | } |
54 | 58 | nav a:hover { |
55 | | - color: #039be5; |
56 | | - background-color: #CFD8DC; |
| 59 | + color: #039be5; |
| 60 | + background-color: #cfd8dc; |
57 | 61 | } |
58 | 62 | nav a.active { |
59 | | - color: #039be5; |
| 63 | + color: #039be5; |
60 | 64 | } |
61 | 65 |
|
62 | 66 | /* everywhere else */ |
63 | 67 | * { |
64 | | - font-family: Arial, Helvetica, sans-serif; |
| 68 | + font-family: Arial, Helvetica, sans-serif; |
65 | 69 | } |
0 commit comments