install.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. @CHARSET "UTF-8";
  2. /* Space out content a bit */
  3. body {
  4. padding-top: 20px;
  5. padding-bottom: 20px;
  6. }
  7. /* Everything but the jumbotron gets side spacing for mobile first views */
  8. .header,
  9. .marketing,
  10. .footer {
  11. padding-right: 15px;
  12. padding-left: 15px;
  13. }
  14. /* Custom page header */
  15. .header {
  16. padding-bottom: 20px;
  17. border-bottom: 1px solid #e5e5e5;
  18. }
  19. /* Make the masthead heading the same height as the navigation */
  20. .header h3 {
  21. margin-top: 0;
  22. margin-bottom: 0;
  23. line-height: 40px;
  24. float:left;
  25. }
  26. /* Custom page footer */
  27. .footer {
  28. padding-top: 19px;
  29. color: #777;
  30. border-top: 1px solid #e5e5e5;
  31. }
  32. /* Customize container */
  33. @media (min-width: 768px) {
  34. .container {
  35. max-width: 730px;
  36. }
  37. }
  38. .container-narrow > hr {
  39. margin: 30px 0;
  40. }
  41. /* Main marketing message and sign up button */
  42. .jumbotron {
  43. text-align: center;
  44. border-bottom: 1px solid #e5e5e5;
  45. }
  46. .jumbotron .btn {
  47. padding: 14px 24px;
  48. font-size: 21px;
  49. }
  50. /* Supporting marketing content */
  51. .marketing {
  52. margin: 40px 0;
  53. }
  54. .marketing p + h4 {
  55. margin-top: 28px;
  56. }
  57. /* Responsive: Portrait tablets and up */
  58. @media screen and (min-width: 768px) {
  59. /* Remove the padding we set earlier */
  60. .header,
  61. .marketing,
  62. .footer {
  63. padding-right: 0;
  64. padding-left: 0;
  65. }
  66. /* Space out the masthead */
  67. .header {
  68. margin-bottom: 30px;
  69. }
  70. /* Remove the bottom border on the jumbotron for visual effect */
  71. .jumbotron {
  72. border-bottom: 0;
  73. }
  74. }
  75. .nav>li>a{padding:10px;}
  76. .jumbotron {text-align:left;}
  77. .jumbotron h1{font-size:30px;}
  78. .jumbotron p{font-size:16px;}
  79. .install-wrapper{}
  80. .install-wrapper .glyphicon-ok{color:green;}
  81. .install-wrapper .glyphicon-remove{color:red;}
  82. .install-wrapper .glyphicon-info-sign{color:#f39c12;}
  83. .table-noborder * td{border:0!important;vertical-align:middle!important;}