mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 08:15:14 +00:00
Style enhancements
This commit is contained in:
parent
bcbdf96f54
commit
c4455b392c
3 changed files with 12 additions and 4 deletions
|
@ -62,7 +62,9 @@ body {
|
|||
background-size: cover;
|
||||
height: auto;
|
||||
padding-bottom: 40px;
|
||||
border-bottom: 2px solid #fff; }
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
||||
-webkit-box-shadow: 0 0 15px black;
|
||||
box-shadow: 0 0 15px black; }
|
||||
|
||||
.rule {
|
||||
z-index: 100;
|
||||
|
|
|
@ -235,9 +235,14 @@
|
|||
</div>
|
||||
<div class="col s12 m12 l4 hide-on-med-and-down">
|
||||
<!-- <h3 style="text-align: center;" class="discord-widget-title">Join us on Discord</h3> -->
|
||||
<iframe src="https://discordapp.com/widget?id=142361999538520065&theme=dark" class="discord-widget" width="375" height="400" align="center" allowtransparency="true" frameborder="0"></iframe>
|
||||
<iframe src="https://discordapp.com/widget?id=142361999538520065&theme=dark" class="discord-widget" width="375" height="450" align="center" allowtransparency="true" frameborder="0"></iframe>
|
||||
<br><hr><br>
|
||||
<p align="center" class="text-align: center;"><a href="http://totalfreedom.boards.net/thread/35427/totalfreedom-discord-server" class="readmore">Read about our Discord Server</a></p>
|
||||
<p align="center" class="text-align: center;">
|
||||
<ul class="rest">
|
||||
<li>
|
||||
<a href="http://totalfreedom.boards.net/thread/35427/totalfreedom-discord-server" class="readmore waves-effect waves-light" style="font-size: 1em; margin-top: -90px;">Read more about our Discord Server</a></p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -62,7 +62,8 @@ body {
|
|||
background-size: cover;
|
||||
height: auto;
|
||||
padding-bottom: 40px;
|
||||
border-bottom: 2px solid #fff;
|
||||
border-top: 1px solid rgba(255, 255, 255, .2);
|
||||
box-shadow: 0 0 15px rgba(0, 0, 0, 1);
|
||||
}
|
||||
.rule {
|
||||
z-index: 100;
|
||||
|
|
Loading…
Reference in a new issue