From 176ca6e1c1e1409e5e2c9acaaf02ce1c6ccf9841 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Thu, 22 Sep 2022 11:48:03 +0200 Subject: [PATCH] updated styles to match footer requirements --- style.css | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2036691..a4c9eba 100644 --- a/style.css +++ b/style.css @@ -19,6 +19,7 @@ Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-backgr html { --hangar-body-font-size: 12px; + --hangar-body-font-size-small: 10px; --hangar-body-font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; --sherif-font-family: 'Droid Serif', Times, serif; --sans-sherif-font-family:'Droid Sans',arial,sans-serif; @@ -1164,6 +1165,9 @@ form#commentform p.form-submit input#submit { font-size:var(--hangar-body-font-size); color: #808080; } +.wrapfooter .credits p { + font-size: var(--hangar-body-font-size-small); +} .center {text-align:center;} /* .col {float: left; } */ .wrapfooter .logo, .wrapfooter .org, .wrapfooter .wrapfooter .tels, .wrapfooter .inf,.wrapfooter .legal,.wrapfooter .credits { @@ -1186,7 +1190,29 @@ form#commentform p.form-submit input#submit { margin:0; padding:0; } - .wrapfooter .org, .wrapfooter .wrapfooter .tels, .wrapfooter .inf,.wrapfooter .legal,.wrapfooter .credits { + /* + .wrapfooter .org, .wrapfooter .tels, .wrapfooter .inf,.wrapfooter .legal,.wrapfooter .credits { + width: calc((100% - 140px)/5); + padding:0; + } + */ + .wrapfooter .org { + width: calc((100% - 140px)/5); + padding:0; + } + .wrapfooter .tels { + width: calc((100% - 140px)/5); + padding:0; + } + .wrapfooter .inf { + width: calc((100% - 140px)/5); + padding:0; + } + .wrapfooter .legal { + width: calc((100% - 140px)/5); + padding:0; + } + .wrapfooter .credits { width: calc((100% - 140px)/5); padding:0; }