blue_green.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. /* CSS Document */
  2. body {
  3. font-family: Verdana, Arial, Helevtica;
  4. font-size: smaller;
  5. background-color: #68a;
  6. color:#000000;
  7. margin: 0; /* Remove body margin/padding */
  8. padding: 0;
  9. overflow: hidden; /* Remove scroll bars on browser window */
  10. }
  11. table {
  12. border: 1px solid #000000;
  13. }
  14. .raw_output {
  15. font-family: Courier-New, Courier, Arial, Helevtica;
  16. font-size: smaller;
  17. background-color: #eeeeee;
  18. color: #000000;
  19. border: 1px dashed #000000;
  20. padding: 0.25em;
  21. margin-top: 1em;
  22. }
  23. th {
  24. font-family: Verdana, Arial, Helvetica;
  25. font-size: smaller;
  26. color: #000000;
  27. background-color:#ace27d;
  28. }
  29. td {
  30. font-family: Verdana, Arial, Helvetica;
  31. font-size: smaller;
  32. background-color: #b7cfe8;
  33. }
  34. tr.clicked td {
  35. font-family: Verdana, Arial, Helvetica;
  36. font-size: smaller;
  37. background-color: #ffcfe8;
  38. }
  39. td.label {
  40. font-family: Verdana, Arial, Helvetica;
  41. font-size: smaller;
  42. color: #000000;
  43. background-color:#ace27d;
  44. padding: 0.2em;
  45. }
  46. td a, td a:visited {
  47. text-decoration:none;
  48. color:#000000;
  49. }
  50. td a:hover {
  51. text-decoration:underline;
  52. color:#FFFFFF;
  53. }
  54. a.small_action {
  55. font-family: Verdana, Arial, Helvetica;
  56. font-size: smaller;
  57. color: #000000;
  58. text-decoration:none;
  59. }
  60. .display_block {
  61. noborder: 1px dashed #CCC;
  62. background: #79b;
  63. padding:0.25em;
  64. }
  65. div#TopPane .display_block {
  66. background: #f0eee0;
  67. padding:0.25em;
  68. text-align:center;
  69. }
  70. div#TopPane label {
  71. color:#000;
  72. background: #f0eee0;
  73. }
  74. div#TopPane td {
  75. color:#000;
  76. background: #f0eee0;
  77. }
  78. .loading {
  79. noborder: 1px dashed #CCC;
  80. background: #b9c1c8;
  81. padding:0.25em;
  82. }
  83. label {
  84. font-family:Georgia, "Times New Roman", Times, serif;
  85. color:#FFFFFF;
  86. text-align:right;
  87. }
  88. input.textSearch {
  89. border:1px solid #333;
  90. noheight:1.2em;
  91. font-size:0.8em;
  92. font-family:Verdana, Arial, Helvetica, sans-serif;
  93. color:#000000;
  94. }
  95. /* By Rom */
  96. .csvimport_createobj {
  97. color: #AA0000;
  98. background-color:#EEEEEE;
  99. }
  100. .csvimport_error {
  101. font-weight: bold;
  102. color: #FF0000;
  103. background-color:#EEEEEE;
  104. }
  105. .csvimport_warning {
  106. color: #CC8888;
  107. background-color:#EEEEEE;
  108. }
  109. .csvimport_ok {
  110. color: #00000;
  111. background-color:#BBFFBB;
  112. }
  113. .csvimport_reconkey {
  114. font-style: italic;
  115. color: #888888;
  116. background-color:#FFFFF;
  117. }
  118. .csvimport_extreconkey {
  119. color: #888888;
  120. background-color:#FFFFFF;
  121. }
  122. .treeview, .treeview ul {
  123. padding: 0;
  124. margin: 0;
  125. list-style: none;
  126. }
  127. .treeview li {
  128. margin: 0;
  129. padding: 3px 0pt 3px 16px;
  130. font-size:0.9em;
  131. }
  132. ul.dir li {
  133. padding: 2px 0 0 16px;
  134. }
  135. .treeview li { background: url(../images/tv-item.gif) 0 0 no-repeat; }
  136. .treeview .collapsable { background-image: url(../images/tv-collapsable.gif); }
  137. .treeview .expandable { background-image: url(../images/tv-expandable.gif); }
  138. .treeview .last { background-image: url(../images/tv-item-last.gif); }
  139. .treeview .lastCollapsable { background-image: url(../images/tv-collapsable-last.gif); }
  140. .treeview .lastExpandable { background-image: url(../images/tv-expandable-last.gif); }
  141. #Header { padding: 0; background:#ccc url(../images/bandeau2.gif) repeat-x center;}
  142. div.iTopLogo {
  143. background:url(../images/iTop.gif) no-repeat center;
  144. width:100px;
  145. height:56px;
  146. }
  147. div.iTopLogo span {
  148. display:none;
  149. }
  150. #MySplitter {
  151. /* Height is set to match window size in $().ready() below */
  152. border:0px;
  153. margin:4px;
  154. padding:0px;
  155. min-width: 100px; /* Splitter can't be too thin ... */
  156. min-height: 100px; /* ... or too flat */
  157. }
  158. #LeftPane {
  159. background: #f0eee0;
  160. padding: 4px;
  161. overflow: auto; /* Scroll bars appear as needed */
  162. color:#666;
  163. }
  164. #TopPane { /* Top nested in right pane */
  165. background: #f0eee0;
  166. padding: 4px;
  167. height: 150px; /* Initial height */
  168. min-height: 75px; /* Minimum height */
  169. overflow: auto;
  170. color:#666;
  171. }
  172. #RightPane { /* Bottom nested in right pane */
  173. background: #79b;
  174. height:150px; /* Initial height */
  175. min-height:130px;
  176. no.padding:15px;
  177. no.margin:10px;
  178. overflow:auto;
  179. color:#fff;
  180. }
  181. #BottomPane { /* Bottom nested in right pane */
  182. background: #79b;
  183. padding: 4px;
  184. overflow: auto;
  185. color:#fff;
  186. }
  187. #MySplitter .vsplitbar {
  188. width: 7px;
  189. height: 50px;
  190. background: #68a url(../images/vgrabber2.gif) no-repeat center;
  191. }
  192. #MySplitter .vsplitbar.active, #MySplitter .vsplitbar:hover {
  193. background: #68a url(../images/vgrabber2_active.gif) no-repeat center;
  194. }
  195. #MySplitter .hsplitbar {
  196. height: 8px;
  197. background: #68a url(../images/hgrabber2.gif) no-repeat center;
  198. }
  199. #MySplitter .hsplitbar.active, #MySplitter .hsplitbar:hover {
  200. background: #68a url(../images/hgrabber2_active.gif) no-repeat center;
  201. }