plusMISModel.css 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. /*
  2. * DON'T REMOVE THE FOLLOWING LICENSE
  3. * INFORMATION!
  4. * ----------------------------------
  5. * Copyright by
  6. * Global Cube Business Solutions
  7. * Author: Dennis Ritz
  8. * info@global-cube.de
  9. * 2007-2008
  10. * ----------------------------------
  11. */
  12. #retrieveInput {
  13. position:absolute;
  14. display:none;
  15. top:0px;
  16. left:0px;
  17. margin:0px;
  18. padding:0px;
  19. width:100%;
  20. height:100%;
  21. background:url('img/plusMISModel/retrieveInputBG.png');
  22. border:0px dashed #FF0000;
  23. color:#ffffff;
  24. z-index:10;
  25. font-weight:bold;
  26. overflow:auto;
  27. }
  28. #retrieveInput form {
  29. position:relative;
  30. width:700px;
  31. top:5%;
  32. max-height:80%;
  33. margin:auto;
  34. margin-bottom:0px;
  35. padding:7px;
  36. z-index:10;
  37. overflow:auto;
  38. border: 0px;
  39. }
  40. #retrieveInput form.debug form{
  41. position:relative;
  42. overflow:display;
  43. }
  44. #retrieveInput form legend {
  45. color:#ffffff;
  46. font-size:16pt;
  47. }
  48. #retrieveInput form legend img {
  49. width:24px;
  50. height:24px;
  51. margin-left:5px;
  52. margin-right:5px;
  53. }
  54. #retrieveInput form fieldset {
  55. padding:7px;
  56. }
  57. #retrieveInput table {
  58. position:relative;
  59. margin:0px;
  60. left:0px;
  61. top:0px;
  62. width:100%;
  63. height:100%;
  64. border-collapse:collapse;
  65. /*background:url('img/plusMISModel/retrieveInputBG.png');*/
  66. border:0px solid #EEEEEE;
  67. }
  68. #retrieveInput td.label {
  69. width:25%;
  70. }
  71. #retrieveInput input{
  72. width:99%;
  73. left:0px;
  74. }
  75. #retrieveInput textarea{
  76. width:99%;
  77. }
  78. #retrieveInput input.btn{
  79. width:auto;
  80. }
  81. body, html {
  82. height:100%;
  83. width:100%;
  84. margin:0px;
  85. padding:0px;
  86. background:url("img/plusMISModel/leftbarBG.png") repeat-y;
  87. overflow:hidden;
  88. font-family:Arial;
  89. font-size:10pt;
  90. /*color:#FAFAFA;*/
  91. color:#000053;
  92. }
  93. #head {
  94. position:absolute;
  95. top:0px;
  96. left:0px;
  97. width:100%;
  98. height:47px;
  99. /*background: url("img/plusMISModel/linedBlueBG.png") repeat;*/
  100. /*background:url("img/plusMISHead/headBG.png") repeat-y;*/
  101. border:0px;
  102. border:0px solid #010060;
  103. z-index:0;
  104. color:#FDFDFD;
  105. }
  106. #toolbar {
  107. position:absolute;
  108. top:47px;
  109. left:0px;
  110. width:100%;
  111. height:24px;
  112. background: url("img/plusMISModel/GreyBG.png") repeat;
  113. border:0px;
  114. border-top:1px solid #BBBBBB;
  115. border-bottom:1px solid #999999;
  116. z-index:0;
  117. }
  118. #leftToolbar {
  119. float:left;
  120. top:0px;
  121. width:260px;
  122. height:100%;
  123. color:#000053;
  124. cursor:pointer;
  125. }
  126. #mainToolbar {
  127. position:absolute;
  128. top:0px;
  129. left:260px;
  130. height:100%;
  131. color:#000053;
  132. cursor:pointer;
  133. overflow:hidden;
  134. }
  135. #rightToolbar {
  136. float:right;
  137. top:0px;
  138. left:260px;
  139. height:100%;
  140. color:#000053;
  141. cursor:pointer;
  142. }
  143. #leftbar {
  144. position:absolute;
  145. display:none;
  146. top:73px;
  147. left:0px;
  148. width:260px;
  149. height:100%;
  150. /*background: url("img/plusMISModel/leftbarBG.png") repeat-y;*/
  151. z-index:0;
  152. overflow:hidden;
  153. }
  154. #leftdivider {
  155. cursor:move;
  156. }
  157. #leftdivider {
  158. position:absolute;
  159. display:none;
  160. top:73px;
  161. left:260px;
  162. width:4px;
  163. height:100%;
  164. background:url("img/plusMISModel/verticalDivider.png") no-repeat;
  165. background-position:center;
  166. cursor:ew-resize;
  167. }
  168. #main {
  169. position:absolute;
  170. margin:0px;
  171. padding:0px;
  172. top:73px;
  173. left:254px;
  174. width:100%;
  175. height:100%;
  176. border:0px solid #FF0000;
  177. overflow:auto;
  178. }
  179. #content {
  180. position:relative;
  181. top:0px;
  182. margin:0px;
  183. padding:0px;
  184. width:100%;
  185. height:100%;
  186. background: transparent;
  187. border:0px dashed #FF0000;
  188. overflow:auto;
  189. }
  190. #content form {
  191. position:relative;
  192. top:0px;
  193. left:0px;
  194. margin:0px;
  195. padding:11px 7px 7px 7px;
  196. z-index:0;
  197. border: 0px solid #FF0000;
  198. }
  199. #content table {
  200. position:relative;
  201. margin:0px;
  202. padding:0px;
  203. left:0px;
  204. top:0px;
  205. width:100%;
  206. height:0%;
  207. border-collapse:collapse;
  208. z-index:0;
  209. }
  210. #content td.label {
  211. width:25%;
  212. }
  213. #content input {
  214. width:99%;
  215. z-index:0;
  216. }
  217. #content input.btn {
  218. width:auto;
  219. }
  220. #footbar {
  221. position:absolute;
  222. display:block;
  223. bottom:0px;
  224. left:0px;
  225. width:100%;
  226. height:24px;
  227. background: url("img/plusMISModel/GreyBG.png") repeat;
  228. height:24px;
  229. border-top:1px solid #BBBBBB;
  230. }
  231. #leftFootbar {
  232. float:left;
  233. width:250px;
  234. height:100%;
  235. color:#000053;
  236. cursor:pointer;
  237. }
  238. #mainFootbar {
  239. float:left;
  240. top:0px;
  241. left:250px;
  242. height:100%;
  243. color:#000053;
  244. cursor:pointer;
  245. }
  246. #Model_publisher {
  247. float:right;
  248. padding:5px;
  249. top:5px;
  250. right:5px;
  251. height:100%;
  252. color:#000053;
  253. cursor:pointer;
  254. }
  255. #Model_config {
  256. float:right;
  257. padding:5px;
  258. top:5px;
  259. right:5px;
  260. height:100%;
  261. color:#000053;
  262. cursor:pointer;
  263. font-weight:bold;
  264. }
  265. #contextContainer {
  266. position:absolute;
  267. left:0px;
  268. top:0px;
  269. width:200px;
  270. height:auto;
  271. border:1px solid #A5A5A5;
  272. z-index:200000;
  273. display:none;
  274. background: url("img/plusMISModel/retrieveInputBG.png") repeat;
  275. }
  276. .contextContainer a {
  277. padding:0px;
  278. top:0px;
  279. display:block;
  280. position:relative;
  281. cursor:pointer;
  282. z-index:0;
  283. border:0px dashed #00FF00;
  284. color:#000053;
  285. }
  286. .contextContainer .label .text {
  287. color:#ffffdd;
  288. font-weight:bold;
  289. }
  290. .contextContainer .label img {
  291. border:0px solid #000000;
  292. }
  293. .contextContainer {
  294. display:none;
  295. }
  296. #contextContainer .contextContainer {
  297. display:block;
  298. }
  299. #contextContainer .contextMenuNodeListener {
  300. position:absolute;
  301. left:0px;
  302. top:0px;
  303. width:100%;
  304. z-index:0;
  305. cursor:pointer;
  306. padding:3px 0px 3px 0px;
  307. }
  308. #contextContainer .contextMenuNodeSub .contextMenuNodeListener {
  309. padding:3px;
  310. }
  311. #contextContainer .contextMenuNode {
  312. position:relative;
  313. width:100%;
  314. }
  315. #contextContainer .contextMenuNodeLeaf {
  316. position:relative;
  317. width:100%;
  318. }
  319. #contextContainer div.contextMenuNode div.contextMenuNodeValue {
  320. padding:3px;
  321. position:relative;
  322. z-index:0;
  323. }
  324. #contextContainer div.contextMenuNodeLeaf div.contextMenuNodeValue{
  325. padding:3px;
  326. position:relative;
  327. background:url("img/GUI/Tree/rootBG.png") repeat-y;
  328. z-index:0;
  329. }
  330. #contextContainer div.contextMenuNodeSub div.contextMenuNodeValue {
  331. padding:3px 3px 3px 3px;
  332. background:transparent;
  333. }
  334. #contextContainer div.contextMenuNodeSub .contextMenuNodeLeaf div.contextNodeValue {
  335. padding:3px 3px 3px 3px;
  336. background:transparent;
  337. }
  338. #contextContainer .contextMenuNodeSub {
  339. margin:0px 0px 0px 16px;
  340. }
  341. #contextContainer a {
  342. padding:0px 0px 0px 5px;
  343. position:relative;
  344. cursor:pointer;
  345. z-index:1;
  346. color:#ffffdd;
  347. }
  348. #contextContainer .contextMenuDivider {
  349. width:100%;
  350. font-size:0px;
  351. height:2px;
  352. background:url("img/GUI/Tree/divider.png") no-repeat;
  353. }
  354. #head .location {
  355. float:left;
  356. width:254px;
  357. margin:0px;
  358. padding:3px;
  359. padding-top:7px;
  360. font-style:italic;
  361. color:#000053;
  362. font-size:1.2em;
  363. border:0px solid #ff0000;
  364. font-weight:bold;
  365. }
  366. .location img {
  367. position:relative;
  368. margin:5px;
  369. }
  370. #head .title {
  371. float:left;
  372. margin:0px;
  373. padding:7px;
  374. font-style:italic;
  375. color:#000053;
  376. font-size:1.2em;
  377. border:0px solid #ff0000;
  378. font-weight:bold;
  379. }
  380. .title img {
  381. position:relative;
  382. margin:5px;
  383. }
  384. #userinfo {
  385. position:absolute;
  386. float:right;
  387. top:0px;
  388. right:0px;
  389. height:100%;
  390. padding-left:5px;
  391. padding-right:5px;
  392. color:#000053;
  393. cursor:pointer;
  394. font-size:1em;
  395. border-left:0px solid #999999;
  396. }
  397. #userinfo img{
  398. position:relative;
  399. cursor:pointer;
  400. z-index:1;
  401. cursor:pointer;
  402. }
  403. #userinfo div {
  404. display:inline;
  405. cursor:pointer;
  406. }