forked from Kenshin/simpread
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme_monospace.css
More file actions
87 lines (73 loc) · 2.3 KB
/
theme_monospace.css
File metadata and controls
87 lines (73 loc) · 2.3 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
sr-rd-theme-monospace{display:none;}
/**
* Monospace 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{font-weight:700;color:#6363ac}sr-rd-content h1{font-size:2.2rem}sr-rd-content h2{font-size:2rem}sr-rd-content h3{font-size:1.8rem}sr-rd-content h4{font-size:1.6rem}sr-rd-content h5{font-size:1.4rem}sr-rd-content h6{font-size:1.3rem}
sr-rd-content strong{color:#b5302e}sr-rd-content em{font-style:italic;color:#400469}
sr-rd-content ol,sr-rd-content ul{list-style-type:none}sr-rd-content ol li,sr-rd-content ul li{margin:0}
sr-rd-content table{line-height:1.6rem;border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb}sr-rd-content thead{background-color:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}sr-rd-content td,sr-rd-content th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;margin:0;overflow:visible;padding:.5em 1em}
sr-rd-content sr-blockquote {
background-color: rgba(128, 128, 128, 0.05);
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-left: 8px solid #979797;
line-height: 2;
}
sr-rd-content sr-blockquote * {
line-height: inherit;
}
/**
* Custom style, include: background; title; desc; sr-rd-content; p,div; a; pre
*/
.simpread-theme-root {
color: #333333;
background: white;
}
sr-rd-title {
font-size: 2.8rem;
line-height: 1.2;
font-weight: bold;
color: #6363ac;
}
sr-rd-desc {
padding: 10px;
background-color: rgba(128, 128, 128, 0.05);
font-size: 1.8rem;
text-align: center;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-left: 8px solid #979797;
}
sr-rd-content {
color: #333333;
line-height: 1.7;
}
sr-rd-content *,
sr-rd-content p,
sr-rd-content div {
line-height: 1.7;
}
sr-rd-content a,
sr-rd-content a:link {
color: #005dad;
text-decoration: underline;
}
sr-rd-content a:hover,
sr-rd-content a:focus,
sr-rd-content a:active {
color: white;
background-color: #2a6496;
text-decoration: none;
}
sr-rd-content pre {
color: #e9eded;
background-color: #263238;
}
sr-rd-content li code,
sr-rd-content p code {
color: #949415;
background-color: transparent;
}