-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathvisualPages.css
182 lines (134 loc) · 2.35 KB
/
visualPages.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
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
/* controlling the look of the left-hand menu */
body {
/*font: 100% Verdana, Arial, Helvetica, sans-serif; */
/*background: #666666; */
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
/* text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
}
.about {
margin-left:30px;
text-align:center;
}
.code {
background: #EEEEEE;
}
.menu {
float:left;
/* height: 88%; */
line-height:110%;
margin-left:-30px;
/* border-right:1px solid #004D99; /* solid grey; */
padding:1em;
width:178px;
/* font-family: Helvetica, sans-serif;
color: #66EEEE; */
}
.menu ul {
list-style-type: none;
}
.menu a {
font-weight: bold;
text-decoration: none;
color:#006633;
}
.content h1 {
color:#006633;
}
.content h2 {
color:#006633;
}
.content h3 {
color:#006633;
}
.content a {
//font-weight: bold;
text-decoration: none;
color:#006633;
}
.content a:hover {
color:#ffCC33;
}
.menu a:hover {
color:#ffCC33;
}
.menu a:visited {
/* color:grey; */
}
.about a {
font-weight: bold;
text-decoration: none;
color:#006633;
}
.about a:hover {
color:#ffCC33;
}
.about a:visited {
/* color:grey; */
}
.text, .personal {
margin: 0px 100px 100px 200px;
position: absolute;
font-family: Helvetica, sans-serif;
}
.personal a {
color:#ffCC33;
text-decoration: none;
}
.personal a:hover {
color:#ffCC33;
}
.personal a:visited {
color: #006633;
}
div.header h1 {
margin: 0; padding: 10px 0;
}
div.container
{
width:100%;
/* height: 100%; */
margin:0px;
/*border:1px solid #004D99; solid grey; */
line-height:100%;
}
div.header,div.footer
{
font: 100% Verdana, Arial, Helvetica, sans-serif;
padding: 0 10px 0 20px;
color:#ffCC33;
background: #006633;
/* border:1px solid grey; */
}
.footer a
{
color:#ffCC33;
}
h1.header
{
padding:0;
margin:0;
}
div.content
{
margin-left:180px;
border-left:1px solid #006633;
padding:1em;
}
/*div.header, div.footer a {
color: white;
}
.header, .footer a:hover {
color: blue;
}
.header, .footer a:visited {
color: white;
}
*/
.contact {
text-align: center;
margin: 25px 0px 0px 400px;
position: absolute;
font-family: Helvetica, sans-serif;
}