-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
40 lines (30 loc) · 844 Bytes
/
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
body , div , ul , li { margin: 0; padding: 0; }
img , a { border: 0 ;}
body { background: url(images/bg-repeat.jpg); }
#container {
background: url(images/bg.jpg) no-repeat center;
height:500px;
margin: 0 auto;
text-align:center;
}
#container div.top {
background: url(images/404.png) no-repeat ;
height: 0 ;
width: 160px;
margin:0 auto;
}
#container img.toggle { cursor:pointer; }
#container p { font-family: Helvetica, Arial, sans-serif; font-size: 16px; }
#container p em{ color:#FF0000; font-weight:bold; }
#container ul { list-style:none; }
#container ul li a {
text-decoration:none;
font-family: Helvetica, Arial, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: bold;
letter-spacing: -2px;
line-height: 1.2em;
color:#777;
}
#container ul li a:hover { color:#000; }