Guest User

Untitled

a guest
Jul 25th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.37 KB | None | 0 0
  1.     <style>
  2.  
  3.         body {
  4.             background-color: transparent;
  5.             color: white;
  6.         }
  7.  
  8.         #host-notification {
  9.             top: 0px;
  10.             left: 0px;
  11.             width: 300px;
  12.             height: 160px;
  13.             border-radius: 10px;
  14.             background-image: url("http://deep.sg/u/Host.gif");
  15.             background-repeat: no-repeat;
  16.             overflow: hidden;
  17.         }
  18.         #host-notification .hostname {
  19.             margin-top: 20px;
  20.             text-align: center;
  21.             width: 313px;
  22.             font-size: 26px;
  23.             font-family: Verdana;
  24.             text-shadow: 2px 2px 1px #000;
  25.             color: #ffffff;
  26.         }
  27.         .hostdiv {         
  28.             text-align: center;
  29.             vertical-align: middle;
  30.             margin-top: 4px;
  31.             margin-left: 2px;
  32.             text-shadow: 2px 2px 1px #000;
  33.             color: #ffffff;
  34.             border-radius: 50%;      
  35.             width: 44px;
  36.             height: 38px;
  37.             line-height: 36px;
  38.             background: #0000;
  39.             border: 3px solid #F00;
  40.             font: 22px Arial, sans-serif;
  41.             -webkit-transform: rotate(-45deg); 
  42.            
  43.         }
  44.         .hostnumber {
  45.             position: relative;
  46.             top: 11%;
  47.         }
  48.  
  49.         #host-notification .header {
  50.             text-align: center;
  51.             width: 500;
  52.             vertical-align: top;
  53.             font-size: 26px;
  54.             line-height: 26px;
  55.             font-family: Algerian;
  56.             text-shadow: 1px 1px 1px #97A02A;
  57.             text-decoration: underline;
  58.             color: red;
  59.             visibility: hidden;
  60.             padding-top: -50px;
  61.         }
  62.         .hostname:after {
  63.             content: ' is bringing the party!';
  64.         }
  65.         .hostnum:after {
  66.             content: '';
  67.         }
  68.  
  69.     </style>
Advertisement
Add Comment
Please, Sign In to add comment