-
Notifications
You must be signed in to change notification settings - Fork 3
/
theme3.css
87 lines (77 loc) · 1.66 KB
/
theme3.css
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
@charset "utf-8";
/* CSS Document */
body
{
background-color: powderblue;
background-repeat: no-repeat;
background-position:center;
background-attachment: fixed;
background-size:auto;
}
h1 {color: black;}
p {color: red;}
#mainheader
{
border: none;
position: static;
right: 0;
left: 0;
bottom: 0;
background-color:#0A3EA6;
height: 70px;
width: 830px;
margin: 0 auto;
}
#maindata
{
float: right;
border: none;
width: 630px;
background-color:antiquewhite;
min-height: 100px;
padding-bottom: 99999px;
margin-bottom: -99999px;
}
.mainclass
{
border: none;
border-color:#A0F37E;
width: 830px;
min-height: 100px;
margin: 0 auto;
overflow: hidden;
}
#sidebar
{
float: left;
border: none;
border-color: #C12528;
background-color: #BDE509;
width: 200px;
height: 500px;
min-height: 100px;
padding-bottom: 99999px;
margin-bottom: -99999px;
}
#footer1
{
float: left;
right: 0;
bottom: 0;
left: 0;
width: 700;
border: solid;
margin: 0 auto
}
#footer2
{
float: left;
position: static;
right: 0;
bottom: 0;
left: 0;
width: 830px;
border: none;
background-color:#0A3EA6;
margin: 0 auto
}