X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/f4e52bc040e282095ecbea3ccc0e8c93152ed02e..de6f54ba7322b5ffa5763775a6fa7936482fde9e:/css/style.css diff --git a/css/style.css b/css/style.css index c4572a61c..746758f3e 100644 --- a/css/style.css +++ b/css/style.css @@ -2,6 +2,7 @@ :root { /*--jumbotron-bg: 15,75,14;*/ + /*--jumbotron-bg: rgba(75,235,74,.4);*/ /*--footer-link-color: 255,255,255;*/ /*--footer-text-color: 255,255,255;*/ /*--footer-border-color: 255,255,255;*/ @@ -88,33 +89,24 @@ a { .main { margin-left: .5em; - /*margin-right: 0.5em;*/ + margin-top: 1em; } /* jumbotron */ .jumbotron { position: relative; - border-bottom: 1px solid #888; width: 100%; + margin: 0; background: #000; - background: rgba(75,235,74,.4); - box-shadow: 0 3px 5px rgba(0,0,0,0.36); + background: rgb(238,238,238); + box-shadow: 0 3px 5px rgba(150,150,150,.36); color: #333; - -webkit-flex-basis: 100%; - -ms-flex-preferred-size: 100%; - flex-basis: 100%; - -webkit-border-bottom-right-radius: 10px; - -webkit-border-bottom-left-radius: 10px; - -moz-border-radius-bottomright: 10px; - -moz-border-radius-bottomleft: 10px; - border-bottom-right-radius: 10px; - border-bottom-left-radius: 10px; } .child { text-align: center; - margin-bottom: .5em; + margin: .5em; } .box-container { @@ -180,8 +172,9 @@ div.art:last-child { border-bottom: none; } -h3.art { +b.art { margin-bottom: 0; + font-size: 18px; } p.art { @@ -193,11 +186,15 @@ p.art-ingress { margin: 0; } -p.art-date { +.art-date { color: #ccc; margin: 0; } +p.heading { + white-space: nowrap; +} + p.art-link { margin-top: 0; } @@ -260,7 +257,7 @@ a.hchild:active { /* footer */ .footer { - background: rgba(75,235,74,.4); + background: rgb(238,238,238); color: rgba(51,51,51,.9); margin-top: 1em; display: -webkit-box; @@ -278,13 +275,7 @@ a.hchild:active { -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; - box-shadow: 0 -3px 5px rgba(0,0,0,0.36); - -webkit-border-top-left-radius: 10px; - -webkit-border-top-right-radius: 10px; - -moz-border-radius-topleft: 10px; - -moz-border-radius-topright: 10px; - border-top-left-radius: 10px; - border-top-right-radius: 10px; + box-shadow: 0 -3px 5px rgba(150,150,150,.36); } .footerchild { @@ -297,15 +288,13 @@ a.hchild:active { .footerchild ul, .footerchild ul ul { - margin: 0; - margin-left: .5em; - margin-right: .5em; - padding: 0; + margin-left: 10px; + margin-right: 10px; list-style-type: none; } .footerchild ul ul { - padding-left: 2em; + padding-left: 30px; } @media all and (max-width: 500px) { @@ -329,19 +318,16 @@ a.hchild:active { .footerchild ul li:last-child { margin-bottom: .5em; } + + .hdn { + display: none; + } } .footer h2, .footer h3 { - margin: 0; - margin-left: .5em; - margin-right: .5em; -} - -.fkex-right { - -webkit-align-self: flex-end; - -ms-flex-item-align: end; - align-self: flex-end; + margin-left: 10px; + margin-right: 10px; } .copyright { @@ -360,13 +346,13 @@ a.hchild:active { -webkit-align-items: center; -ms-flex-align: center; align-items: center; - background: rgba(0,0,0,.5); + background: rgba(170,178,171,.5); height: 31px; - color: rgba(255,255,255,.8); + color: rgba(0,0,0,.8); } a.copyright { - background: rgba(0,0,0,.5); + background: rgba(170,178,171,.5); margin-bottom: 0; margin-top: 0; margin-left: .5em;