This repository was archived by the owner on Jan 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet1.css
More file actions
111 lines (96 loc) · 1.34 KB
/
stylesheet1.css
File metadata and controls
111 lines (96 loc) · 1.34 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
#mytitle
{
font-family:
color:
text-shadow:2px 2px 3px #ff0000
}
#wholeblock
{
height:100%;
width:100%;
}
#header
{
height:60px;
width:100%;
background-color:#353535
}
#headerul
{
list-style-type: none;
margin: 0;
padding: 5;
overflow: hidden;
background-color: #333;
}
#headerul li
{
float: left;
}
#headerul li a
{
display: block;
color: white;
font-size:25px;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
#headerul li a:hover {
background-color: #008000;
}
#headerul li a:active {
background-color: #008000;
}
#left
{
height:500px;
width:175px;
background-color:#8A897c;
float:left;
}
#lsection
{
list-style-type: none;
margin: 0;
padding:0px;
overflow: hidden;
background-color:#8A897c;
}
#lsection li
{
padding:10px 5px 5px 5px;
}
#lsection li a
{
display: block;
color: white;
text-align:center;
font-size:20px;
padding: 14px 0px;
text-decoration: none;
}
#lsection li a:hover
{
background-color:#5DD39E;
border:none;
}
#data_display
{
height:500px;
width:80%;
}
#right
{
height:500px;
width:100px;
background-color:white;/*#8A897C;*/
float:right;
}
#footer
{
height:50px;
width:100%;
background-color:#353530;
clear:both;
}