-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscreen.css
More file actions
201 lines (188 loc) · 3.96 KB
/
screen.css
File metadata and controls
201 lines (188 loc) · 3.96 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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
/* Added by Beau West for legibility. */
text-rendering: optimizeLegibility;
font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*
Beau West: Dark side of a lime
Base Site Styles
Copyright 2011: beau@west.gs
*/
html, body {
font: normal 14px/17px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
color: #333333;
background: #373735 url('background-gradient.png') repeat-x top;
}
a {
text-decoration: none;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
div#envelope {
width: 780px;
margin: 0 auto;
padding-top: 1em;
}
header {
margin: 2em 0 2em;
}
header h1 {
margin: 0 140px .5em 140px;
text-align: center;
}
header h1 a {
display: block;
text-indent: -10000px;
background: transparent url('logo.png') no-repeat center top;
width: 497px;
height: 33px;
}
section#twitter {
width: 500px;
height: 20px;
margin: 0 auto 10px auto;
font-size: .8em;
color: #999999;
position: relative;
cursor: pointer;
}
section#twitter span.bird {
position: absolute;
top: 7px;
left: 90px;
}
section#twitter span.quote {
position: absolute;
top: 3px;
font-size: 2em;
color: #666666;
}
section#twitter span.recent {
padding: 0 3px 0 12px;
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
max-width: 360px;
}
section#twitter span.follow {
float: right;
}
section#twitter span.follow a {
-webkit-transition: color .2s linear;
-moz-transition: color .2s linear;
color: #cee033;
}
section#twitter span.follow a:hover {
color: #f3f8ce;
}
article.post {
margin-bottom: 2em;
width: 640px;
display: block;
}
article section.meta {
width: 122px;
margin-right: 16px;
text-align: right;
float: left;
}
article section.content {
width 502px;
background-color: #FFFFFF;
display: block;
margin-left: 138px;
border: 1px solid #5e5e5b;
box-shadow: 0px 1px 5px #51514e;
-moz-box-shadow: 0px 1px 5px #51514e;
-webkit-box-shadow: 0px 1px 5px #51514e;
}
article section.meta {
text-transform: uppercase;
font-size: .7em;
line-height: 1.3em;
margin-top: .5em;
}
article section.meta span.icon {
margin-right: .5em;
}
article section.meta span.icon img {
width: 10px;
height: 10px;
}
article section.meta a.permalink {
-webkit-transition: color .2s linear;
-moz-transition: color .2s linear;
color: #cee00b;
}
article section.meta a.permalink:hover {
color: #f0fa8a;
}
article section.meta ul.tags {
list-style: none;
margin: 1em 0 0 0;
}
article section.meta ul.tags a {
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
color: #5e5e5b;
}
article section.meta ul.tags a:hover {
color: #999999;
}
footer {
margin: 0 140px 5em 140px;
font-size: 1.1em;
font-weight: bold;
}
footer a {
-webkit-transition: all .4s linear;
-moz-transition: all .4s linear;
color: #8f8f8a;
}
footer a:hover {
color: #e6e6e5;
}
footer a.nextpage {
float: left;
}
footer a.previouspage {
float: right;
}