Advertisement
Guest User

Lepra Auth CSS

a guest
Jan 7th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.04 KB | None | 0 0
  1. <style type="text/css">
  2.     html, body, .main {
  3.         height:100%;
  4.         width:100%;
  5.         font:11px Verdana, sans-serif;
  6.         margin:0;
  7.         padding:0;
  8.     }
  9.    
  10.     .main {
  11.         position:relative;
  12.         min-height:800px;
  13.         min-width:740px;
  14.     }
  15.     .scroll {
  16.         height:621px;
  17.         width:405px;
  18.         position:absolute;
  19.         /*bottom:10%;*/
  20.         top:50%;
  21.         margin-top:-310px;
  22.         left:50%;
  23.         margin-left:-203px;
  24.         background:url(/i/login/scroll.png) top left;
  25.     }
  26.     .main_reg .scroll {
  27.         height:710px;
  28.         width:740px;
  29.         position:absolute;
  30.         /*bottom:10%;*/
  31.         top:50%;
  32.         margin-top:-355px;
  33.         left:50%;
  34.         margin-left:-370px;
  35.         background:url(/i/login/scroll2.png) top left;
  36.     }
  37.     .reg_form {
  38.         display:none;
  39.     }
  40.     .main_reg .reg_form {
  41.         display:block;
  42.         margin:144px 50px 28px;
  43.         font-size:12px;
  44.     }
  45.     .reg_large {
  46.         font-size:28px;
  47.         text-transform:uppercase;
  48.     }
  49.     .form .reg_link {
  50.         display:block;
  51.         text-align:center;
  52.         font-size:20px;
  53.         color:#000;
  54.         text-transform:uppercase;
  55.     }
  56.     .form {
  57.         x-height:621px;
  58.         x-width:405px;
  59.     }
  60.     .logo {
  61.         display:block;
  62.         position:absolute;
  63.         top:30px;
  64.         left:180px;
  65.         width:50px;
  66.         height:50px;
  67.     }
  68.     .main_reg .logo {
  69.         left:347px;
  70.     }
  71.     .logo img {
  72.         display:block;
  73.         border:none;
  74.         width:50px;
  75.         height:50px;
  76.         background:transparent url(/i/login/logo.png) no-repeat scroll 0 0;
  77.     }
  78.     .form form {
  79.         margin:134px 50px 28px;
  80.         padding:0;
  81.     }
  82.     .main_reg form {
  83.         display:none;
  84.     }
  85.     .form label {
  86.         color:#666666;
  87.     }
  88.     .form a {
  89.         color:#666666;
  90.     }
  91.     .form .error {
  92.         color:#ff0000;
  93.     }
  94.     .form .field {
  95.         margin-bottom:4px;
  96.     }
  97.     .form .field .input {
  98.         background-color:#d3edf2;
  99.         border:1px solid;
  100.         border-top-color:#d6d6d6;
  101.         border-right-color:#f8f1da;
  102.         border-left-color:#ebf4f6;
  103.         border-bottom-color:#ededed;
  104.         padding:1px 2px;
  105.     }
  106.     .form .field input {
  107.         margin:0;
  108.         padding:0;
  109.         border:none;
  110.         width:100%;
  111.         background-color:#d3edf2;
  112.         font-size:32px;
  113.         color:#000;
  114.     }
  115.     .form .forget_pass {
  116.         text-align:right;
  117.         margin-bottom:15px;
  118.     }
  119.     .form .field_check {
  120.         margin-bottom:10px;
  121.     }
  122.     .form .field_check input {
  123.         vertical-align:middle;
  124.     }
  125.     .form .field_captcha {
  126.         margin-bottom:15px;
  127.     }
  128.     .captcha {
  129.         text-align:center;
  130.         margin-bottom:7px;
  131.     }
  132.     .captcha img {
  133.        
  134.     }
  135.     .field_submit {
  136.         text-align:center;
  137.         margin-bottom:25px;
  138.     }
  139.     .ie_bg {
  140.         display:none;
  141.     }
  142.     .futurico {
  143.         position:absolute;
  144.         bottom:0;
  145.         left:183px;
  146.         width:39px;
  147.         height:39px;   
  148.     }  
  149.     .futurico a {
  150.         display:block;
  151.         width:39px;
  152.         height:39px;   
  153.     }
  154.    
  155.     .goodie_1 {
  156.         display:none;
  157.     }
  158.    
  159.     /* skins */
  160.    
  161.     .main {
  162.        
  163.        
  164.        
  165.        
  166.        
  167.        
  168.     }
  169.    
  170.    
  171.    
  172.    
  173.     .main {
  174.         background:#7fb17a;
  175.     }
  176.     .goodie_1 {
  177.         display:block;
  178.         background:url(/i/login/hypnotoad.png) top left;
  179.         width:528px;
  180.         height:283px;
  181.         position:absolute;
  182.         top:10px;
  183.         left:50%;
  184.         margin-left:-264px;
  185.     }
  186.    
  187.    
  188. </style>
  189. <!--[if lte IE 6]>
  190.     <style type="text/css">
  191.     .main {
  192.         width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 740 ? '740px' : '100%');
  193.         height:expression((document.documentElement.clientHeight || document.body.clientHeight) < 800 ? '800px' : '100%');
  194.     }
  195.     .scroll, .main_reg .scroll {
  196.         background:none;
  197.     }
  198.     .ie_bg {
  199.         display:block;
  200.         height:621px;
  201.         width:405px;
  202.         margin-top:0;
  203.         margin-bottom:-621px;
  204.         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/login/scroll.png', sizingMethod='crop');
  205.         padding:0;
  206.     }
  207.     .main_reg .ie_bg {
  208.         display:none;
  209.     }
  210.     .ie_bg_reg {
  211.         display:none;
  212.     }
  213.     .main_reg .ie_bg_reg {
  214.         display:block;
  215.         height:710px;
  216.         width:740px;
  217.         margin-top:0;
  218.         margin-bottom:-710px;
  219.         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/login/scroll2.png', sizingMethod='crop');
  220.         padding:0;
  221.     }
  222.     .logo img {
  223.         _background:none;
  224.         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/login/logo.png', sizingMethod='crop');
  225.     }
  226.    
  227.    
  228.    
  229.    
  230.     .goodie_1 {
  231.         _background:none;
  232.         filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/login/hypnotoad.png', sizingMethod='crop');
  233.     }
  234.    
  235.    
  236.     </style>
  237. <![endif]-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement