From 4a3c408e40a22494997b6e3d26348d458d1d1b9a Mon Sep 17 00:00:00 2001 From: boyska Date: Tue, 28 Jul 2020 15:48:54 +0200 Subject: [PATCH] colori e menu --- themes/maya0x17/static/theme.css | 10 ++++++++-- themes/maya0x17/templates/base.html | 4 +++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/themes/maya0x17/static/theme.css b/themes/maya0x17/static/theme.css index 9af20e5..d04b758 100644 --- a/themes/maya0x17/static/theme.css +++ b/themes/maya0x17/static/theme.css @@ -1,3 +1,6 @@ +h1,h2,h3,h4,h5,h6,strong,b { color: #6b3d3d; font-weight: normal; } +body { background-color: #dfe0b4; font-size: 18px; } +a, a:focus, a:hover, a:visited { color: #bb7652; } #all-wrapper { padding-left: 8vw; } @@ -12,14 +15,17 @@ border-radius: 1em; padding: 1em 0px; } -#menu-row > .column { - margin-left: 30vw; +#menu-row > .columns { font-size: 120%; } #logo-div { position: fixed; top: 5vw; left: -8vw; + + border-radius: 50%; + box-shadow: 0px 0 3vw black; + line-height: 0; } #logo-img { width: 16vw; diff --git a/themes/maya0x17/templates/base.html b/themes/maya0x17/templates/base.html index 5c37cba..639bc7c 100644 --- a/themes/maya0x17/templates/base.html +++ b/themes/maya0x17/templates/base.html @@ -32,7 +32,8 @@