]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/default/css/display.css
877c833fe50fe4a73c223269e510809fb4b55108
[quix0rs-gnu-social.git] / theme / default / css / display.css
1 /* theme: identica */
2 html,
3 body,
4 a:active {
5 background-color:#ddd;
6 }
7 body {
8 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
9 font-size:1em;
10 }
11 input, textarea, select, option {
12 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
13 }
14 input, textarea, select {
15 border-color:#aaa;
16 }
17
18 input.submit,
19 #form_notice.warning #notice_text-count,
20 #nav_register a,
21 .form_settings .form_note {
22 background-color:#A9BF4F;
23 }
24
25 input:focus, textarea:focus, select:focus,
26 #form_notice.warning #notice_data-text {
27 border-color:#A9BF4F;
28 }
29 input.submit,
30 #nav_register a {
31 color:#fff;
32 }
33
34 a,
35 div.notice-options input {
36 color:#002E6E;
37 }
38
39 .notice p.entry-content a:visited {
40 background-color:#fcfcfc;
41 border-radius:4px;
42 -moz-border-radius:4px;
43 -webkit-border-radius:4px;
44 }
45 .notice p.entry-content .vcard a {
46 background-color:#fcfffc;
47 border-radius:4px;
48 -moz-border-radius:4px;
49 -webkit-border-radius:4px;
50 }
51
52 #aside_primary,
53 #user_subscribe a,
54 #TB_window input.submit,
55 .form_user_subscribe input.submit {
56 background-color:#CEE1E9;
57 }
58
59
60 #notice_text-count {
61 color:#333;
62 }
63 #form_notice.warning #notice_text-count,
64 #user_actions a {
65 color:#000;
66 }
67
68 #form_notice #notice_data-attach_view {
69 background-image:url(../images/icons/twotone/green/paper-clip.gif);
70 background-repeat:no-repeat;
71 background-position:0 45%;
72 background-color:transparent;
73 }
74
75 #nav_register a {
76 text-decoration:none;
77 font-weight:bold;
78 padding:2px 4px;
79 }
80
81 #site_nav_local_views a {
82 border-color:#fff;
83 background-color:rgba(255, 255, 255, 0.2);
84 }
85 #site_nav_local_views a:hover {
86 background-color:rgba(255, 255, 255, 0.7);
87 }
88
89
90 #content,
91 #site_nav_local_views .current a {
92 background-color:#fff;
93 }
94
95
96 #page_notice .error {
97 background-color:#F7E8E8;
98 }
99 #page_notice .success {
100 background-color:#EFF3DC;
101 }
102
103 #export_data li a {
104 background-repeat:no-repeat;
105 background-position:0 45%;
106 }
107 #export_data li a.rss {
108 background-image:url(../../base/images/icons/icon_rss.jpg);
109 }
110 #export_data li a.atom {
111 background-image:url(../../base/images/icons/icon_atom.jpg);
112 }
113 #export_data li a.foaf {
114 background-image:url(../../base/images/icons/icon_foaf.gif);
115 }
116 #export_data li a.export_vcard {
117 background-image:url(../../base/images/icons/icon_vcard.gif);
118 }
119
120
121 /*user_actions*/
122 #user_actions li {
123 border-top-color:#eee;
124 }
125 #user_subscribe a,
126 #TB_window input.submit,
127 .form_user_subscribe input.submit {
128 background-image: url(../images/icons/twotone/green/shield.gif);
129 background-position: 0 45%;
130 background-repeat: no-repeat;
131 }
132 .form_user_unsubscribe input.submit {
133 background-color:#647819;
134 color:#fff;
135 }
136 #user_send-a-message a {
137 background:url(../images/icons/twotone/green/quote.gif) 0 45% no-repeat;
138 }
139 .form_user_nudge input.submit {
140 background:url(../images/icons/twotone/green/mail.gif) 0 45% no-repeat;
141 }
142 .form_user_block input.submit {
143 background:url(../images/icons/twotone/green/against.gif) 0 45% no-repeat;
144 }
145
146
147 /* NOTICES */
148 .notices li.over {
149 background-color:#fcfcfc;
150 }
151
152 .notice-data a span {
153 background-color:transparent;
154 background-repeat:no-repeat;
155 background-position:0 45%;
156 }
157 .notice_video .notice-data a span {
158 background-image:url(../images/icons/twotone/green/camera.gif);
159 }
160 .notice_audio .notice-data a span {
161 background-image:url(../images/icons/twotone/green/music.gif);
162 }
163 .notice_image .notice-data a span {
164 background-image:url(../images/icons/twotone/green/search.gif);
165 }
166 .notice_event .notice-data a span {
167 background-image:url(../images/icons/twotone/green/calendar.gif);
168 }
169 .notice_location .notice-data a span {
170 background-image:url(../images/icons/twotone/green/flag.gif);
171 }
172 .notice_document .notice-data a span {
173 background-image:url(../images/icons/twotone/green/document.gif);
174 }
175
176 .notice-options .notice_reply a,
177 .notice-options form input.submit {
178 background-color:transparent;
179 }
180 .notice-options .notice_reply a {
181 background:transparent url(../images/icons/twotone/green/reply.gif) no-repeat 0 45%;
182 }
183 .notice-options form.form_favor input.submit {
184 background:transparent url(../images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
185 }
186 .notice-options form.form_disfavor input.submit {
187 background:transparent url(../images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
188 }
189 .notice-options .notice_delete a {
190 background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%;
191 }
192
193 div.notice-options {
194 opacity:0.3;
195 }
196
197 div.entry-content {
198 color:#333;
199 }
200 div.notice-options a,
201 div.notice-options input {
202 font-family:sans-serif;
203 }
204 .notices li.hover {
205 background-color:#fcfcfc;
206 }
207 .notices li.hover div.entry-content,
208 .notices li.hover div.notice-options {
209 opacity:1;
210 }
211
212 /*END: NOTICES */
213
214
215
216 .pagination .nav_prev a,
217 .pagination .nav_next a {
218 background-repeat:no-repeat;
219 }
220 .pagination .nav_prev a {
221 background-image:url(../images/icons/twotone/green/arrow-left.gif);
222 background-position:0 45%;
223 }
224 .pagination .nav_next a {
225 background-image:url(../images/icons/twotone/green/arrow-right.gif);
226 background-position:100% 45%;
227 }
228
229
230
231 #home #intro #guide_steps li a {
232 border-color:#ccc;
233 color:#fff;
234 }
235 #home #intro #step_join-now a {
236 background-color:#f00;
237 }
238 #home #intro #step_start-a-group a {
239 background-color:#0f0;
240 }
241 #home #intro #step_create-a-community a {
242 background-color:#00f;
243 }