-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
250 lines (220 loc) · 4.89 KB
/
style.css
File metadata and controls
250 lines (220 loc) · 4.89 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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
body {
font-family: 'Nobile', sans-serif;
}
#container {
background: none repeat scroll 0 0 #FFFFFF;
border-radius: 8px 8px 8px 8px;
overflow: visible;
position: relative;
width: 100%;
max-width: 630px;
}
#container:before {
background: none repeat scroll 0 0 #FFFFFF;
bottom: 0;
content: " ";
left: 65.5%;
opacity: 0;
position: absolute;
top: 0;
width: 1px;
z-index: 100;
}
#container:after {
clear: both;
content: " ";
display: block;
height: 0;
}
#container form {
background: -moz-linear-gradient(center top , #E5E5E5 0pt, #EFEFEF 100%) repeat scroll 0 0 #EFEFEF;
box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.25);
float: left;
width: 100%;
max-width: 615px;
border-radius: 5px 5px 5px 5px;
margin: 0.5em;
position: relative;
z-index: 6;
padding-bottom: 1em;
}
#container label {
color: #555555;
display: block;
font-size: 18px;
padding: 1em 0 0.5em 1em;
}
#annual_income_input {
-moz-box-sizing: content-box;
background: white;
border: 0 none;
border-radius: 3 3 3 3;
color: #555555;
font-size: 19px;
height: 19px;
line-height: 19px;
outline: 0 none;
padding: 11px 10px 9px 26px;
width: 8.5em;
margin: 0 0 0 1.5em;
}
#filing_status_select, #dependents_select {
margin: 0 0 0 1.5em;
}
#dependents_select {
padding-bottom: 0;
overflow: hidden;
width: 100%;
float: left;
}
#id_amount {
-moz-box-sizing: content-box;
background: white;
border: 0 none;
border-radius: 0 0 0 0;
box-shadow: none;
color: #555555;
font-size: 19px;
height: 19px;
line-height: 19px;
outline: 0 none;
padding: 11px 10px 9px 26px;
width: 128px;
}
#romney_results, #obama_results, #ryan_results {
display: block;
float: left;
position: relative;
box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.25);
border-radius: 5px 5px 5px 5px;
padding: 1em;
margin: 0.5em;
width: 100%;
max-width: 267px;
z-index: 0;
}
#obama_results {
background: repeat scroll 0 0 #139CD8;
}
#romney_results, #ryan_results {
background: repeat scroll 0 0 #72C050;
}
#romney_results, #obama_results h2, #ryan_results h2 {
color: #555555;
}
#obama_results p {
color: #555555;
}
#romney_results, #ryan_results p {
color: #555555;
}
#tax_under_obama_2013 {
background: -moz-linear-gradient(center top , #E5E5E5 0pt, #EFEFEF 100%) repeat scroll 0 0 #EFEFEF;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
border-radius: 5px 5px 5px 5px;
padding: 1em;
margin-bottom: 1em;
}
#tax_under_romney_2013 {
background: -moz-linear-gradient(center top , #E5E5E5 0pt, #EFEFEF 100%) repeat scroll 0 0 #EFEFEF;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
border-radius: 5px 5px 5px 5px;
padding: 1em;
}
#tax_under_ryan_2013 {
background: -moz-linear-gradient(center top , #E5E5E5 0pt, #EFEFEF 100%) repeat scroll 0 0 #EFEFEF;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
border-radius: 5px 5px 5px 5px;
padding: 1em;
}
img {
width: 50%;
}
#averages {
background: -moz-linear-gradient(center top , #E5E5E5 0pt, #EFEFEF 100%) repeat scroll 0 0 #EFEFEF;
box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.25);
float: left;
width: 100%;
max-width: 615px;
border-radius: 5px 5px 5px 5px;
margin: 0.5em;
position: relative;
z-index: 6;
padding: 1em;
overflow: hidden;
}
#averages div {
background: -moz-linear-gradient(center top , #E5E5E5 0pt, #EFEFEF 100%) repeat scroll 0 0 #EFEFEF;
box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.25);
float: left;
width: 100%;
border-radius: 5px 5px 5px 5px;
margin: 0.25em;
padding: 0.25em;
}
#averages h3 {
font-size: 18px;
font-weight: bold;
}
#averages h4{
color: #555555;
padding: 0em 0.5em 0em 0.5em;
}
#averages h5 {
color: #555555;
font-size: 14px;
padding: 0em 0.75em 0em 0.75em;
}
#how_do_i_shot_web {
background: -moz-linear-gradient(center top , #E5E5E5 0pt, #EFEFEF 100%) repeat scroll 0 0 #EFEFEF;
box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.25);
float: left;
width: 100%;
max-width: 615px;
border-radius: 5px 5px 5px 5px;
margin: 0.5em;
position: relative;
z-index: 6;
padding: 1em;
overflow: hidden;
}
#how_do_i_shot_web h3 {
font-size: 18px;
font-weight: bold;
}
#how_do_i_shot_web p {
color: #555555;
font-size: 14px;
padding: 0.5em;
}
/*
#average-americans li {
margin: 20px 0 30px;
padding: 0 20px;
}
#average-americans li {
border-left: 1px solid #008FC5;
float: left;
margin-left: -1px;
width: 209px;
}
#average-americans li:first-child {
border-left: 0 none;
margin-left: 0;
}
#average-americans li {
padding: 0 40px;
width: 233px;
}
.oldie #average-americans li {
border-left: 1px solid #008FC5;
float: left;
margin-left: -1px;
padding: 0 40px;
width: 233px;
}
.oldie #average-americans li:first-child {
border-left: 0 none;
margin-left: 0;
}
*/