Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .list-container {
- height: 25px;
- float: left;
- display:inline-block;
- width: 450px;
- line-height: 25px;
- padding: 0;
- font-size: 14px;
- margin-top: 2px;
- border-top: 1px solid lightgray;
- color:#fcfcfc;
- font-family: 'Roboto', sans-serif;
- }
- .list-container a {
- text-decoration: none;
- color: #fcfcfc;
- }
- .server-simple {
- float: left;
- text-align: center;
- display: inline-block;
- width: 30px;
- height: 30px;
- }
- .server-top-vip {
- float: left;
- text-align: center;
- background: url(/Images/VipIcons/top_vip3.png) center no-repeat;
- display: inline-block;
- width: 30px;
- height: 25px;
- }
- .server-red-vip {
- float: left;
- text-align: center;
- background:url(/Images/VipIcons/red-vip.png)center no-repeat;
- display: inline-block;
- width: 30px;
- height: 25px;
- }
- .server-yell-vip {
- float: left;
- text-align: center;
- background:url(/Images/VipIcons/or-vip.png) left no-repeat;
- display: inline-block;
- width: 30px;
- height: 25px;
- }
- .server-name {
- float: left;
- text-align: left;
- height: 25px;
- font-weight: 500;
- width: 150px;
- margin-left: 5px;
- text-transform: uppercase;
- display:inline-block;
- text-decoration: none;
- color: black;
- }
- .server-name a{
- color: #fcfcfc;
- }
- .server-name-red {
- float: left;
- text-align: left;
- height: 25px;
- font-weight: 600;
- width: 150px;
- margin-left: 5px;
- text-transform: uppercase;
- display:inline-block;
- text-decoration: none;
- color: red;
- }
- .server-name-red a{
- color: red;
- }
- .server-name-yell {
- float: left;
- text-align: left;
- height: 25px;
- font-weight: 600;
- width: 150px;
- margin-left: 5px;
- text-transform: uppercase;
- display:inline-block;
- text-decoration: none;
- color: yellow;
- }
- .server-name-yell a{
- color: yellow;
- }
- .server-name-top {
- float: left;
- text-align: left;
- height: 25px;
- font-weight: 600;
- width: 150px;
- margin-left: 5px;
- text-transform: uppercase;
- display:inline-block;
- text-decoration: none;
- color: orange;
- }
- .server-name-top a{
- color: orange;
- }
- .server-rate {
- float: left;
- text-align: center;
- height: 25px;
- width: 60px;
- display:inline-block;
- font-weight:300;
- }
- .server-chronicles {
- float: left;
- text-align: center;
- height: 30px;
- width: 100px;
- display:inline-block;
- }
- .server-opening-date {
- float: left;
- text-align: center;
- height: 25px;
- width: 100px;
- display:inline-block;
- }
Add Comment
Please, Sign In to add comment