From caef9bd707ea2f69275c70a1f187962196a76c5d Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Tue, 31 Dec 2019 01:33:27 +0100 Subject: My css + removed some template stuff --- css/default.css | 104 -------------------------------------------------------- 1 file changed, 104 deletions(-) delete mode 100644 css/default.css (limited to 'css/default.css') diff --git a/css/default.css b/css/default.css deleted file mode 100644 index d61b8af..0000000 --- a/css/default.css +++ /dev/null @@ -1,104 +0,0 @@ - -html { - /* to allow the #footer to be properly positioned - at the bottom, even when #content is longer than - the viewport high */ - min-height: 100%; - position: relative; -} - -body { - color: black; - font-size: 16px; - margin: 0px; -} - -header { - margin-bottom: 0px; - padding: 50px; - background: linear-gradient(to right,#19111f 0%,#2c1e37 100%); -} - -div.logo a { - color: #FFFFFF; - float: left; - font-family: sans-serif; - font-size: 28px; - font-weight: bold; - text-decoration: none; -} - -header nav { - text-align: right; -} - -header nav a { - color: #d1cddc!important; - font-family: sans-serif; - font-size: 14px; - font-weight: bold; - margin-left: 12px; - text-decoration: none; - text-transform: uppercase; -} - -header nav a:hover{ - color: #FFFFFF; -} - -main { - margin-left: 50px; - margin-right: 50px; - margin-bottom: 5.5rem; /* footer-height + 1.5rem */ -} - -main h1{ - color: #6e618d; - font-size: 25px; - font-family: sans-serif; -} - -main h2{ - color: #6e618d; - font-size: 20px; - font-family: sans-serif; -} - -main, /* this line for archives page */ -main p{ - color: #333333; - font-family: sans-serif; - font-size: 15px; -} - -main a{ - color: #428bca; - text-decoration: none; -} - -footer { - color: #999999; - font-size: 12px; - text-align: center; - height: 4em; - background-color: #323232; - position: absolute; - bottom: 0; - width: 100%; - overflow: hidden; - padding-top: 1em; - font-family: sans-serif; -} - -footer a { - color: #ffffff; - font-weight: bold; - text-decoration: none; -} - -section.header { - color: #555; - font-size: 14px; - font-style: italic; -} - -- cgit 1.4.1