forked from thisisangelng/shiftspace.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
246 lines (201 loc) · 4.66 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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
/*
Theme Name: ShiftSpace
Theme URI:
Description: ShiftSpace 1.0 Website
Author: Angel Ng, Mushon Zer-Aviv
Author URI: http://www.shiftspace.org
Template: thematic
Version: 1.0
Tags: Thematic, ShiftSpace
.
ShiftSpace Orange: #f63b02
Text Light: #B3ADA5
Text Dark: #74665a
.
*/
/* Apply Blueprint CSS into Thematic */
@import url('../shiftspace/css/blueprint/screen.css');
/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');
/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');
/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');
/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');
/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');
body {
margin: 0 auto;
font-family: helvetica neue, arial, sans-serif;
}
#wrapper {
margin: 0 auto;
}
#header {
background:transparent url(images/header_gradient.png) repeat scroll bottom left;
}
#branding {
padding:15px 0 10px;
}
#menu{
width: auto;
}
#access {
border-bottom:medium none;
font-size:13px;
margin:-61px auto 0;
width:960px;
}
/*-- Logo and Description --*/
#blog-title a {
background:transparent url(images/shiftspace_logo.png) no-repeat scroll top left;
text-indent:-1500px;
display: block;
height:100px;
text-transform:lowercase;
}
#blog-description {
color: #B3ADA5;
font-family: georgia, serif;
font-size: 14px;
font-style: italic;
margin: -30px 0 0 93px;
}
/*-- Nav Menu --*/
.sf-menu {
border: none;
background-color: transparent;
margin:-2px 0 0 150px;
font-weight: bold;
}
.sf-menu a, .sf-menu a:visited {
border: none;
color: #B3ADA5;
text-transform: uppercase;
}
.sf-menu li {
background: transparent;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background: transparent;
border-bottom-color: transparent;
color: #74665a;
}
#header div#install{
float: right;
padding-top: 4px;
}
#header div#install a{
text-decoration: none;
font-size: 12px;
color: #B3ADA5;
}
/*-- Main Content --*/
body.home #wrapper {
background:transparent url(images/home_bg.png) no-repeat scroll center top;
}
body.home #shiftBox {
width: 960px;
margin: 0 auto;
height: 300px;
padding-top: 200px;
text-align: center;
}
body.home #shiftBox label {
text-transform: uppercase;
font-weight: bold;
color: #b3ada5;
display: block;
}
body.home #shiftBox {
}
body.home #shiftBox input[type='text'] {
background:url("images/shift_box.png") top center;
border:0 none;
color:#4B423A;
font-size:16px;
padding:10px;
width:504px;
}
body.home #shiftBox input[type='text']:focus {
background-position: bottom;
}
body.home #shiftBox #hook{
display: block;
margin: 130px auto 0;
width: 100px;
height: 200px;
background: url(images/hook.png) no-repeat center 30px;
color:#B3ADA5;
display:block;
font-weight:bold;
text-transform:uppercase;
text-decoration: none;
}
/*-- Footer --*/
#footer {
background: url(images/footer_gradient.png) repeat scroll top left;
height: 30px;
border: none;
margin-top: 165px;
}
#siteinfo {
color: #B3ADA5;
font-size: 11px;
line-height: 18px;
padding: 5px 0 5px;
text-align: right;
text-transform: uppercase;
}
/* ¤ Buttons ============================================== */
.SSButtonMajor{
background-color: #f63b02;
color:#fff;
border:2px #b52b01 solid;
-moz-border-radius: 11px;
-webkit-border-radius: 11px;
padding:1px 10px 1px 9px;
font-weight:bold;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 11px;
text-transform: uppercase;
}
.SSButtonMajor.SSSecondary{
background: none;
border:2px #f63b02 solid;
color: #f63b02;
}
.SSButtonMajor.SSDeemphasized{
background: none;
border:2px #cac5be solid;
color: #74665a;
}
.SSButtonMinor{
background: none;
border: 0;
color: #f63b02;
text-decoration: underline;
padding:2px 5px 1px 4px;
font-size: 11px;
font-weight: bold;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.SSButtonMinor.SSDeemphasized{
padding:1px 5px 0 4px;
font-weight: normal;
text-align: left;
color: #4B423A;
text-decoration: none;
}
.SSButtonMajor:hover,
.SSButtonMinor:hover
{
cursor: pointer;
}
div.panelButtons{
margin-top: 10px;
}