layerinfo "type" = "layout"; layerinfo "name" = "Tabula Rasa"; layerinfo redist_uniq = "core2base/layout"; ##=============================== ## Presentation ##=============================== propgroup presentation { property use layout_type; property use num_items_recent; property use num_items_reading; property use use_custom_friend_colors; property use use_shared_pic; property use use_journalstyle_entry_page; property use margins_size; property use margins_unit; property use sidebar_width; property use sidebar_width_doubled; property use medium_breakpoint_width; property use large_breakpoint_width; property use custom_control_strip_colors; property use reverse_sortorder_group; property use reg_firstdayofweek; property use tags_page_type; property use num_items_icons; property use icons_page_sort; property use all_entrysubjects; property use all_commentsubjects; property use entry_datetime_format_group; property use comment_datetime_format_group; property use userpics_style_group; property use userpics_position; property use entry_metadata_position; property use userlite_interaction_links; property use entry_management_links; property use comment_management_links; } set layout_type = "one-column"; set sidebar_width = "15em"; set sidebar_width_doubled = "30em"; set userpics_position = "left"; set use_custom_friend_colors = false; set custom_foreground_element = "userpic_border"; set custom_background_element = "userpic_background"; ##=============================== ## Colors ##=============================== propgroup colors { property use color_page_background; property use color_page_text; property use color_page_link; property use color_page_link_active; property use color_page_link_hover; property use color_page_link_visited; property use color_page_border; property use color_module_background; property use color_module_text; property use color_module_link; property use color_module_link_active; property use color_module_link_hover; property use color_module_link_visited; property use color_module_title_background; property use color_module_title; property use color_module_border; property use color_header_background; property use color_page_title; property use color_footer_background; property use color_footer_link; property use color_footer_link_active; property use color_footer_link_hover; property use color_footer_link_visited; property use color_entry_background; property use color_entry_text; property use color_entry_link; property use color_entry_link_active; property use color_entry_link_hover; property use color_entry_link_visited; property use color_entry_title_background; property use color_entry_title; property use color_entry_interaction_links; property use color_entry_interaction_links_active; property use color_entry_interaction_links_hover; property use color_entry_interaction_links_visited; property use color_entry_border; property use color_comment_title_background; property use color_comment_title; property use control_strip_bgcolor; property use control_strip_fgcolor; property use control_strip_bordercolor; property use control_strip_linkcolor; } ##=============================== ## Fonts ##=============================== propgroup fonts { property use font_base; property use font_fallback; property use font_base_size; property use font_base_units; property use font_module_heading; property use font_module_heading_size; property use font_module_heading_units; property use font_module_text; property use font_module_text_size; property use font_module_text_units; property use font_journal_title; property use font_journal_title_size; property use font_journal_title_units; property use font_journal_subtitle; property use font_journal_subtitle_size; property use font_journal_subtitle_units; property use font_entry_title; property use font_entry_title_size; property use font_entry_title_units; property use font_comment_title; property use font_comment_title_size; property use font_comment_title_units; property use font_sources; } set font_base = ""; set font_fallback = ""; set font_base_size = "100"; set font_base_units = "%"; ##=============================== ## Images ##=============================== propgroup images { property use image_background_page_group; property use image_background_module_group; property use image_background_header_group; property use image_background_header_height; property use image_background_entry_group; } ##=============================== ## Modules ##=============================== propgroup modules { property use module_userprofile_group; property use module_navlinks_group; property use module_calendar_group; property use module_links_group; property use module_syndicate_group; property use module_tags_group; property use module_pagesummary_group; property use module_active_group; property use module_time_group; property use module_poweredby_group; property use module_customtext_group; property use module_credit_group; property use module_search_group; property use module_cuttagcontrols_group; property use module_subscriptionfilters_group; } # Explicitly define what sections the layout has available set module_layout_sections = "none|(none)|one|Main Module Section|two|Secondary Module Section"; ##=============================== ## Text ##=============================== propgroup text { property use text_module_userprofile; property use text_module_links; property use text_module_syndicate; property use text_module_tags; property use text_module_popular_tags; property use text_module_pagesummary; property use text_module_active_entries; property use text_module_customtext; property use text_module_customtext_url; property use text_module_customtext_content; property use text_module_credit; property use text_module_search; property use text_module_cuttagcontrols; property use text_module_subscriptionfilters; property use text_view_recent; property use text_view_archive; property use text_view_friends; property use text_view_friends_comm; property use text_view_network; property use text_view_tags; property use text_view_memories; property use text_view_userinfo; property use text_entry_prev; property use text_entry_next; property use text_edit_entry; property use text_edit_tags; property use text_mem_add; property use text_tell_friend; property use text_watch_comments; property use text_unwatch_comments; property use text_read_comments; property use text_read_comments_friends; property use text_read_comments_screened_visible; property use text_read_comments_screened; property use text_post_comment; property use text_post_comment_friends; property use text_permalink; property use text_meta_location; property use text_meta_mood; property use text_meta_music; property use text_meta_xpost; property use text_tags; property use text_stickyentry_subject; property use text_max_comments; property use text_skiplinks_back; property use text_skiplinks_forward; } ##=============================== ## Custom CSS ##=============================== propgroup customcss { property use external_stylesheet; property use include_default_stylesheet; property use linked_stylesheet; property use custom_css; } function Page::print_default_stylesheet() { var string medium_media_query = generate_medium_media_query(); var string large_media_query = generate_large_media_query(); var string page_background = generate_background_css ($*image_background_page_url, $*image_background_page_repeat, $*image_background_page_position, $*color_page_background); var string header_background = generate_background_css ($*image_background_header_url, $*image_background_header_repeat, $*image_background_header_position, $*color_header_background); if ($*image_background_header_height > 0) { $header_background = """ $header_background height: """ + $*image_background_header_height + """px;"""; } var string footer_background = generate_background_css( "", "", "", $*color_footer_background ); var string footer_link_colors = generate_color_css( $*color_footer_link, new Color, new Color ); var string footer_link_active_colors = generate_color_css( $*color_footer_link_active, new Color, new Color ); var string footer_link_hover_colors = generate_color_css( $*color_footer_link_hover, new Color, new Color ); var string footer_link_visited_colors = generate_color_css( $*color_footer_link_visited, new Color, new Color ); var string entry_background = generate_background_css ($*image_background_entry_url, $*image_background_entry_repeat, $*image_background_entry_position, $*color_entry_background); var string module_background = generate_background_css ($*image_background_module_url, $*image_background_module_repeat, $*image_background_module_position, $*color_module_background); var string page_colors = generate_color_css($*color_page_text, $*color_page_background, $*color_page_border); var string entry_colors = generate_color_css($*color_entry_text, $*color_entry_background, $*color_entry_border); var string module_colors = generate_color_css($*color_module_text, $*color_module_background, $*color_module_border); var string page_title_colors = generate_color_css($*color_page_title, new Color, new Color); var string entry_title_colors = generate_color_css($*color_entry_title, $*color_entry_title_background, new Color); var string comment_title_colors = generate_color_css($*color_comment_title, $*color_comment_title_background, new Color); var string module_title_colors = generate_color_css($*color_module_title, $*color_module_title_background, new Color); var string page_link_colors = generate_color_css($*color_page_link, new Color, new Color); var string page_link_active_colors = generate_color_css($*color_page_link_active, new Color, new Color); var string page_link_hover_colors = generate_color_css($*color_page_link_hover, new Color, new Color); var string page_link_visited_colors = generate_color_css($*color_page_link_visited, new Color, new Color); var string entry_link_colors = generate_color_css($*color_entry_link, new Color, new Color); var string entry_link_active_colors = generate_color_css($*color_entry_link_active, new Color, new Color); var string entry_link_hover_colors = generate_color_css($*color_entry_link_hover, new Color, new Color); var string entry_link_visited_colors = generate_color_css($*color_entry_link_visited, new Color, new Color); var string entry_interaction_link_colors = generate_color_css($*color_entry_interaction_links, new Color, new Color); var string entry_interaction_link_active_colors = generate_color_css($*color_entry_interaction_links_active, new Color, new Color); var string entry_interaction_link_hover_colors = generate_color_css($*color_entry_interaction_links_hover, new Color, new Color); var string entry_interaction_link_visited_colors = generate_color_css($*color_entry_interaction_links_visited, new Color, new Color); var string module_link_colors = generate_color_css($*color_module_link, new Color, new Color); var string module_link_active_colors = generate_color_css($*color_module_link_active, new Color, new Color); var string module_link_hover_colors = generate_color_css($*color_module_link_hover, new Color, new Color); var string module_link_visited_colors = generate_color_css($*color_module_link_visited, new Color, new Color); var string page_font = generate_font_css("", $*font_base, $*font_fallback, $*font_base_size, $*font_base_units); var string page_title_font = generate_font_css($*font_journal_title, $*font_base, $*font_fallback, $*font_journal_title_size, $*font_journal_title_units); var string page_subtitle_font = generate_font_css($*font_journal_subtitle, $*font_base, $*font_fallback, $*font_journal_subtitle_size, $*font_journal_subtitle_units); var string entry_title_font = generate_font_css($*font_entry_title, $*font_base, $*font_fallback, $*font_entry_title_size, $*font_entry_title_units); var string comment_title_font = generate_font_css($*font_comment_title, $*font_base, $*font_fallback, $*font_comment_title_size, $*font_comment_title_units); var string module_font = generate_font_css($*font_module_text, $*font_base, $*font_fallback, $*font_module_text_size, $*font_module_text_units); var string module_title_font = generate_font_css($*font_module_heading, $*font_base, $*font_fallback, $*font_module_heading_size, $*font_module_heading_units); var string userpic_css = ""; if ($*userpics_position == "right") { $userpic_css = """ .entry .userpic, .comment .userpic { text-align: right; } """; } print_custom_control_strip_css(); """ H1, H2, H3 { margin: .25em 0; padding: .25em 0; } img { border: none; } hr { display: none; } .entry-content hr, .comment-content hr { display: block; margin: 1em 10%; } body { $page_font padding: 0; $page_background $page_colors } html body { margin-left: $*margins_size$*margins_unit; margin-right: $*margins_size$*margins_unit; } a { $page_link_colors } a:visited { $page_link_visited_colors } a:hover { $page_link_hover_colors } a:active { $page_link_active_colors } q { font-style: italic; } /* #content layout */ #content { float: none; } @media $medium_media_query { .two-columns-left #content, .three-columns-sides #content { border-left: $*sidebar_width solid transparent; } .two-columns-right #content, .three-columns-sides #content { border-right: $*sidebar_width solid transparent; } .three-columns-left #content { border-left: $*sidebar_width_doubled solid transparent; } .three-columns-right #content { border-right: $*sidebar_width_doubled solid transparent; } .column-right #content { min-width: $*sidebar_width; /* prevents sidebar overlap of entry, when entry becomes narrower than sidebar */ } } #content-footer { height: 0; font-size: 0; /*to make IE happy*/ clear: both; } #header, #footer { margin: 0; clear: both; padding: .5em; } #header { $header_background $page_title_colors } h1#title { $page_title_font } h2#subtitle, h2#pagetitle { $page_subtitle_font } #footer { $footer_background } #footer a { $footer_link_colors } #footer a:visited { $footer_link_visited_colors } #footer a:hover { $footer_link_hover_colors } #footer a:active { $footer_link_active_colors } #primary { width:100%; margin-right:-100%; margin-left: 0; } #primary > .inner:first-child, #secondary > .inner:first-child, #tertiary > .inner:first-child { padding: 1em; } /* modules layout */ #primary { float: none; } #secondary, #tertiary { width: 100%; } @media $medium_media_query { .multiple-columns #primary { float: left; } .two-columns-left #secondary, .three-columns-sides #secondary { float: left; width: $*sidebar_width; margin-left: -$*sidebar_width; } .two-columns-right #secondary { float: right; width: $*sidebar_width; margin-right: -$*sidebar_width; } .three-columns-left #secondary { float: left; width: $*sidebar_width; margin-left: -$*sidebar_width_doubled; } .three-columns-right #secondary { float: right; width: $*sidebar_width; margin-right: -$*sidebar_width; } .two-columns #tertiary { clear: both; width: auto; } .two-columns-left #tertiary { margin-left: -$*sidebar_width; } .two-columns-right #tertiary { margin-right: -$*sidebar_width; } .two-columns #tertiary .module { float: left; width: $*sidebar_width; } .three-columns-left #tertiary { float: left; width: $*sidebar_width; margin-left: -$*sidebar_width; } .three-columns-right #tertiary { float: right; width: $*sidebar_width; margin-right: -$*sidebar_width_doubled; margin-left: $*sidebar_width; /* so that #tertiary won't overlay #secondary in IE7 */ } .three-columns-sides #tertiary { float: right; width: $*sidebar_width; margin-right: -$*sidebar_width; } } .navigation ul { margin-left: 0; padding-left: 0; } .navigation li { display: inline; padding: 0 .5em; } .noentries { padding: 0 .5em; } /* entries */ .entry { $entry_background $entry_colors } .entry .entry-title { $entry_title_font } .entry .entry-title, .entry .entry-title a { $entry_title_colors } .no-subject .entry .entry-title { background: none; border: none; } .entry a { $entry_link_colors } .entry a:visited { $entry_link_visited_colors } .entry a:hover { $entry_link_hover_colors } .entry a:active { $entry_link_active_colors } /* ensure comment content stretches out horizontally so it's readable */ .comment-content:before { content: ""; display: block; overflow: hidden; width: 10em; } .comment-content { border-top: 1px transparent solid; } /* for firefox */ /* To prevent overlapping when icon's on the left */ /* and list is the first thing in content */ .entry-content li, .comment-content li { list-style-position: inside; } /* To constrain the width and prevent layout breaking */ .entry-content img, .comment-content img { max-width: 100%; height: auto; } @media $large_media_query { .entry-content img, .comment-content img { max-width: none; } } .metadata ul { display: inline; list-style: none; margin-left: .5em; padding-left: 0; } .metadata li { margin-bottom: .5em; } .metadata.top-metadata ul { margin: 0; } .metadata.top-metadata { margin-bottom: 1em; } .tag ul { display: inline; margin-left: 0; padding-left: 0; } .tag ul li { display: inline; } /* same for month view */ ul.entry-management-links { margin-left: 0; padding-left: 0; } ul.entry-management-links li { display: inline; padding: 0 .25em; } ul.entry-interaction-links { margin-left: 0; padding-left: 0; text-align: right; } .entry-interaction-links a, .entry-management-links a { $entry_interaction_link_colors } .entry-interaction-links a:visited, .entry-management-links a:visited { $entry_interaction_link_visited_colors } .entry-interaction-links a:hover, .entry-management-links a:hover { $entry_interaction_link_hover_colors } .entry-interaction-links a:active, .entry-management-links a:active { $entry_interaction_link_active_colors } ul.entry-interaction-links li { display: inline; padding: 0 .25em; } /* comments */ .comment-posted {font-weight:bold;} .comment-wrapper { padding: .5em 0; min-width: 15em; } .comment .comment-title { $comment_title_font margin: 0; } .comment .comment-title, .comment .comment-title a { $comment_title_colors } .no-subject .comment .comment-title { background: none; border: none; } ul.comment-management-links { margin-left: 0; padding-left: 0; text-align: right; } ul.comment-management-links li { display: inline; padding: 0 .25em; } ul.comment-interaction-links { margin-left: 0; padding-left: 0; } ul.comment-interaction-links li { display: inline; padding: 0 .25em; } textarea#commenttext { width: 100%; /* fix for FF form width glitch */ } /* archive */ table.month { margin: 0 auto; border-collapse: collapse; } table.month td { height: 3.25em; } table.month td, table.month th { border: 1px solid; /* ? */ padding: 3px; } table.month td p { margin: 0; padding: 3px; } .month dl dt { font-weight: bold; } .month dl .time { padding-right: .5em; } .month dl h3 { display: inline; font-size: medium; } .page-month .month .entry-poster { margin-right: .5em; } .month dl .tag ul { margin-top: 0; } /* icons */ .sorting-options ul { margin-left: 0; } .sorting-options ul li { display: inline; } .icon-keywords ul { display: inline; margin-left: 0; padding-left: 0; } .icon-keywords ul li { display: inline; } /* modules */ .module { $module_background $module_colors } .module a { $module_link_colors } .module a:visited { $module_link_visited_colors } .module a:hover { $module_link_hover_colors } .module a:active { $module_link_active_colors } .module h2 { $module_title_colors $module_title_font } .module-content { $module_font } .module-content ul { list-style: outside; margin-left: 1em; padding-left: 0; } .module-content li { margin: .5em 0; } ul.userlite-interaction-links.icon-links { margin-left: 0; padding-left: 0; } ul.userlite-interaction-links.icon-links li { display: inline; padding: 0 .20em; } ul.userlite-interaction-links.text-links { text-align: left; } .any-column .module-calendar table { margin: 0; } .module-calendar .module-content { text-align: left; } @media $medium_media_query { .multiple-columns .module-calendar .module-content { text-align: center; } .multiple-columns .module-calendar table { margin: 0 auto; } .multiple-columns .module-syndicate .module-content { text-align: center; } } .module-calendar td { padding: 1px; } .module-calendar td a { display: block; padding: 2px; } .search-box { margin: .2em auto; max-width: 100%; } .search-form .search-box-item, .search-form .search-button-item { display: block } .search-form .comment_search_checkbox_item { display: inline } /* wrap long content, particularly openid usernames */ .module-pagesummary .ljuser { white-space: normal !important; } .module-pagesummary .module-content { word-wrap: break-word; } .module-credit .category-title { font-weight: bold; } .tags_cloud li, .module-tags_cloud li { display: inline; } $userpic_css """; } layerinfo type = "layout"; layerinfo name = "Dusty Foot"; layerinfo redist_uniq = "dustyfoot/layout"; layerinfo author_name = "timeasmymeasure"; layerinfo author_email = "timeasmymeasure@gmail.com"; layerinfo lang = "en"; set layout_authors = [ {"name" => "timeasmymeasure", "type" => "user"} ]; ##=============================== ## Presentation ##=============================== set layout_type = "two-columns-right"; set comment_userpic_style = "small"; set userpics_position = "right"; set entry_management_links = "text"; set comment_management_links = "text"; set custom_control_strip_colors = "on_no_gradient"; ##=============================== ## Colors ##=============================== propgroup colors_child { property Color color_entry_date { des = "Entry/Comment date color"; } property use color_header_link; property use color_header_link_active; property use color_header_link_visited; property use color_header_link_hover; } ##=============================== ## Modules ##=============================== property string module_navlinks_section_override { values = "none|(none)|header|Header|one|Main Module Section|two|Secondary Module Section"; grouped = 1; } set grouped_property_override = { "module_navlinks_section" => "module_navlinks_section_override" }; set module_navlinks_section = "header"; ##=============================== ## Fonts ##=============================== set font_base = "Arial"; set font_fallback = "sans-serif"; set font_base_size = "1"; set font_base_units = "em"; set font_journal_title_size = "1.667"; set font_journal_title_units = "em"; set font_entry_title_size = "1.334"; set font_entry_title_units = "em"; set font_comment_title_size = "1.334"; set font_comment_title_units = "em"; set font_module_heading_size = "1.167"; set font_module_heading_units = "em"; ##=============================== ## Layout ##=============================== function print_module_navlinks( bool apply_class_to_link ) { var Page p = get_page(); var string title = ($*module_navlinks_section == "header") or (($*layout_type == "two-columns-left" or $*layout_type == "two-columns-right") and $*module_navlinks_section == "two") ? "" : "Navigation"; open_module("navlinks", $title, ""); if ( $apply_class_to_link ) { var string[] links = []; foreach var string k ($p.views_order) { var string css = """ class="$k" """; if ($p.view == $k) { $css = """ class="current $k" """; } $links[size $links] = """"""+lang_viewname($k)+""""""; } print_module_list($links); } else { var string{}[] links = []; foreach var string k ($p.views_order) { var string class = $k; if ($p.view == $k) { $class = "current $k"; } $links[size $links] = { "class" => $class, "item" => """"""+lang_viewname($k)+"""""" }; } print_module_list($links); } close_module(); } function print_module_calendar() { var Page p = get_page(); var YearMonth mon = $p->get_latest_month(); if ($*module_calendar_opts_type=="horizontal") { var string title = (($*layout_type == "two-columns-left" or $*layout_type == "two-columns-right") and $*module_calendar_section == "two") ? "" : "Calendar"; open_module("calendar calendar-horizontal","$title", ""); print $mon->month_format("%%month%%", true); foreach var YearWeek week ($mon.weeks) { foreach var YearDay day ($week.days) { if ($day.num_entries > 0) { var string entries = get_plural_phrase($day.num_entries, "text_calendar_num_entries"); print """ $day.day"""; } else { print """ $day.day """; } } } print $mon->month_format("%%yyyy%%", true); close_module(); } else { open_module("calendar", $mon->month_format("", true), ""); println """"""; println ""; foreach var int d (weekdays()) { "\n"; } println ""; foreach var YearWeek week ($mon.weeks) { println ""; foreach var int i (1 .. $week.pre_empty) { print ""; } foreach var YearDay day ($week.days) { if ( $day.num_entries > 0) { var string entries = get_plural_phrase($day.num_entries, "text_calendar_num_entries"); print """"""; } else { print """"""; } } foreach var int i (1 .. $week.post_empty) { print ""; } println ""; } println """
"+$*lang_dayname_shorter[$d]+"
  $day.day$day.day 
