mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 08:15:14 +00:00
Replaced the borders with shadow
This commit is contained in:
parent
c519f23cd9
commit
3e8b871b67
3 changed files with 15 additions and 18 deletions
14
css/main.css
14
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;
|
||||
|
|
|
@ -86,9 +86,12 @@
|
|||
</div>
|
||||
|
||||
|
||||
<p class="caution"><i class="fa fa-exclamation-triangle"></i> TotalFreedom does not accept donations.</p>
|
||||
<a class="grey-text" href="http://totalfreedom.boards.net/thread/21065/server-conduct-policy-players-admins">Read the Conduct Policy</a>
|
||||
|
||||
<p class="caution" style="margin-bottom: -45px;"><i class="fa fa-exclamation-triangle"></i> TotalFreedom does not accept donations.</p>
|
||||
<ul class="rest">
|
||||
<li>
|
||||
<a class="grey-text" href="http://totalfreedom.boards.net/thread/21065/server-conduct-policy-players-admins" class="readmore waves-effect waves-light">Read the Conduct Policy</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h1 class="section-title">Support/Help</h1>
|
||||
<div class="rules-section">
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue