-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
95 lines (87 loc) · 2.41 KB
/
style.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
/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
#header { border: 1.5px solid rgb(51, 102, 0);
margin: auto;
background-image: url(images/header.png);
background-repeat: repeat-x;
width: 600px;
height: 100px;
font-family: "Times New Roman",Times,serif;
position: absolute;
left: 193px;
top: 23px;
}
#content {
border: 1px solid rgb(0, 102, 0);
font-family: "Courier New",Courier,mono;
position: absolute;
left: 193px;
top: 135px;
width: 433px;
height: 1183px;
font-size: 14px;
background-color: rgb(255, 255, 255);
letter-spacing: normal;
text-align: justify;
word-spacing: normal;
display: block;
padding: 10px;
margin-right: auto;
margin-left: auto;
float: left;
}
#profile { border: 1px solid rgb(0, 102, 0);
font-family: Georgia,"Times New Roman",Times,serif;
position: absolute;
left: 654px;
width: 140px;
top: 135px;
height: 122px;
background-image: url(images/profile.gif);
background-repeat: no-repeat;
background-position: center;
background-color: rgb(255, 255, 255);
}
#sidebar2 { border: 1px solid rgb(0, 102, 0);
font-family: Verdana,Arial,Helvetica,sans-serif;
position: absolute;
left: 654px;
top: 265px;
width: 140px;
height: 886px;
background-color: rgb(255, 255, 255);
}
#content a:link, a:visited, a:active { border-color: rgb(241, 241, 239) rgb(241, 241, 239) rgb(0, 204, 51);
border-width: 0px 0px 1.5px;
border-top: 0px none rgb(241, 241, 239);
border-bottom: 1.5px dashed rgb(0, 204, 51);
font-family: "Courier New",Courier,mono;
font-size: 14px;
color: rgb(102, 102, 102);
border-right-style: none ! important;
border-left-style: none ! important;
text-decoration: none ! important;
}
body { background-color: rgb(255, 255, 204);
}
#content a:hover { font-family: "Courier New",Courier,mono;
font-size: 18px;
color: rgb(0, 153, 51);
}
#content h1 {
border-style: solid solid solid none;
border-color: rgb(0, 0, 0);
border-width: 1.5px 10px 5px 1.5px;
font-family: "Courier New",Courier,mono;
font-size: 16px;
text-transform: none;
color: rgb(153, 153, 0);
float: none;
height: 20px;
width: 330px;
font-weight: bold;
position: static;
left: auto;
right: auto;
padding: 0px;
margin-left: -30px;
}