updated styles to match footer requirements
This commit is contained in:
parent
ad076a4f88
commit
176ca6e1c1
28
style.css
28
style.css
|
@ -19,6 +19,7 @@ Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-backgr
|
||||||
|
|
||||||
html {
|
html {
|
||||||
--hangar-body-font-size: 12px;
|
--hangar-body-font-size: 12px;
|
||||||
|
--hangar-body-font-size-small: 10px;
|
||||||
--hangar-body-font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
|
--hangar-body-font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
|
||||||
--sherif-font-family: 'Droid Serif', Times, serif;
|
--sherif-font-family: 'Droid Serif', Times, serif;
|
||||||
--sans-sherif-font-family:'Droid Sans',arial,sans-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);
|
font-size:var(--hangar-body-font-size);
|
||||||
color: #808080;
|
color: #808080;
|
||||||
}
|
}
|
||||||
|
.wrapfooter .credits p {
|
||||||
|
font-size: var(--hangar-body-font-size-small);
|
||||||
|
}
|
||||||
.center {text-align:center;}
|
.center {text-align:center;}
|
||||||
/* .col {float: left; } */
|
/* .col {float: left; } */
|
||||||
.wrapfooter .logo, .wrapfooter .org, .wrapfooter .wrapfooter .tels, .wrapfooter .inf,.wrapfooter .legal,.wrapfooter .credits {
|
.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;
|
margin:0;
|
||||||
padding: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);
|
width: calc((100% - 140px)/5);
|
||||||
padding:0;
|
padding:0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue