-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme4.css
102 lines (80 loc) · 1.64 KB
/
theme4.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
@charset "utf-8";
/* CSS Document */
body
{
background-color:#FFFEFD;
background-image: url(chemistry.jpg);
background-repeat: no-repeat;
background-position:center;
background-attachment:fixed;
background-size: auto;
background-size:1290px 768px;
}
h1 {color: darkslateblue;}
#titlename
{
color:#506A83;
}
#mainheader
{
border: none;
position: static;
right: 0;
left: 0;
bottom: 0;
/* background-color:#0A3EA6; */
height: 300px;
width: 830px;
margin: 0 auto;
text-align: center;
}
#maindata
{
float: right;
border: none;
width: 630px;
/* overflow-y:inherit; */
}
.mainclass
{
border: none;
border-color:#A0F37E;
width: 830px;
margin: 0 auto;
overflow: hidden;
}
#sidebar
{
float: left;
border: none;
border-color: #C12528;
/* background-color: #BDE509; */
width: 200px;
height: 500px;
/* overflow-y: auto; */
}
#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;
margin: 0 auto;
font-weight: bold;
color: darkslateblue;
}
theme4.css.txt
Displaying theme3.css.txt.