forked from NitefullSand/BBS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtopic4.css
More file actions
78 lines (76 loc) · 980 Bytes
/
topic4.css
File metadata and controls
78 lines (76 loc) · 980 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
.cheading a{
color:#fff;
}
.cheading a:hover {color:pink;text-decoration: none;}
.Sform{
position: absolute;
left: 40%;
top: 48%;
}
.Lform{
position: absolute;
left: 40%;
top: 48%;
}
.welcome{
color: red;
}
.Tform{
position: absolute;
left: 8%;
top: 30%;
}
.menu{
position: absolute;
left: 7%;
top: 20%;
}
.content1{
position: absolute;
left:30%;
top: 30%;
}
.Aform{
position: absolute;
left: 8%;
top: 30%;
}
.exit{
position: absolute;
left: 7%;
top: 40%;
}
.all_news{
width:50%;
position:relative;
left:10%;
top:5%;
font-family:"微软雅黑";
border:1px dashed #fff;
}
#content{
width: 55%;
}
.center{
width:50%;
position:relative;
left:10%;
top:5%;
font-family:"微软雅黑";
border:1px dashed #fff;
}
.center a{
color: green;
}
.center a:hover {color:red;text-decoration: none;} /* 鼠标指针移动到链接上 */
.pages{
position: relative;
left: 10%;
top: 3%;
}
.hh{
color:#2F4f4f;
position:absolute;
left:53%;
top:17%;
}