X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/ca242e23879a883b705c538b4a770b51d152a36d..c0b511a73245441af00628be27f6c302a6ba55d4:/css/mock1.css diff --git a/css/mock1.css b/css/mock1.css index dc3c2fe62..c3dbf7ff4 100644 --- a/css/mock1.css +++ b/css/mock1.css @@ -5,7 +5,7 @@ --jumbotron-bg-fall: 65,225,64; --copyright-bg: 0,0,0; --link-color: 66,139,202; - --footer-link-color: 32,32,32; + --footer-link-color: 255,255,255; --nlink-col: black; --text-color: #333; --footer-text-color: 255,255,255; @@ -106,9 +106,7 @@ a { text-decoration: none; color: var(--text-color); margin-bottom: 5px; - border: 1px solid rgb(var(--border-color)); flex-basis: 30%; - /*height: 105px;*/ background-color: #fff; border-radius: var(--box-round); -webkit-border-radius: var(--box-round); @@ -118,6 +116,9 @@ a { .box:active { background-color: var(--box-hover-color); } +.fa-users { + margin-top: 5px; +} .box-center { margin-top: 22.5px; margin-left: 5px; @@ -160,10 +161,11 @@ p.art-link { display: flex; flex-wrap: wrap; justify-content: space-around; + align-items: stretch; } a.hchild { color: var(--text-color); - height: 40px; + /*height: 40px;*/ width: 95%; text-align: center; border-top: 1px solid rgba(var(--border-color),.6); @@ -213,12 +215,21 @@ a.hchild:active { } .footerchild { margin-top: 0.5em; - padding-left: 0.5em; + margin-left: 0.5em; margin-right: 0.5em; } .footer a { color: rgb(var(--footer-link-color)); } +.footerchild ul, +.footerchild ul ul { + margin: 0; + padding: 0; + list-style-type: none; +} +.footerchild ul ul { + padding-left: 2em; +} @media all and (max-width: 500px) { .footer { flex-direction: column; @@ -230,22 +241,13 @@ a.hchild:active { .footerchild:last-child { border: none; } -} -.footerchild ul, -.footerchild ul ul { - margin: 0; - padding: 0; - list-style-type: none; -} -.footerchild ul ul { - padding-left: 2em; + .footerchild ul li:last-child { + margin-bottom: 0.5em; + } } .footer h2, .footer h3 { margin: 0; } -.footer .footerchild p { - margin: 0; -} .copyright { display: flex; flex-wrap: nowrap;