c93694336c5551f0955d0ab9cff7d99937e6b282.svn-base 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. body {
  2. background-color: #fff;
  3. margin: 0;
  4. border: 0;
  5. padding: 0;
  6. font-size: 9pt;
  7. font-family: "Malgun Gothic", "Apple SD Gothic Neo", gulim, monospace;
  8. line-height: 1em;
  9. overflow: hidden;
  10. }
  11. td, input {
  12. font-size: 9pt;
  13. vertical-align: middle;
  14. margin: 0;
  15. line-height: 15px;
  16. height: 15px;
  17. }
  18. select {
  19. font-size: 9pt;
  20. vertical-align: middle;
  21. margin: 0;
  22. }
  23. .handCursor {
  24. cursor: pointer;
  25. }
  26. td.hover
  27. {
  28. background-color : Fuchsia;
  29. }
  30. table.dlg {
  31. border: 0;
  32. }
  33. fieldset {
  34. border: 1px solid #ccc;
  35. padding: 2px;
  36. margin: 0;
  37. }
  38. .content-outline {
  39. border: 1px solid #ccc;
  40. border-radius: 4px;
  41. padding: 5px;
  42. margin: 0;
  43. }
  44. .dlg td {
  45. text-align: left;
  46. height: 20px;
  47. }
  48. form {
  49. display: inline;
  50. }
  51. .dlg input {
  52. border: 2px;
  53. }
  54. .img {
  55. border: 0;
  56. vertical-align: middle;
  57. }
  58. .font-normal {
  59. font-size: 9pt;
  60. }
  61. legend {
  62. font-size: 9pt;
  63. font-weight: bold;
  64. }
  65. .bottom-status {
  66. background-color: #fff;
  67. margin-top: 10px;
  68. padding: 0;
  69. text-align: center;
  70. height: 24px;
  71. vertical-align: middle;
  72. }
  73. .button {
  74. width: 64px;
  75. height: 22px;
  76. margin: 1px 2px;
  77. cursor: pointer;
  78. vertical-align: middle;
  79. }
  80. .button8em {
  81. font-size: 9pt;
  82. padding-top: 2px !important;
  83. height: 21px;
  84. width: 8em;
  85. }
  86. .button10em {
  87. font-size: 9pt;
  88. padding-top: 1px !important;
  89. height: 21px;
  90. width: 10em;
  91. }
  92. .emIcon {
  93. width: 19px;
  94. height: 19px;
  95. cursor: pointer;
  96. }
  97. .schar {
  98. border: 1px solid #ccc;
  99. background-color: #fff;
  100. width: 18px;
  101. height: 17px;
  102. text-align: center;
  103. cursor: pointer;
  104. font-size: 12px;
  105. line-height: 1.2em;
  106. }
  107. .spacer {
  108. margin: 10px 0 0 0;
  109. }
  110. .spacer5 {
  111. margin: 5px 0 0 0;
  112. clear: both;
  113. }
  114. .wrapper {
  115. text-align: center;
  116. }
  117. .clear {
  118. clear: both;
  119. }
  120. .flash-movie-source {
  121. margin: 0 auto;
  122. }
  123. .flash-player-wrapper {
  124. width: 560px;
  125. height: 315px;
  126. border: 1px #a0a0a0 solid;
  127. text-align: center;
  128. overflow: auto;
  129. margin: 0 auto;
  130. background-color: #fff;
  131. display: block;
  132. }
  133. .media-player-wrapper {
  134. height: 200px;
  135. margin-top: 5px;
  136. text-align: center;
  137. overflow-x: auto;
  138. overflow-y: hidden;
  139. }
  140. .hr {
  141. border: 0;
  142. background: #e0e0e0;
  143. height: 1px;
  144. }
  145. .colorCellMouseOver {
  146. line-height: 0;
  147. font-size: 0;
  148. height: 8px;
  149. width: 8px;
  150. border: 1px solid #fff;
  151. }
  152. .colorCellMouseOut {
  153. line-height: 8px;
  154. font-size: 0;
  155. height: 8px;
  156. width: 8px;
  157. border: 1px solid #000;
  158. }
  159. .colorInputBox {
  160. background-color: #000;
  161. text-align: center;
  162. border: 1px solid #000;
  163. height: 16px;
  164. }
  165. .colorWrapper {
  166. border: 1px solid #000;
  167. background-color: #fff;
  168. position: absolute;
  169. padding: 2px;
  170. display: none;
  171. }
  172. .colorPickerButton {
  173. background: url("../icons/button/color_picker.png") no-repeat center center;
  174. width: 24px;
  175. height: 20px;
  176. cursor: pointer;
  177. float: left;
  178. }
  179. .colorPickerButtonGray {
  180. background: url("../icons/button/color_picker_disable.png") no-repeat center center;
  181. width: 24px;
  182. height: 20px;
  183. cursor: pointer;
  184. float: left;
  185. }