-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmain2.css
More file actions
executable file
·99 lines (87 loc) · 1.43 KB
/
Copy pathmain2.css
File metadata and controls
executable file
·99 lines (87 loc) · 1.43 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
body{
background-color: #FFF;
margin-top:0px;
}
.sidebarCopy {
background-color: #CCCCCC;
position: relative;
height: 70%;
width: 11%;
top: auto;
float: left;
border-top-style: inset;
border-right-style: inset;
border-bottom-style: inset;
border-left-style: inset;
border-top-color: #999999;
border-right-color: #999999;
border-bottom-color: #999999;
border-left-color: #999999;
background-image: none;
}
.STYLE1 {font-family:Arial, Helvetica, sans-serif;
font-size: 18px;
color: #FF3333;
}
.STYLE2 { font-family:Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
color: #FF0000;
}
.STYLE3 {
font-family:Arial, Helvetica, sans-serif;
font-size: 18px;
color:#5E2B00;
width:auto;
text-align:left;
}
div.container
{
width:1057px;
margin:0 auto;
line-height:150%;
background-color::#FFEFDF;
border:2px solid gray;
padding-top:0px;
}
div.footer
{
color:white;
background-color:gray;
clear:left;
}
div.header
{ padding:0 auto;
margin:0 auto;
line-height:150%;
color:white;
padding-top:0px;
}
h1.header
{
padding:0;
margin:0;
}
div.left
{ font-family:Arial, Helvetica, sans-serif;
float:left;
width:180px;
margin:0;
border-top:0px solid gray;
}
div.leftbar
{ font-family:Arial, Helvetica, sans-serif;
float:left;
width:100px;
margin:0;
}
div.content
{ font-family:Arial, Helvetica, sans-serif;
margin-left:181px;
border-left:2px solid gray;
padding-left: 7px;
}
img.cut
{
clip:rect(0px 770px 200px 0px)
}