Advertisement
Voke_Bass

LibertyCity monitor [UPDATE 2020-04-15]

Jun 27th, 2019
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.79 KB | None | 0 0
  1. //Updated 2020.04.15 | 125
  2.  
  3. <style>
  4. .monitor {
  5.     margin-top: -5px;
  6.     margin-left: 15px;
  7. }
  8. .monitor h4 {
  9.     color: #fff;
  10.     margin-bottom: 15px;
  11.     font-size: 13px;
  12.     margin-top: 0px;
  13.     padding-top: 0;
  14.     display: inline-block;
  15.     padding-right: 40px;
  16. }
  17. .monitor p {
  18.     color: #a8afb2;
  19.     line-height: 14px;
  20.     font-size: 13px;
  21.     font-weight: 400;
  22.     display: inline-block;
  23.     padding-right: 40px;
  24. }
  25. .monitorius {
  26.     background: #232729;
  27. }
  28. body {
  29.     font-family: 'Raleway', sans-serif !important;
  30. }
  31. </style>
  32. <div class="monitorius">
  33.   <div class="ipsLayout_container">
  34.     <div class="monitor">
  35.         <h4>Server information</h4>
  36.         <p>Server IP: <span> - </span></p>
  37.         <p>Players: <span> -/- </span></p>
  38.         <h4>Start in</h4>
  39.         <p id="demo"></p>
  40.     </div>
  41.  </div>
  42. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement