-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathnominolo.css
129 lines (102 loc) · 1.57 KB
/
nominolo.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
body {
font-family: sans-serif;
line-height: 1.4;
margin: auto;
max-width: 55em;
color: rgba(0,0,0, 0.8);
}
.mainheader {
color: #483465;
padding-top: 1.5em;
}
.mainheader > a, .mainheader > a:visited {
color: #483465;
}
.subheading {
font-weight: lighter;
}
.subtitle {
text-align: center
}
a {
text-decoration: none;
color: #44b;
}
a:hover {
text-decoration: underline;
color: #66e;
}
a:visited {
color: #228;
}
ul, p, blockquote, dl {
margin-left: 1em;
}
.inline-code {
padding: 3px;
border-radius: 3px;
font-family: monospace;
background: rgba(0,0,0,0.05);
}
code span.code-unselectable[data-text]::before {
content: attr(data-text);
}
*, *:before, *:after {
box-sizing: inherit;
}
code {
background: rgba(10,10,10,0.03);
border-radius: 5px;
border: 1px solid #ccc;
display: block;
padding: 0.5em;
margin-top: 1em;
}
blockquote {
padding-left: 1.5em;
border-left: 5px solid #3f6bcf;
}
li {
padding: 0.25em;
}
.floatleft {
float: left;
margin-left: 0;
}
#important {
color: red;
font-size: larger;
}
.highlight {
background: #feb;
padding: 0.2em;
}
h1, h2, h3, h4 {
font-family: Georgia, serif;
font-weight: bold;
color: rgba(0,0,0,0.8);
}
h1 {
font-size: 2.4em;
}
h2 {
padding-top: 0.5em;
color: #67498F;
font-size: 1.6em;
}
h2 > a, h2 > a:visited {
color: #67498F;
}
h3 {
font-size: 1.2em;
}
ul {
list-style: none;
margin-left: 0;
padding-left: 1em;
text-indent: -1em;
}
ul li:before {
padding-left: 1em;
content: "\0BB \020";
}