
Untitled
By: a guest on
May 8th, 2012 | syntax:
None | size: 1.21 KB | hits: 11 | expires: Never
CSS half logo in some browsers
<style type="text/css">
html { height:100%; }
body { background-color:#000000; }
.container { width:765px;height:600px;position:absolute;top:50%;left:50%;margin:-246px 0 0 -383px; }
.container .form { width:765px;height:600px;background:url(images/forgotpass.jpg) #000000 no-repeat center center fixed; }
.container .form .box { padding:150px 0 0 360px;opacity:.7; }
.container .form .box .box2 { color:#ff9900;display:block;width:250px;max-width:250px;height:290px; }
.container .form .box .box2 .field0 { width:100%;padding-top:13px; }
.container .form .box .box2 .field1 { width:100%;padding-top:25px; }
.container .form .box .box2 .field2 { width:100%;padding-top:25px; }
.container .form .box .box2 .field3 { width:100%;padding-top:25px; }
.container .form .box .box2 .field4 { width:100%;padding-top:25px;height:35px; }
.container .form .box .box2 .field4 .buttonx { width:100px;height:35px;margin-left:150px;padding:5px 0 0 25px;font-size:17px;cursor:pointer; }
input.fields { background:transparent;border:solid 0 #fff;width:210px;font-style:italic;height:25px;font-size:23px;color:#ff9900; }
a { text-decoration:none;color:#c0c0c0; }
a:hover { text-decoration:none;color:#ffffff; }
</style>