summaryrefslogtreecommitdiff
path: root/theme/clean/css/display.css
blob: 260ee5926a0d7487c45aa84879909d74b25eebf9 (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
/** theme: clean
 *
 * @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: #9a9aa4 url(../images/page_bg.png) no-repeat fixed 50% 100%;
    background-color: #6e6e8c;
    font-family: "Liberation Sans", "Nimbus Sans L", "FreeSans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-size: 86%;
}

#wrap {
    width: 860px;
    margin: 0px auto;
    padding: 10px;
    padding-top: 0px;
    background-color: #fff;
    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);
}

#header {
    padding-top: 70px;
}

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

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

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

#site_nav_global_primary {
    display: block;
    position: absolute;
    top: 0;
    z-index: 98;
    background-color: #829d25;
    width: 880px;
    left: 50%;
    margin-left: -440px; 
    margin-top: 0px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    border-top: 10px solid #fff;
    border-bottom: 1px solid #fff;
}

#site_nav_global_primary a {
    color: #fff !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

#site_notice {
    float: right;
    width: 266px; 
    margin-left: 40px;
}

.form_notice {
    float: right;
    width: 500px;   
    margin-top: 0px;
}

#anon_notice {
    clear: both;
    background: none;
    padding: 0px;
    margin-bottom: 0px;
}

.form_notice fieldset {
    width: 100%;
}

.form_notice textarea {
    width: 364px;
    height: 54px;
}

.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;
}

#core {
    clear: both;
    margin-top: 14px;
}

#content {
    padding-top: 10px;
}

#site_nav_local_views {
    background-color: #6e6e8c;
    height: 2em;
    line-height: 2em;
    margin-bottom: 0px;
    padding-left: 4px;
}

#site_nav_local_views a {
    color: #fff !important;
    padding: 2px 6px 2px 6px;
}

#site_nav_local_views .current a {
    background: #fff !important;
    color: #000 !important;
    text-decoration: none;
}

.notice {
    line-height: 1.35em;
}

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

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

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

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

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

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

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

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

.pagination {
    height: 1.2em;
}

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