-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
165 lines (165 loc) · 2.93 KB
/
style.css
File metadata and controls
165 lines (165 loc) · 2.93 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
body {
background-color: #fff;
color: #222;
font-family: "proxima-nova-1", "proxima-nova-2", Helvetica, sans-serif;
}
a {
color: #981a1a;
}
p {
font-size: 15px;
margin-bottom: 12px;
}
h1 {
color: #111;
font-weight: 300;
letter-spacing: -0.04em;
margin: 0 0 10px 0;
line-height: 1.1;
}
h1 a {
color: inherit;
text-decoration: none;
}
h2 {
color: #981a1a;
font-size: 20px;
line-height: 24px;
font-weight: 300;
margin-bottom: 12px;
}
h3 {
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
}
code {
font-family: Menlo, monospace;
}
pre {
background: #f8f8f8;
display: block;
font-size: 12px;
margin-bottom: 12px;
overflow-x: auto;
padding: 12px 15px;
}
pre::-webkit-scrollbar {
border-radius: 1ex;
height: 5px;
}
pre::-webkit-scrollbar-thumb:horizontal {
background: rgba(0, 0, 0, .2);
border-radius: 1ex;
}
#top {
background-color: #981a1a;
height: 5px;
}
h1#logo {
color: #000;
font-size: 52pt;
font-family: "league-gothic-1","league-gothic-2", Helvetica, sans-serif;
font-weight: normal;
letter-spacing: -0.04em;
line-height: 1;
margin: 0;
text-align: right;
text-transform: lowercase;
}
h1#logo span {
color: #981a1a;
}
.post-index-title {
font-family: "proxima-nova-1", "proxima-nova-2";
font-weight: normal;
text-align: right;
text-transform: uppercase;
font-size: 12px;
color: #222;
margin: 52px 0 5px 60px;
}
.post-index {
margin: 0 0 0 60px;
}
.post-index li {
list-style: none;
margin-left: 0;
margin-bottom: 10px;
text-align: right;
}
.post-index li a {
text-decoration: none;
}
.post-index li a:hover {
text-decoration: underline;
}
.post-index li span {
display: block;
}
.posts li {
border-bottom: 3px solid #981a1a;
list-style: none;
margin-left: 0;
margin-bottom: 20px;
padding-bottom: 20px;
}
p#intro {
background: #981a1a;
color: rgba(255, 255, 255, 0.9);
margin-bottom: 25px;
padding: 5px 10px 10px 10px;
text-align: center;
text-shadow: 0 1px 1px #000;
}
p#intro a {
color: inherit;
}
#home-page h1#logo {
margin-top: 253px;
}
#home-page p {
margin-top: 260px;
padding: 0 10px;
}
#disqus_thread {
border-top: 3px solid #981a1a;
border-bottom: 3px solid #981a1a;
margin-bottom: 20px !important;
padding-top: 20px;
}
figure, figcaption {
display: block;
margin-left: 0;
margin-right: 0;
}
figure.screenshot {
margin-bottom: 20px;
}
figure.screenshot img {
box-shadow: 0px 0px 10px #888;
-webkit-box-shadow: 0px 0px 10px #888;
padding: 5px;
width: 100%;
}
figure.screenshot figcaption {
font-size: 12px;
text-align: right;
}
#subscribe {
background: #f8f8f8 url(http://www.feedburner.com/fb/images/pub/feed-icon32x32.png) 3px 3px no-repeat;
background-size: 16px;
font-size: 11px;
padding: 5px 4px 0 23px;
position: absolute;
top: 88px;
right: 0;
text-decoration: none;
text-transform: uppercase;
}
#subscribe:hover {
text-decoration: underline;
}
#alpha {
position: relative;
}