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