Skip to content

Instantly share code, notes, and snippets.

Created August 14, 2010 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/524241 to your computer and use it in GitHub Desktop.
Save anonymous/524241 to your computer and use it in GitHub Desktop.
/*?=login
------------------- */
.login {position: absolute; left: 50%; top: 350px; z-index:1001; width:347px; height: 149px; margin: 0 0 0 -174px;}
.login_in {background: url('login/bg.png'); width:339px; height: 141px; padding: 3px 5px 5px 3px;}
.login_head {background:#d8004f; color:#fff; padding: 5px 15px; position: relative; //zoom:1;}
.login_head a {position: absolute; right: 15px; top: 50%; width: 10px; height:10px; overflow: hidden; //zoom:1; margin: -5px 0 0; text-indent: -999px; background: url('login/x.gif');}
.login_head a:focus {outline: none;}
.login_lines {overflow: hidden; //zoom:1; padding: 5px 15px 0; position: relative; z-index:1002;}
.login_lines_in {overflow: hidden; //zoom:1; margin: -7px 0 0;}
.login_lines_item {padding: 7px 0 0; text-align: center; overflow: hidden; //zoom:1;}
.login_lines_item_in {overflow: hidden; //zoom:1; margin: 0 0 0 -20px;}
.login_lines_item_in td {padding: 0 0 0 20px; text-align: left;}
.login_lines a {color:#d8004f; text-decoration: none;}
.login_lines a:hover {color:#d8004f; text-decoration: underline;}
.login_input {
padding: 0 4px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #d4d0c8;
overflow: hidden; //zoom:1;
margin: 3px 0 0;
}
.login_input input {color:#7f7f7f; font-size: 11px; font-family: arial; height:20px; line-height: 19px; margin: 0; padding: 0; border: 0; background: none; float: left;}
.login_button {background:#ebeef2; font-size: 11px; font-family: arial; border: 1px solid #d3d6d8; height:22px; cursor: pointer;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.sep {padding: 0 10px;}
.black {background: url('login/black.png'); position: absolute; left: 0; top: 0; width: 100%; z-index:1000;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment