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