mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 16:25:12 +00:00
65 lines
No EOL
1.3 KiB
CSS
65 lines
No EOL
1.3 KiB
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
body {
|
|
margin-bottom: 50px;
|
|
background: #222 url('../images/staff-bg.png') center fixed;
|
|
color: #ccc;
|
|
}
|
|
.nav-wrapper {
|
|
background: rgba(0, 0, 0, 0.2);
|
|
}
|
|
a {
|
|
color: rgb(200, 200, 200);
|
|
}
|
|
.admins {
|
|
width: 85%;
|
|
margin: 0 auto;
|
|
background: rgba(100, 100, 100, 0.1);
|
|
padding: 15px;
|
|
border-radius: 10px;
|
|
text-align: center;
|
|
}
|
|
.admins li {
|
|
display: inline-block;
|
|
padding: 10px;
|
|
background: rgba(100, 100, 100, 0.2);
|
|
margin: 5px;
|
|
border-radius: 50px;
|
|
-webkit-transition: all 0.2s ease-in-out;
|
|
-moz-transition: all 0.2s ease-in-out;
|
|
-ms-transition: all 0.2s ease-in-out;
|
|
-o-transition: all 0.2s ease-in-out;
|
|
transition: all 0.2s ease-in-out;
|
|
}
|
|
.admins li:hover {
|
|
background: rgba(100,100,100,0.5);
|
|
}
|
|
h2 {
|
|
font-size: 1.5em;
|
|
font-family: 'Catamaran', sans-serif;
|
|
}
|
|
#note {
|
|
text-align: center;
|
|
}
|
|
#note h5 {
|
|
margin-bottom: -15px;
|
|
}
|
|
#note a {
|
|
color: rgb(200, 200, 200);
|
|
font-weight: bold;
|
|
}
|
|
.rank {
|
|
text-align: center;
|
|
}
|
|
.page-title {
|
|
text-align: center;
|
|
font-size: 3.8em;
|
|
font-weight: 300;
|
|
}
|
|
.brand-logo {
|
|
font-family: 'Catamaran', sans-serif;
|
|
font-size: 2em;
|
|
font-weight: 200;
|
|
} |