-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
109 lines (92 loc) · 1.95 KB
/
custom.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
html {
position: relative;
min-height: 100%;
}
body {
font-family: Helvetica, Arial, sans-serif;
margin-left: 4em;
margin-right: 4em;
/* Margin bottom by footer height */
margin-bottom: 60px;
}
#topbanner {
color: white;
background-color: rgb(193,71,70);
font-family: "Century Gothic", Helvetica, sans-serif;
padding-top: .8em;
padding-bottom: 1em;
}
#topbanner h1 {
font-size:
}
#search {
border: 1px solid grey;
border-radius: 10px;
margin-bottom: 2em;
padding: 2em;
}
.hideme { display: none; }
.percentagechart, .comparechart, .proportionchart {
padding: 1.5em;
margin-top: 1em;
}
#past dl { padding: 1em;
margin-bottom: 0; }
#past p {
margin-left: 1em;
}
#compare, #showcompare { margin: 1em; }
#left{
min-width: 700px;
}
#printable {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 3; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#printable-stuff {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}
#percentkey {
font-weight: bold;
font-size: .9em;
z-index: 2;
position: absolute;
left: 85%;
}
#splash {
border: 1px solid grey;
border-radius: 10px;
margin-bottom: 2em;
padding: 2em; border
}
#about {
float: right;
color: black;
background-color: white;
font-size: 125%;
}
#about:hover, #about:focus {
background-color: rgb(237,203,202);
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
line-height: 60px; /* Vertically center the text there */
background-color: #f5f5f5;
}