layerinfo type = "theme"; layerinfo name = "Terra Prima"; layerinfo redist_uniq = "pattern/terraprima"; layerinfo author_name = "ninetydegrees"; set layout_resources = [ { "name" => "Subtle Patterns", "url" => "http://subtlepatterns.com/" }, { "name" => "N.K.Narasimhan", "url" => "https://thenounproject.com/" }, { "name" => "Cagri Yurtbasi", "url" => "https://thenounproject.com/" } ]; ##=============================== ## Settings ##=============================== set layout_type = "three-columns-left"; set sidebar_width = "12em"; set sidebar_width_doubled = "24em"; set content_margins = 15; set module_subscriptionfilters_section = "one"; set module_active_section = "two"; set module_links_section = "two"; set module_tags_section = "one"; set module_pagesummary_section = "two"; set module_time_section = "one"; ##=============================== ## Page Colors ##=============================== set color_page_background = "#47382E"; set color_page_link = "#a7856b"; set color_page_link_active = "#d0a585"; set color_page_link_hover = "#d0a585"; set color_page_link_visited = "#a7856b"; set color_page_text = "#fefefe"; ##=============================== ## Images ##=============================== set image_background_page_url = "pattern/terraprima_bkg.png"; set image_background_subject_height = 64; set image_background_subject_url = "pattern/terraprima_subj.png"; set image_background_subject_width = 36; set image_background_tags_height = 30; set image_background_tags_url = "pattern/terraprima_tags.png"; set image_background_tags_width = 32; ##=============================== ## Stylesheet ##=============================== function Page::print_theme_stylesheet() { """ #header { background: linear-gradient(top, rgba(13,10,8,1) 0%, rgba(13,10,8,.001) 100%); background: -moz-linear-gradient(top, rgba(13,10,8,1) 0%, rgba(13,10,8,.001) 100%); background: -o-linear-gradient(top, rgba(13,10,8,1) 0%, rgba(13,10,8,.001) 100%); background: -webkit-linear-gradient(top, rgba(13,10,8,1) 0%, rgba(13,10,8,.001) 100%); } #footer { background: linear-gradient(bottom, rgba(13,10,8,1) 0%, rgba(13,10,8,.001) 100%); background: -moz-linear-gradient(bottom, rgba(13,10,8,1) 0%, rgba(13,10,8,.001) 100%); background: -o-linear-gradient(bottom, rgba(13,10,8,1) 0%, rgba(13,10,8,.001) 100%); background: -webkit-linear-gradient(bottom, rgba(13,10,8,1) 0%, rgba(13,10,8,.001) 100%); } """; }