banip_css.htm 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <style type="text/css">
  2. textarea
  3. {
  4. width: 100%;
  5. height: 450px;
  6. border: 1px solid #cccccc;
  7. padding: 5px;
  8. font-size: 12px;
  9. font-family: monospace;
  10. resize: none;
  11. white-space: pre;
  12. overflow-wrap: normal;
  13. overflow-x: scroll;
  14. }
  15. select[readonly],
  16. textarea[readonly]
  17. {
  18. width: 100%;
  19. height: 450px;
  20. border: 1px solid #cccccc;
  21. padding: 5px;
  22. font-size: 12px;
  23. font-family: monospace;
  24. resize: none;
  25. pointer-events: auto;
  26. cursor: auto;
  27. }
  28. .table.cbi-section-table .th,
  29. .table.cbi-section-table .td,
  30. .cbi-section-table-cell,
  31. .cbi-section-table-row,
  32. .tr[data-title]::before
  33. {
  34. text-align: left;
  35. vertical-align: top;
  36. margin-left: 0px;
  37. padding-left: 2px;
  38. }
  39. .table.cbi-section-table .th
  40. {
  41. white-space: nowrap;
  42. }
  43. .cbi-section-table-row > .cbi-value-field .cbi-input-select,
  44. .table.cbi-section-table select
  45. {
  46. width: 70px;
  47. }
  48. .item,
  49. .add-item
  50. {
  51. white-space: nowrap;
  52. width: 8.2em;
  53. }
  54. .cbi-input-checkbox
  55. {
  56. height: 1em;
  57. }
  58. .cbi-button
  59. {
  60. -webkit-appearance: menulist;
  61. }
  62. .runtime
  63. {
  64. color: #37c;
  65. font-weight: bold;
  66. display: inline-block;
  67. width: 100%;
  68. padding-top: 0.5rem;
  69. }
  70. .ripe_desc
  71. {
  72. font-style: italic;
  73. display: inline-block;
  74. width: 100%;
  75. height: 20px;
  76. margin: 2px 2px;
  77. }
  78. .button_running
  79. {
  80. display: inline-block;
  81. width: 16px;
  82. height: 16px;
  83. margin: 0 5px;
  84. }
  85. </style>