Website/css/staff.css
2016-08-27 00:05:42 +03:00

37 lines
630 B
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: 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;
}
#note {
text-align: center;
}
#note h5 {
margin-bottom: -15px;
}
.rank {
text-align: center;
}