]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/css/display.css
Base theme stylesheet includes layout, and typography information
[quix0rs-gnu-social.git] / theme / identica / css / display.css
1 /* theme: identica */
2 html {
3         background-color:#ddd;
4 }
5 body {
6         font-family: sans-serif;
7         font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
8         font-size:1em;
9
10 }
11 input, textarea, select, option {
12         font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
13 }
14 input:focus, textarea:focus, select:focus {
15 border-color:#B2D0DD;
16 }
17 form span.required { color:#f00; }
18 form .error {
19 background-color:#f00;
20 color:#fff;
21 }
22 form .error_message {
23 color:#EC008C;
24 }
25
26 a {
27 color:#002E6E;
28 }
29
30
31
32 #supplemental_primary {
33 background-color:#CEE1E9;
34 }
35
36
37
38 #form_notice label {
39 color:#88171A;
40 }
41 #notice_text-count {
42 color:#333;
43 }
44 #notice_text-count.warning {
45 color:#FDFF00;
46 background-color:#000;
47 }
48 #notice_data-text.warning {
49 border-color:#FDFF00;
50 }
51
52 #form_notice #notice_data-attach_view {
53 background-image:url(../images/icons/twotone/green/paper-clip.gif);
54 background-repeat:no-repeat;
55 background-position:0 45%;
56 background-color:transparent;
57 }
58
59
60 #site_nav_local_views a {
61 border-color:#fff;
62 }
63
64 /*
65 #site_nav_global_primary .current a {
66 font-weight:bold;
67 border-color:#ccc;
68 border-style:solid;
69 }
70 */
71
72 #content,
73 #site_nav_local_views .current a {
74 background-color:#fff;
75 }
76
77
78
79
80
81 #export_data li a {
82 background-repeat:no-repeat;
83 background-position:0 45%;
84 }
85 #export_data li a.rss {
86 background-image:url(../images/icons/icon_rss.jpg);
87 }
88 #export_data li a.atom {
89 background-image:url(../images/icons/icon_atom.jpg);
90 }
91 #export_data li a.foaf {
92 background-image:url(../images/icons/icon_foaf.gif);
93 =}
94 #export_data li a.export_vcard {
95 background-image:url(../images/icons/icon_vcard.gif);
96 }
97
98
99 /*user_actions*/
100 #user_actions li {
101 border-top-color:#eee;
102 }
103 #user_actions a {
104 color:#000;
105 }
106 #user_subscribe a,
107 #TB_window input.submit,
108 .form_user_subscribe input.submit {
109 background:#CEE1E9 url(../images/icons/twotone/green/shield.gif) 0 45% no-repeat;
110 }
111 .form_user_unsubscribe input.submit {
112 background-color:#647819;
113 color:#fff;
114 }
115 #user_send-a-message a {
116 background:url(../images/icons/twotone/green/quote.gif) 0 45% no-repeat;
117 }
118 .form_user_nudge input.submit {
119 background:url(../images/icons/twotone/green/mail.gif) 0 45% no-repeat;
120 }
121 .form_user_block input.submit {
122 background:url(../images/icons/twotone/green/against.gif) 0 45% no-repeat;
123 }
124
125
126 .user_tags .mark_hash {
127 color:#555;
128 }
129
130
131
132 .vcard .fn {
133 border-bottom-color:#ccc;
134 }
135 .vcard .fn:hover {
136 border-bottom-color:#555;
137 }
138
139
140
141
142 /* NOTICES */
143 .notice div.entry-content a {
144 color:#333;
145 border-bottom-color:#ccc;
146 }
147 .notice div.entry-content a:hover {
148 border-bottom-color:#555;
149 }
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 .reply a,
177 .notice-options form input.submit {
178 background-color:transparent;
179 color:#333333;
180 border-bottom-color:#ccc;
181 }
182 .notice-options .reply a {
183 background:transparent url(../images/icons/twotone/green/undo.gif) no-repeat 0 45%;
184 }
185 .notice-options form.notice_favorite input.submit {
186 background:transparent url(../images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
187 }
188 .notice-options form.notice_delete input.submit {
189 background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%;
190 }
191 /*END: NOTICES */
192
193
194
195 .pagination .nav_prev a,
196 .pagination .nav_next a {
197 background-repeat:no-repeat;
198 }
199 .pagination .nav_prev a {
200 background-image:url(../images/icons/twotone/green/arrow-left.gif);
201 background-position:0 45%;
202 }
203 .pagination .nav_next a {
204 background-image:url(../images/icons/twotone/green/arrow-right.gif);
205 background-position:100% 45%;
206 }
207
208
209
210 #home #intro #guide_steps li a {
211 border-color:#ccc;
212 color:#fff;
213 }
214 #home #intro #step_join-now a {
215 background-color:#f00;
216 }
217 #home #intro #step_start-a-group a {
218 background-color:#0f0;
219 }
220 #home #intro #step_create-a-community a {
221 background-color:#00f;
222 }
223
224
225
226