diff --git a/news/__pycache__/urls.cpython-37.pyc b/news/__pycache__/urls.cpython-37.pyc index 069dbde..67768ed 100644 Binary files a/news/__pycache__/urls.cpython-37.pyc and b/news/__pycache__/urls.cpython-37.pyc differ diff --git a/news/static/news/css/app.css b/news/static/news/css/app.css index 3700345..928ba73 100644 --- a/news/static/news/css/app.css +++ b/news/static/news/css/app.css @@ -9,6 +9,7 @@ :root { --main-bg-color: #FFD540; + --header-bg-color: #EAC33B; } a { @@ -24,37 +25,72 @@ body { font-size:18px; margin: 0px; padding: 0px; + /* margin-bottom: 100px; */ } header { margin-bottom: 20px; - margin-top: 10px; + margin-top: 0px; + margin-left: auto; + margin-right: auto; text-align: center; + width: 100%; +} +@media print, screen and (min-width: 40em) { + header { + width: 420px; + } } /* header a { text-decoration: none; } */ +.title { + background-color: var(--header-bg-color); +} + header h1 { - margin-bottom: 0; - /* font-family: 'LibreBaskervilleBold'; */ - font-size: 28px; + width: 100%; + margin-bottom: 0px; + font-family: "HelveticaNeue-CondensedBlack", "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; + font-weight:900; + font-stretch:condensed; /* font-family: 'LibreBaskervilleBold'; */ + /* letter-spacing: -1px; */ + text-transform: uppercase; + font-size: 32px; +} +@media print, screen and (min-width: 40em) { + header h1 { + font-size: 48px; + } +} + +header h1 a { + padding: 5px 0px; + color: #fff; } header h2 { - margin: 0; + margin-top: -10px; padding: 0; font-size: 14px; } nav { - margin-top: 10px; + padding: 4px; + /* margin-top: 4px; */ font-size: 14px; + background-color: #333; } footer { + text-align: center; + font-size: 13px; + padding: 20px; + background-color: #333; margin-top: 50px; + margin-bottom: 0px; } article { diff --git a/news/templates/base.html b/news/templates/base.html index 07031e6..9f65d5d 100644 --- a/news/templates/base.html +++ b/news/templates/base.html @@ -25,8 +25,10 @@
-

poker rumble

-

HOME OF NEWS GRINDERS

+
+

poker rumble

+
+