]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/clean/css/display.css
96a5c02a563754a80708e298892746384d7e5978
[quix0rs-gnu-social.git] / theme / clean / css / display.css
1 /** theme: clean
2  *
3  * @package   StatusNet
4  * @author    Samantha Doherty <sammy@status.net>
5  * @copyright 2010 StatusNet, Inc.
6  * @license   http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
7  * @link      http://status.net/
8  */
9
10
11 @media screen, projection, tv {
12
13 body {
14     background: url(../images/page_bg.png) no-repeat fixed 50% 100%;
15     background-color: #6e6e8c;
16     font-family: "Liberation Sans", "Nimbus Sans L", "FreeSans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
17     font-size: 86%;
18 }
19
20 #wrap {
21     width: 867px;
22     margin: 0px auto;
23     padding: 0px 8px 10px 8px;
24     background-color: #fff;
25     box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
26     -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
27     -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
28 }
29
30 #header {
31     width: 851px;
32     padding: 0px;
33     padding-top: 70px;
34     margin-left: 8px;
35 }
36
37 address {
38     float: left;
39     margin-right: 20px;
40     margin-top: 0px;
41 }
42
43 .poweredby {
44     background: url(../images/sn-tiny.png) no-repeat top left;
45     height: 40px;
46     font-size: 0.8em;
47     color: #fff;
48     line-height: 42px;
49     padding-left: 50px;
50     position: absolute;
51     top: 6px;
52     left: 0;
53     z-index: 99;
54     font-style: normal;
55 }
56
57 .poweredby a {
58     color: #fff !important;
59     font-weight: bold;
60 }
61
62 #site_nav_global_primary {
63     display: block;
64     position: absolute;
65     top: 0;
66     left: 0;
67     z-index: 98;
68     background-color: #829d25;
69     width: 883px;
70     margin-left: -16px; 
71     margin-top: 0px;
72     height: 30px;
73     line-height: 30px;
74     text-align: right;
75     border-top: 10px solid #fff;
76     border-bottom: 1px solid #fff;
77 }
78
79 #site_nav_global_primary li:last-child {
80     margin-right: 16px;
81 }
82
83 #site_nav_global_primary a {
84     color: #fff !important;
85     text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
86 }
87
88 #site_notice {
89     float: right;
90     width: 270px;
91     padding: 10px; 
92     margin-left: 40px;
93 }
94
95 #anon_notice {
96     clear: both;
97     background: none;
98     padding: 0px;
99     margin-bottom: 0px;
100 }
101
102 .form_notice {
103     float: right;
104     width: 494px;
105     margin-top: 0px;
106 }
107
108 .form_notice fieldset {
109     width: 100%;
110 }
111
112 .form_notice textarea {
113     width: 362px;
114     height: 54px;
115 }
116
117 .form_notice label[for=notice_data-attach],
118 .form_notice #notice_data-attach {
119     top: 27px;
120 }
121
122 .form_notice .notice_data-geo_wrap label,
123 .form_notice .notice_data-geo_wrap input {
124     top: 52px;
125 }
126
127 .form_notice .submit {
128     font-size: 0.9em;
129     top: 80px;
130     right:0;
131     height: 2.4em;
132     width: 96px;
133         right: 10px;
134 }
135
136 .form_notice .error,
137 .form_notice .success {
138     width: 375px;
139 }
140
141 .form_notice .error {
142     width: 375px;
143     margin-left: 0px;
144 }
145
146 #core {
147     clear: both;
148     margin: 0px;
149     width: 851px;
150     margin-left: 8px;
151     margin-top: 14px;
152 }
153
154 #content {
155     padding-top: 10px;
156     width: 545px;
157     margin-right: 0px;
158 }
159
160 #site_nav_local_views {
161     background-color: #6e6e8c;
162     height: 2em;
163     line-height: 2em;
164     margin-bottom: 0px;
165     padding-left: 4px;
166 }
167
168 #site_nav_local_views a {
169     color: #fff !important;
170     padding: 2px 6px 2px 6px;
171 }
172
173 #site_nav_local_views .current a {
174     background: #fff !important;
175     color: #000 !important;
176     text-decoration: none;
177 }
178
179 #aside_primary {
180     width: 280px;
181     padding-left: 10px;
182 }
183
184 #aside_primary .section {
185     width: 270px;
186     margin-left: 0px;
187     margin-right: 10px;
188 }
189
190 .section ul.entities {
191     width: 290px;
192 }
193
194 .section .entities li {
195         margin-right: 17px;
196         margin-bottom: 10px;
197         width: 24px;
198 }
199
200 .notice {
201     line-height: 1.35em;
202 }
203
204 #content .notice .author .photo {
205     left: 0px;
206 }
207
208 #content .notice .entry-title {
209     min-height: 26px;
210 }
211
212 #shownotice .notice .entry-title {
213     min-height:123px;
214 }
215
216 .notice div.entry-content {
217     font-size: 0.9em;
218     line-height: 1.2em;
219     margin-top: 10px;
220     opacity: 0.6;
221 }
222
223 .notice:hover div.entry-content {
224     opacity: 1;
225 }
226
227 .user_in .notice div.entry-content {
228     max-width: 360px;
229 }
230
231 div.entry-content a.response:before {
232         content: "(";
233 }
234
235 div.entry-content a.response:after {
236         content: ")";
237 }
238
239 .notice-options {
240     margin-top: 8px;
241 }
242
243 .pagination {
244     height: 1.2em;
245 }
246
247 #jOverlayContent button {
248     top: 20px;
249     right: 36px;
250 }
251
252 .entity_profile {
253     width: 365px;
254 }
255
256 }/*end of @media screen, projection, tv*/