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.

59 lines
906 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. .center {
  18. text-align: center;
  19. }
  20. .pure-button {
  21. color: white;
  22. padding: 8px 16px;
  23. border-radius: 4px;
  24. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  25. }
  26. .button-update {
  27. width: 100px;
  28. margin: 50px auto;
  29. background: #1f8dd6;
  30. }
  31. .pure-g {
  32. margin-bottom: 20px;
  33. }
  34. legend {
  35. font-weight: bold;
  36. }
  37. .l-box {
  38. padding-right: 1px;
  39. }
  40. #topics .pure-g {
  41. padding-bottom: 5px;
  42. margin-bottom: 5px;
  43. border-bottom: 1px dashed #e5e5e5;
  44. }
  45. .pure-form input[type=text][disabled] {
  46. color: #777777;
  47. }
  48. div.hint {
  49. font-size: 80%;
  50. color: #ccc;
  51. margin-top: -5px;
  52. }
  53. .iPhoneCheckContainer {
  54. letter-spacing: 0em;
  55. height: 36px;
  56. }
  57. .iPhoneCheckHandle {
  58. top: 8px;
  59. }