matrix-login.css 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. html, body { width: 100%; height: 100%;}
  2. /*Bootstrap-overlay*/
  3. body {
  4. overflow-x: hidden;
  5. margin-top: -10px; font-family: 'Open Sans', sans-serif; font-size:12px; color:#666;
  6. }
  7. a{color:#666;}
  8. a:hover, a:focus {
  9. text-decoration: none; color:#28b779;
  10. }
  11. .dropdown-menu .divider{ margin:4px 0px;}
  12. .dropdown-menu{ min-width:180px;}
  13. .dropdown-menu > li > a{ padding:3px 10px; color:#666; font-size:12px;}
  14. .dropdown-menu > li > a i{ padding-right:3px;}
  15. .userphoto img{ width:19px; height:19px;}
  16. select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .label, .dropdown-menu, .btn, .well, .progress, .table-bordered, .btn-group > .btn:first-child, .btn-group > .btn:last-child, .btn-group > .btn:last-child, .btn-group > .dropdown-toggle, .alert{ border-radius:0px;}
  17. .btn, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{ box-shadow:none;}
  18. .progress, .progress-success .bar, .progress .bar-success, .progress-warning .bar, .progress .bar-warning, .progress-danger .bar, .progress .bar-danger, .progress-info .bar, .progress .bar-info, .btn, .btn-primary{background-image:none;}
  19. .accordion-heading h5{ width:70%; }
  20. .form-horizontal .form-actions{ padding-left:20px; }
  21. #footer{ padding:10px; text-align:center;}
  22. hr{ border-top-color:#dadada;}
  23. .carousel{ margin-bottom:0px;}
  24. .fl { float:left}
  25. .fr {float:right}
  26. .label-important, .badge-important{ background:#f74d4d;}
  27. /*Metro Background color class*/
  28. .bg_lb{ background:#27a9e3;}
  29. .bg_db{ background:#2295c9;}
  30. .bg_lg{ background:#28b779;}
  31. .bg_dg{ background:#28b779;}
  32. .bg_ly{ background:#ffb848;}
  33. .bg_dy{ background:#da9628;}
  34. .bg_ls{ background:#2255a4;}
  35. .bg_lo{ background:#da542e;}
  36. .bg_lr{ background:#f74d4d;}
  37. .bg_lv{ background:#603bbc;}
  38. .bg_lh{ background:#b6b3b3;}
  39. body { background-color:#2E363F; padding: 0; margin-top:10%;}
  40. #logo, #loginbox { width: 32%; margin-left: auto; margin-right: auto; position: relative;}
  41. #logo img { margin: 0 auto; display: block;}
  42. #loginbox { overflow: hidden !important; text-align: left; position: relative; }
  43. #loginbox form{ width:100%; background:#2E363F; position:relative; top:0; left:0; }
  44. #loginbox .form-actions { padding: 14px 20px 15px;}
  45. #loginbox .form-actions .pull-left { margin-top:0px;}
  46. #loginbox form#loginform { z-index: 200; display:block;}
  47. #loginbox form#recoverform { z-index: 100; display:none;}
  48. #loginbox form#recoverform .form-actions { margin-top: 10px;}
  49. #loginbox .main_input_box { margin:0 auto; text-align:center; font-size:13px;}
  50. #loginbox .main_input_box .add-on{ padding:9px 9px; *line-height:31px; color:#fff; width:30px; display:inline-block;}
  51. #loginbox .main_input_box input{ height:30px; border:0px; display:inline-block; width:75%; line-height:28px; margin-bottom:3px;}
  52. #loginbox .controls{ padding:0 20px;}
  53. #loginbox .control-group{ padding:20px 0; margin-bottom:0px;}
  54. .form-vertical, .form-actions { margin-bottom: 0; background:none; border-top:1px solid #3f4954; }
  55. #loginbox .normal_text{ padding:15px 10px; text-align:center; font-size:14px; line-height:20px; background:#2E363F; color:#fff; }
  56. @media (max-width:800px){
  57. #logo { width: 60%; }
  58. #loginbox{ width:80%}
  59. }
  60. @media (max-width: 480px){
  61. #logo { width: 40%; }
  62. #loginbox{ width:90%}
  63. #loginbox .control-group{ padding:8px 0; margin-bottom:0px;}
  64. }