-
Notifications
You must be signed in to change notification settings - Fork 0
/
mini.css
124 lines (118 loc) · 2.46 KB
/
mini.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
html {
overflow-y: scroll;
}
body {
color: #444;
font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
line-height: 1.2;
padding: 1em;
margin: auto;
max-width: 900px;
}
a {
color: #0645ad;
text-decoration: none;
}
a:visited {
color: #0b0080;
}
a:hover {
color: #06e;
}
a:active {
color: #faa700;
}
a:focus {
outline: thin dotted;
}
p {
margin: 0.5em 0;
}
p.date {
text-align: center;
}
img {
max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
color: #111;
line-height: 115%;
margin-top: 1em;
font-weight: normal;
}
h1 {
text-align: center;
font-size: 120%;
}
h2.author, h2.date {
text-align:center;
font-size: 100%
}
p.author, p.date {
font-size: 110%;
}
/* h2 {
text-transform: uppercase;
}
*/
pre, blockquote pre {
border-top: 0.1em #9ac solid;
background: #e9f6ff;
padding: 10px;
border-bottom: 0.1em #9ac solid;
}
blockquote {
margin: 0;
padding-left: 3em;
}
hr {
display: block;
height: 2px;
border: 0;
border-top: 1px solid #aaa;
border-bottom: 1px solid #eee;
margin: 1em 0;
padding: 0;
}
pre, code, kbd, samp {
color: #000;
font-family: Monaco, 'courier new', monospace;
font-size: 90%;
}
code.r {
color: #770000;
}
pre:has(code.tclout) {
background: #ffeeee;
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
/* fix, do not like bold for every keyword */
code span.kw { color: #007020; font-weight: normal; } /* Keyword */
pre.sourceCode {
background: #fff6f6;
}
figure, p.author {
text-align: center;
}
table {
border-collapse: collapse;
border-bottom: 2px solid;
border-spacing: 5px;
min-width: 400px;
}
table thead tr th {
background-color: #fde9d9;
text-align: left;
padding: 10px;
border-top: 2px solid;
border-bottom: 2px solid;
}
table td {
background-color: #fff9e9;
text-align: left;
padding: 10px;
}