]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/h4ck3r/css/display.css
Moved print inside base stylesheet using media rules. One less HTTP GET.
[quix0rs-gnu-social.git] / theme / h4ck3r / css / display.css
1 /** theme: h4ck3r
2  *
3  * @package   StatusNet
4  * @author Sarven Capadisli <csarven@status.net>
5  * @copyright 2009 StatusNet, Inc.
6  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
7  * @link      http://status.net/
8  */
9
10 @import url(base.css) screen, projection, tv, print;
11
12 @media screen, projection, tv {
13 html,
14 body,
15 a:active {
16 background-color:#000;
17 }
18
19 body {
20 background-image:url(../images/illustrations/illu_h4x0r1ng.gif);
21 font-family: monospace;
22 font-size:1em;
23 color:#647819;
24 }
25 address {
26 margin-right:7.18%;
27 }
28
29 input, textarea, select, option {
30 font-family:  monospace;
31 }
32 input, textarea, select,
33 .entity_remote_subscribe {
34 border-color:#aaa;
35 background-color:#000;
36 color:#ccc;
37 }
38 #filter_tags ul li {
39 border-color:#ddd;
40 }
41
42 .form_settings input.form_action-primary {
43 background:none;
44 }
45
46 input.submit,
47 #form_notice.warning #notice_text-count,
48 .form_settings .form_note,
49 .entity_remote_subscribe {
50 background-color:rgba(0, 255, 0, 0.5);
51 }
52
53 input:focus, textarea:focus, select:focus,
54 #form_notice.warning #notice_data-text {
55 border-color:#9BB43E;
56 }
57 input.submit,
58 .entity_remote_subscribe {
59 color:#fff;
60 }
61
62 a,
63 div.notice-options input,
64 .form_user_block input.submit,
65 .form_user_unblock input.submit,
66 .entity_send-a-message a,
67 .form_user_nudge input.submit,
68 .entity_nudge p,
69 .form_settings input.form_action-primary {
70 color:#0f0;
71 }
72
73 .notice,
74 .profile {
75 border-top-color:#333;
76 }
77 .section .profile {
78 border-top-color:#87B4C8;
79 }
80
81 #aside_primary {
82 background-color:rgba(0,128,0,0.3);
83 }
84
85 #notice_text-count {
86 color:#0f0;
87 }
88 #form_notice.warning #notice_text-count {
89 color:#000;
90 }
91 #form_notice.processing #notice_action-submit {
92 background:#ccc url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
93 cursor:wait;
94 text-indent:-9999px;
95 }
96
97 #content,
98 #site_nav_local_views a,
99 #aside_primary {
100 border-color:#50964D;
101 }
102 #content,
103 #site_nav_local_views .current a {
104 background-color:rgba(0, 0, 0, 0.698);
105 }
106
107 #site_nav_local_views a {
108 background-color:rgba(0, 200, 0, 0.3);
109 }
110 #site_nav_local_views a:hover {
111 background-color:rgba(255, 255, 255, 0.4);
112 }
113
114 .error {
115 background-color:#F7E8E8;
116 }
117 .success {
118 background-color:#EFF3DC;
119 }
120
121 #anon_notice {
122 color:#ccc;
123 border-color:#50964D;
124 }
125
126 #showstream #anon_notice {
127 }
128
129 #export_data li a {
130 background-repeat:no-repeat;
131 background-position:0 45%;
132 }
133 #export_data li a.rss {
134 background-image:url(../../base/images/icons/icon_rss.png);
135 }
136 #export_data li a.atom {
137 background-image:url(../../base/images/icons/icon_atom.png);
138 }
139 #export_data li a.foaf {
140 background-image:url(../../base/images/icons/icon_foaf.gif);
141 }
142
143 .entity_edit a,
144 .entity_send-a-message a,
145 .form_user_nudge input.submit,
146 .form_user_block input.submit,
147 .form_user_unblock input.submit,
148 .entity_nudge p {
149 background-position: 0 40%;
150 background-repeat: no-repeat;
151 background-color:transparent;
152 }
153 .form_group_join input.submit,
154 .form_group_leave input.submit
155 .form_user_subscribe input.submit,
156 .form_user_unsubscribe input.submit {
157 background-color:#9BB43E;
158 color:#ccc;
159 }
160 .form_user_unsubscribe input.submit,
161 .form_group_leave input.submit,
162 .form_user_authorization input.reject {
163 background-color:#87B4C8;
164 }
165
166 .entity_edit a {
167 background-image:url(../../base/images/icons/twotone/green/edit.gif);
168 }
169 .entity_send-a-message a {
170 background-image:url(../../base/images/icons/twotone/green/quote.gif);
171 }
172 .entity_nudge p,
173 .form_user_nudge input.submit {
174 background-image:url(../../base/images/icons/twotone/green/mail.gif);
175 }
176 .form_user_block input.submit,
177 .form_user_unblock input.submit {
178 background-image:url(../../base/images/icons/twotone/green/shield.gif);
179 }
180
181 /* NOTICES */
182 .notices li.over {
183 background-color:#fcfcfc;
184 }
185
186 .notice-options .notice_reply a,
187 .notice-options form input.submit {
188 background-color:transparent;
189 }
190 .notice-options .notice_reply a {
191 background:transparent url(../../base/images/icons/twotone/green/reply.gif) no-repeat 0 45%;
192 }
193 .notice-options form.form_favor input.submit {
194 background:transparent url(../../base/images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
195 }
196 .notice-options form.form_disfavor input.submit {
197 background:transparent url(../../base/images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
198 }
199 .notice-options .notice_delete a {
200 background:transparent url(../../base/images/icons/twotone/green/trash.gif) no-repeat 0 45%;
201 }
202
203 .notices div.entry-content,
204 .notices div.notice-options {
205 opacity:0.4;
206 }
207 .notices li.hover div.entry-content,
208 .notices li.hover div.notice-options {
209 opacity:1;
210 }
211 div.entry-content {
212 color:#ccc;
213 }
214 div.notice-options a,
215 div.notice-options input {
216 font-family:sans-serif;
217 }
218
219 /*END: NOTICES */
220
221 #new_group a {
222 background:transparent url(../../base/images/icons/twotone/green/news.gif) no-repeat 0 45%;
223 }
224
225 .pagination .nav_prev a,
226 .pagination .nav_next a {
227 background-repeat:no-repeat;
228 border-color:#000;
229 }
230 .pagination .nav_prev a {
231 background-image:url(../../base/images/icons/twotone/green/arrow-left.gif);
232 background-position:10% 45%;
233 }
234 .pagination .nav_next a {
235 background-image:url(../../base/images/icons/twotone/green/arrow-right.gif);
236 background-position:90% 45%;
237 }
238
239 }/*end of @media screen, projection, tv*/