Website/css/staff.css

49 lines
865 B
CSS
Raw Normal View History

2016-08-26 17:42:24 +00:00
* { margin: 0; padding: 0;}
2016-08-26 17:01:25 +00:00
body {
2016-08-26 17:42:24 +00:00
margin-bottom: 50px;
2016-08-26 17:42:24 +00:00
background: #222 url('../images/staff-bg.png') center fixed;
color: #ccc;
}
.nav-wrapper {
background: rgba(0,0,0,0.2);
}
a {
2016-08-26 21:05:42 +00:00
color: rgb(200,200,200);
2016-08-26 17:42:24 +00:00
}
.admins {
width: 85%;
margin: 0 auto;
background: rgba(100,100,100,0.1);
padding: 10px;
}
.admins li {
display: inline-block;
padding: 10px;
background: rgba(100,100,100,0.2);
margin: 5px;
border-radius: 50px;
}
h2 {
font-size: 1.5em;
font-family: 'Catamaran', sans-serif;
2016-08-26 17:42:24 +00:00
}
#note {
text-align: center;
}
#note h5 {
margin-bottom: -15px;
}
.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;
2016-08-26 17:57:49 +00:00
}