38 lines
824 B
CSS
38 lines
824 B
CSS
/**
|
|
* @overview Life of German Reallife - Save CSS style.css
|
|
* @author Orangebox, hydrant, VegaZ
|
|
* @copyright (c) 2008 - 2018 Life of German
|
|
*/
|
|
|
|
.playerlist {
|
|
background-color: rgba(61, 68, 87, 0.50);
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-right: -50%;
|
|
transform: translate(-50%, -50%);
|
|
min-width: 60%;
|
|
text-align: center;
|
|
}
|
|
|
|
body {
|
|
font-family: "Roboto", sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
overflow: hidden;
|
|
}
|
|
td {
|
|
align-content: stretch;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.24);
|
|
border-top: 2px double gray;
|
|
border-bottom: 2px double gray;
|
|
border-width: 0.5px;
|
|
width: auto;
|
|
}
|
|
|
|
table {
|
|
margin: auto;
|
|
align-self:center;
|
|
width: 100%;
|
|
} |