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.

88 lines
1.3 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 {
  32. background: #1f8dd6;
  33. }
  34. .button-reset {
  35. background: rgb(202, 60, 60);
  36. }
  37. .button-reconnect {
  38. background: rgb(202, 60, 60);
  39. }
  40. .button-apikey {
  41. background: rgb(0, 202, 0);
  42. margin-left: 5px;
  43. }
  44. .button-add-network {
  45. background: rgb(28, 184, 65);
  46. }
  47. .button-del-network {
  48. background: rgb(202, 60, 60);
  49. }
  50. .button-more-network {
  51. background: rgb(223, 117, 20);
  52. }
  53. .pure-g {
  54. margin-bottom: 20px;
  55. }
  56. legend {
  57. font-weight: bold;
  58. }
  59. .l-box {
  60. padding-right: 1px;
  61. }
  62. .pure-form input[type=text][disabled] {
  63. color: #777777;
  64. }
  65. div.hint {
  66. font-size: 80%;
  67. color: #ccc;
  68. }
  69. .break {
  70. margin-top: 5px;
  71. }
  72. #networks .pure-g {
  73. padding-bottom: 10px;
  74. margin-bottom: 5px;
  75. border-bottom: 2px dashed #e5e5e5;
  76. }
  77. #networks div.more {
  78. display: none;
  79. }
  80. .module {
  81. display: none;
  82. }
  83. .template {
  84. display: none;
  85. }
  86. .pure-form .center {
  87. margin: .5em 0 .2em;
  88. }