-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathself.css
executable file
·116 lines (98 loc) · 1.53 KB
/
self.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
body {
color: #000;
background: rgba(0, 0, 0, 0.03);
font-family: "Open Sans", sans-serif;
font-size: 50%;
font-weight: lighter;
}
h1, h2, h3, h4 {
font-family: "Open Sans", sans-serif;
font-weight: lighter;
}
h1 {
clear: right;
}
h1, h2 {
margin-top: 2em;
}
h3 {
font-size: 130%;
font-weight: bold;
}
h3, a {
color: #ba160c;
}
p, li {
line-height: 150%;
}
/* to put ul's to the right of an image
ul {
list-style-position: inside;
}
*/
li {
margin-top: 0.5em;
}
#logo {
margin-left: auto;
margin-right: auto;
border: 0px;
width: 200px;
display: block;
}
#wrapdiv {
width: 60em;
margin-left: auto;
margin-right: auto;
}
#links {
font-weight: normal;
color: #666;
}
#links a {
width: 10em;
float: left;
text-align: center;
}
#sel {
color: #55460d;
}
#story {
font-weight: light;
font-size: 13pt;
}
.date {
font-size: 13px;
font-weight: normal;
color: #666;
display: block;
margin-top: 4px;
}
.parenthetical {
font-weight: normal;
color: #666;
}
.callout {
float: right;
border: 1px;
}
img {
border: 1px solid #aaa;
}
a {
text-decoration: none;
border-bottom: 1px solid #fc9;
}
/* For all <code> */
code {
font-family: MyFancyCustomFont, monospace;
font-size: inherit;
background-color: #eee;
word-wrap: break-word;
white-space: pre;
box-decoration-break: clone;
padding: .1rem .3rem .2rem;
border-radius: .2rem;
border: 1px solid #999;
display: block;
}