Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.01 KB | None | 0 0
  1.  
  2.  
  3. .modal.fade.ng-isolate-scope.modal-login{
  4.   opacity: 1;
  5. }
  6.  
  7. .modal.fade.modal-login .modal-dialog, .modal.in .modal-dialog {
  8.   -webkit-transform: translate(0, 0);
  9.   -ms-transform: translate(0, 0);
  10.   transform: translate(0, 0);
  11. }
  12.  
  13. .modal-login{
  14.     width: 100%;
  15.     height: 100%;
  16.  
  17.     .modal-dialog{
  18.         margin: 0px;
  19.         width: 100%;
  20.         height: 100%;
  21.         border: none;
  22.  
  23.  
  24.         .modal-content{
  25.             height: 100%;
  26.             border: none;
  27.             box-shadow: none;
  28.  
  29.             .modal-body{
  30.                 position: absolute;
  31.                 width: 340px;
  32.                 height: 550px;
  33.                 left: 50%;
  34.                 top: 50%;
  35.                 margin-top: -275px;
  36.                 margin-left: -170px;
  37.                 padding: 20px 40px;
  38.                 border: 2px solid #eee;
  39.                 text-align: center;
  40.  
  41.                 .logo-login{
  42.                     margin: 0 auto;
  43.                     width: 40px;
  44.                     height: 60px;
  45.                     background-image: url(/images/logo-login.png);
  46.                 }
  47.                 .signin{
  48.                     margin: 10px;
  49.                     text-transform: uppercase;
  50.                     font-size: 16px;
  51.                     color: #424242;
  52.                 }
  53.                 .btn-login{
  54.  
  55.                     a{
  56.                         width: 100%;
  57.                         display: block;
  58.                         height: 40px;
  59.                         margin-top: 10px;
  60.                         text-transform: uppercase;
  61.                         color: #fff;
  62.                         text-decoration: none;
  63.                         padding-top: 8px;
  64.                         padding-left: 25px;
  65.                         font-size: 12px;
  66.                         line-height: 2.0;
  67.                         text-align: left;
  68.                     }
  69.  
  70.                     .google{
  71.                         background-color: #c44b35;
  72.                         border-bottom: 3px solid #9d3c2b;
  73.                         border-radius: 2px;
  74.                         .login-google{
  75.                             width: 25px;
  76.                             height: 25px;
  77.                             background-image: url(/images/login-google.png);
  78.                             display: inline-block;
  79.                             float: left;
  80.                             margin-right: 15px;
  81.                             margin-left: 5px;
  82.                         }
  83.                     }
  84.                     .facebook{
  85.                         background-color: #455799;
  86.                         border-bottom: 3px solid #37457a;
  87.                         border-radius: 2px;
  88.                         .login-facebook{
  89.                             width: 25px;
  90.                             height: 25px;
  91.                             background-image: url(/images/login-facebook.png);
  92.                             display: inline-block;
  93.                             float: left;
  94.                             margin-right: 20px;
  95.                         }  
  96.                     }
  97.                     .dropbox{
  98.                         background-color: #427ae5;
  99.                         border-bottom: 3px solid #3562b7;
  100.                         border-radius: 2px;
  101.                         .login-dropbox{
  102.                             width: 25px;
  103.                             height: 25px;
  104.                             background-image: url(/images/login-dropbox.png);
  105.                             display: inline-block;
  106.                             float: left;
  107.                             margin-right: 20px;
  108.                         }  
  109.                     }
  110.                 }
  111.  
  112.                 .login-line{
  113.                     border-bottom: 1px solid #e4e4e4;
  114.                     position: relative;
  115.                     height: 20px;
  116.                     margin: 10px 0px;
  117.  
  118.                     p{
  119.                         width: 40px;
  120.                         background-color: #fff;
  121.                         height: 20px;
  122.                         position: absolute;
  123.                         left: 50%;
  124.                         margin-left: -20px;
  125.                         top: 50%;
  126.                         text-transform: uppercase;
  127.                         font-size: 14px;
  128.                         color: #9F9F9F;
  129.                     }
  130.                 }
  131.  
  132.                 .form-horizontal{
  133.                     margin-top: 20px;
  134.                     input{border: 1px solid #e4e4e4;}
  135.                     input[type="placeholder"]{
  136.                         color: #e4e4e4;
  137.                         font-size: 14px;
  138.                     }
  139.                     ::-webkit-input-placeholder { /* WebKit browsers */
  140.                         font-size: 11px;
  141.                         padding-top: 5px;
  142.                     }
  143.                     :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  144.                         font-size: 11px;
  145.                         padding-top: 5px;
  146.                     }
  147.                     ::-moz-placeholder { /* Mozilla Firefox 19+ */
  148.                         font-size: 11px;
  149.                         padding-top: 5px;
  150.                     }
  151.                     :-ms-input-placeholder { /* Internet Explorer 10+ */
  152.                         font-size: 11px;
  153.                         padding-top: 5px;
  154.                     }
  155.  
  156.                     .form-group {
  157.                         .alert-warning{
  158.                             padding: 5px;
  159.                             margin: 0px 15px;
  160.                             font-size: 12px;
  161.                         }
  162.  
  163.                         button{border: none;}
  164.                     }
  165.  
  166.                     .btn-submit{
  167.                         width: 100%;
  168.                         height: 40px;
  169.                         display: block;
  170.                         background-color: #f0595f;
  171.                         margin-bottom: 5px;
  172.                         font-size: 14px;
  173.                         text-decoration: none;
  174.                         padding-top: 10px;
  175.                         border-bottom: 3px solid #c0474c;
  176.                         border-radius: 2px;
  177.                     }
  178.                     .btn-submit:focus{
  179.                         color: #fff;
  180.                     }
  181.  
  182.                     p.login-text-small{margin: 0px;}
  183.  
  184.                     p.login-text-small a{
  185.                         font-size: 12px;
  186.                         color: #424242;
  187.                     }
  188.                 }
  189.             }
  190.             .modal-footer{
  191.                 border: none;
  192.             }
  193.  
  194.         }
  195.  
  196.  
  197.  
  198.     }
  199.  
  200. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement