document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. div#energysaving, div#energysaving * {
  2.   -moz-border-radius: 0;
  3.   -webkit-border-radius: 0;
  4.   border: 0;
  5.   background-color: #000000;
  6. }
  7.  
  8. div#energysaving {
  9.   margin: 0;
  10.   padding: 0;
  11.   position: absolute;
  12.   left: 50%;
  13.   top: 50%;
  14.   opacity: 0;
  15.   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  16.   filter: alpha(opacity=0);
  17.   text-align: center;
  18.   z-index: 100;
  19. }
  20.  
  21. @media screen {
  22.   body>div#energysaving {
  23.   position: fixed;
  24. }
  25.  
  26. ;
  27. }
  28.  
  29. div#energysaving p {
  30.   margin: 0;
  31.   padding: 0;
  32.   width: 100%;
  33.   color: #333333;
  34.   position: relative;
  35.   top: 40%;
  36.   font: bold 18px/20px arial;
  37.   text-align: center;
  38.   text-shadow: none;
  39. }
  40.  
  41. div#energysaving p span {
  42.   color: #555555;
  43.   font-size: 12px;
  44.   font-weight: normal;
  45. }
  46.  
  47. div#energysaving div#copyrightOnlineLeaf {
  48.   padding: 0;
  49.   margin: 0;
  50.   color: #333333;
  51.   font-size: 12px;
  52.   font-weight: normal;
  53.   position: absolute;
  54.   bottom: 20px;
  55.   text-align: center;
  56.   width: 100%;
  57.   height: 20px;
  58.   left: 0%;
  59. }
');