EaglerArchive/servers_stylesheet.css

30 lines
449 B
CSS
Raw Normal View History

.server-embed-container {
margin-bottom: 20px;
padding: 10px;
border-radius: 20px;
background-color: #333;
}
.server-name {
font-size: 20px;
font-family: 'SF-Bold';
}
.server-embed {
width: 900px;
height: 140px;
background-color: black;
margin: 10px 0;
}
.server-info div {
margin-bottom: 10px;
}
.server-info div:first-child {
font-family: 'SF-Bold';
}
.server-info li {
margin-left: 25px;
}