-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
132 lines (111 loc) · 1.59 KB
/
Copy pathstyle.css
File metadata and controls
132 lines (111 loc) · 1.59 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
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
129
130
131
132
body {
font-family: "Open Sans", Arial, sans-serif;
font-size: 16px;
font-weight: normal;
line-height: 175%;
color: #555;
background-color: #fff;
margin: 0px;
padding: 0px;
text-align: center;
}
a {
color: #443;
text-decoration: none;
}
a:hover {
color: #000;
}
h1 {
color: #444;
font-size: 22px;
font-weight: 600;
text-decoration: none;
}
h2 {
color: #444;
font-size: 18px;
font-weight: 600;
}
h3 {
color: #444;
font-size: 16px;
font-weight: 600;
}
.postlink {
line-height: 100%;
padding-top: 24px;
}
.date {
color: #777;
}
.figure {
padding-top: 16px;
padding-bottom: 16px;
text-align: center;
}
.fbox {
margin-bottom: 12px;
margin-left: 6px;
margin-right: 6px;
display: inline-block;
border: 1px solid #ddd;
}
.fcaption {
max-width: 600px;
margin: 0px auto;
text-align: center;
font-style: italic;
}
.comments {
border: 1px solid #ddd;
padding: 10px 14px 10px 14px;
}
.emph {
font-style: italic;
}
.codeblock {
font-family: monospace;
padding: 0px;
margin: 0px;
margin-left: 2em;
}
.codefunc80 {
margin-left:80px;
text-indent:-80px;
}
#top {
color: #ccc;
width: 100%;
margin: 0px auto;
text-align: center;
padding: 18px 0px 16px 0px;
background-color: #262626;
}
#title {
color: #fff;
padding-top: 16px;
padding-bottom: 8px;
margin: 0px;
font-size: 30px;
}
#subtitle {
margin: 0px 0px 20px 0px;
}
#menu a {
color: #ccc;
padding: 16px;
}
#menu a:hover {
color: #fff;
}
#content {
max-width: 800px;
margin: 0px auto;
text-align: left;
padding: 18px 16px 16px 16px;
background-color: #fff;
}
#content p a {
text-decoration: underline;
}