|
afuna@1560
|
1 |
layerinfo "type" = "layout";
|
|
afuna@1560
|
2 |
layerinfo "name" = "Bases";
|
|
afuna@1560
|
3 |
layerinfo "redist_uniq" = "bases/layout";
|
|
afuna@1560
|
4 |
layerinfo "author_name" = "Malionette";
|
|
afuna@1560
|
5 |
layerinfo "lang" = "en";
|
|
afuna@1560
|
6 |
|
|
afuna@1560
|
7 |
set layout_type = "two-columns-right";
|
|
afuna@1560
|
8 |
set layout_authors = [ { "name" => "malionette", "type" => "user" } ];
|
|
afuna@1560
|
9 |
|
|
afuna@1560
|
10 |
##===============================
|
|
afuna@1560
|
11 |
## Display settings - general
|
|
afuna@1560
|
12 |
##===============================
|
|
afuna@1560
|
13 |
|
|
afuna@1560
|
14 |
propgroup presentation {
|
|
afuna@1560
|
15 |
property use num_items_recent;
|
|
afuna@1560
|
16 |
property use num_items_reading;
|
|
afuna@1560
|
17 |
property use use_journalstyle_entry_page;
|
|
afuna@1560
|
18 |
property use layout_type;
|
|
afuna@1560
|
19 |
property use tags_page_type;
|
|
fu@3482
|
20 |
property use userpics_style_group;
|
|
fu@2494
|
21 |
property use userpics_position;
|
|
fu@2358
|
22 |
property use entry_metadata_position;
|
|
afuna@1560
|
23 |
property use use_custom_friend_colors;
|
|
fu@2347
|
24 |
property use use_shared_pic;
|
|
fu@2456
|
25 |
property use userlite_interaction_links;
|
|
fu@2456
|
26 |
property use entry_management_links;
|
|
fu@2456
|
27 |
property use comment_management_links;
|
|
fu@4189
|
28 |
property use reg_firstdayofweek;
|
|
fu@3210
|
29 |
property use entry_datetime_format_group;
|
|
fu@3210
|
30 |
property use comment_datetime_format_group;
|
|
afuna@1560
|
31 |
}
|
|
afuna@1560
|
32 |
|
|
kareila@2623
|
33 |
set module_layout_sections = "none|(none)|one|Group One";
|
|
kareila@2623
|
34 |
|
|
fu@2869
|
35 |
##===============================
|
|
fu@2869
|
36 |
## Navigation Module
|
|
fu@2869
|
37 |
##===============================
|
|
fu@2869
|
38 |
|
|
kareila@2623
|
39 |
property string module_navlinks_section_override {
|
|
kareila@2623
|
40 |
values = "none|(none)|header|Header|one|Group One";
|
|
kareila@2623
|
41 |
grouped = 1;
|
|
kareila@2623
|
42 |
}
|
|
kareila@2623
|
43 |
|
|
kareila@2623
|
44 |
set grouped_property_override = { "module_navlinks_section" => "module_navlinks_section_override" };
|
|
kareila@2623
|
45 |
|
|
kareila@2623
|
46 |
set module_navlinks_section = "header";
|
|
kareila@2623
|
47 |
|
|
kareila@2623
|
48 |
set num_items_recent = 10;
|
|
kareila@2623
|
49 |
set num_items_reading = 10;
|
|
kareila@2623
|
50 |
set userpics_position = "right";
|
|
afuna@1560
|
51 |
set use_custom_friend_colors = false;
|
|
kareila@2623
|
52 |
|
|
kareila@2623
|
53 |
set show_userpics_recent = true;
|
|
kareila@2623
|
54 |
set linklist_support = true;
|
|
kareila@2623
|
55 |
|
|
afuna@1560
|
56 |
set custom_foreground_element = "userpic_border";
|
|
afuna@1560
|
57 |
set custom_background_element = "userpic_background";
|
|
afuna@1560
|
58 |
|
|
afuna@1560
|
59 |
##===============================
|
|
afuna@1560
|
60 |
## Journal style - colors
|
|
afuna@1560
|
61 |
##===============================
|
|
afuna@1560
|
62 |
|
|
afuna@1560
|
63 |
propgroup colors {
|
|
afuna@1560
|
64 |
property use color_page_background;
|
|
afuna@1560
|
65 |
property use color_page_text;
|
|
afuna@1560
|
66 |
property use color_page_link;
|
|
afuna@1560
|
67 |
property use color_page_link_active;
|
|
afuna@1560
|
68 |
property use color_page_link_hover;
|
|
afuna@1560
|
69 |
property use color_page_link_visited;
|
|
afuna@1560
|
70 |
property use color_page_border;
|
|
afuna@1560
|
71 |
property use color_page_title;
|
|
afuna@1560
|
72 |
|
|
afuna@1560
|
73 |
property use color_header_background;
|
|
afuna@1560
|
74 |
|
|
afuna@1560
|
75 |
property use color_module_background;
|
|
afuna@1560
|
76 |
property use color_module_text;
|
|
afuna@1560
|
77 |
property use color_module_link;
|
|
afuna@1560
|
78 |
property use color_module_link_active;
|
|
afuna@1560
|
79 |
property use color_module_link_hover;
|
|
afuna@1560
|
80 |
property use color_module_link_visited;
|
|
afuna@1560
|
81 |
property use color_module_border;
|
|
afuna@1560
|
82 |
property use color_module_title;
|
|
afuna@1560
|
83 |
property use color_module_title_background;
|
|
afuna@1560
|
84 |
|
|
afuna@1560
|
85 |
property use color_entry_background;
|
|
afuna@1560
|
86 |
property use color_entry_text;
|
|
afuna@1560
|
87 |
property use color_entry_link;
|
|
afuna@1560
|
88 |
property use color_entry_link_active;
|
|
afuna@1560
|
89 |
property use color_entry_link_hover;
|
|
afuna@1560
|
90 |
property use color_entry_link_visited;
|
|
afuna@1560
|
91 |
property use color_entry_border;
|
|
afuna@1560
|
92 |
property use color_entry_title;
|
|
afuna@1560
|
93 |
property use color_entry_title_background;
|
|
afuna@1560
|
94 |
property use color_entry_interaction_links;
|
|
afuna@1560
|
95 |
|
|
afuna@1560
|
96 |
property use color_comment_title_background;
|
|
afuna@1560
|
97 |
|
|
afuna@1560
|
98 |
}
|
|
afuna@1560
|
99 |
|
|
afuna@1560
|
100 |
|
|
afuna@1560
|
101 |
propgroup fonts {
|
|
afuna@1560
|
102 |
property use font_base;
|
|
afuna@1560
|
103 |
property use font_fallback;
|
|
afuna@1560
|
104 |
property use font_base_size;
|
|
afuna@1560
|
105 |
property use font_base_units;
|
|
afuna@1560
|
106 |
property use font_journal_title;
|
|
afuna@1560
|
107 |
property use font_journal_title_size;
|
|
afuna@1560
|
108 |
property use font_journal_title_units;
|
|
afuna@1560
|
109 |
property use font_journal_subtitle;
|
|
afuna@1560
|
110 |
property use font_journal_subtitle_size;
|
|
afuna@1560
|
111 |
property use font_journal_subtitle_units;
|
|
afuna@1560
|
112 |
property use font_entry_title;
|
|
afuna@1560
|
113 |
property use font_entry_title_size;
|
|
afuna@1560
|
114 |
property use font_entry_title_units;
|
|
fu@3057
|
115 |
property use font_comment_title;
|
|
fu@3057
|
116 |
property use font_comment_title_size;
|
|
fu@3057
|
117 |
property use font_comment_title_units;
|
|
afuna@1560
|
118 |
property use font_module_heading;
|
|
fu@2209
|
119 |
property use font_module_heading_size;
|
|
afuna@1560
|
120 |
property use font_module_heading_units;
|
|
afuna@1560
|
121 |
property use font_module_text;
|
|
fu@2209
|
122 |
property use font_module_text_size;
|
|
afuna@1560
|
123 |
property use font_module_text_units;
|
|
afuna@1560
|
124 |
}
|
|
afuna@1560
|
125 |
|
|
fu@2869
|
126 |
set font_base = "Arial";
|
|
fu@2869
|
127 |
set font_fallback = "sans-serif";
|
|
fu@2869
|
128 |
set font_base_size = "1";
|
|
fu@2869
|
129 |
set font_base_units = "em";
|
|
fu@2869
|
130 |
|
|
fu@2869
|
131 |
set font_journal_title = "Arial";
|
|
fu@2869
|
132 |
set font_journal_title_size = "2.25";
|
|
fu@2869
|
133 |
set font_journal_title_units = "em";
|
|
fu@2869
|
134 |
|
|
fu@2869
|
135 |
set font_journal_subtitle = "Arial";
|
|
fu@2869
|
136 |
set font_journal_subtitle_size = "1.125";
|
|
fu@2869
|
137 |
set font_journal_subtitle_units = "em";
|
|
fu@2869
|
138 |
|
|
fu@2869
|
139 |
set font_module_text = "Arial";
|
|
fu@2869
|
140 |
set font_module_text_size = "1";
|
|
fu@2869
|
141 |
set font_module_text_units = "em";
|
|
fu@2869
|
142 |
|
|
fu@2869
|
143 |
set font_module_heading = "Arial";
|
|
fu@2869
|
144 |
set font_module_heading_size = "1";
|
|
fu@2869
|
145 |
set font_module_heading_units = "em";
|
|
fu@2869
|
146 |
|
|
fu@2869
|
147 |
set font_entry_title = "Arial";
|
|
fu@2869
|
148 |
set font_entry_title_size = "1.25";
|
|
fu@2869
|
149 |
set font_entry_title_units = "em";
|
|
fu@2869
|
150 |
|
|
fu@3057
|
151 |
set font_comment_title_size = "1.5";
|
|
fu@3057
|
152 |
set font_comment_title_units = "em";
|
|
fu@3057
|
153 |
|
|
afuna@1560
|
154 |
##===============================
|
|
afuna@1560
|
155 |
## Display settings - images
|
|
afuna@1560
|
156 |
##===============================
|
|
afuna@1560
|
157 |
|
|
afuna@1560
|
158 |
propgroup images {
|
|
afuna@1560
|
159 |
property use image_background_page_group;
|
|
afuna@1560
|
160 |
property use image_background_header_group;
|
|
afuna@1560
|
161 |
property use image_background_header_height;
|
|
afuna@1560
|
162 |
property use image_background_entry_group;
|
|
afuna@1560
|
163 |
property use image_background_module_group;
|
|
afuna@1560
|
164 |
}
|
|
afuna@1560
|
165 |
|
|
afuna@1560
|
166 |
##===============================
|
|
afuna@1560
|
167 |
## Display settings - modules
|
|
afuna@1560
|
168 |
##===============================
|
|
afuna@1560
|
169 |
|
|
afuna@1560
|
170 |
propgroup modules {
|
|
afuna@1560
|
171 |
property use module_userprofile_group;
|
|
afuna@1560
|
172 |
property use module_navlinks_group;
|
|
afuna@1560
|
173 |
property use module_customtext_group;
|
|
afuna@1560
|
174 |
property use module_calendar_group;
|
|
afuna@1560
|
175 |
property use module_pagesummary_group;
|
|
afuna@1560
|
176 |
property use module_tags_group;
|
|
mark@1972
|
177 |
property use module_active_group;
|
|
afuna@1560
|
178 |
property use module_links_group;
|
|
afuna@1560
|
179 |
property use module_syndicate_group;
|
|
afuna@1560
|
180 |
property use module_time_group;
|
|
afuna@1560
|
181 |
property use module_poweredby_group;
|
|
afuna@1560
|
182 |
property use module_credit_group;
|
|
fu@2382
|
183 |
property use module_search_group;
|
|
fu@3465
|
184 |
property use module_cuttagcontrols_group;
|
|
afuna@1560
|
185 |
}
|
|
afuna@1560
|
186 |
|
|
afuna@1560
|
187 |
##===============================
|
|
afuna@1560
|
188 |
## Custom CSS
|
|
afuna@1560
|
189 |
##===============================
|
|
afuna@1560
|
190 |
|
|
afuna@1560
|
191 |
propgroup customcss {
|
|
afuna@1560
|
192 |
property use external_stylesheet;
|
|
afuna@1560
|
193 |
property use include_default_stylesheet;
|
|
afuna@1560
|
194 |
property use linked_stylesheet;
|
|
afuna@1560
|
195 |
property use custom_css;
|
|
afuna@1560
|
196 |
}
|
|
afuna@1560
|
197 |
|
|
afuna@1560
|
198 |
propgroup text {
|
|
afuna@1560
|
199 |
##===============================
|
|
afuna@1560
|
200 |
## Text - main navigation
|
|
afuna@1560
|
201 |
##===============================
|
|
afuna@1560
|
202 |
|
|
afuna@1560
|
203 |
property use text_view_recent;
|
|
afuna@1560
|
204 |
property use text_view_friends;
|
|
afuna@1560
|
205 |
property use text_view_network;
|
|
afuna@1560
|
206 |
property use text_view_archive;
|
|
afuna@1560
|
207 |
property use text_view_userinfo;
|
|
afuna@1560
|
208 |
property use text_view_memories;
|
|
afuna@1560
|
209 |
property use text_view_tags;
|
|
afuna@1560
|
210 |
|
|
afuna@1560
|
211 |
##===============================
|
|
afuna@1560
|
212 |
## Text - entry comment-related
|
|
afuna@1560
|
213 |
##===============================
|
|
afuna@1560
|
214 |
|
|
afuna@1560
|
215 |
property use text_post_comment;
|
|
afuna@1560
|
216 |
property use text_max_comments;
|
|
afuna@1560
|
217 |
property use text_read_comments;
|
|
afuna@1560
|
218 |
property use text_post_comment_friends;
|
|
afuna@1560
|
219 |
property use text_read_comments_friends;
|
|
afuna@1560
|
220 |
|
|
afuna@1560
|
221 |
property use text_skiplinks_back;
|
|
afuna@1560
|
222 |
property use text_skiplinks_forward;
|
|
afuna@1560
|
223 |
property use text_meta_music;
|
|
afuna@1560
|
224 |
property use text_meta_mood;
|
|
afuna@1560
|
225 |
property use text_meta_location;
|
|
fu@3354
|
226 |
property use text_meta_xpost;
|
|
afuna@1560
|
227 |
property use text_tags;
|
|
afuna@1560
|
228 |
|
|
afuna@1560
|
229 |
property use text_entry_prev;
|
|
afuna@1560
|
230 |
property use text_entry_next;
|
|
afuna@1560
|
231 |
property use text_edit_entry;
|
|
afuna@1560
|
232 |
property use text_edit_tags;
|
|
afuna@1560
|
233 |
property use text_tell_friend;
|
|
afuna@1560
|
234 |
property use text_mem_add;
|
|
afuna@1560
|
235 |
property use text_watch_comments;
|
|
afuna@1560
|
236 |
property use text_unwatch_comments;
|
|
afuna@1560
|
237 |
property use text_permalink;
|
|
afuna@1675
|
238 |
property use text_stickyentry_subject;
|
|
afuna@1560
|
239 |
|
|
afuna@1560
|
240 |
property use text_module_customtext;
|
|
afuna@1560
|
241 |
property use text_module_customtext_content;
|
|
afuna@1560
|
242 |
property use text_module_customtext_url;
|
|
afuna@1560
|
243 |
}
|
|
afuna@1560
|
244 |
|
|
fu@2869
|
245 |
function print_module_navlinks() {
|
|
fu@2869
|
246 |
var Page p = get_page();
|
|
fu@2869
|
247 |
open_module("navlinks", "", "");
|
|
fu@2869
|
248 |
var string[] links = [];
|
|
fu@2869
|
249 |
|
|
fu@2869
|
250 |
println """<ul class="module-list">""";
|
|
fu@2869
|
251 |
foreach var string k ($p.views_order) {
|
|
fu@2869
|
252 |
var string css = """$k""";
|
|
fu@2869
|
253 |
if ($p.view == $k) { $css = """current $k"""; }
|
|
fu@2869
|
254 |
println """<li class="module-list-item $css"><a href="$p.view_url{$k}" class="$css">"""+lang_viewname($k)+"""</a></li>""";
|
|
fu@2869
|
255 |
}
|
|
fu@2869
|
256 |
println "</ul>";
|
|
fu@2869
|
257 |
|
|
fu@2869
|
258 |
close_module();
|
|
fu@2869
|
259 |
}
|
|
fu@2869
|
260 |
|
|
afuna@1560
|
261 |
function Page::print()
|
|
afuna@1560
|
262 |
{
|
|
afuna@1560
|
263 |
"""<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n<head profile="http://www.w3.org/2006/03/hcard http://purl.org/uF/hAtom/0.1/ http://gmpg.org/xfn/11">\n""";
|
|
afuna@1560
|
264 |
$this->print_head();
|
|
afuna@1560
|
265 |
$this->print_stylesheets();
|
|
afuna@1560
|
266 |
$this->print_head_title();
|
|
afuna@1560
|
267 |
"""</head>""";
|
|
afuna@1560
|
268 |
$this->print_wrapper_start();
|
|
afuna@1560
|
269 |
$this->print_control_strip();
|
|
afuna@1560
|
270 |
"""
|
|
afuna@1560
|
271 |
<div id="canvas">
|
|
afuna@1560
|
272 |
<div class="inner">
|
|
afuna@1560
|
273 |
<div id="header">
|
|
afuna@1560
|
274 |
<div class="inner">
|
|
afuna@1560
|
275 |
""";
|
|
afuna@1560
|
276 |
$this->print_global_title();
|
|
afuna@1560
|
277 |
$this->print_global_subtitle();
|
|
afuna@1560
|
278 |
$this->print_title();
|
|
fu@2869
|
279 |
$this->print_module_section("header");
|
|
afuna@1560
|
280 |
"""
|
|
afuna@1560
|
281 |
</div><!-- end header>inner -->
|
|
afuna@1560
|
282 |
</div><!-- end header -->
|
|
afuna@1560
|
283 |
<div id="content">
|
|
afuna@1560
|
284 |
<div class="inner">
|
|
afuna@1560
|
285 |
<div id="primary"><div class="inner">
|
|
afuna@1560
|
286 |
""";
|
|
afuna@1560
|
287 |
$this->print_body();
|
|
afuna@1560
|
288 |
"""
|
|
afuna@1560
|
289 |
</div></div><!-- end primary and primary>inner -->
|
|
afuna@1560
|
290 |
<div id="secondary"><div class="inner">
|
|
afuna@1560
|
291 |
""";
|
|
afuna@1560
|
292 |
$this->print_module_section("one");
|
|
afuna@1560
|
293 |
"""
|
|
afuna@1560
|
294 |
</div></div><!-- end secondary and secondary>inner -->
|
|
afuna@1560
|
295 |
</div><!-- end content>inner -->
|
|
afuna@1560
|
296 |
</div> <!-- end content -->
|
|
afuna@1560
|
297 |
</div> <!-- end canvas>inner -->
|
|
afuna@1560
|
298 |
""";
|
|
afuna@1560
|
299 |
|
|
afuna@1560
|
300 |
"""
|
|
afuna@1560
|
301 |
</div> <!-- end canvas -->
|
|
afuna@1560
|
302 |
""";
|
|
afuna@1560
|
303 |
$this->print_wrapper_end();
|
|
afuna@1560
|
304 |
"""</html>""";
|
|
afuna@1560
|
305 |
}
|
|
afuna@1560
|
306 |
|
|
afuna@1560
|
307 |
function Page::print_default_stylesheet()
|
|
afuna@1560
|
308 |
{
|
|
afuna@1560
|
309 |
|
|
fu@2892
|
310 |
var string sidebar_position = "";
|
|
fu@2892
|
311 |
var string sidebar_position_opposite = "";
|
|
fu@2892
|
312 |
|
|
fu@2892
|
313 |
if ($*layout_type == "two-columns-left") { $sidebar_position = "left"; $sidebar_position_opposite = "right"; }
|
|
fu@2892
|
314 |
elseif ($*layout_type == "two-columns-right") { $sidebar_position = "right"; $sidebar_position_opposite = "left"; }
|
|
fu@2892
|
315 |
|
|
fu@2977
|
316 |
var string page_font = generate_font_css("", $*font_base, $*font_fallback, $*font_base_size, $*font_base_units);
|
|
fu@2977
|
317 |
var string page_title_font = generate_font_css($*font_journal_title, $*font_base, $*font_fallback, $*font_journal_title_size, $*font_journal_title_units);
|
|
fu@2977
|
318 |
var string page_subtitle_font = generate_font_css($*font_journal_subtitle, $*font_base, $*font_fallback, $*font_journal_subtitle_size, $*font_journal_subtitle_units);
|
|
fu@3057
|
319 |
var string entry_title_font = generate_font_css($*font_entry_title, $*font_base, $*font_fallback, $*font_entry_title_size, $*font_entry_title_units);
|
|
fu@3057
|
320 |
var string comment_title_font = generate_font_css($*font_comment_title, $*font_base, $*font_fallback, $*font_comment_title_size, $*font_comment_title_units);
|
|
fu@2977
|
321 |
var string module_text_font = generate_font_css($*font_module_text, $*font_base, $*font_fallback, $*font_module_text_size, $*font_module_text_units);
|
|
fu@2977
|
322 |
var string module_heading_font = generate_font_css($*font_module_heading, $*font_base, $*font_fallback, $*font_module_heading_size, $*font_module_heading_units);
|
|
afuna@1560
|
323 |
var string page_background = generate_background_css ($*image_background_page_url, $*image_background_page_repeat,
|
|
afuna@1560
|
324 |
$*image_background_page_position, $*color_page_background);
|
|
afuna@1560
|
325 |
var string header_background = generate_background_css ($*image_background_header_url, $*image_background_header_repeat,
|
|
afuna@1738
|
326 |
$*image_background_header_position, $*color_header_background);
|
|
afuna@1560
|
327 |
var string entry_background = generate_background_css ($*image_background_entry_url, $*image_background_entry_repeat,
|
|
afuna@1560
|
328 |
$*image_background_entry_position, $*color_entry_background );
|
|
afuna@1560
|
329 |
var string module_background = generate_background_css ($*image_background_module_url, $*image_background_module_repeat,
|
|
afuna@1560
|
330 |
$*image_background_module_position, $*color_module_background );
|
|
afuna@1560
|
331 |
var Color element_background = $*color_page_background->lighter();
|
|
afuna@1560
|
332 |
|
|
fu@2869
|
333 |
var string header_background_height = "";
|
|
afuna@1560
|
334 |
|
|
fu@2869
|
335 |
if ($*image_background_header_height > 0) {
|
|
fu@2869
|
336 |
$header_background_height = """padding-top: """ + $*image_background_header_height + """px;""";
|
|
fu@2869
|
337 |
}
|
|
fu@2869
|
338 |
|
|
fu@2869
|
339 |
if ($*image_background_header_url != "" ) {
|
|
fu@2869
|
340 |
print """#title, #subtitle, #pagetitle { display: none; }""";
|
|
fu@2869
|
341 |
}
|
|
afuna@1560
|
342 |
|
|
fu@2494
|
343 |
var string userpic_css = "";
|
|
fu@2494
|
344 |
if ($*userpics_position == "left") {
|
|
fu@2494
|
345 |
$userpic_css = """
|
|
fu@2494
|
346 |
.has-userpic .entry .userpic,
|
|
fu@2494
|
347 |
.has-userpic .comment .userpic { float: left; }
|
|
fu@2494
|
348 |
""";
|
|
fu@2494
|
349 |
}
|
|
fu@2494
|
350 |
elseif ($*userpics_position == "right") {
|
|
fu@2494
|
351 |
$userpic_css = """
|
|
fu@2494
|
352 |
.has-userpic .entry .userpic,
|
|
fu@2494
|
353 |
.has-userpic .comment .userpic { float: right; }
|
|
fu@2494
|
354 |
""";
|
|
fu@2494
|
355 |
}
|
|
fu@2494
|
356 |
|
|
fu@2869
|
357 |
var string navlinks_css = "";
|
|
fu@2869
|
358 |
if ($*module_navlinks_section == "header") {
|
|
fu@2869
|
359 |
$navlinks_css = """
|
|
fu@2869
|
360 |
|
|
fu@2869
|
361 |
.module-navlinks ul {
|
|
fu@2869
|
362 |
background: $*color_module_title_background;
|
|
fu@2869
|
363 |
font-size: 1em;
|
|
fu@2869
|
364 |
font-weight: bold;
|
|
fu@2869
|
365 |
line-height: 2.2em;
|
|
fu@2869
|
366 |
margin: .083em 0;
|
|
fu@2869
|
367 |
padding: 0;
|
|
fu@2869
|
368 |
}
|
|
fu@2869
|
369 |
|
|
fu@2869
|
370 |
.module-navlinks li {
|
|
fu@2869
|
371 |
display: inline;
|
|
fu@2869
|
372 |
height: 2.2em;
|
|
fu@2869
|
373 |
line-height: 2.2em;
|
|
fu@2869
|
374 |
list-style: none;
|
|
fu@2869
|
375 |
margin: 0;
|
|
fu@2869
|
376 |
margin-left: -.25em;
|
|
fu@2869
|
377 |
padding: .5em 0;
|
|
fu@2869
|
378 |
}
|
|
fu@2869
|
379 |
|
|
fu@2869
|
380 |
.module-navlinks li:first-child {
|
|
fu@2869
|
381 |
border-left: .083em solid $*color_module_background;
|
|
fu@2869
|
382 |
margin-left: .6em !important;
|
|
fu@2869
|
383 |
}
|
|
fu@2869
|
384 |
|
|
fu@2869
|
385 |
.module-navlinks li:hover {
|
|
fu@2869
|
386 |
background: $*color_module_link_hover;
|
|
fu@2869
|
387 |
}
|
|
fu@2869
|
388 |
|
|
fu@2869
|
389 |
.module-navlinks li a {
|
|
fu@2869
|
390 |
border-right: .083em solid $*color_module_background;
|
|
fu@2869
|
391 |
line-height: 2.2em;
|
|
fu@2869
|
392 |
padding: .5em .833em;
|
|
fu@2869
|
393 |
}
|
|
fu@2869
|
394 |
|
|
fu@2869
|
395 |
.module-navlinks li a:hover {
|
|
fu@2869
|
396 |
text-decoration: underline;
|
|
fu@2869
|
397 |
}
|
|
fu@2869
|
398 |
|
|
fu@2869
|
399 |
.module-navlinks li.current {
|
|
fu@2869
|
400 |
background: $*color_module_link_hover;
|
|
fu@2869
|
401 |
}
|
|
fu@2869
|
402 |
|
|
fu@2869
|
403 |
.module-navlinks li a,
|
|
fu@2869
|
404 |
.module-navlinks li a:hover,
|
|
fu@2869
|
405 |
.module-navlinks li a:visited {
|
|
fu@2869
|
406 |
color: $*color_module_title;
|
|
fu@2869
|
407 |
}
|
|
fu@2869
|
408 |
""";
|
|
fu@2869
|
409 |
}
|
|
fu@2869
|
410 |
else {
|
|
fu@2869
|
411 |
$navlinks_css = "";
|
|
fu@2869
|
412 |
}
|
|
fu@2869
|
413 |
|
|
afuna@1560
|
414 |
"""
|
|
afuna@1560
|
415 |
/* DREAMWIDTH :--- Bases. ---
|
|
afuna@1560
|
416 |
Sven @ Fruitstyle.Dreamwidth.org
|
|
afuna@1560
|
417 |
Do not remove this note. */
|
|
afuna@1560
|
418 |
|
|
afuna@1560
|
419 |
/* ====================== PAGE ======================= */
|
|
afuna@1560
|
420 |
|
|
afuna@1560
|
421 |
body {$page_font $page_background color: $*color_page_text; width: 100%; margin: 0; padding: 0;}
|
|
afuna@1560
|
422 |
|
|
afuna@1560
|
423 |
#canvas {padding-top: 4%; padding-bottom: 4%; }
|
|
afuna@1560
|
424 |
|
|
afuna@1560
|
425 |
#primary > .inner:first-child {padding: 0;}
|
|
afuna@1560
|
426 |
|
|
afuna@1560
|
427 |
#secondary > .inner:first-child {padding: 0;}
|
|
afuna@1560
|
428 |
|
|
afuna@1560
|
429 |
.one-column #secondary {display: none;}
|
|
afuna@1560
|
430 |
.one-column #primary {border: 0.083em solid $*color_page_border; background: $*color_entry_background; width: 90%; padding: 0; border-top: 0; position: absolute; margin-left: 5%; }
|
|
afuna@1560
|
431 |
.one-column #header { width: 90%;}
|
|
afuna@1560
|
432 |
|
|
fu@2892
|
433 |
.two-columns #secondary {
|
|
fu@2892
|
434 |
background: $*color_entry_background;
|
|
fu@2892
|
435 |
border: .083em solid $*color_page_border;
|
|
fu@2892
|
436 |
border-bottom: 0;
|
|
fu@2892
|
437 |
margin-$sidebar_position: auto;
|
|
fu@2892
|
438 |
margin-$sidebar_position_opposite: 66.4%;
|
|
fu@2892
|
439 |
width: 16.667em;
|
|
fu@2892
|
440 |
}
|
|
fu@2892
|
441 |
|
|
fu@2892
|
442 |
.two-columns #primary {
|
|
fu@2892
|
443 |
background: $*color_entry_background;
|
|
fu@2892
|
444 |
border: .083em solid $*color_page_border;
|
|
fu@2892
|
445 |
border-top: 0;
|
|
fu@2892
|
446 |
margin-$sidebar_position_opposite: 5%;
|
|
fu@2892
|
447 |
padding: 0;
|
|
fu@2892
|
448 |
position: absolute;
|
|
fu@2892
|
449 |
width: 60.4%;
|
|
fu@2892
|
450 |
$sidebar_position_opposite: 0;
|
|
fu@2892
|
451 |
}
|
|
fu@2892
|
452 |
|
|
fu@2892
|
453 |
.two-columns #header {
|
|
fu@2892
|
454 |
width: 60.4%;
|
|
fu@2892
|
455 |
}
|
|
afuna@1560
|
456 |
|
|
afuna@1560
|
457 |
/* ====================== RANDOM MARK UP AND CONDITIONALS ======================= */
|
|
afuna@1560
|
458 |
|
|
afuna@1560
|
459 |
a {color: $*color_page_link; text-decoration: none;}
|
|
afuna@1560
|
460 |
a:active {color: $*color_page_link_active; text-decoration: none;}
|
|
afuna@1560
|
461 |
a:visited {color: $*color_page_link_visited; text-decoration: none;}
|
|
afuna@1560
|
462 |
a:hover, a:visited:hover, a:active:hover {color: $*color_page_link_hover; text-decoration: underline;}
|
|
afuna@1560
|
463 |
|
|
afuna@1560
|
464 |
abbr {border-color: $*color_page_link; }
|
|
afuna@1560
|
465 |
|
|
afuna@1560
|
466 |
blockquote {border-bottom: 0.083em solid $*color_page_border; clear: both; margin: 0.833em 1.667em 0.833em 1.667em;
|
|
afuna@1560
|
467 |
padding: 0.833em; background: $element_background; border-top: 0.583em solid $*color_page_link; }
|
|
afuna@1560
|
468 |
|
|
fu@2217
|
469 |
q { font-style: italic; }
|
|
fu@2217
|
470 |
|
|
afuna@1560
|
471 |
caption {font-size: 0.75em; text-transform: uppercase;}
|
|
afuna@1560
|
472 |
|
|
afuna@1560
|
473 |
code {font: italic 1em georgia; }
|
|
afuna@1560
|
474 |
|
|
afuna@1560
|
475 |
dt {font-weight: bold; border-bottom: 0.083em solid $*color_page_border;}
|
|
afuna@1560
|
476 |
dd {font-weight: normal;}
|
|
afuna@1560
|
477 |
|
|
afuna@1560
|
478 |
h1 {font-size: 2.5em; font-weight: normal; }
|
|
afuna@1560
|
479 |
h2 {font-size: 2em; font-weight: normal; }
|
|
afuna@1560
|
480 |
h3 {font-size 1.5em; font-weight: normal; }
|
|
afuna@1560
|
481 |
h4 {font-size: 1.166em; font-weight: bold; }
|
|
afuna@1560
|
482 |
h5 {font-size: 1em; font-weight: bold; }
|
|
afuna@1560
|
483 |
h6 {font-size: 0.75em; font-weight: bold; }
|
|
afuna@1560
|
484 |
|
|
afuna@1560
|
485 |
hr {border: 0.083em solid $*color_page_border;}
|
|
afuna@1560
|
486 |
|
|
afuna@1560
|
487 |
input, select {border: 0.083em solid $*color_page_border; background: $*color_comment_title_background !important; font-size: 0.833em !important; color: $*color_page_text !important;}
|
|
afuna@1560
|
488 |
|
|
afuna@1560
|
489 |
i {color: $*color_page_link_hover; }
|
|
afuna@1560
|
490 |
|
|
afuna@1560
|
491 |
label {font-weight: bold;}
|
|
afuna@1560
|
492 |
|
|
afuna@1560
|
493 |
ol {list-style: decimal-leading-zero; }
|
|
afuna@1560
|
494 |
|
|
afuna@1560
|
495 |
pre {font-size: 1em;}
|
|
afuna@1560
|
496 |
|
|
afuna@1560
|
497 |
sub, sup {color: $*color_page_text; }
|
|
afuna@1560
|
498 |
|
|
afuna@1560
|
499 |
tt {font: 1.334em monospace; }
|
|
afuna@1560
|
500 |
|
|
afuna@1560
|
501 |
textarea { margin: 0.5em; padding: 0.5em; border: 0.083em solid $*color_page_border; background: $*color_comment_title_background; color: $*color_page_text; font: italic 1em georgia;}
|
|
afuna@1560
|
502 |
|
|
afuna@1560
|
503 |
ul { padding: 0 0 0 2em; list-style: square;}
|
|
afuna@1560
|
504 |
ul ul {list-style: circle;}
|
|
afuna@1560
|
505 |
|
|
afuna@1560
|
506 |
.entry-content a img {border-bottom: 0.083em solid $*color_entry_link; }
|
|
afuna@1560
|
507 |
.entry-content a img:hover {border-color: $*color_entry_link_hover; }
|
|
afuna@1560
|
508 |
.entry-content .userpic, #comments .userpic {background: $*color_entry_background;}
|
|
afuna@1560
|
509 |
|
|
afuna@1560
|
510 |
/* ====================== HEADER ======================= */
|
|
afuna@1560
|
511 |
|
|
fu@2869
|
512 |
#header {
|
|
fu@2869
|
513 |
border: .083em solid $*color_page_border;
|
|
fu@2869
|
514 |
border-bottom: none;
|
|
fu@2869
|
515 |
margin: 0 -100% 0 5%;
|
|
fu@2869
|
516 |
padding: 0;
|
|
fu@2869
|
517 |
$header_background
|
|
fu@2869
|
518 |
$header_background_height
|
|
fu@2869
|
519 |
}
|
|
afuna@1560
|
520 |
|
|
fu@2892
|
521 |
.two-columns-left #header {
|
|
fu@2892
|
522 |
margin: 0 5% 0 auto;
|
|
fu@2892
|
523 |
}
|
|
fu@2892
|
524 |
|
|
afuna@1560
|
525 |
#title { $page_title_font font-weight: bold; padding: 2em 0 0 0.65em; color: $*color_page_title; margin: 0; }
|
|
afuna@1560
|
526 |
|
|
afuna@1738
|
527 |
#subtitle { $page_subtitle_font padding-left: 1.5em; color: $*color_page_title; }
|
|
afuna@1560
|
528 |
|
|
fu@2869
|
529 |
#pagetitle { border-bottom: 0.083em solid $*color_page_border; font-size: 1em; padding: 0 0 1em 2.2em; margin: 0.5em 0 0 0; }
|
|
afuna@1560
|
530 |
|
|
fu@2869
|
531 |
$navlinks_css
|
|
afuna@1560
|
532 |
|
|
afuna@1560
|
533 |
.entry-interaction-links li {display: inline; padding: 0.583em 0 0.583em 0 !important; border-left: 0.083em solid $*color_entry_background; border-right: 0.083em solid $*color_entry_background; }
|
|
afuna@1560
|
534 |
.entry-interaction-links li + li {border-left: 0; margin: 0 0 0 -0.25em;}
|
|
afuna@1560
|
535 |
.entry-interaction-links a {color: $*color_entry_interaction_links !important; padding: 0.583em 0.833em 0.583em 0.833em; font-weight: bold;}
|
|
afuna@1560
|
536 |
.entry-interaction-links a:hover{background: $*color_module_link_hover; text-decoration: underline; }
|
|
afuna@1560
|
537 |
|
|
afuna@1560
|
538 |
/* ====================== SIDEBAR ======================= */
|
|
afuna@1560
|
539 |
|
|
afuna@1560
|
540 |
.module { color: $*color_module_text; }
|
|
afuna@1560
|
541 |
.module a { color: $*color_module_link; }
|
|
afuna@1560
|
542 |
.module a:visited { color: $*color_module_link_visited; }
|
|
afuna@1560
|
543 |
.module a:active { color: $*color_module_link_active; }
|
|
afuna@1560
|
544 |
.module a:hover, #secondary a:visited:hover, #secondary a:active:hover { color: $*color_module_link_hover; }
|
|
afuna@1560
|
545 |
|
|
afuna@1560
|
546 |
.module-header { text-align: center; margin: 0; list-style: none; background: $*color_module_title_background; padding: 0.6em 0 0.6em 0;
|
|
afuna@1560
|
547 |
$module_heading_font font-weight: bold; color: $*color_module_title; border-bottom: 0.083em solid $*color_module_background;}
|
|
afuna@1560
|
548 |
.module-header a, .module-header a:visited, .module-header a:active { text-decoration: underline; color: $*color_module_title;}
|
|
afuna@1560
|
549 |
.module-header a:hover, .module-header a:visited:hover, .module-header a:active:hover {color: $*color_comment_title_background;}
|
|
afuna@1560
|
550 |
|
|
fu@2869
|
551 |
#secondary .module-content {border-top: 0.083em solid $*color_module_border; $module_text_font }
|
|
afuna@1560
|
552 |
|
|
afuna@1560
|
553 |
#secondary .module {background: $*color_module_background; padding: 0.083em 0 0.083em 0; border-bottom: 0.083em solid $*color_module_border; }
|
|
afuna@1560
|
554 |
|
|
afuna@1560
|
555 |
#secondary .module-content { $module_background }
|
|
afuna@1560
|
556 |
|
|
afuna@1560
|
557 |
/* -------- profile -------- */
|
|
afuna@1560
|
558 |
|
|
afuna@1560
|
559 |
.module-userprofile {text-align: center; font-weight: bold; }
|
|
afuna@1560
|
560 |
|
|
afuna@1560
|
561 |
.module-userprofile .userpic img{border: 0.083em solid $*color_module_border; padding: 0.2em; background: $*color_module_background; margin: 0 auto; margin-top: 1em; }
|
|
afuna@1560
|
562 |
.module-userprofile img {border: 0;}
|
|
afuna@1560
|
563 |
.module-userprofile img:hover {opacity: .7;}
|
|
afuna@1560
|
564 |
|
|
afuna@1560
|
565 |
.module-userprofile .journal-name {margin: 0.5em 0 0.5em 0;}
|
|
afuna@1560
|
566 |
|
|
afuna@1560
|
567 |
/* -------- profile - interactions -------- */
|
|
afuna@1560
|
568 |
|
|
afuna@1560
|
569 |
.module-userprofile .userlite-interaction-links {margin: 0.583em 0 0.583em 0; padding: 0; list-style: none; overflow: hidden;}
|
|
afuna@1560
|
570 |
.module-userprofile li {display: inline; margin: 0 0.25em 0 0.25em;}
|
|
afuna@1560
|
571 |
|
|
afuna@1560
|
572 |
.module-userprofile img { border-bottom: 0.083em solid transparent; padding: 0 0 0.25em 0; }
|
|
afuna@1560
|
573 |
.module-userprofile img:hover { border-bottom: 0.083em solid $*color_module_link_hover; }
|
|
afuna@1560
|
574 |
|
|
afuna@1560
|
575 |
/* -------- navlinks -------- */
|
|
afuna@1560
|
576 |
|
|
afuna@1560
|
577 |
#secondary .module-navlinks {padding-top: 0 !important;}
|
|
afuna@1560
|
578 |
#secondary .module-navlinks .module-content {border-top: 0; padding: 0; margin: 0;}
|
|
afuna@1560
|
579 |
#secondary .module-navlinks ul{list-style: none; margin: 0; padding: 0; }
|
|
afuna@1560
|
580 |
#secondary .module-navlinks li { padding: 0; margin: 0;}
|
|
afuna@1560
|
581 |
#secondary .module-navlinks li + li {border-top: 0.083em solid $*color_module_border;}
|
|
afuna@1560
|
582 |
|
|
afuna@1560
|
583 |
#secondary .module-navlinks a {padding: 0.6em; display: block;}
|
|
afuna@1560
|
584 |
#secondary .module-navlinks a:hover {background: $*color_comment_title_background; color: $*color_module_link; text-decoration: none;}
|
|
afuna@1560
|
585 |
#secondary .module-navlinks .current {background: $*color_module_title_background; color: $*color_module_title; font-weight: bold;}
|
|
afuna@1560
|
586 |
|
|
afuna@1560
|
587 |
/* -------- calendar -------- */
|
|
afuna@1560
|
588 |
|
|
afuna@1560
|
589 |
.module-calendar table {width: 16.5em; text-align: center; border-collapse: collapse; margin: 0 0 0 -0.4em;}
|
|
afuna@1560
|
590 |
.module-calendar td {border-top: 0.083em solid $*color_module_border;}
|
|
afuna@1560
|
591 |
.module-calendar td .entry-day a {display: block; background: $element_background; }
|
|
afuna@1560
|
592 |
|
|
afuna@1560
|
593 |
.module-calendar .module-content { padding: 0.5em;}
|
|
afuna@1560
|
594 |
|
|
afuna@1560
|
595 |
/* -------- tags -------- */
|
|
afuna@1560
|
596 |
|
|
afuna@1560
|
597 |
.module-typelist .module-list { padding-left: 2em; }
|
|
afuna@1560
|
598 |
.module-typelist .module-list .module-list-item {list-style-type: square; color: $*color_module_text; font-size: 0.833em; }
|
|
afuna@1560
|
599 |
.module-typelist .module-list .module-list-item a { text-align: left; font-size: 1.2em;}
|
|
afuna@1560
|
600 |
|
|
afuna@1560
|
601 |
.module-tags_cloud .module-list {padding: 0.5em;}
|
|
fu@2605
|
602 |
.module-tags_cloud li, .tags_cloud li {display: inline; list-style-type: none;}
|
|
fu@3360
|
603 |
|
|
fu@3360
|
604 |
.module-tags_cloud .manage-link {
|
|
fu@3360
|
605 |
border-top: .083em solid $*color_module_border;
|
|
fu@3360
|
606 |
margin-top: .5em;
|
|
fu@3360
|
607 |
text-align: center;
|
|
fu@3360
|
608 |
}
|
|
afuna@1560
|
609 |
|
|
afuna@1560
|
610 |
.module-tags_multilevel .module-list { padding: 0.5em; margin: 0; }
|
|
afuna@1560
|
611 |
.module-tags_multilevel .module-list .module-list { border-top: 0.083em solid $*color_module_border; border-bottom: 0; padding: 1em; }
|
|
afuna@1560
|
612 |
.module-tags_multilevel .module-list .module-list-item {list-style-type: none; color: $*color_module_text; border-bottom: 0.083em solid $*color_module_border; margin: 0; }
|
|
afuna@1560
|
613 |
.module-tags_multilevel .module-list .module-list-item a { text-align: left; }
|
|
afuna@1560
|
614 |
|
|
fu@3360
|
615 |
.module-typelist .manage-link,
|
|
fu@3360
|
616 |
.module-tags_list .manage-link,
|
|
fu@3360
|
617 |
.module-tags_multilevel .manage-link {
|
|
fu@3360
|
618 |
border-top: .083em solid $*color_module_border;
|
|
fu@3360
|
619 |
padding-bottom: .5em;
|
|
fu@3360
|
620 |
padding-top: .5em;
|
|
fu@3360
|
621 |
text-align: center;
|
|
fu@3360
|
622 |
}
|
|
afuna@1560
|
623 |
|
|
afuna@1560
|
624 |
/* -------- summary -------- */
|
|
afuna@1560
|
625 |
|
|
afuna@1560
|
626 |
.module-pagesummary ul {display: block; margin: 0; padding: 0.833em; list-style: none; color: $*color_module_text; font-size: 0.75em;}
|
|
afuna@1560
|
627 |
.module-pagesummary li {margin: 0.417em 0 0.417em 0; padding: 0 0 0.417em 0; border-bottom: 0.083em solid $*color_module_border;}
|
|
mark@1816
|
628 |
/* wrap long content, particularly openid usernames */
|
|
mark@1816
|
629 |
.module-pagesummary .ljuser {white-space: normal !important;}
|
|
mark@1816
|
630 |
.module-pagesummary .module-content {word-wrap: break-word;}
|
|
afuna@1560
|
631 |
|
|
afuna@1560
|
632 |
/* -------- syndicate -------- */
|
|
afuna@1560
|
633 |
|
|
afuna@1560
|
634 |
.module-syndicate .module-content{text-align: center; padding: 0.5em; margin: 0;}
|
|
afuna@1560
|
635 |
.module-syndicate img:hover {opacity: .7;}
|
|
afuna@1560
|
636 |
|
|
afuna@1560
|
637 |
/* -------- techie -------- */
|
|
afuna@1560
|
638 |
|
|
afuna@1560
|
639 |
.module-time .module-content, .module-powered .module-content {padding: 0.5em; border: 0; }
|
|
afuna@1560
|
640 |
|
|
afuna@1560
|
641 |
/* -------- custom text -------- */
|
|
afuna@1560
|
642 |
|
|
afuna@1560
|
643 |
.module-customtext .module-content {padding: 0.5em; }
|
|
afuna@1560
|
644 |
|
|
afuna@1560
|
645 |
/* -------- credit -------- */
|
|
afuna@1560
|
646 |
|
|
afuna@1560
|
647 |
.module-credit .module-content {padding: 0 0.5em 0 0.5em; }
|
|
afuna@1560
|
648 |
|
|
fu@2382
|
649 |
/* -------- search -------- */
|
|
fu@2382
|
650 |
|
|
fu@2382
|
651 |
.search-form { margin: .2em auto; }
|
|
fu@2382
|
652 |
.search-box { margin: .2em; }
|
|
fu@2382
|
653 |
|
|
afuna@1560
|
654 |
/* ====================== NAVIGATION BAR ======================= */
|
|
afuna@1560
|
655 |
|
|
afuna@1560
|
656 |
.navigation ul {margin: 0; padding: 0; list-style: none; border-top: 0.083em solid $*color_page_border; }
|
|
afuna@1560
|
657 |
.navigation li {display: inline; padding: 0 1em 0 1em; border-right: 0.083em solid $*color_page_border; }
|
|
afuna@1560
|
658 |
li.page-separator {display: none;}
|
|
afuna@1560
|
659 |
.navigation li + li {margin-left: -0.25em;}
|
|
fu@3297
|
660 |
.noentries { padding: 0 1em; }
|
|
afuna@1560
|
661 |
|
|
afuna@1560
|
662 |
/* ====================== ENTRIES ======================= */
|
|
afuna@1560
|
663 |
|
|
afuna@1560
|
664 |
#primary a { color: $*color_entry_link; }
|
|
afuna@1560
|
665 |
#primary a:visited {color: $*color_entry_link_visited; }
|
|
afuna@1560
|
666 |
#primary a:active {color: $*color_entry_link_active; }
|
|
afuna@1560
|
667 |
#primary a:hover, #primary a:visited:hover, #primary a:active:hover {color: $*color_entry_link_hover; }
|
|
afuna@1560
|
668 |
|
|
afuna@1560
|
669 |
#primary { color: $*color_entry_text; }
|
|
afuna@1560
|
670 |
|
|
afuna@1560
|
671 |
#entries > .inner {border-top: 0.083em solid $*color_entry_background;}
|
|
afuna@1560
|
672 |
|
|
afuna@1560
|
673 |
.entry-title {$entry_title_font border: 0.083em solid $*color_entry_border; border-left: 0; border-right: 0; padding: 0.5em; margin: 0; color: $*color_entry_text; background: $*color_entry_title_background; }
|
|
afuna@1560
|
674 |
.entry-title a {text-decoration: none; color: $*color_entry_title; }
|
|
afuna@1560
|
675 |
|
|
afuna@1560
|
676 |
.datetime { font-size: 0.75em; text-transform: uppercase; display: block; color: $*color_entry_text; padding: 0.5em 1em 0.5em 1em;
|
|
afuna@1560
|
677 |
border-bottom: 0.083em solid $*color_entry_border; background: $*color_comment_title_background; }
|
|
afuna@1560
|
678 |
|
|
afuna@1560
|
679 |
.access-filter, .restrictions {float: left; margin: 0.25em 0.5em 0.25em 0.5em;}
|
|
afuna@1560
|
680 |
|
|
fu@2494
|
681 |
.has-userpic .entry .userpic { border: 0.083em solid $*color_entry_border; padding: 0.2em; margin: 0.5em; background: $*color_entry_background; }
|
|
afuna@1560
|
682 |
.entry .userpic img {border: 0;}
|
|
afuna@1560
|
683 |
.entry .userpic img:hover {opacity: .7;}
|
|
afuna@1560
|
684 |
|
|
afuna@1560
|
685 |
.entry-poster { display: block; border-bottom: 0.083em solid $*color_entry_border; padding: 0.167em 0.833em 0.167em 0.833em;}
|
|
kareila@2352
|
686 |
.page-recent .journal-type-P .entry-poster, .page-recent .journal-type-Y .entry-poster {display: none;}
|
|
afuna@1560
|
687 |
.ljuser a b:hover { color: $*color_page_link_hover;}
|
|
afuna@1560
|
688 |
|
|
afuna@1560
|
689 |
.entry-content { padding: 0.833em; min-height: 8.5em; border-bottom: 0.083em solid $*color_entry_border; $entry_background}
|
|
afuna@1560
|
690 |
|
|
kareila@2874
|
691 |
/* To prevent overlapping when icon's on the left */
|
|
kareila@2874
|
692 |
/* and list is the first thing in content */
|
|
kareila@2874
|
693 |
.entry-content li,
|
|
kareila@2874
|
694 |
.comment-content li {
|
|
kareila@2874
|
695 |
list-style-position: inside;
|
|
kareila@2874
|
696 |
}
|
|
kareila@2874
|
697 |
|
|
afuna@1560
|
698 |
.entry-content a img {border-width: 0.083em; padding: 0.25em;}
|
|
afuna@1560
|
699 |
.entry-content a img:hover {opacity: .7;}
|
|
afuna@1560
|
700 |
|
|
afuna@1560
|
701 |
/* ====================== METADATA ======================= */
|
|
afuna@1560
|
702 |
|
|
afuna@1560
|
703 |
.metadata ul {padding: 0; margin: 0; list-style: none; }
|
|
afuna@1560
|
704 |
.metadata li {padding: 0.167em 0.833em 0.167em 0.833em; margin: 0; border-bottom: 0.083em solid $*color_entry_border;}
|
|
afuna@1560
|
705 |
.metadata-label {font-weight: bold; }
|
|
fu@2358
|
706 |
.page-recent .journal-type-P .metadata.top-metadata li,
|
|
fu@2358
|
707 |
.page-recent .journal-type-I .metadata.top-metadata li,
|
|
fu@2358
|
708 |
.page-recent .journal-type-P .metadata.top-metadata li + li + li,
|
|
fu@2358
|
709 |
.page-recent .journal-type-I .metadata.top-metadata li + li + li { background: $*color_entry_background; }
|
|
fu@2358
|
710 |
.page-recent .journal-type-P .metadata.top-metadata li + li,
|
|
fu@2358
|
711 |
.page-recent .journal-type-I .metadata.top-metadata li + li,
|
|
fu@2358
|
712 |
.page-recent .journal-type-P .metadata.top-metadata li + li + li + li,
|
|
fu@2358
|
713 |
.page-recent .journal-type-I .metadata.top-metadata li + li + li + li { background: $*color_comment_title_background; }
|
|
afuna@1560
|
714 |
|
|
afuna@1560
|
715 |
/* ====================== ENTRY TAGS ======================= */
|
|
afuna@1560
|
716 |
|
|
fu@2360
|
717 |
.tag {margin: 0; padding: 0; border-bottom: 0.083em solid $*color_entry_border; background: $*color_entry_background; }
|
|
afuna@1560
|
718 |
.tag-text {float: left; font-weight: bold; padding: 0 0.5em 0 1em; }
|
|
afuna@1560
|
719 |
.tag ul { padding: 0; list-style: none; margin: 0; }
|
|
afuna@1560
|
720 |
.tag li {display: inline; margin: 0; }
|
|
afuna@1560
|
721 |
|
|
afuna@1560
|
722 |
.metadata li, .metadata li + li + li {background: $*color_comment_title_background; color: }
|
|
afuna@1560
|
723 |
.metadata li + li , .metadata li + li + li + li {background: $*color_entry_background; }
|
|
afuna@1560
|
724 |
|
|
afuna@1560
|
725 |
/* ====================== ENTRY TOOLS ======================= */
|
|
afuna@1560
|
726 |
|
|
fu@2360
|
727 |
.entry .footer { overflow: auto; background: $*color_module_title_background; border-bottom: 0.083em solid $*color_entry_background;}
|
|
fu@2360
|
728 |
.entry-interaction-links {margin: 0; list-style: none; padding: 0.583em; border-top: 0.083em solid $*color_entry_background;}
|
|
afuna@1560
|
729 |
.entry-interaction-links li {display: inline; padding: 0.583em 0 0.583em 0 !important; border-left: 0.083em solid $*color_entry_background; border-right: 0.083em solid $*color_entry_background; }
|
|
afuna@1560
|
730 |
.entry-interaction-links li + li {border-left: 0; margin: 0 0 0 -0.25em;}
|
|
afuna@1560
|
731 |
.entry-interaction-links a {color: $*color_entry_interaction_links !important; padding: 0.583em 0.833em 0.583em 0.833em; font-weight: bold;}
|
|
afuna@1560
|
732 |
.entry-interaction-links a:hover{background: $*color_module_link_hover; text-decoration: underline; }
|
|
afuna@1560
|
733 |
|
|
afuna@1560
|
734 |
.entry-management-links { margin: 0.583em 0.583em 0 0; list-style: none; display: inline; float: right;}
|
|
afuna@1560
|
735 |
.entry-management-links li {display: inline; margin: 0 0.25em 0 0.25em; }
|
|
afuna@1560
|
736 |
|
|
fu@2742
|
737 |
.entry-management-links.text-links {
|
|
fu@2742
|
738 |
border-top: .083em solid $*color_entry_background;
|
|
fu@2742
|
739 |
border-bottom: .083em solid $*color_module_title_background;
|
|
fu@2742
|
740 |
display: block;
|
|
fu@2742
|
741 |
float: none;
|
|
fu@2742
|
742 |
line-height: 2.332em;
|
|
fu@2742
|
743 |
list-style: none;
|
|
fu@2742
|
744 |
margin: 0;
|
|
fu@2742
|
745 |
padding-right: .583em;
|
|
fu@2742
|
746 |
text-align: right;
|
|
fu@2742
|
747 |
}
|
|
fu@2742
|
748 |
|
|
fu@2742
|
749 |
.entry-management-links.text-links li {
|
|
fu@2742
|
750 |
border-right: .083em solid $*color_entry_background;
|
|
fu@2742
|
751 |
display: inline;
|
|
fu@2742
|
752 |
margin: 0 0 0 -0.25em;
|
|
fu@2742
|
753 |
padding: .583em 0 !important;
|
|
fu@2742
|
754 |
}
|
|
fu@2742
|
755 |
|
|
fu@2742
|
756 |
.entry-management-links.text-links li:first-child {
|
|
fu@2742
|
757 |
border-left: .083em solid $*color_entry_background;
|
|
fu@2742
|
758 |
margin: 0;
|
|
fu@2742
|
759 |
}
|
|
fu@2742
|
760 |
|
|
fu@2742
|
761 |
.entry-management-links.text-links a {
|
|
fu@2742
|
762 |
color: $*color_entry_interaction_links !important;
|
|
fu@2742
|
763 |
font-weight: bold;
|
|
fu@2742
|
764 |
padding: .583em .833em;
|
|
fu@2742
|
765 |
}
|
|
fu@2742
|
766 |
|
|
fu@2742
|
767 |
.entry-management-links.text-links a:hover {
|
|
fu@2742
|
768 |
background: $*color_module_link_hover;
|
|
fu@2742
|
769 |
text-decoration: underline;
|
|
fu@2742
|
770 |
}
|
|
fu@2742
|
771 |
|
|
afuna@1560
|
772 |
.entry-management-links img { border-bottom: 0.083em solid transparent; padding: 0 0.25em 0.25em 0.25em; }
|
|
afuna@1560
|
773 |
.entry-management-links img:hover { border-bottom: 0.083em solid $*color_entry_interaction_links; opacity: 0.7; }
|
|
afuna@1560
|
774 |
|
|
afuna@1560
|
775 |
li.first-item {margin-left: 0;}
|
|
afuna@1560
|
776 |
|
|
afuna@1560
|
777 |
.page-entry li.edit_entry {margin-left: -0.25em !important;}
|
|
afuna@1560
|
778 |
|
|
afuna@1560
|
779 |
/* ====================== COMMENT PAGES ======================= */
|
|
afuna@1560
|
780 |
|
|
afuna@1560
|
781 |
.above-entry-interaction-links, .below-reply-container {display: none;}
|
|
afuna@1560
|
782 |
|
|
afuna@1560
|
783 |
#comments { border-top: 0.083em solid $*color_entry_border; padding-top: 0.5em;}
|
|
afuna@1560
|
784 |
|
|
afuna@1560
|
785 |
.comment { border: 0.083em solid $*color_entry_border; margin: 0 1em 0 1em; }
|
|
fu@3057
|
786 |
|
|
fu@3057
|
787 |
.comment-title {
|
|
fu@3057
|
788 |
$comment_title_font
|
|
fu@3057
|
789 |
font-weight: normal;
|
|
fu@3057
|
790 |
padding: 0.5em;
|
|
fu@3057
|
791 |
}
|
|
fu@3057
|
792 |
|
|
afuna@1560
|
793 |
.comment-title a {display: block; }
|
|
afuna@1560
|
794 |
|
|
kareila@2543
|
795 |
.comment-title h4 {
|
|
kareila@2543
|
796 |
font-size: inherit;
|
|
kareila@2543
|
797 |
font-weight: inherit;
|
|
fu@2563
|
798 |
margin: 0;
|
|
fu@2563
|
799 |
padding: 0;
|
|
kareila@2543
|
800 |
}
|
|
kareila@2543
|
801 |
|
|
fu@2663
|
802 |
.full .comment .datetime { border-top: .083em solid $*color_entry_border;}
|
|
fu@2663
|
803 |
.full .comment-poster, .poster-ip { border-bottom: .083em solid $*color_entry_border; display: block; padding: 0 .5em; }
|
|
afuna@1560
|
804 |
|
|
afuna@1560
|
805 |
.comment-pages {font-size: 0.833em; font-weight: lighter; text-align: center; padding: 0.833em; border-bottom: 0.083em solid $*color_entry_border;}
|
|
afuna@1560
|
806 |
|
|
afuna@1560
|
807 |
.comment-content {padding: 0.5em; border-bottom: 0.083em solid $*color_entry_border; min-height: 7em;}
|
|
afuna@1560
|
808 |
.no-userpic .comment-content {min-height: 1em;}
|
|
afuna@1560
|
809 |
|
|
fu@2494
|
810 |
.has-userpic .comment .userpic {border: 0.083em solid $*color_entry_border; margin: 0.5em; padding: 0.2em; }
|
|
afuna@1560
|
811 |
|
|
afuna@1560
|
812 |
.screened .comment-content {background: $element_background; padding: 0.833em; }
|
|
afuna@1560
|
813 |
|
|
afuna@1560
|
814 |
.partial .comment {color: transparent; padding: 0 0 0.5em 0; min-width: 16.667em; background: $*color_entry_background;}
|
|
fu@2663
|
815 |
.partial .comment-title { font-size: 1.166em; font-weight: bold; }
|
|
fu@2663
|
816 |
.partial .comment-poster { color: $*color_entry_text; padding-left: .5em; }
|
|
fu@2663
|
817 |
.partial .comment .datetime { border: 0; display: inline; background: none; margin: 0; padding: 0;}
|
|
afuna@1560
|
818 |
|
|
afuna@1560
|
819 |
.comment-wrapper {padding-top: 0;}
|
|
afuna@1560
|
820 |
|
|
mark@2190
|
821 |
.bottomcomment, .comments-message {padding-bottom: 0.833em; text-align: center; margin: 0.833em 0 0 0; }
|
|
afuna@1560
|
822 |
.bottomcomment .entry-interaction-links {margin-bottom: 0.833em; text-align: left;}
|
|
afuna@1560
|
823 |
|
|
afuna@1560
|
824 |
.ljcmtmanage, .Note .Inner {border: 0.083em solid $*color_page_border !important; background: $*color_entry_background !important; }
|
|
afuna@1560
|
825 |
.ljcmtmanage b {color: $*color_page_text; }
|
|
afuna@1560
|
826 |
|
|
afuna@1560
|
827 |
/* ====================== COMMENT TOOLS ======================= */
|
|
afuna@1560
|
828 |
|
|
afuna@1560
|
829 |
.comment .userpic img {border: 0;}
|
|
afuna@1560
|
830 |
.comment a img:hover {opacity: .7;}
|
|
afuna@1560
|
831 |
|
|
afuna@1560
|
832 |
.comment-interaction-links {padding: 0; margin: 0; list-style: none; background: $*color_comment_title_background; padding: 0.25em; border-top: 0.083em solid $*color_entry_border;
|
|
afuna@1560
|
833 |
text-align: left; }
|
|
afuna@1560
|
834 |
.comment-interaction-links li {display: inline; padding: 0.25em 0 0.25em 0 !important; border-right: 0.083em solid $*color_entry_background; }
|
|
afuna@1560
|
835 |
.comment-interaction-links li + li { margin: 0 0 0 -0.25em; }
|
|
afuna@1560
|
836 |
.comment-interaction-links a { padding: 0.25em 0.417em 0.25em 0.417em; font-weight: bold;}
|
|
afuna@1560
|
837 |
.comment-interaction-links a:hover{background: $*color_entry_background; text-decoration: underline; }
|
|
afuna@1560
|
838 |
|
|
afuna@1560
|
839 |
.comment-interaction-links li.first-item {border-left: 0.083em solid $*color_entry_background; }
|
|
afuna@1560
|
840 |
|
|
afuna@1560
|
841 |
.comment-interaction-links .first-item {border-left: 0;}
|
|
afuna@1560
|
842 |
|
|
afuna@1560
|
843 |
.comment-management-links { margin: 1.833em 0.5em 0 0; list-style: none; display: inline; float: right;}
|
|
afuna@1560
|
844 |
.comment-management-links li {display: inline; margin: 0.25em !important; }
|
|
afuna@1560
|
845 |
|
|
afuna@1560
|
846 |
.comment-management-links img { padding: 0 0.25em 0.25em 0.25em; }
|
|
afuna@1560
|
847 |
.comment-management-links img:hover { opacity: 0.7; }
|
|
afuna@1560
|
848 |
|
|
afuna@1560
|
849 |
li.frozen {font-size: 0.75em; text-transform: uppercase; padding: 0.5em 0.833em 0.25em 0.833em !important; }
|
|
afuna@1560
|
850 |
|
|
afuna@1560
|
851 |
.multiform-checkbox { padding: 0.333em 0 0 0.25em; }
|
|
afuna@1560
|
852 |
|
|
afuna@1560
|
853 |
#postform td b {color: $*color_page_text;}
|
|
afuna@1560
|
854 |
|
|
afuna@1560
|
855 |
/* ====================== REPLY FORM ======================= */
|
|
afuna@1560
|
856 |
|
|
afuna@1560
|
857 |
#qrform > table { border: 0 !important; border-spacing: 0 !important; width: 100%; margin: 0 0 1em 0; border-bottom: 0.083em solid $*color_page_border !important;}
|
|
afuna@1560
|
858 |
#qrform td { border-right: 0.083em solid $*color_page_border; border-top: 0.083em solid $*color_page_border !important; padding: 0.5em; font-size: 1em; }
|
|
afuna@1560
|
859 |
#qrform td + td { border-right: 0; font-size: 1em; }
|
|
afuna@1560
|
860 |
#subject {width: 80% !important; }
|
|
afuna@1560
|
861 |
.textbox {width: 94% !important; font-size: 1em;}
|
|
afuna@1560
|
862 |
|
|
afuna@1560
|
863 |
#prop_picture_keyword { margin: 0 0 0 0.833em;}
|
|
afuna@1560
|
864 |
|
|
afuna@1560
|
865 |
#postform {background: $*color_entry_background; border: 0.083em solid $*color_page_border; border: 0;}
|
|
afuna@1560
|
866 |
#postform table {border-spacing: 0; width: 100%; }
|
|
afuna@1560
|
867 |
#postform td { border-right: 0.083em solid $*color_page_border; font-size: 1em; }
|
|
afuna@1560
|
868 |
#postform td + td { border-right: 0; font-size: 1em; text-transform: lowercase; font-weight: normal;}
|
|
afuna@1560
|
869 |
#postform tr + tr td { border-top: 0.083em solid $*color_page_border; padding: 0.417em; }
|
|
afuna@1560
|
870 |
|
|
afuna@1560
|
871 |
#postform #userpics label{ margin: 0 0.25em 0 0.25em;}
|
|
afuna@1560
|
872 |
|
|
afuna@1560
|
873 |
#postform table table {width: 100%; }
|
|
afuna@1560
|
874 |
#postform table table td {padding: 0.25em;}
|
|
afuna@1560
|
875 |
|
|
afuna@1560
|
876 |
/* ====================== TAGS PAGES ======================= */
|
|
afuna@1560
|
877 |
|
|
afuna@1560
|
878 |
ul.ljtaglist { margin: 0.5em; list-style: square; color: $*color_module_text; }
|
|
afuna@1560
|
879 |
.tags-container h2 {font-size: 1.667em; font-weight: normal; padding-left: 1em; border-top: 0.083em solid $*color_page_border; border-bottom: 0.083em solid $*color_page_border; margin: 0;}
|
|
afuna@1560
|
880 |
.tags-container .manage-tags-link {padding: 0.5em 0 0.5em 1em; margin-top: 0.5em; border-top: 0.083em solid $*color_page_border;}
|
|
afuna@1560
|
881 |
|
|
afuna@1560
|
882 |
div.ljtaglist {padding: 0.5em; }
|
|
afuna@1560
|
883 |
|
|
fu@4217
|
884 |
|
|
fu@4217
|
885 |
/* ====================== ICONS PAGES ======================= */
|
|
fu@4217
|
886 |
|
|
fu@4217
|
887 |
.icons-container h2 {
|
|
fu@4217
|
888 |
border-bottom: 0.083em solid $*color_page_border;
|
|
fu@4217
|
889 |
border-top: 0.083em solid $*color_page_border;
|
|
fu@4217
|
890 |
font-size: 1.667em;
|
|
fu@4217
|
891 |
font-weight: normal;
|
|
fu@4217
|
892 |
margin: 0;
|
|
fu@4217
|
893 |
padding-left: 1em;
|
|
fu@4217
|
894 |
}
|
|
fu@4217
|
895 |
|
|
fu@4217
|
896 |
.icons-container .contents {
|
|
fu@4217
|
897 |
padding: 0 1em;
|
|
fu@4217
|
898 |
}
|
|
fu@4217
|
899 |
|
|
fu@4217
|
900 |
.sorting-options ul {
|
|
fu@4217
|
901 |
padding-left: 0;
|
|
fu@4217
|
902 |
}
|
|
fu@4217
|
903 |
|
|
fu@4217
|
904 |
.sorting-options ul li {
|
|
fu@4217
|
905 |
display: inline;
|
|
fu@4217
|
906 |
list-style: none;
|
|
fu@4217
|
907 |
}
|
|
fu@4217
|
908 |
|
|
fu@4217
|
909 |
.page-icons .comment {
|
|
fu@4217
|
910 |
border: none;
|
|
fu@4217
|
911 |
margin: 0;
|
|
fu@4217
|
912 |
}
|
|
fu@4217
|
913 |
|
|
fu@4217
|
914 |
.page-icons .icon {
|
|
fu@4217
|
915 |
margin: 1em 0;
|
|
fu@4217
|
916 |
}
|
|
fu@4217
|
917 |
|
|
fu@4217
|
918 |
.icon-image {
|
|
fu@4217
|
919 |
float: left;
|
|
fu@4217
|
920 |
clear: left;
|
|
fu@4217
|
921 |
margin-bottom: .25em;
|
|
fu@4217
|
922 |
min-width: 100px;
|
|
fu@4217
|
923 |
padding-right: 1em;
|
|
fu@4217
|
924 |
}
|
|
fu@4217
|
925 |
|
|
fu@4217
|
926 |
.icon-info {
|
|
fu@4217
|
927 |
min-height: 100px;
|
|
fu@4217
|
928 |
}
|
|
fu@4217
|
929 |
|
|
fu@4217
|
930 |
.icon-info span {
|
|
fu@4217
|
931 |
font-weight: bold;
|
|
fu@4217
|
932 |
}
|
|
fu@4217
|
933 |
|
|
fu@4217
|
934 |
.icon-info .default {
|
|
fu@4217
|
935 |
text-decoration: underline;
|
|
fu@4217
|
936 |
}
|
|
fu@4217
|
937 |
|
|
fu@4217
|
938 |
.icon-info .keywords ul {
|
|
fu@4217
|
939 |
display: inline;
|
|
fu@4217
|
940 |
padding-left: 0;
|
|
fu@4217
|
941 |
}
|
|
fu@4217
|
942 |
|
|
fu@4217
|
943 |
.icon-info .keywords ul li {
|
|
fu@4217
|
944 |
display: inline;
|
|
fu@4217
|
945 |
list-style: none;
|
|
fu@4240
|
946 |
padding: 0 .25em 0 0;
|
|
fu@4217
|
947 |
}
|
|
fu@4217
|
948 |
|
|
fu@4217
|
949 |
.icons-container .manage-link {
|
|
fu@4217
|
950 |
border-top: 0.083em solid $*color_page_border;
|
|
fu@4217
|
951 |
margin-top: .5em;
|
|
fu@4217
|
952 |
padding: .5em 0 .5em 1em;
|
|
fu@4217
|
953 |
}
|
|
fu@4217
|
954 |
|
|
afuna@1560
|
955 |
/* ====================== ARCHIVE PAGES ======================= */
|
|
afuna@1560
|
956 |
|
|
afuna@1560
|
957 |
#archive-year .header h3 {font-size: 1.667em; border: 0.083em solid $*color_page_border; border-left: 0; border-right: 0; padding: 0.583em; margin: 0; }
|
|
afuna@1560
|
958 |
|
|
afuna@1560
|
959 |
.month caption { display: none; }
|
|
afuna@1560
|
960 |
|
|
afuna@1560
|
961 |
table.month {width: 100%; text-align: center; }
|
|
afuna@1560
|
962 |
.month th {padding: 0.833em 0 0 0; border-color: $*color_page_border !important; }
|
|
afuna@1560
|
963 |
.month td {border-top: 0.083em solid $*color_page_border; border-color: $*color_page_border !important; width: 14%; }
|
|
afuna@1560
|
964 |
.month tr > td + td + td + td + td + td {width: 15% !important;}
|
|
afuna@1560
|
965 |
|
|
afuna@1560
|
966 |
.day-has-entries span {float: left; margin: 0; width: 50%; padding: 0 0 0 25%;}
|
|
afuna@1560
|
967 |
.day-has-entries p{text-align: right; margin: 0; padding: 0 !important; }
|
|
afuna@1560
|
968 |
|
|
afuna@1560
|
969 |
#archive-year .footer .inner {text-align: right; padding: 0 1em 0 0; }
|
|
afuna@1560
|
970 |
|
|
afuna@1560
|
971 |
#archive-month dd, #archive-month dl {margin: 0; padding: 0; }
|
|
afuna@1560
|
972 |
#archive-month h3.entry-title {border: 0; font-size: 1em; font-weight: bold; display: block; border-bottom: 0.083em solid $*color_page_border;}
|
|
afuna@1560
|
973 |
#archive-month dt {border-top: 0.083em solid $*color_page_border; font-size: 1.667em; padding: 0 0 0 0.833em; }
|
|
afuna@1560
|
974 |
|
|
afuna@1560
|
975 |
#archive-month ul {border-top: 0.083em solid $*color_page_border;}
|
|
afuna@1560
|
976 |
|
|
afuna@1560
|
977 |
/* ====================== EXTRAS ======================= */
|
|
afuna@1560
|
978 |
|
|
afuna@1560
|
979 |
#lj_controlstrip {width: 100%; }
|
|
afuna@1560
|
980 |
|
|
afuna@1560
|
981 |
#lj_controlstrip td{border-right: 0.083em solid $*color_page_border; background: $*color_module_background; color: $*color_page_text; font-size: 1em; border-bottom: 0.083em solid $*color_page_border;}
|
|
afuna@1560
|
982 |
#lj_controlstrip a {color: $*color_page_link;}
|
|
afuna@1560
|
983 |
#lj_controlstrip a:visited {color: $*color_page_link_visited;}
|
|
afuna@1560
|
984 |
#lj_controlstrip a:active {color: $*color_page_link_active;}
|
|
afuna@1560
|
985 |
#lj_controlstrip a:hover, #lj_controlstrip a:visited:hover, #lj_controlstrip a:active:hover { color: $*color_page_link_hover; }
|
|
afuna@1560
|
986 |
|
|
afuna@1560
|
987 |
#lj_controlstrip_statustext {color: $*color_page_text; }
|
|
afuna@1560
|
988 |
|
|
afuna@1560
|
989 |
#lj_controlstrip table td {border: 0;}
|
|
afuna@1560
|
990 |
|
|
afuna@1560
|
991 |
div.ContextualPopup {border: 0.083em solid $*color_page_border; background: $*color_entry_background; padding: 0.583em;}
|
|
afuna@1560
|
992 |
div.ContextualPopup div.Inner {border: 0; }
|
|
afuna@1560
|
993 |
div.ContextualPopup .Userpic {border: 0.083em solid $*color_page_border; padding: 0.25em; }
|
|
fu@2494
|
994 |
|
|
fu@2494
|
995 |
$userpic_css
|
|
fu@2494
|
996 |
|
|
afuna@1560
|
997 |
""";
|
|
afuna@1560
|
998 |
}
|