Skip to content

Instantly share code, notes, and snippets.

@rshatch
Created June 9, 2017 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rshatch/89fffccea1eaeb4764d51795e7fc62a7 to your computer and use it in GitHub Desktop.
Save rshatch/89fffccea1eaeb4764d51795e7fc62a7 to your computer and use it in GitHub Desktop.
layerinfo type = "theme";
layerinfo name = "Starflower";
layerinfo author_name = "branchandroot";
layerinfo redist_uniq = "mobility/starflower";
set layout_resources = [ { "name" => "Dire Side of Blue", "url" => "http://www.colourlovers.com/palette/363737/dire_side_of_blue",
"name" => "Rounded Star 005", "url" => "http://openclipart.org/user-detail/rosros"} ];
##===============================
## Page Colors
##===============================
set color_page_background = "#0d3d70";
set color_page_text = "#fcfcff";
set color_page_link = "#80b1e5";
set color_page_link_active = "#0cc";
set color_page_link_hover = "#0cc";
set color_page_link_visited = "#5285bC";
set color_header_background = "#022245";
set color_header_footer_border = "#36689e";
set color_footer_background = "#022245";
##===============================
## Entry Colors
##===============================
set color_entry_background = "#022245";
set color_entry_border = "#36689e";
##===============================
## Module Colors
##===============================
set color_module_background = "#022245";
set color_module_border = "#36689e";
set color_module_highlight = "#000";
##===============================
## Images
##===============================
set image_background_page_url = "mobility/starflower.png";
function Page::print_header()
{
$this->print_global_title();
$this->print_global_subtitle();
$this->print_title();
$this->print_module_jump_link();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment