mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 16:25:12 +00:00
Enhanced the staff page
This commit is contained in:
parent
7cef05b81e
commit
9b4b2993c4
3 changed files with 21 additions and 7 deletions
|
@ -29,6 +29,8 @@ body {
|
|||
border-radius: 10px; }
|
||||
.admins li {
|
||||
display: inline-block;
|
||||
font-family: 'Catamaran';
|
||||
font-weight: 400;
|
||||
padding: 10px;
|
||||
background: rgba(100, 100, 100, 0.2);
|
||||
margin: 5px;
|
||||
|
@ -56,7 +58,8 @@ h2 {
|
|||
|
||||
.brand-logo {
|
||||
font-size: 2em;
|
||||
font-weight: 200; }
|
||||
font-weight: 200;
|
||||
margin-top: 0px; }
|
||||
|
||||
.typed-cursor {
|
||||
display: none; }
|
||||
|
@ -66,4 +69,7 @@ h2 {
|
|||
width: 95%; }
|
||||
.admins li {
|
||||
display: block;
|
||||
border-radius: 0; } }
|
||||
border-radius: 0;
|
||||
font-size: 1.2em; }
|
||||
nav .brand-logo {
|
||||
font-size: 1.6em; } }
|
||||
|
|
|
@ -31,6 +31,8 @@ body {
|
|||
border-radius: 10px;
|
||||
li {
|
||||
display: inline-block;
|
||||
font-family: 'Catamaran';
|
||||
font-weight: 400;
|
||||
padding: 10px;
|
||||
background: rgba(100, 100, 100, .2);
|
||||
margin: 5px;
|
||||
|
@ -61,7 +63,8 @@ h2 {
|
|||
}
|
||||
.brand-logo {
|
||||
font-size: 2em;
|
||||
font-weight: 200
|
||||
font-weight: 200;
|
||||
margin-top: 0px;
|
||||
}
|
||||
.typed-cursor {
|
||||
display: none;
|
||||
|
@ -72,6 +75,10 @@ h2 {
|
|||
}
|
||||
.admins li {
|
||||
display: block;
|
||||
border-radius: 0
|
||||
border-radius: 0;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
nav .brand-logo {
|
||||
font-size: 1.6em;
|
||||
}
|
||||
}
|
|
@ -9,7 +9,8 @@
|
|||
<meta name="kewords" content="TF,minecraft,totalfreedom,free op,server,worldedit,freebuild">
|
||||
<meta name="description" content="TotalFreedom is the first Free OP Minecraft server, which is up and running since 2012! play.totalfreedom.me">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/css/materialize.min.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Catamaran:200" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Catamaran:200,300,400" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600" rel="stylesheet">
|
||||
<link rel="stylesheet" href="css/component.min.css">
|
||||
<link rel="stylesheet" href="css/global.css">
|
||||
<link rel="stylesheet" href="css/staff.css">
|
||||
|
@ -19,7 +20,7 @@
|
|||
<body>
|
||||
<nav class="transparent z-depth-0" id="menu">
|
||||
<div class="nav-wrapper z-depth-0">
|
||||
<a href="#" id="brand-top" class="brand-logo">TotalFreedom Staff Members</a> <a href="#" data-activates="mobile" class="button-collapse"><i class="fa fa-bars"></i></a>
|
||||
<a href="#" id="brand-top" class="brand-logo"><span class="hide-on-med-and-down">TotalFreedom</span> Staff Members</a>
|
||||
<a href="#" data-activates="mobile" class="button-collapse"><i class="fa fa-bars"></i></a>
|
||||
<ul class="right hide-on-med-and-down cl-effect-14" id="cl-effect-14">
|
||||
<li><a href="index.html">Back to Home</a></li>
|
||||
|
@ -30,7 +31,7 @@
|
|||
</div>
|
||||
</nav>
|
||||
<br>
|
||||
<h2 class="page-title hide-on-large-only">Staff</h2>
|
||||
<!-- <h2 class="page-title hide-on-large-only">Staff</h2> -->
|
||||
<div class="admins">
|
||||
<h2 class="rank">TotalFreedom Developers</h2>
|
||||
<ul id="developers"></ul>
|
||||
|
|
Loading…
Reference in a new issue