-
Notifications
You must be signed in to change notification settings - Fork 3
/
stylesheet.css
executable file
·76 lines (63 loc) · 1.27 KB
/
stylesheet.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
html, body { margin: 0px; }
body {
background-color: #000000;
color: #FFFFFF;
}
body, table, td {
font-family: 'DeliciousBold', Helvetica, Arial, sans-serif;
font-size: 17px;
line-height: 120%;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 2, 2010 */
@font-face {
font-family: 'DeliciousBold';
src: url('deliciousbold.eot');
src: local('Delicious'), local('Delicious-Bold'), url('deliciousbold.woff') format('woff'), url('deliciousbold.ttf') format('truetype');
}
a:link, a:active, a:visited {
text-decoration: none;
color: #65adfd
}
a:hover {
text-decoration: underline;
}
p {
margin: 0px 0px 24px 0px;
}
#all {
text-align: center;
background: transparent url('headerbg.png') top left repeat-x;
}
#content {
margin: 0px auto;
text-align: left;
width: 678px;
}
#header {
text-align: right;
background: transparent url('logo.png') top left no-repeat;
height: 101px;
margin-bottom: 24px;
}
#header div {
padding-top: 51px;
line-height: 18px;
}
.box {
float: left;
width: 318px;
height: 322px;
background: transparent url('box.png') no-repeat;
margin-bottom: 24px;
}
.box .box-content {
padding: 20px;
}
.box .box-header {
font-size: 24px;
margin: 0px 0px 18px 0px;
font-weight: normal;
}
.box p, .box table {
margin: 6px 0px 10px 0px;
}