PostfixAdmin - web based virtual user administration interface for Postfix mail servers https://postfixadmin.github.io/postfixadmin/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

103 lines
3.1 KiB

  1. @import url(bootstrap-3.4.1-dist/css/bootstrap.min.css);
  2. @import url(bootstrap-3.4.1-dist/css/bootstrap-datetimepicker.min.css);
  3. /* Sticky footer styles
  4. -------------------------------------------------- */
  5. html {
  6. position: relative;
  7. min-height: 100%;
  8. }
  9. body {
  10. /* Margin bottom by footer height */
  11. margin-bottom: 60px;
  12. }
  13. .footer {
  14. position: absolute;
  15. bottom: 0;
  16. width: 100%;
  17. /* Set the fixed height of the footer here */
  18. height: 60px;
  19. line-height: 60px; /* Vertically center the text there */
  20. background-color: #f5f5f5;
  21. }
  22. .mr {
  23. margin-right: 5px;
  24. }
  25. .ml {
  26. margin-left: 5px;
  27. }
  28. /* Custom page CSS
  29. -------------------------------------------------- */
  30. /* Not required for template or sticky footer method. */
  31. body > .container {
  32. padding: 100px 15px 0;
  33. }
  34. .footer > .container {
  35. padding-right: 15px;
  36. padding-left: 15px;
  37. }
  38. .footer { font-size: 10px; line-height: 30px; }
  39. @media (min-width: 768px) {
  40. .footer { font-size: 12px; line-height: 60px; }
  41. }
  42. code {
  43. font-size: 80%;
  44. }
  45. .navbar-header a.navbar-brand { padding-top: 0; padding-bottom: 0; }
  46. @media (min-width: 768px) {
  47. .navbar-fixed-top .container-fluid .navbar-collapse { font-size: 12px; }
  48. .navbar-fixed-top .container-fluid .navbar-collapse li a { padding-left: 5px; padding-right: 5px; }
  49. .navbar-fixed-top .container-fluid .navbar-right { font-size: 11px; }
  50. .navbar-fixed-top .container-fluid .navbar-right .navbar-btn { padding: 5px; }
  51. .navbar-header a.navbar-brand { padding: 0; }
  52. }
  53. @media (min-width: 992px) {
  54. .navbar-header a.navbar-brand { padding: 0 15px; }
  55. .navbar-fixed-top .container-fluid .navbar-collapse { font-size: 14px; }
  56. .navbar-fixed-top .container-fluid .navbar-right { font-size: 12px; }
  57. .navbar-fixed-top .container-fluid .navbar-collapse li a { padding-left: 10px; padding-right: 10px; }
  58. .navbar-fixed-top .container-fluid .navbar-right { padding-right: 5px; }
  59. .navbar-fixed-top .container-fluid .navbar-right .navbar-btn { margin-right: 5px; padding: 5px 10px; }
  60. }
  61. @media (min-width: 1200px) {
  62. .navbar-fixed-top .container-fluid .navbar-right a { font-size: 14px; }
  63. .navbar-fixed-top .container-fluid .navbar-right .navbar-btn { margin-right: 15px; }
  64. .navbar-fixed-top .container-fluid .navbar-collapse li a { padding-left: 15px; padding-right: 15px; }
  65. }
  66. span.active { font-weight: bold; }
  67. div#login{ max-width: 35em; }
  68. .quota {
  69. z-index:99;
  70. height:14px;
  71. position: absolute;
  72. }
  73. .quota_text {
  74. z-index:100;
  75. text-align: center;
  76. font-size: 12px;
  77. color: #666;
  78. cursor: default;
  79. position: absolute;
  80. width:120px;
  81. height:16px;
  82. margin-top:-17px;
  83. padding-top: -1px;
  84. }
  85. .quota_bg { background-color: white; z-index:98; width:122px; height:16px;margin-top:-1px;margin-left:-1px; border: 1px solid #999;}
  86. .quota_no_border { border:none; margin:0; }
  87. .quota_high { background: url(../images/quota-colors.png) repeat-x 0 -28px #f90509; }
  88. .quota_mid { background: url(../images/quota-colors.png) repeat-x 0 -14px #e3e909; }
  89. .quota_low { background: url(../images/quota-colors.png) repeat-x 0 0px #05f905; }
  90. .quota_text_high { color: white; }
  91. .quota_text_mid { color: #666; }
  92. .quota_text_low { color: #666; }