-
Notifications
You must be signed in to change notification settings - Fork 508
Expand file tree
/
Copy pathdemo.css
More file actions
55 lines (46 loc) · 760 Bytes
/
demo.css
File metadata and controls
55 lines (46 loc) · 760 Bytes
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
body {
background: #123;
color: #333;
font-size: 11px;
height: auto;
padding-bottom: 20px;
}
a {
color: #fff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1 {
font-family: Georgia, serif;
font-weight: normal;
padding-top: 20px;
text-align: center;
}
h2 {
padding-top: 20px;
text-align: center;
}
p {
border: 1px solid #666;
overflow: hidden;
padding: 10px 0;
text-align: center;
}
.container_12,
.container_16,
.container_24 {
background-color: #fff;
background-repeat: repeat-y;
margin-bottom: 20px;
}
.container_12 {
background-image: url(../img/12_col.gif);
}
.container_16 {
background-image: url(../img/16_col.gif);
}
.container_24 {
background-image: url(../img/24_col.gif);
}