default.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. body
  2. {
  3. font-family: Arial;
  4. font-size: 75%; /* 12px */
  5. margin-top: 10px;
  6. background-color:#A7A38F;
  7. text-align:center;
  8. }
  9. table,
  10. td
  11. {
  12. border-style:none;
  13. padding:0px;
  14. margin:0px;
  15. line-height:auto;
  16. }
  17. td img
  18. {
  19. vertical-align:bottom;
  20. }
  21. input,select
  22. {
  23. margin:0px 2px 0px 0px;
  24. }
  25. img
  26. {
  27. border-style:none;
  28. }
  29. img.vmiddle
  30. {
  31. vertical-align:baseline;
  32. }
  33. form ,
  34. span
  35. {
  36. margin: 0px;
  37. padding: 0px;
  38. display: inline;
  39. }
  40. a:link ,
  41. a:active,
  42. a:visited,
  43. a:hover
  44. {
  45. color: #363636;
  46. text-decoration: none;
  47. }
  48. input,
  49. select,
  50. textarea
  51. {
  52. font-size:80%;
  53. }
  54. a.fluxlink,
  55. a:link.fluxlink,
  56. a:active.fluxlink,
  57. a:visited.fluxlink,
  58. a:hover.fluxlink
  59. {
  60. font-size:80%;
  61. color:#FFFFFF;
  62. }
  63. hr
  64. {
  65. border: 1px solid #a0b9d8;
  66. }
  67. .small{
  68. font-size:90%;
  69. }
  70. .clearfix:after
  71. {
  72. content: ".";
  73. display: block;
  74. height: 0px;
  75. clear: both;
  76. visibility: hidden;
  77. }
  78. .clearfix
  79. {
  80. display: inline-block;
  81. }
  82. /* Hides from IE-mac and IE7 \*/
  83. * html .clearfix {height: 1%;}
  84. .clearfix {display: block;}
  85. /* End hide from IE-mac and IE7 */
  86. /* TitleBar */
  87. .titleleft img,
  88. .titleright img
  89. {
  90. vertical-align:bottom;
  91. }
  92. .titleleft
  93. {
  94. font-weight: bold;
  95. color: #FFFFFF;
  96. font-size:115%;
  97. text-align:left;
  98. }
  99. .titleright
  100. {
  101. text-align:right;
  102. }
  103. a.titlebarbutton,
  104. a:link.titlebarbutton,
  105. a:visited.titlebarbutton,
  106. a:active.titlebarbutton,
  107. a:hover.titlebarbutton
  108. {
  109. font-size:80%;
  110. font-weight:bold;
  111. }
  112. /* Table Styles */
  113. .tableheading,
  114. .tableheading_alt
  115. {
  116. background-color:#a0b9d8;
  117. font-size:100%;
  118. }
  119. .subtable
  120. {
  121. width:100%;
  122. text-align:left;
  123. }
  124. .subtableheading
  125. {
  126. background-color:#98accd;
  127. color:#FFFFFF;
  128. font-weight:bold;
  129. text-align:center;
  130. font-size:90%;
  131. }
  132. .subtableheading thead td,
  133. .subtableheading thead th,
  134. .subtableheading tfoot td
  135. {
  136. padding:3px 0px;
  137. }
  138. .table
  139. {
  140. border:2px solid #a0b9d8;
  141. width:100%;
  142. }
  143. .table thead td
  144. {
  145. padding-left:2px;
  146. padding-right:2px;
  147. padding-bottom:2px;
  148. padding-top:1px;
  149. }
  150. .table thead td td
  151. {
  152. padding: 0px;
  153. }
  154. .tableheading_alt
  155. {
  156. color:#FFFFFF;
  157. font-weight:bold;
  158. }
  159. a.tableheadlink,
  160. a:link.tableheadlink,
  161. a:visited.tableheadlink,
  162. a:active.tableheadlink,
  163. a:hover.tableheadlink
  164. {
  165. color:#FFFFFF;
  166. font-size:100%;
  167. font-weight:bold;
  168. }
  169. .tablecontent
  170. {
  171. background-color:#BCCEED;
  172. }
  173. .tablecontent_alt
  174. {
  175. background-color:#C8D7EE;
  176. }
  177. .tablecontent_hover
  178. {
  179. background-color:#A2BED4;
  180. }
  181. .hidden
  182. {
  183. visibility:hidden;
  184. }
  185. /*
  186. * IE 5 to 7 don't support position: fixed (in quirks mode), so use expression(...) trick
  187. * to dynamically adjust positions/sizes to emulate it. Prefix those CSS identifiers with
  188. * '_' to hide them from other browsers (IE ignores the leading underscore, others don't).
  189. *
  190. * expression(...) are in separate classes to only activate them when needed
  191. * (frequently evaluated JS: too CPU-intensive to keep active all the time).
  192. */
  193. #action_in_progress
  194. {
  195. background: #DDDDFF;
  196. border:3px solid #a0b9d8;
  197. color: #EE2222;
  198. text-align: center;
  199. font-weight: bold;
  200. font-size: 100%;
  201. padding: 3px;
  202. position: fixed;
  203. top:0px;
  204. left:0px;
  205. /* --- IE-specific ---- */
  206. _position: absolute;
  207. _top: 0px;
  208. _left: 0px;
  209. /* -------------------- */
  210. z-index:10102 !important;
  211. }
  212. #action_in_progress.active
  213. {
  214. /* --- IE-specific ---- */
  215. _top: expression( ( flux_scrollTop() + (flux_clientHeight() - /*this.*/offsetHeight) / 2 ) + 'px' );
  216. _left: expression( ( flux_scrollLeft() + (flux_clientWidth() - /*this.*/offsetWidth ) / 2 ) + 'px' );
  217. /* -------------------- */
  218. }
  219. #grey_out
  220. {
  221. position: fixed;
  222. height:100%;
  223. width:100%;
  224. /* ---- IE-specific ---- */
  225. _position: absolute;
  226. _height: 0px;
  227. _width: 0px;
  228. /* --------------------- */
  229. z-index:10100 !important;
  230. top: 0px;
  231. left: 0px;
  232. background-color:#000000;
  233. filter:alpha(opacity=50);
  234. -moz-opacity: 0.5;
  235. opacity: 0.5;
  236. }
  237. #grey_out.active
  238. {
  239. /* ---- IE-specific ---- */
  240. _height: expression( document.body.scrollHeight + 'px' );
  241. _width: expression( document.body.scrollWidth + 'px' );
  242. /* --------------------- */
  243. }
  244. .logfont
  245. {
  246. font-family:Monospace;
  247. overflow:scroll;
  248. white-space:pre;
  249. height:325px;
  250. padding:3px;
  251. }
  252. /*INPUT {BORDER-TOP-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-RIGHT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 12px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana,Helvetica; BORDER-RIGHT-WIDTH: 1px}
  253. TEXTAREA {BORDER-TOP-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-RIGHT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 12px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana,Helvetica; BORDER-RIGHT-WIDTH: 1px}
  254. SELECT {BORDER-TOP-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-RIGHT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 12px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana,Helvetica; BORDER-RIGHT-WIDTH: 1px}
  255. */
  256. /*
  257. .titleblack {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 14px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
  258. .content {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; FONT-FAMILY: Verdana, Helvetica}
  259. .block-title {BACKGROUND: none; COLOR: #FFFFFF; FONT-SIZE: 12px; FONT-FAMILY: Verdana, Helvetica}
  260. .storytitle {BACKGROUND: none; COLOR: #363636; FONT-SIZE: 12px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
  261. .storycat {BACKGROUND: none; COLOR: #363636; FONT-SIZE: 12px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: underline}
  262. .boxtitle {BACKGROUND: none; COLOR: #363636; FONT-SIZE: 12px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
  263. .boxcontent {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; FONT-FAMILY: Verdana, Helvetica}
  264. .option {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
  265. .tinywhite {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 9px; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
  266. .tinyunderline {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 9px; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: underline}
  267. .title {FONT-FAMILY: Verdana,Helvetica; FONT-WEIGHT: bold; COLOR: #ffffff; FONT-SIZE: 12px}
  268. .overCaption {font-family:arial; color:#ffffff; font-size:9pt; font-weight:bold;}
  269. .overClose {font-family:arial; background:#94ABC0; color:#000000; font-size:9pt; font-weight:bold;}
  270. .overBody {font-family:arial; background:#A2BED4; font-size:9pt; font-weight:normal;}
  271. .detailbar {
  272. border-right-width: 1px;
  273. border-right-style: solid;
  274. border-right-color: #000000;
  275. }*/
  276. /* #transferList { overflow: auto; } */