mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 08:15:14 +00:00
2 tags & a message
This commit is contained in:
parent
53a3e5eb7b
commit
94e6169d36
2 changed files with 16 additions and 4 deletions
|
@ -5,7 +5,10 @@ body {
|
|||
background-size: cover;
|
||||
color: #fff;
|
||||
margin-bottom: 40px;
|
||||
|
||||
}
|
||||
p, h1, h2, h3, h4, h5, h6 {
|
||||
text-align: center;
|
||||
font-family: 'Baloo Tamma', cursive;
|
||||
}
|
||||
.card-action {
|
||||
text-align: center;
|
||||
|
@ -70,6 +73,7 @@ hr {
|
|||
border-radius: 10%;
|
||||
font-size: 1.1em;
|
||||
margin-bottom: 3px;
|
||||
font-family: 'Baloo Tamma', cursive;
|
||||
}
|
||||
.masterbuilders-list li img {
|
||||
width: 20px;
|
||||
|
@ -79,10 +83,11 @@ hr {
|
|||
}
|
||||
.top {
|
||||
position: fixed;
|
||||
bottom: 15px;
|
||||
right: 15px;
|
||||
bottom: 20px;
|
||||
right: 50px;
|
||||
font-size: 3em;
|
||||
color: rgba(178,34,34,0.6);
|
||||
padding: 10px;
|
||||
-webkit-transition: all 0.2s ease-in-out;
|
||||
-moz-transition: all 0.2s ease-in-out;
|
||||
-ms-transition: all 0.2s ease-in-out;
|
||||
|
@ -91,4 +96,7 @@ hr {
|
|||
}
|
||||
.top:hover {
|
||||
color: rgba(178,34,34,1);
|
||||
}
|
||||
.badge {
|
||||
font-size: 2em;
|
||||
}
|
|
@ -128,6 +128,7 @@
|
|||
<div class="col s6">
|
||||
<div class="card">
|
||||
<div class="card-image waves-effect waves-block">
|
||||
<span class="new badge red" data-badge-caption="SPECIAL"></span>
|
||||
<a href="assets/images/build5.jpg" target="_blank"><img class="responsive-img" src="assets/images/build5.jpg"></a>
|
||||
</div>
|
||||
<div class="card-content">
|
||||
|
@ -142,6 +143,7 @@
|
|||
<div class="col s6">
|
||||
<div class="card">
|
||||
<div class="card-image waves-effect waves-block">
|
||||
<span class="new badge red" data-badge-caption="SPECIAL"></span>
|
||||
<a href="assets/images/build6.jpg" target="_blank"><img class="responsive-img" src="assets/images/build6.jpg"></a>
|
||||
</div>
|
||||
<div class="card-content">
|
||||
|
@ -313,7 +315,9 @@
|
|||
<a href="http://totalfreedom.boards.net/user/5473"><button class="waves-effect showmore" type="button">Show more</button></a>
|
||||
</div>
|
||||
</div>
|
||||
</div><a class="top" href="#"><i class="fa fa-chevron-up icon"></i></a>
|
||||
</div>
|
||||
<h5>If you are masterbuilder, <a href="http://totalfreedom.boards.net/conversation/new/2769" target="_blank">send me your builds!</a></h5>
|
||||
<a class="top" href="#"><i class="fa fa-chevron-up icon"></i></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue