Browse Source

mobile details, font-size and agenda font details

master
mb @ ts 6 years ago
parent
commit
e3755a1375
  1. 23
      theme/wttf/static/main.css

23
theme/wttf/static/main.css

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

Loading…
Cancel
Save