-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
86 lines (73 loc) · 2.1 KB
/
style.css
File metadata and controls
86 lines (73 loc) · 2.1 KB
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
body {
}
/*.w10.ind-19 {*/
.CiTitle {
position:fixed!important;
right:10px!important;
left:auto!important;
top:40px!important;
opacity:1!important;
background: #888!important;
color: #fff!important;
padding-right: 50px!important;
padding-left: 50px!important;
}
#CiIndex{
border-right:8px solid #fafafa;
}
#CiContent {
font-family: Georgia, "Nimbus Roman No9 L", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE", PMingLiU, MingLiU, serif;
/*
font-family: Baskerville, Georgia, "Liberation Serif", "Kaiti SC", STKaiti, "AR PL UKai CN", "AR PL UKai HK", "AR PL UKai TW", "AR PL UKai TW MBE", "AR PL KaitiM GB", KaiTi, KaiTi_GB2312, "TW\-Kai", serif;
*/
font-size:25px;
line-height:40px;
color:#666;
text-align:right;
}
#CiBanner{
font-family: Georgia, "Nimbus Roman No9 L", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE", PMingLiU, MingLiU, serif;
position:fixed;
right:10px;
left:auto;
top:40px;
background: #aaa;
color: #fff;
padding-right: 50px;
padding-left: 50px;
padding-top:10px;
padding-bottom:10px;
font-size:25px;
}
#CiBanner .title {
cursor:pointer;
max-width:600px;
word-break:keep-all;/* 不换行 */
white-space:nowrap;/* 不换行 */
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ;需与overflow:hidden;一起使用。*/
}
.cipai.active {
opacity:1;
color:black!important;
}
#CiBottom {
cursor:pointer;
position:fixed;
bottom:40px;
right:0px;
width:100%;
background:#555;
font-size:15px;
color:#aaa;
padding-top:5px;
padding-bottom:5px;
padding-right:25px;
text-align:right;
padding-left:200px;
font-family: Baskerville, "Times New Roman", "Liberation Serif", STFangsong, FangSong, FangSong_GB2312, "CWTEX\-F", serif;
box-shadow:1px 3px 5px grey;
}
#CiBanner .sourcelink{
font-size:12px;
}