-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
136 lines (110 loc) · 2.27 KB
/
Copy pathdefault.css
File metadata and controls
136 lines (110 loc) · 2.27 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
/** BASIC */
html {
font-size: 62.5%;
}
body {
margin: 30px 0px 30px 0px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #274690;
font-size:1.3em;
background-color:#272E3D;
}
h1 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 2.5em;
font-weight: normal;
letter-spacing: -1px;
/* text-transform: lowercase; */
}
h2, h3, h4, h5, h6 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 2em;
font-weight: normal;
color: #274690;
/* text-transform: lowercase; */
letter-spacing: -1px;
}
ul {
margin-left: 0px;
padding-left: 0px;
list-style-type: none;
}
a {
color: #274690;
}
a:hover {
text-decoration: none;
}
/** HEADER */
#header {
width: 700px;
height: 80px;
margin: 0px auto;
background: #9AB0E4 url(images/img01.gif) no-repeat left top;
}
#header h1 {
float: left;
margin: 0px;
padding: 35px 0px 0px 20px;
}
#header h2 {
float: right;
margin: 0px;
padding: 43px 10px 0px 0px;
background: url(images/img02.gif) no-repeat right top;
}
/** MENU */
#menu {
width: 700px;
height: 30px;
margin: 0px auto;
background: url(images/img03.gif) repeat-x left top;
}
#menu ul {
margin: 0px;
padding: 0px;
list-style: none;
}
#menu li {
display: inline;
}
#menu a {
display: block;
float: left;
padding: 10px;
padding-left:20px;
text-transform: uppercase;
text-decoration: none;
font-size: smaller;
font-weight: bold;
color: #FFFFFF;
}
#menu a:hover {
color: #e8edf9;
}
/** CONTENT */
#content {
width: 700px;
margin: 0px auto;
background: url(images/img04.gif) repeat-y left top;
}
#columnA {
padding: 20px;
}
#columnB h2 {
font-size: large;
}
/** FOOTER */
#footer {
width: 700px;
margin: 0px auto;
background: #809CDD url(images/img05.gif) no-repeat left bottom;
}
#footer p {
margin: 0px;
padding: 15px 20px;
background: url(images/img06.gif) no-repeat right bottom;
font-size: smaller;
color: #274690;
}
pre { font-size:1.1em;}