-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathframework.css
More file actions
81 lines (66 loc) · 899 Bytes
/
framework.css
File metadata and controls
81 lines (66 loc) · 899 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
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
.footer{
background-color:3A3939;
margin:auto;
width:1000px;
font-size:13px;
font-family:georgia,"Times New Roman",Times,serif;
}
a{outline:none; text-decoration:none;}
.fl_left
{
float:left;
}
.fl_right
{
float:right;
}
h2
{
margin:0;
padding:0;
font-size:16px;
text-transform:uppercase;
font-weight:normal;
line-height:normal;
}
.wrapper
{
display:block;
width:100%;
margin:0;
padding:0;
text-align:left;
word-wrap:break-word;
}
#header, #footer, #copyright
{
display:block;
width:960px;
margin:0 auto;
}
.one_quarter, .two_quarter, .three_quarter
{
display:block;
float:left;
margin:0 0 0 20px;
}
.one_quarter
{
width:225px;
margin-left:0;
}
.two_quarter
{
width:470px;
margin-left:0
}
.three_quarter
{
width:715px;
margin-left:0;
}
.four_quarter
{
width:225px;
margin-left:-100px;
}