Fork of the espurna firmware for `mhsw` switches
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.

120 lines
1.9 KiB

7 years ago
7 years ago
  1. #menu .pure-menu-heading {
  2. font-size: 100%;
  3. padding: .5em .5em;
  4. }
  5. .header h2 {
  6. font-size: 1em;
  7. }
  8. .panel {
  9. display: none;
  10. }
  11. .footer {
  12. position: absolute;
  13. bottom: 0;
  14. left: 0;
  15. right: 0;
  16. padding: 10px;
  17. font-size: 80%;
  18. color: #999;
  19. }
  20. #menu .footer a {
  21. text-decoration: none;
  22. padding: 0px;
  23. }
  24. .content {
  25. margin: 0px;
  26. }
  27. .page {
  28. margin-top: 40px;
  29. }
  30. .pure-button {
  31. color: white;
  32. padding: 8px 12px;
  33. border-radius: 4px;
  34. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  35. }
  36. .main-buttons {
  37. margin: 50px auto;
  38. text-align: center;
  39. }
  40. .main-buttons button {
  41. width: 100px;
  42. margin: 5px auto;
  43. }
  44. .button-update-password,
  45. .button-update {
  46. background: #1f8dd6;
  47. }
  48. .button-reset {
  49. background: rgb(202, 60, 60);
  50. }
  51. .button-reconnect {
  52. background: rgb(202, 60, 60);
  53. }
  54. .button-apikey {
  55. background: rgb(0, 202, 0);
  56. margin-left: 5px;
  57. }
  58. .button-add-network {
  59. background: rgb(28, 184, 65);
  60. }
  61. .button-del-network {
  62. background: rgb(202, 60, 60);
  63. }
  64. .button-more-network {
  65. background: rgb(223, 117, 20);
  66. }
  67. .button-settings-backup,
  68. .button-settings-restore {
  69. background: rgb(0, 202, 0);
  70. }
  71. .pure-g {
  72. margin-bottom: 20px;
  73. }
  74. legend {
  75. font-weight: bold;
  76. }
  77. .l-box {
  78. padding-right: 1px;
  79. }
  80. .pure-form input[type=text][disabled] {
  81. color: #777777;
  82. }
  83. div.hint {
  84. font-size: 80%;
  85. color: #ccc;
  86. }
  87. .break {
  88. margin-top: 5px;
  89. }
  90. #networks .pure-g {
  91. padding-bottom: 10px;
  92. margin-bottom: 5px;
  93. border-bottom: 2px dashed #e5e5e5;
  94. }
  95. #networks div.more {
  96. display: none;
  97. }
  98. .module {
  99. display: none;
  100. }
  101. .template {
  102. display: none;
  103. }
  104. .pure-form .center {
  105. margin: .5em 0 .2em;
  106. }
  107. .webmode {
  108. display: none;
  109. }
  110. #credentials {
  111. font-size: 200%;
  112. text-align: center;
  113. height: 100px;
  114. width: 400px;
  115. position: fixed;
  116. top: 50%;
  117. left: 50%;
  118. margin-top: -50px;
  119. margin-left: -200px;
  120. }