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