diff --git a/theme/wttf/static/main.css b/theme/wttf/static/main.css index 6c16245..30c5924 100644 --- a/theme/wttf/static/main.css +++ b/theme/wttf/static/main.css @@ -81,7 +81,7 @@ a, a:active, a:visited{ } hr{ border:0; - border-bottom:1px solid black; + border-bottom:1px solid; } em{ font-style: italic; @@ -157,6 +157,9 @@ header{ color:white; text-decoration: none; } + #menu.sticky #character{ + display: none; + } #menu.sticky select{ padding:0; height: auto; @@ -172,10 +175,18 @@ header{ float: left; padding: 2em; background-color: #6ade4e; + color:#3c0e02; border-radius: 15px; } #agenda hr{ margin:2em 0; + border-color:#3c0e02; + } + #agenda strong{ + font-family: "headers"; + font-weight: bold; + font-size: 130%; + line-height: 1.2; } .featured { max-width: calc(50% - 1.5em); @@ -273,7 +284,7 @@ footer{ margin:0; padding:2em; left:0; - background-color: #272c26; + background-color: black; color:white; clear:both; } @@ -316,6 +327,9 @@ footer{ right: 10px; padding: 1em; } + #menu.sticky #character{ + display: inline-block; + } #menu #subtitle{ width: calc(100% - 2em); top: 18em; @@ -331,7 +345,7 @@ footer{ } #agenda{ width: calc(100% - 4em); - margin: 2em 0px; + margin: 1em 0px; } .featured{ max-width: 100%; !important @@ -349,7 +363,8 @@ footer{ .entry-content{ max-width: 100%; padding:0; - font-size: 15px; + font-size: 5vw; + line-height: 1.7; } #content.article{ margin:0 0 2em 0;