MoMoT

Untitled

Dec 25th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.82 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. }
  145.  
  146. #server-top-blocks-container {
  147.     margin:0 auto;
  148.     text-align: center;
  149.     background-color:#262626;
  150.     height:100%;
  151. -webkit-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.75);
  152. -moz-box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.75);
  153. box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.75);
  154. }
  155.  
  156.  
  157. #server-top-blocks {
  158.     font-family: 'Roboto', sans-serif;
  159.     text-align: right;
  160.     display: inline-block;
  161.     font-size: 13px;
  162.     width:200px;
  163.     height:40px;
  164.     color:orange;
  165.     line-height: 40px;
  166.     font-weight: 600;
  167.     border-top: 1px solid #d9d9d9;
  168.     border-bottom: 1px solid #d9d9d9;
  169.     margin: 5px 0 20px 30px;
  170.     border-radius:7px;
  171.     box-shadow: 3px 4px 7px 0px rgba(0,0,0,0.75);
  172.     transition:0.4s;
  173.     -moz-border-radius:7px;
  174.     -webkit-border-radius:7px;
  175.     -webkit-box-shadow: 3px 4px 7px 0px rgba(0,0,0,0.75);
  176.     -moz-box-shadow: 3px 4px 7px 0px rgba(0,0,0,0.75);
  177.  
  178. }
  179.  
  180. #server-top-blocks:hover {
  181.     -webkit-box-shadow: 3px 4px 7px 0px rgba(0,0,0,0.75);
  182.     -moz-box-shadow: 3px 4px 7px 0px rgba(0,0,0,0.75);
  183.     box-shadow: 3px 4px 7px 3px rgba(70,70,70,0.75);
  184.     transition:0.3s;
  185. }
  186.  
  187.  
  188.  
  189. #server-top-blocks-top {
  190.     text-align:right;
  191.     height:25px;
  192.     line-height: 25px;
  193.     color: white;
  194.     font-family: 'Roboto', sans-serif;
  195.     float:left;
  196.     font-size:13px;
  197.     width:150px;
  198.     font-weight:500;
  199.  
  200. }
  201.  
  202.  
  203. #server-top-blocks-down {
  204.     text-align:right;
  205.     height:15px;
  206.     line-height: 15px;
  207.     color:orangered;
  208.     font-family: 'Roboto', sans-serif;
  209.     float:right;
  210.     font-size:11px;
  211.     width:140px;
  212.     border-top:1px solid #808080;
  213.     margin-right:7px;
  214.     font-weight:500;  
  215. }
  216.  
  217.  
  218. #server-top-blocks-right {
  219.     float:right;
  220.     width:40px;
  221.     font-family: 'Roboto', sans-serif;
  222.     text-align: center;
  223.     font-size: 14px;
  224.     color: #e6e6e6;
  225.     line-height: 40px;
  226.     height:40px;
  227.     font-weight:600;
  228.     border-left: 1px solid #d9d9d9;
  229.     background-image: url(/Images/VipIcons/top_vip3.png);
  230.     background-repeat: no-repeat;
  231.     background-position: right center;
  232.     margin-right:7px;
  233.  
  234. }
  235.  
  236.  
  237. #server-top-blocks a {
  238.     color:#d9d9d9;
  239.     text-decoration: none;
  240.     margin-right:5px;
  241. }
Add Comment
Please, Sign In to add comment