Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 1.21 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. CSS half logo in some browsers
  2. <style type="text/css">
  3. html { height:100%; }
  4. body { background-color:#000000; }
  5. .container { width:765px;height:600px;position:absolute;top:50%;left:50%;margin:-246px 0 0 -383px; }
  6. .container .form { width:765px;height:600px;background:url(images/forgotpass.jpg) #000000 no-repeat center center fixed; }
  7. .container .form .box { padding:150px 0 0 360px;opacity:.7; }
  8. .container .form .box .box2 { color:#ff9900;display:block;width:250px;max-width:250px;height:290px; }
  9. .container .form .box .box2 .field0 { width:100%;padding-top:13px; }
  10. .container .form .box .box2 .field1 { width:100%;padding-top:25px; }
  11. .container .form .box .box2 .field2 { width:100%;padding-top:25px; }
  12. .container .form .box .box2 .field3 { width:100%;padding-top:25px; }
  13. .container .form .box .box2 .field4 { width:100%;padding-top:25px;height:35px; }
  14. .container .form .box .box2 .field4 .buttonx { width:100px;height:35px;margin-left:150px;padding:5px 0 0 25px;font-size:17px;cursor:pointer; }
  15. input.fields { background:transparent;border:solid 0 #fff;width:210px;font-style:italic;height:25px;font-size:23px;color:#ff9900; }
  16. a { text-decoration:none;color:#c0c0c0; }
  17. a:hover { text-decoration:none;color:#ffffff; }
  18. </style>