-
Notifications
You must be signed in to change notification settings - Fork 0
/
admintemplete.css
71 lines (71 loc) · 1.02 KB
/
admintemplete.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
#main{
height:auto;
width:100%;
border:1px solid #000;
}
#wrapper{
height:auto;
width:100%;
border:1px solid #000;
float:left;
}
#header{
width:100%;
height:200px;
border:1px solid #000;
background-color:#171FAC;
text-align:center;
font-size:50px;
color: #FFF;
line-height:70px;
text-shadow:0px 0px 10px #CC3333;
}
#menu ul{
list-style:none;
margin:0px;
}
#menu{
border:1px solid #000;
width:100%;
height:38px;
background-color:#09F;
}
#menu li{
float:left;
text-align:center;
line-height:40px;
margin-left:50px;
}
#menu a{
text-decoration:none;
}
a:hover{
background-color:#03C;
display:block;
}
#middle{
width:100%;
height:900px;
float:left;
border:1px solid #000;
}
#content1{
border:1px solid #000;
width:70%;
height:600px;
float:left;
}
#content2{
width:29.53%;
height:600px;
border:1px solid #000;
float:left;
}
#foot{
float:left;
width:100%;
height:80px;
border:bold 5px #000000;
background-color:#33C;
text-align:center;
}