-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
151 lines (142 loc) · 3.1 KB
/
style.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
.content_read a[href] {
text-decoration: none;
color: #09C;
}
.content_read a:hover {
text-decoration: underline;
background-color: #fafafa;
}
.content_read blockquote {
border-left: 5px solid #eaeef1;
color: #555;
margin-left: 0px;
margin-right: 0px;
padding: 0px 20px;
}
.content_read hr {
height: 0px;
border: none;
border-top: 1px solid #ddd;
}
.content_read br { clear: left; }
.box_read {
margin:20px auto 0px auto;
width: 70%;
height: 100%;
overflow: scroll;
text-align: left;
outline: none;
}
.content_read {
margin: 0px 12px 20px 23px;
padding: 0px 50px 200px 50px;
border: 1px solid #C3C3C3;
background-color: #E4F2F5;
/* support Safari, Chrome */
-webkit-border-radius: 10px;
border-radius: 10px;
}
.title_read {
color:white;
display: block;
font-weight: bold;
margin-top: 5px;
text-align: center;
}
.title_read h1{
font-size: 30px;
line-height: 37px;
color:white;text-shadow:0 0 2px rgba(88,88,88,.5);
font-size:24px;
font-weight:bold;
}
.content_read * {
word-wrap: break-word !important;
font-size: 18px;
line-height: 180% !important;
font-family: "Microsoft Yahei", "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti !important;
color: #2A85E8 ;
}
.content_read img {
float: none;
max-width: 100%;
height: auto;
margin: 1em auto;
display: block;
clear: both;
}
.content_read embed {
max-width: 100%;
}
.content_read.disableImages img {
display: none !important;
}
.content_read img.tinyImage {
float: none;
margin: 0;
}
.content_read a img {
border: none;
}
div.box_read::-webkit-scrollbar:horizontal,
::-webkit-scrollbar-track:disabled {
display: none;
}
div.box_read::-webkit-scrollbar{
width: 16px;
}
div.box_read::-webkit-scrollbar-thumb {
border-radius: 8px;
background: -webkit-linear-gradient(left, #ffffff, #a2a2a2);
min-height: 40px;
}
div.box_read::-webkit-scrollbar-thumb:hover {
background: -webkit-linear-gradient(left, #ecf8ff, #81cdff);
}
div.box_read::-webkit-scrollbar-thumb:active {
background: #0099ff;
}
div.box_read::-webkit-scrollbar-track {
margin-bottom: 80px;
border-radius: 30px;
-webkit-background-origin: border;
border: 1px solid #666;
background: #333;
}
div.box_read::-webkit-scrollbar-track:hover {
border-color: #2F68A2;
background: #002040;
}
div.box_read::-webkit-scrollbar-track:active {
border-color: #2F68A2;
background: #002040;
}
.content_read ::-webkit-scrollbar {
width: 18px;
}
.close_read {
position: absolute;
left: 100%;
top: 20px;
width: 24px;
height: 24px;
margin-left:-44px;
}
.close_read{
display: block;
width: 24px;
height: 24px;
background-image: url("images/close-read.png");
}
.close_read:hover {
background-image:url("images/close-hover.png");
}
.close_read:active {
background-image:url("images/close-active.png");
}
.loading_read{
display: block;
background-image: url("images/loading.gif");
width: 32px;
height: 32px;
}