main.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. 
  2. html, body {
  3. height: 100% !important;
  4. }
  5. body {
  6. margin: 0px !important;
  7. line-height: 1.42857143 !important;
  8. }
  9. a {
  10. color: #6699ff;
  11. }
  12. a:hover {
  13. color: #6699ff;
  14. }
  15. #content {
  16. min-height: 100%;
  17. }
  18. .container {
  19. margin-left: auto;
  20. margin-right: auto;
  21. padding: 55px 15px 60px 15px;
  22. word-wrap: break-word;
  23. }
  24. .container .pageLogin {
  25. display: none;
  26. margin: auto;
  27. width: 500px;
  28. padding: 150px 0 0 0;
  29. }
  30. .container .page {
  31. display: none;
  32. }
  33. .features {
  34. margin: 80px auto 40px auto;
  35. font-family: Arial;
  36. }
  37. .features .pull-left {
  38. width: 50%;
  39. }
  40. .features .pull-right {
  41. width: 50%;
  42. }
  43. .features h3 {
  44. font-size: 22px;
  45. text-align: center;
  46. }
  47. .features p {
  48. color: rgb(119, 119, 119);
  49. text-align: center;
  50. }
  51. .features li {
  52. color: rgb(119, 119, 119);
  53. }
  54. .shadow-screenshot {
  55. box-shadow: 2px 3px 15px 1px #888888;
  56. }
  57. .auto-resize-img {
  58. max-width: 100%;
  59. height: auto;
  60. display: block;
  61. margin-right: auto;
  62. margin-left: auto;
  63. }
  64. @media (min-width: 992px) {
  65. #header .title, .container, #footer .content {
  66. width: 970px;
  67. }
  68. }
  69. @media (min-width: 1200px) {
  70. #header .title, .container, #footer .content {
  71. width: 1170px;
  72. }
  73. .stats-panel .stats-item {
  74. padding: 6px !important;
  75. }
  76. }