summaryrefslogtreecommitdiff
path: root/theme/shiny/css/display.css
blob: ec98a049c0e147435812cd50f6b4c9168b59f941 (plain)
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
/** theme: shiny
 *
 * @package   StatusNet
 * @author    Samantha Doherty <sammy@status.net>
 * @copyright 2010 StatusNet, Inc.
 * @license   http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
 * @link      http://status.net/
 */


@media screen, projection, tv {

body {
    background: url(../images/page_bg1.png) no-repeat fixed 50% 100%;
    background-color: #222; 
    font-family: "DejaVu Sans", "Bitstream Vera Sans", Geneva, Verdana, sans-serif;
    font-size: 86%;
}

#wrap {
    width: 860px;
    margin: 0px auto;
    padding: 10px;
    padding-top: 0px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
	background-color: rgba(165,168,167,0.6);
}

a {
	color: #333;
}

address {
    float: left;
    margin-right: 20px;
    margin-top: 0px;
}

#content h1 {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 1.4em;
	margin-left: 2px;
	margin-bottom: 16px;
	font-weight: bold;
	text-shadow:0 1px 0 rgba(255,255,255,0.4);
}

#header {
	margin: 0px;
    padding-top: 60px;
}

.poweredby {
    background: url(../images/sn-tiny.png) no-repeat top left;
    height: 40px;
    font-size: 0.8em;
    color: #fff;
    line-height: 32px;
    padding-left: 50px;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 99;
    font-style: normal;
}

.poweredby a {
    color: #fff !important;
    font-weight: bold;
}

#site_nav_global_primary {
	padding-top: 8px;
	padding-bottom: 2px;
	height: 30px;
    box-shadow:0px 2px 2px rgba(194, 194, 194, 0.3);
    -moz-box-shadow:0px 2px 2px rgba(194, 194, 194, 0.3);
    -webkit-box-shadow:0px 2px 2px rgba(194, 194, 194, 0.3);
	z-index: 98;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	background: url(../images/global_bg.png) repeat-x top left;
    position: absolute;
    top: -20px;
    width: 890px;
    left: 50%;
    margin-left: -445px; 
}

#site_nav_global_primary ul.nav {
	float: right;
	padding-right: 20px;
	text-transform: uppercase;
	padding-right: 16px;
}

#site_nav_global_primary ul.nav li {
    margin-right: 0px;
    margin-left: 0px;
}

#site_nav_global_primary ul.nav a {
	padding: 4px 8px;
	line-height: 1.8em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    color: #fff !important;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.8);  
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}

#site_nav_global_primary ul.nav a:hover {
	color: #fff;
	background: #000;
	border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    text-decoration: none;
}

#site_nav_global_primary li {
    margin-left: 8px;
}

#anon_notice {
    clear: both;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-color: #333;
	border-top-color: #ddd;
	border-left-color: #ddd;
    border-width: 1px;
	border-style: solid;
	color: #ccc;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.1em;
    margin-top: 16px;
	margin-bottom: 12px;
	background-color: #4b4b4b;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.8);  
}

#anon_notice a {
	color: #fff;
}

#anon_notice a:hover {
	text-decoration: underline;
}

#site_notice {
    float: right;
    width: 266px; 
    margin-left: 40px;
	background: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-color: #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	border-width: 1px;
	border-style: solid;
}

.form_notice {
    float: right;
    width: 500px;   
    margin-top: 0px;
	background: #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
}

.form_notice fieldset {
    width: 510px;
}

.form_notice textarea {
    width: 374px;
    height: 54px;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    position:relative;
}

.form_notice #notice_data-geo_wrap label,
.form_notice #notice_data-geo_wrap input {
    top: 48px;
}

.form_notice #notice_action-submit {
    font-size: 0.9em;
    top: 74px;
    right:0;
    height: 2.4em;
    width: 96px;
    right: 10px;
}

#content {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius-topright: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	padding-left: 10px;
	padding-right: 10px;
    padding-top: 14px;
    width: 541px;
    margin-right: 0;
    background-color: #e2e2e2;
}

#aside_primary {
	padding: 0px;
    margin-top: -20px;
    padding-top: 15px;
    background-color: #222;
	border-radius-bottomright: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

#aside_primary .section {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 6px;
	border: 1px solid #f9f9f9;
	box-shadow: 1px 1px 2px #444;
	-moz-box-shadow: 1px 1px 2px #444;
	-webkit-box-shadow: 1px 1px 2px #444;
    background-color: rgba(255,255,255, 0.4);
    float: left;
    width: 248px;
}

#aside_primary .section H2 {
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
    margin-left: -4px;
	padding: 6px;
	margin-top: 2px;
	text-shadow:0 1px 0 rgba(255,255,255,0.4);
	line-height: 1.1em;
}

#site_nav_local_views {
	position: relative;
	z-index: 9;
	float: right;
	margin: 0px 10px 20px 0px;
    width: 271px;
}

#site_nav_local_views li {
	width:100%;
	margin-right:0;
	margin-bottom: 0px;
	text-align: right;
}

#site_nav_local_views a {
	display:block;
    width: 242px;
	padding-right: 10px;
	padding-left:10%;
	border: 1px solid #fff;
	border-color: transparent;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #f2f2f2 !important;
    background-color: #4b4b4b;
	border-bottom: 1px solid #999;
	border-left: none;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.8); 
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
    text-decoration: none;
}


#site_nav_local_views li:first-child a {
	border-radius-topright:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
}

#site_nav_local_views a:hover {
	color: #4d424c !important;
	background-color: #c6c6c6;
	text-shadow: 0 1px 0 rgba(255,255,255,0.75);  
}

#site_nav_local_views .current a {
	display: block;
	color: #4d424c !important;
    margin-left: -1px;
    width: 243px;
    box-shadow: 1px 0px 1px #444;
	-moz-box-shadow: 1px 0px 1px #444;
	-webkit-box-shadow: 1px 0px 1px #444;
	border-bottom: 1px solid #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    background-color: #e2e2e2;
    text-decoration: none;
}

#aside_primary .notice {
    background: none;
    border: none;
}

#content .notices li {
    border-top: 1px dotted #bbb;
    padding-top: 16px;
    margin-bottom: 16px;
}

.notice {
    line-height: 1.35em;
}

#content .notice .author .photo {
    top: 18px;
    left: 0px;
}

#content .notice .entry-title {
    min-height: 27px;
}

#showstream .notice .entry-title {
    min-height: 0px;
}

#shownotice .notice .entry-title {
    min-height:123px;
}

.notice div.entry-content {
    font-size: 0.9em;
    line-height: 1em;
    margin-top: 10px;
}

.notice-options {
    margin-top: 6px;
}

.user_in .notice div.entry-content {
    max-width: 360px;
    opacity: 0.6;
}

.user_in .notice div.entry-content:hover {
    opacity: 1;
}

div.entry-content a.response:before {
	content: "(";
}

div.entry-content a.response:after {
	content: ")";
}

#footer {
    background: none;
}

}/*end of @media screen, projection, tv*/