-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
174 lines (143 loc) · 2.81 KB
/
default.css
File metadata and controls
174 lines (143 loc) · 2.81 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
167
168
169
170
171
172
173
174
/** BASIC */
html {
font-size: 62.5%;
}
body {
margin: 30px 0px 30px 0px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size:1.3em;
background-color: #FFFFFF;
/*background-color: #000000;*/
}
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: #000000;
/* text-transform: lowercase; */
letter-spacing: -1px;
}
h7 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 1.5em;
font-weight: normal;
color: #000000;
}
h8 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: normal;
color: #000000;
}
ul {
margin-left: 15px;
padding-left: 0px;
list-style-type: disc;
}
li {
margin-bottom: 10px;
}
li:last-child {
margin-bottom: 0px;
}
a {
color: #000000;
}
a:hover {
text-decoration: none;
}
/** HEADER */
#header {
width: 800px;
height: 80px;
margin: 0px auto;
background: #F0F0F0; 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: no-repeat right top;
}
/** MENU */
#menu {
width: 800px;
height: 30px;
margin: 0px auto;
/* background: url(images/img03.gif) repeat-x left top; */
background: #BEBEBE; no-repeat left top;
/*background: #000000; no-repeat 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: #000000;
}
#menu a:hover {
color: #000000;
}
/** CONTENT */
#content {
width: 800px;
margin: 0px auto;
background: repeat-y left top;
}
#columnA {
padding: 20px;
}
#columnB h2 {
font-size: large;
}
/** FOOTER */
#footer {
width: 800px;
margin: 0px auto;
background: #F0F0F0 no-repeat left bottom;
}
#footer p {
margin: 0px;
padding: 15px 20px;
background: no-repeat right bottom;
font-size: smaller;
color: #000000;
}
pre { font-size:1.1em;}
/*
.section{
justify-content: space-between;
}
.section img{
height: 250px;
}
.section h1{
}
.section p{
}
*/