[page assets/style.css] body = +body { + background-color: %[opt:clr:bg]; + color: %[opt:clr:text]; +} + +h1,h2,h3 { + text-align: center; +} + +a { + color: %[opt:clr:url]; + text-decoration: none; +} + +table { + width: 100%%; +} + +td { + vertical-align: top; +} + +.header { + background-color: %[opt:clr:header_bg]; + color: %[opt:clr:header_text]; + border-spacing: 0; +} + +.content { + font-size: 22px; + line-height: 1.5; + border-spacing: 10px; +} + +.menu { + text-align: center; + width: 100%%; + border: 2px solid; + border-color: %[opt:clr:menu_border]; + background-color: %[opt:clr:menu_bg]; +} + +.menu_button:hover { + background-color: %[opt:clr:button_hover_bg]; + color: %[opt:clr:button_hover_text]; +} + +.menu_button_active { + background-color: %[opt:clr:button_active_bg]; + color: %[opt:clr:button_active_text]; +} + +.menu_button_active:hover { + background-color: %[opt:clr:button_active_hover_bg]; + color: %[opt:clr:button_active_hover_text]; +} + +.article_summary { + border: 2px solid; + border-color: %[opt:clr:article_summary_border]; + background-color: %[opt:clr:article_summary_bg]; + color: %[opt:clr:article_summary_descr]; + margin: 3px; +} + +.article_title { + color: %[opt:clr:article_summary_title]; +} + +.article_time { + font-size: 15px; + vertical-align: bottom; + text-align: right; + color: %[opt:clr:article_summary_time]; +} + +.contact { + font-size: 15px; + vertical-align: bottom; + text-align: center; + color: %[opt:clr:contact]; +}