options.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. body {
  2. background-color: #eee;
  3. }
  4. body>div {
  5. margin-left: auto;
  6. margin-right: auto;
  7. width: 300px;
  8. background-color: #fff;
  9. font-family: sans-serif;
  10. margin-bottom: 10px;
  11. border-width: 1px;
  12. border-style: solid;
  13. border-radius: 8px;
  14. padding-left: 10px;
  15. padding-right: 10px;
  16. padding-bottom: 5px;
  17. text-align: justify;
  18. -webkit-box-shadow: #888 2px 2px 2px;
  19. }
  20. #icon {
  21. width: 1em;
  22. padding-right: .3em;
  23. }
  24. button {
  25. background: -webkit-gradient(linear, left bottom, left top, color-stop(0.12, rgb(201
  26. , 201, 201) ), color-stop(0.79, rgb(247, 247, 247) ) );
  27. border-color: rgb(191, 191, 191);
  28. border-style: solid;
  29. height: 25px;
  30. border-radius: 4px;
  31. }
  32. button:active {
  33. border-color: rgb(237, 237, 237);
  34. }
  35. #popupContent {
  36. height: auto;
  37. padding-right: 5px;
  38. }
  39. #popupContent .option {
  40. margin-left: 5px;
  41. margin-bottom: 12px;
  42. }
  43. input[type="checkbox"],button,input[type="text"] {
  44. float: right;
  45. margin: 1px 0px;
  46. }
  47. input[type="checkbox"] {
  48. margin-top: 4px;
  49. }
  50. button {
  51. padding-left: 20px;
  52. padding-right: 20px;
  53. }
  54. h2 {
  55. margin-bottom: 14px;
  56. margin-top: 14px;
  57. }
  58. h3 {
  59. margin-bottom: 10px;
  60. margin-top: 10px;
  61. }
  62. a {
  63. display: inline-block;
  64. padding-top: 5px;
  65. }
  66. #reloadButton {
  67. background: lightGrey;
  68. bottom: 0px;
  69. margin: 5px;
  70. position: absolute;
  71. right: 0px;
  72. }
  73. #filenameMaxLengthInput {
  74. width: 20px;
  75. }