forked from Kenshin/simpread
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme_gothic.css
More file actions
95 lines (78 loc) · 3.24 KB
/
theme_gothic.css
File metadata and controls
95 lines (78 loc) · 3.24 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
sr-rd-theme-gothic{display:none;}
/**
* Gothic style
*/
/**
* Common style, include: h1 ~ h6; ol ul; code pre; table; sr-blockquote
*/
sr-rd-content h1{line-height:4rem;margin:4rem 0 1.75rem;padding:20px 30px}sr-rd-content h1,sr-rd-content h2{font-weight:400;text-align:center;text-transform:uppercase}sr-rd-content h2{line-height:3rem;margin:3rem 0 1.9375rem;padding:0 30px}sr-rd-content h3,sr-rd-content h4,sr-rd-content h5{font-weight:400}sr-rd-content h6{font-weight:700}sr-rd-content h1{font-size:3.6rem}sr-rd-content h2{font-size:3.2rem}sr-rd-content h3{font-size:2.5rem}sr-rd-content h4{font-size:2.2rem}sr-rd-content h5{font-size:1.9rem}sr-rd-content h6{font-size:1.7rem}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-top:1.2em;margin-bottom:0.6em;color:#111}
sr-rd-content ol,sr-rd-content ul{list-style-type:disc}sr-rd-content ul, sr-rd-content ol{margin-left:3em}sr-rd-content ol ol,sr-rd-content ul ol{list-style-type:lower-roman}sr-rd-content ol ol ol,sr-rd-content ol ul ol,sr-rd-content ul ol ol,sr-rd-content ul ul ol{list-style-type:lower-alpha}
sr-rd-content table{margin-bottom:20px}sr-rd-content table th,sr-rd-content table td{padding:8px;line-height:1.25rem;vertical-align:top;border-top:1px solid #ddd}sr-rd-content table th{font-weight:bold}sr-rd-content table thead th{vertical-align:bottom}sr-rd-content table caption+thead tr:first-child th,sr-rd-content table caption+thead tr:first-child td,sr-rd-content table colgroup+thead tr:first-child th,sr-rd-content table colgroup+thead tr:first-child td,sr-rd-content table thead:first-child tr:first-child th,sr-rd-content table thead:first-child tr:first-child td{border-top:0}sr-rd-content table tbody+tbody{border-top:2px solid #ddd}
sr-rd-content sr-blockquote {
margin: 0 0 1.11111rem;
padding: 0.5rem 1.11111rem 0 1.05556rem;
border-left: 1px solid gray;
}
sr-rd-content sr-blockquote,
sr-rd-content sr-blockquote p {
line-height: 2;
color: #6f6f6f;
}
/**
* Custom style, include: background; title; desc; sr-rd-content; p,div; a; pre
*/
.simpread-theme-root {
background: rgb(252, 252, 252);
color: #333;
}
sr-rd-title {
font-weight: normal;
line-height: 4rem;
text-align: center;
text-transform: uppercase;
color: rgb(17, 17, 17);
font-size: 3.2rem;
}
sr-rd-desc {
margin: 0px 0px 1.11111rem;
padding: 0.5rem 1.11111rem 0px 1.05556rem;
font-size: 2rem;
line-height: 2;
color: rgb(111, 111, 111);
border-left: 1px solid gray;
}
sr-rd-content {
font-weight: 400;
color: #333;
}
sr-rd-content *,
sr-rd-content p,
sr-rd-content div {
color: #333;
}
sr-rd-content a,
sr-rd-content a:link {
color: rgb(153, 0, 0);
text-decoration: none;
}
sr-rd-content a:hover,
sr-rd-content a:focus,
sr-rd-content a:active {
color: rgb(153, 0, 0);
text-decoration: underline;
}
sr-rd-content pre {
background-color: transparent;
border: 1px solid rgb(204, 204, 204);
}
sr-rd-content li code,
sr-rd-content p code {
background-color: transparent;
border: 1px solid rgb(204, 204, 204);
}
/**
* Multiple page
*/
sr-rd-mult {
background-color: #f2f2f2;
}