-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
222 lines (166 loc) · 8.55 KB
/
style.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
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
/*
Theme Name: Vertisers
Theme URI: http://advertisers.io
Description: Advertisers Theme
Author: Sam Solomon
Author URI: http://solomon.io
Template: upvote
Version: 1.0.0
*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
html { background: #fff; font: normal 1em/1.5, sans-serif; color: #333; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; text-rendering: optimizeLegibility; }
body { margin: 0 auto; padding: 0em 0em; font-family: "Kepler-Std", georgia, serif; font-size: 18px; }
article, aside, figure, figcaption, footer, header, main, nav, section { display: block; }
h1, h2, h3, h4, p, ul, ol, dl, address, table, form, hr, figure, audio, video { margin-bottom: 1.5em; font-family: "Kepler-Std", georgia, serif;}
/* TYPOGRAPHY
------------------------------------------------------------------------------------------------ */
h1 { font-weight: bold; font-size: 3em; line-height: 1.125; margin-bottom: .5em; }
h2 { font-weight: bold; font-size: 1.75em; line-height: 1.25; margin-bottom: .25em;}
h3 { font-weight: bold; font-size: 1.25em; line-height: 1.25; margin-bottom: .25em; }
h4 { font-weight: bold; font-size: 1em; }
a, :focus { outline: 0; }
h2 a {color: #222;}
h2 a:visited { color: #222; }
h2 a:hover { color: #222; }
h2 a:active { color: #222; }
a { color: #DF1370; text-decoration: none; }
a:visited { color: #DF1370; text-decoration: none; }
a:hover { color: #DF1370; text-decoration: underline; }
a:active { color: #DF1370; text-decoration: underline; }
a img { border: 0 none; }
strong, b { font-weight: bold; }
small { font-size: .875em; }
strike, del { text-decoration: line-through; }
pre, code, kbd, samp { font-family: Consolas, "Lucida Console", Monaco, monospace; font-size: .875em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
sub, sup { font-size: .75em; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
mark { background: #ff6; padding: 1px 3px; }
blockquote { font-style: italic; border-left: 2px solid #07f; margin-bottom: 1.5em; padding: 1.125em 1.5em 1px; }
hr { display: block; height: 0; border: 0 none; border-top: 1px solid #384749; margin: 2.5em 0; }
ul { list-style: square outside; margin-left: 2em; }
ul ul { margin-bottom: 0; }
ol { list-style: decimal outside; margin-left: 2em; }
ol ol { margin-bottom: 0; }
dl { }
dt { font-weight: bold; }
dd { }
dd + dt, dd + dd { margin-top: 1.5em; }
h2 a {font-weight: 700;}
h2 span {font-weight: 300;}
.entry-title { margin-bottom: 0; }
.entry-content { line-height: 1.6; }
/* FORMS
------------------------------------------------------------------------------------------------ */
#respond {margin-left: 45px;}
.form-control {border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;}
.form-control:focus { border-color: #DF1370;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(223, 19, 112, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(223, 19, 112, 0.6);
}
.btn {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased;
-moz-transition: .3s ease-in;
-o-transition: .3s ease-in;
transition: .3s ease-in;}
.btn-default { color: #DF1370; background-color: #fff; border: 1px solid #DF1370; border-radius: 0; font-family: "Proxima Nova", sans-serif; letter-spacing: .3px; }
.btn-default:hover { color: #fff; background-color: #CF156A; border-color: #CF156A;}
.pager li > a, .pager li > span { border-radius: 0; width: 100%; text-align: center; border:1px solid #eeeeee; font-family: "Proxima Nova", sans-serif; letter-spacing: .3px; color: #555;
-moz-transition: .3s ease-in;
-o-transition: .3s ease-in;
transition: .3s ease-in;
}
.search-box {margin-bottom: 10px;}
/* STRUCTURE
------------------------------------------------------------------------------------------------ */
.container {max-width: 768px;}
.content {margin-left: 2.5em; margin-bottom: 2em;}
.comment-block {margin-left: 1.7em; margin-bottom: 2em;}
.table-comment {margin: 0;}
.table { margin: 3em 0;}
.forgot { margin-left: 0; font-size: .5em; font-size: .9em; color: #DF1370 !important;}
/* HELPER CLASSES
------------------------------------------------------------------------------------------------ */
.left { float: left !important; }
.right { float: right !important; }
.normal { font-weight: normal !important; }
/* NAVIGATION
------------------------------------------------------------------------------------------------ */
.navbar {border-radius:0;background-color: #111; border: none; margin-bottom: 0;}
a.navbar-brand { border-bottom: 1px solid #DF1370; color: #fff; padding: 0 0 4px 0; margin: 30px; font-size: 1.5em; font-weight: 500;}
.navbar-nav > li > a { padding-top: 31px; padding-bottom: 34px; color: #eee; font-family: "Proxima Nova", sans-serif; font-weight: 400; border-left: 1px solid #333; text-transform: uppercase; font-size: .7em;
-moz-transition: .3s ease-in;
-o-transition: .3s ease-in;
transition: .3s ease-in;
}
.navbar-nav > li:last-child > a {border-right:1px solid #333;}
.navbar-nav > li > a:hover { color: #fff; background-color: #DF1370; }
.login {margin-right: -15px;}
.login a {color: #fff; color: #eee; padding: 31px 15px 34px 15px; font-family: "Proxima Nova", sans-serif; font-size: .8em; display: inline-block; text-decoration:none; text-transform: uppercase; border-left: 1px solid #333; border-right:1px solid #333;
-moz-transition: .3s ease-in;
-o-transition: .3s ease-in;
transition: .3s ease-in;
}
.login a:hover { color: #fff; background-color: #DF1370; }
.login a span {color: #9B9B9B; font-size: .8em;
-moz-transition: .3s ease-in;
-o-transition: .3s ease-in;
transition: .3s ease-in;
}
.login a:hover span {color: #fff;}
.welcome { background-color: #efefef;}
.welcome .container {padding-top: 20px; padding-bottom: 20px;}
.welcome h3, .welcome p {font-family: "Proxima Nova", sans-serif; font-size: 1em; letter-spacing: .2px;}
.welcome h3 {color: #555;}
.welcome p {font-weight: 200; color: #676767; line-height: 1.5;}
.navbar-toggle { border: none; border-radius: 4px; margin-top: 20px; }
.navbar-toggle .icon-bar { width: 22px; height: 2px; border-radius: 0px; background-color: #fff;
-moz-transition: .3s ease-in;
-o-transition: .3s ease-in;
transition: .3s ease-in;
}
.navbar-toggle:hover .icon-bar { background-color: #DF1370; }
.navbar-collapse {max-height: 500px;}
/* VOTE
------------------------------------------------------------------------------------------------ */
.upvote-ajax img {width: 14px; height: auto;}
.vote {float: left; border:1px solid #eee; border-radius: 0px; width: 25px; text-decoration: none; cursor: pointer; color: #222; margin-top: 7px;
-moz-transition: .3s ease-in;
-o-transition: .3s ease-in;
transition: .3s ease-in;
}
.table-comment .vote {margin-top: 0;}
.vote:hover { border:1px solid #DF1370;} /*alt #13DFBB;*/
/* CONTENT SECTIONS
------------------------------------------------------------------------------------------------ */
.byline a {color: #DF1370;}
.sidebar {color: #999999; margin-top: 25px;}
.submit-link {margin: 3em 0;}
#comments a { color: #DF1370; }
/* FOOTER
------------------------------------------------------------------------------------------------ */
footer { margin: 4em 0; }
footer p { font-family: "Proxima Nova", sans-serif; font-size: .9em; color: #999; margin-bottom: 0; }
footer ul { display: block; margin-left: 0; padding; padding-left: 0; }
footer li { display: inline; margin-right: 15px; }
footer li a {font-family: "Proxima Nova", sans-serif; font-size: .7em; color: #222 !important;}
/* Other
------------------------------------------------------------------------------------------------ */
/*Profile Page*/
.label-primary { background-color: #DF1370; }
/*
===================================================================================================
M E D I A Q U E R I E S < Max-width: 480px
===================================================================================================
*/
@media only screen and (max-width: 768px) {
.login a {width: 104%; margin-left:-15px; margin-right:0;}
}
@media only screen and (max-width: 480px) {
footer p {font-size: .7em; text-align: center;}
footer li { display: inline-block; width: 32%; text-align: center; margin-right: 0;}
.menu-footer-container {margin-top: 15px;}
}