-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
executable file
·166 lines (144 loc) · 3.13 KB
/
css.css
File metadata and controls
executable file
·166 lines (144 loc) · 3.13 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
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
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"
title="Wrap Long Lines">
</head>
<body>
<pre><html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
<link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"
title="Wrap Long Lines">
</head>
<body>
<pre>body {
margin: 25px 0px 0px 0px;
background-color: #FFFFFF;
background-image: url(images/jime.jpg);
background-position: center;
background-repeat: repeat-y;
text-align: center;
}
#main {
width: 1000px;
margin-left: auto;
margin-right: auto;
text-align: left;
background-color: #FFFFFF;
}
#top-nav {
width: 995px;
margin-left: auto;
margin-right: auto;
font-family: Tahoma;
font-size: 40px;
color: #FFFFFF;
text-align: left;
vertical-align: bottom;
height: 30px;
line-height: 18px;
padding: 50px 50px 0px 0px;
background-color: #FFFFFF;
}
#navigation {
float: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
color: rgb(3, 78, 124);
background-color: #FFFFFF;
text-decoration: none;
margin: 0px 0px 0px 0px;
padding: 37px 5px 15px 5px;
width: 150px;
border-color: #FFFFFF;
border-style: solid;
border-width: 1px 1px 1px 0px;
text-align: right;
}
#content {
margin-left: 170px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
color: #000000;
text-decoration: none;
width: 820px;
text-align: left;
padding: 5px 5px 15px 5px;
background-color: #FFFFFF;
}
#footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
color: #999999;
padding: 40px 0px 10px 0px;
text-align: center;
clear: left;
background-color: #FFFFFF;
}
a {
color: #599BC5;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #599BC5;
text-decoration: none;
}
a.small-navigation {
color: #999999;
text-decoration: none;
}
a.small-navigation:hover {
color: #FF9900;
}
a.navigation {
color: #000000;
border-width: 0px 0px 0px 5px;
border-color: #DEDEDE;
border-style: solid;
text-decoration: none;
display: block;
padding: 3px 0px 3px 5px;
text-align: left;
font-weight: normal;
}
a.navigation:hover {
border-color: #599BC5;
background-color: #EFEFEF;
}
#header {
padding: 5px 0px 5px 0px;
background-color: #FFFFFF;
}
hr {
width: 100%;
height: 0px;
text-align: center;
border-color: #CCCCCC;
border-style: dashed;
border-width: 0px 0px 1px 0px;
}
h1 {
color: #599BC5;
font-size: 180%;
text-decoration: none;
text-align: right;
margin: 0px 0px 15px 0px;
font-weight: normal;
padding: 2px 0px 0px 0px;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #599BC5;
background-color: #FFFFFF;
}
p {
padding: 0px 0px 10px 0px;
margin-top: 10px;
}</pre>
</body>
</html>
</pre>
</body>
</html>