-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathtotop.css
63 lines (50 loc) · 830 Bytes
/
totop.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
#head-container{
text-align: center !important;
}
ul li{
list-style: none;
font-size: 120%;
}
#answer-table{
border-collapse: collapse;
margin: 10px auto;
}
#answer-table td, #answer-table th{
padding: 1px;
text-align: right;
border: 1px solid grey;
}
#answer-table th{
padding: 4px;
}
#question-container{
margin-bottom: 20px;
}
#control-button{
margin-bottom: 20px;
}
#recomment-result{
font-size: 100%;
}
#iframe-page{
height: 1800px;
width: 100%;
}
.removed-repeat{
display: none;
}
/*highlight answer*/
.highlight-answer{
color: black !important;
font-weight: bold;
}
/*fix baidu div-iframe*/
#div-page #head{
position: absolute !important;
}
#div-page .search_tool_conter{
display: none;
}
#div-page .t a{
color: rgb(0, 0, 204);
}