MoMoT

Untitled

Dec 26th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.66 KB | None | 0 0
  1.  
  2. .list-container {
  3.     height: 25px;
  4.     float: left;
  5.     display:inline-block;
  6.     width: 450px;
  7.     line-height: 25px;
  8.     padding: 0;
  9.     font-size: 14px;
  10.     margin-top: 2px;
  11.     border-top: 1px solid lightgray;
  12.     color:#fcfcfc;
  13.     font-family: 'Roboto', sans-serif;
  14. }
  15. .list-container a {
  16.     text-decoration: none;  
  17.     color: #fcfcfc;
  18. }
  19.  
  20. .server-simple {
  21.     float: left;
  22.     text-align: center;
  23.     display: inline-block;  
  24.     width: 30px;
  25.     height: 30px;
  26. }
  27. .server-top-vip {
  28.     float: left;
  29.     text-align: center;
  30.     background: url(/Images/VipIcons/top_vip3.png) center no-repeat;
  31.     display: inline-block;
  32.     width: 30px;
  33.     height: 25px;
  34.  
  35. }
  36. .server-red-vip {
  37.     float: left;
  38.     text-align: center;
  39.     background:url(/Images/VipIcons/red-vip.png)center no-repeat;
  40.     display: inline-block;  
  41.     width: 30px;
  42.     height: 25px;  
  43. }
  44.  
  45.  
  46. .server-yell-vip {
  47.     float: left;
  48.     text-align: center;
  49.     background:url(/Images/VipIcons/or-vip.png) left no-repeat;
  50.     display: inline-block;  
  51.     width: 30px;
  52.     height: 25px;
  53. }
  54.  
  55. .server-name {
  56.     float: left;
  57.     text-align: left;
  58.     height: 25px;
  59.     font-weight: 500;
  60.     width: 150px;
  61.     margin-left: 5px;
  62.     text-transform: uppercase;
  63.     display:inline-block;
  64.     text-decoration: none;
  65.     color: black;
  66. }
  67.  
  68. .server-name a{
  69.     color: #fcfcfc;
  70. }
  71.  
  72. .server-name-red {
  73.     float: left;
  74.     text-align: left;
  75.     height: 25px;
  76.     font-weight: 600;
  77.     width: 150px;
  78.     margin-left: 5px;
  79.     text-transform: uppercase;
  80.     display:inline-block;
  81.     text-decoration: none;
  82.     color: red;
  83. }
  84.  
  85. .server-name-red a{
  86.     color: red;
  87. }
  88. .server-name-yell {
  89.     float: left;
  90.     text-align: left;
  91.     height: 25px;
  92.     font-weight: 600;
  93.     width: 150px;
  94.     margin-left: 5px;
  95.     text-transform: uppercase;
  96.     display:inline-block;
  97.     text-decoration: none;
  98.     color: yellow;
  99. }
  100.  
  101. .server-name-yell a{
  102.     color: yellow;
  103. }
  104. .server-name-top {
  105.     float: left;
  106.     text-align: left;
  107.     height: 25px;
  108.     font-weight: 600;
  109.     width: 150px;
  110.     margin-left: 5px;
  111.     text-transform: uppercase;
  112.     display:inline-block;
  113.     text-decoration: none;
  114.     color: orange;
  115. }
  116.  
  117. .server-name-top a{
  118.     color: orange;
  119. }
  120.  
  121. .server-rate {
  122.     float: left;
  123.     text-align: center;
  124.     height: 25px;
  125.     width: 60px;
  126.     display:inline-block;
  127.     font-weight:300;
  128. }
  129.    
  130. .server-chronicles {
  131.     float: left;
  132.     text-align: center;
  133.     height: 30px;
  134.     width: 100px;
  135.     display:inline-block;
  136. }
  137.  
  138. .server-opening-date {
  139.     float: left;
  140.     text-align: center;
  141.     height: 25px;
  142.     width: 100px;
  143.     display:inline-block;
  144. }
Add Comment
Please, Sign In to add comment