Line 20: | Line 20: | ||
#home_logo, #sideMenu { display:none; } | #home_logo, #sideMenu { display:none; } | ||
#sideMenu, #top_title, .patrollink {display:none;} | #sideMenu, #top_title, .patrollink {display:none;} | ||
− | #content {background: none; width: 100%; margin: 0; padding:0;} | + | #content {background: none; width: 100%; margin: 0; padding:0; font-size: 1rem;} |
a[href ^="https://"] {padding: 0;} | a[href ^="https://"] {padding: 0;} | ||
/* Important for overriding default! */ | /* Important for overriding default! */ | ||
Line 35: | Line 35: | ||
/* All ELEMENTS defined here. */ | /* All ELEMENTS defined here. */ | ||
+ | |||
+ | a { | ||
+ | color: #1687C2; | ||
+ | } | ||
+ | |||
+ | a:hover { | ||
+ | color: #72b045; | ||
+ | } | ||
+ | |||
+ | a:active { | ||
+ | color: #609737; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | color: #609737; | ||
+ | } | ||
+ | |||
body { | body { | ||
Line 190: | Line 207: | ||
position: fixed; | position: fixed; | ||
background-color: white; | background-color: white; | ||
− | background-image: linear-gradient(135deg, white | + | background-image: linear-gradient(135deg, white 35%, #86c6e7 35%); |
font-family: "Fredoka One", Helvetica, sans-serif; | font-family: "Fredoka One", Helvetica, sans-serif; | ||
font-size: 2em; | font-size: 2em; |
Revision as of 03:12, 17 October 2018