forked from Kenshin/simpread
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme_engwrite.css
More file actions
100 lines (84 loc) · 2.8 KB
/
theme_engwrite.css
File metadata and controls
100 lines (84 loc) · 2.8 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
sr-rd-theme-engwrite{display:none;}
/**
* EngWrite style
*/
/**
* Common style, include: h1 ~ h6; ol ul; code pre; table; sr-blockquote
*/
sr-rd-content h1,sr-rd-content h2,sr-rd-content h3,sr-rd-content h4,sr-rd-content h5,sr-rd-content h6{margin:20px 0 10px;padding:0;font-weight:500;-webkit-font-smoothing:antialiased}sr-rd-content h1{font-weight:300;text-align:center;font-size:2.8rem;color:#933d3f}sr-rd-content h2{font-size:2.4rem;border-bottom:1px solid #ccc;color:#000}sr-rd-content h3{font-size:1.8rem}sr-rd-content h4,sr-rd-content h5{font-size:1.6rem}sr-rd-content h6{color:#777;font-size:1.6rem}
sr-rd-content ul,sr-rd-content ol{padding-left:30px}sr-rd-content ul li>:first-child,sr-rd-content ol li>:first-child,sr-rd-content ul li ul:first-of-type,sr-rd-content ol li ol:first-of-type,sr-rd-content ul li ol:first-of-type,sr-rd-content ol li ul:first-of-type{margin-top:0}sr-rd-content ul ul,sr-rd-content ul ol,sr-rd-content ol ol,sr-rd-content ol ul{margin-bottom:0}
sr-rd-content table th{font-weight:bold}sr-rd-content table th,sr-rd-content table td{border:1px solid #ccc;padding:6px 13px}sr-rd-content table tr{border-top:1px solid #ccc;background-color:#fff}sr-rd-content table tr:nth-child(2n){background-color:#f8f8f8}
sr-rd-content sr-blockquote {
text-align: left;
border-top: 1px dotted #cdc7bc;
border-bottom: 1px dotted #cdc7bc;
background-color: #f8edda;
color: #777
}
sr-blockquote >:first-child {
margin-top: 0
}
sr-blockquote >:last-child {
margin-bottom: 0
}
/**
* Custom style, include: background; title; desc; sr-rd-content; p,div; a; pre
*/
.simpread-theme-root {
background-color: rgb(252, 245, 237);
color: rgb(51, 51, 51);
}
sr-rd-title {
font-weight: 300;
text-align: center;
font-size: 2.8rem;
color: rgb(147, 61, 63);
}
sr-rd-desc {
padding: 10px;
background-color: rgb(248, 237, 218);
color: rgb(119, 119, 119);
font-size: 2rem;
text-align: center;
border-top: 1px dotted rgb(205, 199, 188);
border-bottom: 1px dotted rgb(205, 199, 188);
}
sr-rd-content {
color: rgb(51, 51, 51);
padding: 20px 0;
margin: 0px auto;
line-height: 1.8;
}
sr-rd-content *,
sr-rd-content p,
sr-rd-content div {
color: rgb(51, 51, 51);
line-height: 1.8;
}
sr-rd-content a,
sr-rd-content a:link {
color: rgb(174, 55, 55);
text-decoration: none;
}
sr-rd-content a:hover,
sr-rd-content a:focus,
sr-rd-content a:active {
text-decoration: underline;
}
sr-rd-content pre {
background-color: transparent;
border: 1px solid rgb(204, 204, 204);
border-radius: 3px;
}
sr-rd-content li code,
sr-rd-content p code {
border: 1px solid rgb(234, 234, 234);
background-color: rgb(244, 236, 227);
border-radius: 3px;
}
/**
* Multiple page
*/
sr-rd-mult {
background-color: rgb(248, 237, 218);
}