From ebb13fb898628ca96a73c32195984e638d83425f Mon Sep 17 00:00:00 2001 From: Hendr_ik Date: Sat, 29 Jun 2019 20:53:38 +0200 Subject: [PATCH] update css --- theme/static/css/style.css | 100 +++++++++++++++++++++++++++++-------- 1 file changed, 80 insertions(+), 20 deletions(-) diff --git a/theme/static/css/style.css b/theme/static/css/style.css index 90176fa..c008083 100644 --- a/theme/static/css/style.css +++ b/theme/static/css/style.css @@ -47,7 +47,8 @@ font-weight: 400; h1, h2, -h3 { +h3, +h4 { color: #404040; font-size: 28px; line-height: 1.4; @@ -61,6 +62,9 @@ font-size: 18px; margin: 30px 0 20px 0; } +h4 { +color: #898989; +} @@ -148,23 +152,28 @@ font-weight: 700 } strong, -h2 strong { +h2 strong, +h3 strong { color: #404040; text-decoration: none; font-weight: 400; } -h2 strong { +h2 strong, +h3 strong { color: #898989; } +tbody, h4 strong { color: #404040; text-decoration: none; -font-size: 32px; font-weight: 700; } +h4 strong { +font-size: 36px; +} /* Buttons @@ -289,6 +298,28 @@ section > p:last-child { margin: 0 0 60px 0; } +.row { +display: flex; +justify-content: flex-start; +} + +.row h4:first-child { +margin-right: 30px; +} + + + + +/* Tables +------------------------------------------------------------- */ +.table-full-width { +box-sizing: border-box +} + +td { +padding-right: 30px; +} + @@ -355,34 +386,63 @@ margin: 0 0 40px 0; } } -@media screen and (max-width: 720px) { + + + +@media screen and (max-width: 480px) { body { -word-wrap: break-word +font-size: 14px; +line-height: 1.3; +padding: 15px; +word-wrap: break-word; +} +h1, +h2 { +font-size: 20px; +line-height: 1.3; +margin: 0 0 20px 0; +} +h3, +h4 { +font-size: 14px; +line-height: 1.3; +margin: 30px 0 15px 0; +} +h4 strong { +font-size: 28px; } header { padding: 0 } -} - -@media screen and (max-width: 480px) { -body { -padding: 15px -} .logo { margin: 0; } +hr { +margin: 60px 0 0 0; +} +blockquote { +margin: 15px 0 15px 0; +} +.row { +justify-content: space-between; +} +.row h4:first-child { +margin-right: 0; +} +.table-full-width { +width: 100%; +} +td { +padding-right: 0; +} } -/* ADDED +/* AUDITORIUM QUICK FIX ------------------------------------------------------------- */ - - -.top_pages, -.top_referrers { -color: #404040; -text-decoration: none; -font-weight: 700; +.bottom { +display: block; +margin: 60px; }