X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/a18c96854b673f0f78d8cae0b707ce53cb404ace..refs/pull/66/head:/static/css/style.css?ds=sidebyside diff --git a/static/css/style.css b/static/css/style.css index b8c9516e8..7a37d7869 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -3,16 +3,18 @@ --navbar-bg: #292f2f; --jumbotron-bg: #3a4346; --copyright-bg: #292f2f; - --link-color: 66,139,202; - --footer-link-color: #ddd; + --link-color: #2fa6bc; + --footer-link-color: #ecf7fa; --nlink-col: #000; - --text-color: #333; - --footer-text-color: #eee; - --copyright-text-color: #ccc; - --jumbotron-text-color: #eee; + --text-color: #292f2f; + --footer-text-color: #ecf7fa; + --copyright-text-color: #ecf7fa; + --jumbotron-text-color: #ecf7fa; --border-color: #292f2f; - --box-hover-color: #ddd; + --box-color: #4c5456; + --box-hover-color: #292f2f; --box-round: 10px; + --max-width: 600px; } /* reset css for browser compat */ @@ -25,6 +27,8 @@ /* global */ body { font-family: 'Open Sans'; + font-feature-settings: "lnum"; + font-variant-numeric: lining-nums; color: var(--text-color); font-size: 14px; min-height: 100vh; @@ -32,7 +36,7 @@ body { } a { - color: rgb(var(--link-color)); + color: var(--link-color); text-decoration: none; } @@ -52,6 +56,17 @@ a { align-items: center; border-bottom: 1px solid var(--border-color); z-index: 100; + padding-right: 5px; +} +[class*='fn-'] { + margin-top: auto; + margin-bottom: auto; + font-size: 30px; + color: #E6E6E6; + text-shadow: .5px .5px #000; +} +.green { + color: #4BEB4A; } @media all and (max-width: 600px) { @@ -61,16 +76,10 @@ a { } .navbar a { + margin-top: 2px; height: 40px; } -a.nav-light { - background-color: #eee; - height: 44px; - padding: 2px; - margin-right: 3px; -} - .nlogo { height: 40px; } @@ -88,22 +97,45 @@ a.nav-light { /* main */ .container { - padding: 50px 0 0; width: 100%; min-height: 98vh; + padding-top: 50px; padding-bottom: 11.5rem; } .main { - margin: 0 .5em; - margin-top: 1em; + margin: 0 auto; + margin-top: .75em; + padding: 0 .75em; + max-width: var(--max-width); + line-height: 1.4; } .main h1, .main h2, .main h3, -.main p + p { - margin-top: .5em; +.main h4, +.main li, +.main pre, +.main p { + margin-top: .7em; +} + +.main h1 + p, +.main h2 + p, +.main h3 + p, +.main h3 + p { + margin-top: 0; +} + +ul { + padding-left: 2em; + list-style-type: disc; +} + +hr { + margin-top: .8em; + margin-bottom: .8em; } /* jumbotron */ @@ -111,7 +143,6 @@ a.nav-light { position: relative; width: 100%; margin-top: -16px; - background: #000; background: var(--jumbotron-bg); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6); color: var(--jumbotron-text-color); @@ -120,9 +151,10 @@ a.nav-light { .child { text-align: center; - margin: .5em; + margin: .5em auto; font-size: 32px; line-height: 48px; + max-width: 75%; } .box-container { @@ -137,18 +169,13 @@ a.nav-light { .box { text-align: center; text-decoration: none; - color: var(--text-color); + color: var(--jumbotron-text-color); margin-bottom: 5px; - padding: 5px; flex-basis: 30%; - background-color: #fff; + min-width: 26%; + background-color: var(--box-color); border-radius: var(--box-round); - -webkit-border-radius: var(--box-round); - -moz-border-radius: var(--box-round); -} - -.box span { - display: block; + padding: 1em; } .box:hover,.box:active { @@ -156,13 +183,13 @@ a.nav-light { } .box div{ - font-size: 28px; - line-height: 28px; - padding-left: 8px; - font-weight: 700; position: relative; - display: inline; - top: -10px; + top: initial; + font-size: 20px; + font-weight: 600; + line-height: 16px; + display: block; + margin-top: .75em; } .fa-users { @@ -173,60 +200,70 @@ a.nav-light { margin-bottom: 5px; } -.fa-4x { - padding-left: 8px; -} - .title { text-align: center; } -/* articles feed */ +/* articles */ h1 { margin: 0; } -div.art { - clear: right; +.art-info { + line-height: 1.6; + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-between; + align-items: baseline; } -div.art:not(:first-child) { - border-top: 1px solid var(--border-color); +.art-info h1 { + margin-top: 0; + display: inline; } -b.art { - margin-bottom: 0; - font-size: 18px; +.art-body { + margin-bottom: 1em; } -p.art { - margin: 0; +.artlist { + max-width: var(--max-width); + margin: 0 auto; + margin-top: .5em; } -p.art-ingress { - font-style: italic; - margin: 0; +.artlist .art-info:not(:first-child) { + border-top: 1px solid var(--border-color); } .art-date { - float: right; - color: #ccc; - margin: 0 .5em; -} - -p.heading { + display: inline-block; + text-align: baseline; + line-height: 1; white-space: nowrap; + color: #bdbcbc; + font-feature-settings: "tnum"; + font-variant-numeric: tabular-nums; } -p.art-link { - margin-top: 0; +.art-nav { + display: flex; + flex-direction: row; + justify-content: space-between; + width: 100%; } -/* Article */ -.art-full h1, -.art-full h2, -.art-full h3, -.art-full h4 {} +@media all and (max-width: 600px) { + .main.artlist { + padding-left: 0; + padding-right: 0; + } + + .artlist .art-info { + padding: 0 .75em; + } +} /* help */ .hmain { @@ -271,6 +308,16 @@ a.hchild:hover,a.hchild:active { border-bottom-left-radius: var(--box-round); } +/* faq */ +.faq-index { + list-style-type: none; + padding-left: 0; +} + +.faq-index li { + font-size: 120%; +} + /* footer */ .footers { /*min-height: 30vh;*/ @@ -281,19 +328,23 @@ a.hchild:hover,a.hchild:active { .footer { background: var(--jumbotron-bg); color: var(--footer-text-color); + width: 100%; margin-top: 2vh; + box-shadow: 0 -3px 5px rgba(150,150,150,.36); + min-height: 9.5rem; +} + +.footer-container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; - box-shadow: 0 -3px 5px rgba(150,150,150,.36); - min-height: 9.5rem; + margin: 0 auto; } .footerchild { + margin: 0 2em; margin-top: .5em; - flex: 1 1 1px; - min-width: 12rem; } .footerchild:last-child { @@ -307,16 +358,21 @@ a.hchild:hover,a.hchild:active { } } -.footer a { +footer a { color: var(--footer-link-color); } +footer a:hover { + color: #fff; +} + .footer h2 { margin-bottom: .1em; display: inline-block; } -.footerchild ul,.footerchild ul ul { +.footerchild ul, .footerchild ul ul { + padding-left: 0; margin-left: 10px; margin-right: 10px; list-style-type: none; @@ -360,6 +416,9 @@ a.hchild:hover,a.hchild:active { .fa-4x { padding: 0; margin: 0; + width: 60px; + text-align: center; + font-size: 28px; } .box-container { @@ -368,50 +427,64 @@ a.hchild:hover,a.hchild:active { } .box div { + font-size: 22px; + line-height: 22px; + padding-left: 8px; + font-weight: 700; position: relative; - top: initial; - font-size: 16px; - font-weight: normal; - line-height: 16px; - padding: 10px 0; - display: block; + display: inline; + text-align: center; + + } + + .box { + text-align: left; + border-radius: calc(var(--box-round) / 2); + margin: 5px 0; } } -.footer h2,.footer h3 { +.footer h2, .footer h3 { margin-left: 10px; margin-right: 10px; } -.copyright { +footer.copyright { display: flex; flex-wrap: wrap; justify-content: space-between; - align-items: center; background: var(--copyright-bg); min-height: 1.5rem; color: var(--copyright-text-color); + padding-left: .5em; + padding-right: .5em; + overflow: hidden; } -a.copyright { - background: var(--copyright-bg); - margin-bottom: 0; - margin-top: 0; - margin-left: .5em; - margin-right: .5em; - width: auto; - height: auto; +footer.copyright div { + display: flex; + align-items: center; + height: 1.5rem; + line-height: 1.5rem; + vertical-align: top; } -.copyright a img { +.copyright * { + margin: 0; height: 1.5rem; - width: auto; + line-height: 1.5rem; } -.copyright p { - margin-bottom: 0; - margin-top: 0; - margin-left: .5em; +.copyright .fa { + height: 100%; +} + +.copyright .footer-link { + height: 28px; margin-right: .5em; - text-align: right; +} + +.copyright img { + height: 1.5rem; + width: auto; }