-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
102 lines (89 loc) · 1.38 KB
/
styles.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
<style>
#header {
background-color:black;
color:white;
text-align:center;
padding:0px;
}
#nav {
line-height:30px;
background-color:rgba(240,240,240,0.89);
height:100%;
width:18%;
top:0px;
left:0px;
float:left;
padding:0px;
position:fixed;
z-index:1;
}
#nav_inner {
padding:0px;
font-family:Helvetica, Arial, sans-serif;
list-style-type: none;
text-align:center;
}
#graph_column {
left:20%;
position:relative;
}
#ex_column {
position:absolute;
top:120px;
}
#form {
width:100%;
float:none;
padding:10px;
height:100px;
position:relative;
text-align:center;
}
/*
#section {
width:60%;
float:none;
padding:10px;
position: relative;
display:inline-block;
}
*/
#footer {
background-color:black;
color:white;
clear:both;
text-align:center;
padding:5px;
}
#canvas {
}
ul a {
color:inherit;
text-decoration:none;
}
.salary_input {
width:48%;
font-size:21pt;
font-family:Helvetica, Arial, sans-serif;
}
.nav_selected {
background-color: rgba(178, 229, 127, 0.8);
}
.explanation {
position:relative;
margin-bottom:100px;
margin-top:50px;
font-size:10pt;
font-family:Helvetica, Arial, sans-serif;
background-color: rgba(230, 230, 230, 0.5);
width:90%;
padding:13px;
overflow:auto;
}
.savings {
width:47%;
background-color:rgba(50,50,50,0.1);
padding-left:10px;
padding-bottom:10px;
}
</style>