-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.css
98 lines (93 loc) · 1.62 KB
/
home.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
body {
background-color: #5de100;
}
a:link {
color:white;
text-decoration: none;
}
a:active {
color: white;
text-decoration: none;
}
a:visited {
color: white;
text-decoration: none;
}
div.site-content {
margin-top: -0.5em;
background-color: #5de100;
position: absolute;
left: 13em;
right: 0.5em;
padding-left: 0em;
font-family: Georgia, "Times New Roman",
Times, serif;
color: white;
height:100%;
}
div.site-content h1,div.site-content h2,div.site-content h3,div.site-content h4,div.site-content h5 {
margin-top: 0em;
padding-top: 0.1em;
padding-bottom: 0.1em;
background-color: #3d9200;
color: white
}
div.menu-container {
margin-top: -0.5em;
background-color: #3d9200;
position: absolute;
left: 0em;
padding-right: 0em;
height:100%;
z-index: 9999;
color: white;
width: 13em }
div.menu-container a:link {
color: white;
text-decoration:underline;
}
div.menu-container a:visited {
color: white;
text-decoration:line-through;
}
div.menu {
padding-left: 0.25em;
font-size: 2em;
width: 10em;
height: 1.3em;
}
div.menu:hover a{
color: #94002d;
font-weight: bold
}
div.menu:hover {
padding-left: 0.75em;
background-color: #3d9200;
}
div.content {
padding-left: 0.5em;
}
/*
a:link {
color:#DA1050;
text-decoration:none;
}
a:visited {
color:black;
text-decoration:none;
}
a:hover {
color: #Fa2f70;
text-decoration:none;
}
a:active {
color:#FFFFFF;
text-decoration:none;
}
*/
/*
div.site-content a:link {
color:#e10076;
text-decoration:underline;
}
*/