"""; close_module(); } } function Page::print() { """\n\n\n"""; $this->print_meta_tags(); $this->print_head(); $this->print_stylesheets(); $this->print_head_title(); """"""; $this->print_wrapper_start(); $this->print_control_strip(); """
"""; if ($*layout_type == "one-column-split") { """
"""; $this->print_module_section("one"); """
"""; } """
"""; $this->print_body(); """
"""; if ($*layout_type != "one-column-split") { """
"""; $this->print_module_section("one"); """
"""; } """
"""; $this->print_module_section("two"); """
"""; """
"""; $this->print_wrapper_end(); """"""; } ##=============================== ## Stylesheet ##=============================== function print_stylesheet () { var string medium_media_query = generate_medium_media_query(); var string entry_header_margin = ""; if ( $*entry_userpic_style == "" ) { $entry_header_margin = "130px"; } elseif ( $*entry_userpic_style == "small" ) { $entry_header_margin = "105px"; } elseif ( $*entry_userpic_style == "smaller" ) { $entry_header_margin = "80px"; } var string comment_header_margin = ""; if ( $*comment_userpic_style == "" ) { $comment_header_margin = "130px"; } elseif ( $*comment_userpic_style == "small" ) { $comment_header_margin = "105px"; } elseif ( $*comment_userpic_style == "smaller" ) { $comment_header_margin = "80px"; } var string userpic_css = ""; if($*userpics_position == "left") { $userpic_css = """ .has-userpic .entry .header { margin-left: $entry_header_margin; } .has-userpic .comment .header { margin-left: $comment_header_margin; } .has-userpic .entry .userpic, .has-userpic .comment .userpic { float: left; margin-left: 10px; margin-right: 10px; } """; } elseif($*userpics_position == "right") { $userpic_css = """ .has-userpic .entry .header { margin-right: $entry_header_margin; } .has-userpic .comment .header { margin-right: $comment_header_margin; } .has-userpic .entry .userpic, .has-userpic .comment .userpic { float: right; margin-left: 10px; margin-right: 10px; } """; } """ /* Dusty Foot */ /* by timeasmymeasure*/ /* Main ***************************************************************************/ * { margin: 0; padding: 0; } body { line-height: 140%; margin: 0; } a, a:link, a:visited { text-decoration: none; } img { border: none; } p { margin: 1em 0; } blockquote { background: $*color_module_background; color: $*color_module_text; border-left: 15px solid $*color_entry_border; margin: 15px 15px 15px 50px; padding: 10px; width: 65%; } code, kbd, pre, tt, textarea { font-family: monospace; } ul { list-style-type: disc; margin-left: 50px; } ol { list-style-type: decimal-leading-zero; margin-left: 50px; } /* Page Containers ***************************************************************************/ #canvas { margin: 0 auto; width: 87%; } #content { background-color: $*color_entry_background; color: $*color_entry_text; } #content a { color: $*color_entry_link; } #content a:visited { color: $*color_entry_link_visited; } #content a:hover { color: $*color_entry_link_hover; } #content a:active { color: $*color_entry_link_active; } #primary > .inner:first-child { padding: 0; } #secondary, .any-column #tertiary { background-color: $*color_module_background; color: $*color_module_text; } @media $medium_media_query { .two-columns #tertiary { background-color: transparent; } } #secondary > .inner:first-child, #tertiary > .inner:first-child { padding: 0; } /* Header ***************************************************************************/ h1#title { margin: 0; padding: 10px 0 0 10px; text-transform: uppercase; } h2#subtitle { margin: 0; padding: 0 0 0 10px; text-transform: lowercase; } h2#pagetitle { margin: 0; padding: 10px; font-variant: small-caps; font-weight: lighter; } #header .module-navlinks { background: $*color_header_background; text-align: right; text-transform: uppercase; } #header .module-navlinks ul { margin: 0; padding: 0; } #header .module-navlinks li { display: inline; padding: 10px; } #header h1#title a { color: $*color_page_title; } #header .module-navlinks li a { color: $*color_header_link; } #header .module-navlinks li a:visited { color: $*color_header_link_visited ; } #header h1#title a:hover, #header .module-navlinks li a:hover { color: $*color_header_link_hover; } #header h1#title a:active, #header .module-navlinks li a:active { color: $*color_header_link_active; } /* Navigation ***************************************************************************/ .navigation { margin: 0; font-size: .9em; padding: 10px; text-align: left; text-transform: uppercase; } .navigation li { padding: 5px; } .navigation .page-back a:before, .navigation .page-forward a:after { vertical-align: 40%; } /* Entries and Comments ***************************************************************************/ .entry, .text_noentries_day { border: none; border-bottom: 5px solid $*color_entry_border; margin: 0 10px 20px; padding: 10px 0; } .text_noentries_day { margin-bottom: 20px; margin-top: 20px; } .entry-content { margin: 0 0 1em; } .entry-title { font-variant: small-caps; margin: 0; padding: 0; } /* Restore colors overridden by #content */ #content .entry .entry-title, #content .entry .entry-title a { color: $*color_entry_title; } .datetime { font-size: .8em; color: $*color_entry_date; text-transform: uppercase; } #content .datetime a { color: $*color_entry_date; } .day-date { padding: 0 0 0 .5em; } .entry-poster { border-bottom: 1px solid $*color_entry_border; display: block; margin-bottom: 10px; } .has-userpic .entry .userpic { margin-top: -1.5em; } .entry .userpic img { border: 5px solid $*color_header_background; } .entry .metadata.bottom-metadata { clear: both; } .entry .footer { clear: both; text-align: center; text-transform: uppercase; } .entry-management-links, .entry-interaction-links, .comment-management-links, .comment-interaction-links { display: inline; text-align: right; } .entry-management-links li, .entry-interaction-links li, .comment-management-links li, .comment-interaction-links li { padding: 5px; } #content .entry-management-links.text-links li a, #content .entry-interaction-links li a, #content .comment-management-links.text-links li a, #content .comment-interaction-links li a { color: $*color_entry_interaction_links; } .entry-management-links.text-links li a, .comment-management-links.text-links li a, .comment-interaction-links.text-links .thread a { background-image: url($*STYLES_IMGDIR/transmogrified/permalink.gif); background-repeat: no-repeat; background-position: 0% 50%; padding-left: 14px; } .entry-management-links.text-links .edit_entry a, .comment-management-links.text-links .delete_comment a, .comment-management-links.text-links .edit_comment a { background-image: url($*STYLES_IMGDIR/transmogrified/edit.gif); } .entry-management-links.text-links .edit_tags a, .comment-interaction-links .parent a { background-image: url($*STYLES_IMGDIR/transmogrified/tag.gif); } .entry-management-links.text-links .mem_add a, .entry-management-links.text-links .watch_comments a, .comment-management-links.text-links .watch_thread a { background-image: url($*STYLES_IMGDIR/transmogrified/memories.gif); } .entry-management-links.text-links .link_prev a { background-image: url($*STYLES_IMGDIR/transmogrified/previous.gif); } .entry-management-links.text-links .link_next a { background-image: url($*STYLES_IMGDIR/transmogrified/next.gif); } .entry-interaction-links li a, .comment-interaction-links li a, .entry-management-links.text-links .tell_friend a { background-image: url($*STYLES_IMGDIR/transmogrified/comment.gif); background-repeat: no-repeat; background-position: 0% 50%; display: inline; padding-left: 14px; } .comment-management-links.text-links .delete_comment a { background-image: url($*STYLES_IMGDIR/transmogrified/delete.gif); } .text_noentries_day { margin-top: 20px; margin-bottom: 20px; } .tag { border-bottom: 1px solid $*color_entry_border; font-size: .8em; margin: 1em 0 1em .5em; text-align: left; } .metadata { line-height: 100%; font-size: .8em; padding: 5px; text-align: left; text-transform: uppercase; } .metadata.bottom-metadata { border-top: 1px solid $*color_entry_border; margin-top: 1em; } .metadata.top-metadata { border-bottom: 1px solid $*color_entry_border; } .metadata .metadata-item, #content .metadata a, #content .tag a { background-color: $*color_entry_title_background; color: $*color_entry_title; } .footer li, .entry .metadata li, .tag li { margin-left: 0 !important; } /* Comments ***************************************************************************/ .comment-wrapper .comment { border-bottom: 5px solid $*color_entry_border; margin-bottom: 20px; margin-right: 10px; padding: 10px; background-color: $*color_entry_background; } #content .comment-wrapper .comment-title, #content .comment-wrapper .comment-title a { color: $*color_comment_title; font-variant: small-caps; letter-spacing: .1em; } .has-userpic .comment .userpic { margin-top: -1em; } .comment .userpic img { border: 5px solid $*color_header_background; } .comment-poster { border-bottom: 1px solid $*color_entry_border; display: block; margin-bottom: 10px; } .comment .footer { margin-top: 15px; text-align: center; text-transform:uppercase; } .page-reply .entry-wrapper { margin-top: 20px; } #postform { border: 1px solid $*color_entry_border; margin: 20px; } #commenttext { width: 80%; } .poster-ip { color: $*color_entry_date; text-transform: uppercase; } .comment-pages { padding: 5px; } /* Archive Pages ***************************************************************************/ .month-wrapper, #archive-month dl { border: 1px solid $*color_entry_border; margin: 20px; padding: 10px; } .month-wrapper h3 { color: $*color_entry_title; font-variant: small-caps; } .month table { margin: auto; width: 90%; } .month table th { border: 1px solid $*color_entry_border; color: $*color_page_link; padding: 5px; text-align: center; } .month table td { border: 1px solid $*color_entry_border; border: none; } .month caption { display: none; } .month .day { border: 1px solid $*color_entry_border; padding: 5px; } .day-has-entries { background-color: $*color_module_background; color: $*color_module_text; padding: 2px; } #content .day-has-entries a { color: $*color_module_link; } #content .day-has-entries a:visited { color: $*color_module_link_visited; } #content .day-has-entries a:hover { color: $*color_module_link_hover; } #content .day-has-entries a:active { color: $*color_module_link_active; } .day-empty { border: 1px solid $*color_entry_border; } .month .day-has-entries a { font-size: 1.25em; font-weight: bold; } .day-has-entries p { margin: 3px !important; text-align: right; } .month .footer { margin: auto; text-align: center; width: 90%; } #archive-month dt { font-weight: bold; } #archive-month .entry-title { display: inline-block; padding-left: 5px; } /* Tags Page ***************************************************************************/ .page-tags .tags-container { margin: 10px 10px 0 10px; } .page-tags .tags-container h2 { border-bottom: 1px solid $*color_entry_border; color: $*color_entry_title; font-variant: small-caps; margin-bottom: 10px; } .page-tags .tags-container ul li { list-style: disc; margin-left: 50px; padding: 5px; } /* Icons Page ***************************************************************************/ .icons-container { margin: 10px 10px 0 10px; } .icons-container h2 { border-bottom: 1px solid $*color_entry_border; color: $*color_entry_title; font-variant: small-caps; margin-bottom: 10px; } .sorting-options ul { padding-left: 0; } .icons-container .icon { margin: 1em 0; } .icon-image { float: left; clear: left; margin-bottom: .25em; min-width: 100px; padding-right: 1em; } .icon-info { min-height: 100px; } .icon-info span { font-weight: bold; } .icon-info .default { text-decoration: underline; } /* Modules ***************************************************************************/ .module-header { border-bottom: 1px solid $*color_header_background; font-variant: small-caps; } /* Restore colors overridden by #content */ #content .module a { color: $*color_module_link; } #content .module a:visited { color: $*color_module_link_visited; } #content .module a:hover { color: $*color_module_link_hover; } #content .module a:active { color: $*color_module_link_active; } #content .module-header a { color: $*color_module_title; } .module-section-one ul, .module-section-two ul { list-style: none; margin: 0; } .module-section-one li, .module-section-two li { padding: 2px 0 0 5px; text-transform: lowercase; } .module-section-one .module, .module-section-two .module { margin: 10px 10px 10px 20px; } @media $medium_media_query { .two-columns #tertiary .module-section-two .module-header, .two-columns #tertiary .module-section-two .module-content { margin: 10px 10px 10px 20px; } } .module-userprofile .module-content { text-align: center; } .module-userprofile .userpic img { border: 5px solid $*color_header_background; text-align: center; } .module-userprofile ul { margin-top: 20px; } .module-userprofile .icon-links li { padding: 5px; } .module-credit .module-content { text-align: center; } .module-calendar table { font-size: .7em; margin: auto; text-align: center; width: 100%; } .empty-day { padding: 5px; } .entry-day { background-color: $*color_header_background; color: $*color_page_title; padding: 5px; } #content .entry-day a { color: $*color_header_link; text-decoration: none; } #content .entry-day a:visited { color: $*color_header_link_visited; } #content .entry-day a:hover { color: $*color_header_link_hover; text-decoration: underline; } #content .entry-day a:active { color: $*color_header_link_active; text-decoration: underline; } /* Footer ***************************************************************************/ #footer { text-align: center; } /* Contextual Pop-ups ***************************************************************************/ .ContextualPopup { background: $*color_entry_background; border: 1px solid $*color_header_background !important; border-radius: 0; color: $*color_entry_text; } div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited { text-decoration: none; } .ContextualPopup a { color: $*color_entry_link; } .ContextualPopup a:visited { color: $*color_entry_link_visited; } .ContextualPopup a:hover { color: $*color_entry_link_hover; } .ContextualPopup a:active { color: $*color_entry_link_active; } .ContextualPopup .Userpic { background: $*color_header_background; margin: 5px; padding: 5px; } .ContextualPopup .Relation { text-transform: lowercase; } $userpic_css """; }