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.

63 lines
936 B

  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. .pure-g {
  45. margin-bottom: 20px;
  46. }
  47. legend {
  48. font-weight: bold;
  49. }
  50. .l-box {
  51. padding-right: 1px;
  52. }
  53. .pure-form input[type=text][disabled] {
  54. color: #777777;
  55. }
  56. div.hint {
  57. font-size: 80%;
  58. color: #ccc;
  59. }
  60. .module {
  61. display: none;
  62. }