-
Notifications
You must be signed in to change notification settings - Fork 2
/
home.css
131 lines (105 loc) · 2.24 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
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
/*h1.osc {
font-family: Garamond, serif;
line-height: 1em;
color: #51bfe0;
font-weight:bold;
font-size: 60px;
text-shadow:0px 0px 0 rgb(57,142,157),1px 1px 0 rgb(28,113,128),2px 2px 0 rgb(-1,84,99), 3px 3px 0 rgb(-30,55,70),4px 4px 3px rgba(0,0,0,0.6),4px 4px 1px rgba(0,0,0,0.5),0px 0px 3px rgba(0,0,0,.2);}
p{
font-family: Courier, monospace;
position:absolute;
top:60px;
left:50px;
color: #368da8;
font-weight:bold;
font-size: 30px;
text-shadow:0px 0px 0 rgb(24,111,138),1px 1px 0 rgb(4,91,118), 2px 2px 0 rgb(-16,71,98),3px 3px 2px rgba(0,0,0,0),3px 3px 1px rgba(0,0,0,0.5),0px 0px 2px rgba(0,0,0,.2);}*/
body
{
background: #F6F6F6;
margin:0;
padding:0;
height:100%;
/*background-color:#FAFAFA;
text-align:center; */
}
a:link
{
font-weight:bold;
font-family:"Courier",Times,sans-serif;
font-size:20px;
text-decoration: none;
}
a:link {color:#484848 ;}
a:visited {color:#505050 ;}
a:hover {color:#003366;}
a:active {color:#707070 ;}
div#background {
position: absolute;
top: 140px;
border: 2px solid rgba(0, 0, 0, 0.1);
height: 30px;
left:10px;
width: 98.5%;
border-top: solid #000 1px;
border-bottom: solid #000 1px;
background-color: #009ECF;
}
/*
div#color
{
position: absolute;
top: 140px;
left: 50px;
width: 90%;
height: 100%;
background-color: white ;
display: inline-block;
border: solid gray 2px;
}*/
div#background ul {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #FFF;
line-height: 30px;
white-space: nowrap;
}
div#background li {
list-style-type: none;
display: inline;
}
div#background li a {
text-decoration: none;
padding: 7px 10px;
color: #FFF;
}
div#background li a:link {
color: #FFF:
}
div#background li a:visited {
color: #FFF;
}
div#background li a:hover {
font-weight: bold;
color: #FFF;
background-color: #66CCFF;
/*font-weight: bold;
color: black;
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #CCCCCC;*/
;
}
div#border {
top: 140px;
left: 10px;
background-color: #FFFFFF;
height:100%;
height: auto !important;
min-height:100%;
width:1345px;
margin:0 auto;
border-left:1px solid #CCC;
border-right:1px solid #CCC;
overflow:auto;
}