From 3e8b871b67fe5b9d85568e2cba25bee0eed4f394 Mon Sep 17 00:00:00 2001 From: aggelosQQ Date: Wed, 5 Jul 2017 22:44:01 +0300 Subject: [PATCH] Replaced the borders with shadow --- css/main.css | 14 ++++---------- index.html | 9 ++++++--- scss/main.scss | 10 +++++----- 3 files changed, 15 insertions(+), 18 deletions(-) diff --git a/css/main.css b/css/main.css index 30a20f0..a4a0ec3 100644 --- a/css/main.css +++ b/css/main.css @@ -62,9 +62,8 @@ body { background-size: cover; height: auto; padding-bottom: 40px; - border-top: 1px solid rgba(255, 255, 255, 0.2); - -webkit-box-shadow: 0 0 15px black; - box-shadow: 0 0 15px black; } + -webkit-box-shadow: 0 0 40px 4px black; + box-shadow: 0 0 40px 4px black; } .rule { z-index: 100; @@ -175,11 +174,6 @@ i.rules-icon { z-index: 100; text-align: center; } -.cover-1, -.cover-2, -.cover-3 { - border-bottom: 1px solid rgba(255, 255, 255, 0.2); } - .rest > li > a { font-size: 1.35em; font-weight: 300; @@ -273,8 +267,8 @@ h3.discord-widget-title { font-weight: 700; } nav .nav-wrapper { - margin-top: -12px; - height: 63px; + margin-top: -14px; + height: 60px; background: #111111; } nav .nav-wrapper li > a { font-weight: 300; diff --git a/index.html b/index.html index b6ebf06..5ea67c2 100644 --- a/index.html +++ b/index.html @@ -86,9 +86,12 @@ -

TotalFreedom does not accept donations.

- Read the Conduct Policy - +

TotalFreedom does not accept donations.

+

Support/Help

diff --git a/scss/main.scss b/scss/main.scss index f5f2d6e..e192136 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -62,8 +62,8 @@ body { background-size: cover; height: auto; padding-bottom: 40px; - border-top: 1px solid rgba(255, 255, 255, .2); - box-shadow: 0 0 15px rgba(0, 0, 0, 1); + box-shadow: 0 0 40px 4px rgba(0, 0, 0, 1); + } .rule { z-index: 100; @@ -155,7 +155,7 @@ i.rules-icon { .cover-1, .cover-2, .cover-3 { - border-bottom: 1px solid rgba(255, 255, 255, .2) + // border-bottom: 1px solid rgba(255, 255, 255, .2) } .rest>li>a { font-size: 1.35em; @@ -248,8 +248,8 @@ h3.discord-widget-title { } nav .nav-wrapper { - margin-top: -12px; - height: 63px; + margin-top: -14px; + height: 60px; background: rgba(#111, 1); li>a { font-weight: 300;