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.

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