-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
104 lines (104 loc) · 2.17 KB
/
default.css
File metadata and controls
104 lines (104 loc) · 2.17 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
a {
color: #000000;
text-decoration: none;
}
body {
margin: 20px 0;
background: #cccccc url(img/bg.gif) repeat-y fixed center bottom;
color: #333333;
text-align: center;
font-family: sans-serif,Arial;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 1em;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
}
.logo a {
background: #ffffff url(img/logo.png) no-repeat scroll 0% 50%;
display: block;
height: 300px;
}
.header {
border-bottom: 1px solid #e5e5e5;
background: #ffffff none repeat scroll 0% 50%;
font-family: Arial;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 2.6em;
font-size-adjust: none;
font-stretch: normal;
line-height: 3em;
}
.main {
border-style: double;
border-color: #e4e4e4 #cfcfcf #cccccc;
border-width: 3px;
margin: 20px auto 4px;
background: #ffffff none repeat scroll 0% 50%;
text-align: left;
width: 760px;
}
.menu a {
border-top: 1px solid #e5e5e5;
border-right: 1px solid #cecece;
background: #eeeeee none repeat scroll 0% 50%;
color: #888888;
float: left;
padding-top: 4px;
width: 149px;
height: 36px;
}
.menu a span {
padding-left: 6px;
font-weight: bold;
}
.menu a:hover {
background: #eeeeee url(img/bgmenu.gif) repeat-x scroll 0% 50%;
color: #555555;
}
.menu a#last {
border-right: medium none;
width: 150px;
}
.container {
margin: 10px;
}
.content {
border-top: 1px solid #e5e5e5;
background: #f5f5f5 none repeat scroll 0% 50%;
clear: both;
}
.content h1 {
margin: 0;
font-family: sans-serif,Arial;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 1.1em;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
color: #666666;
}
.content p {
margin: 3px 0 6px;
color: #666666;
}
.item {
padding: 10px;
background: #fcfcfc url(img/bgitem.gif) repeat-x scroll 0% 50%;
}
.footer {
padding: 5px;
background: #f5f5f5 none repeat scroll 0% 50%;
color: #666666;
text-align: center;
}
.container p#last {
text-align: center;
font-size: 0.6em;
}