Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- html body {
- background: transparent !important;
- }
- #server-hostname, #server-map,
- #server-info {
- display: none;
- }
- th.header.headerSortDown,
- th.header.headerSortUp, th.header {
- border: 0px !important;
- background: transparent !important;
- padding: 0px !important;
- text-transform: uppercase !important;
- }
- #server-players font{
- font-size: 16px !important;
- }
- #server-players tbody tr td:nth-of-type(2) {
- color:chocolate !important;
- font-weight: bold !important;
- }
- #server-players tbody tr td:nth-of-type(3) {
- color:turquoise !important;
- }
- th.header,
- tbody tr td {
- text-shadow: 3px 3px 2px black;
- }
- #server-players tbody tr td {
- padding: 1px 0px
- }
- th.header.headerSortDown {
- width: 230px;
- }
- th.header.headerSortUp {
- width: 50px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement