MISModel.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644
  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. .-xerror {
  13. border:2px solid #ff0000;
  14. }
  15. #retrieveInput {
  16. position:absolute;
  17. display:none;
  18. top:0px;
  19. left:0px;
  20. margin:0px;
  21. padding:0px;
  22. width:100%;
  23. height:100%;
  24. background:url('img/MISModel/retrieveInputBG.png');
  25. border:0px dashed #FF0000;
  26. color:#ffffff;
  27. z-index:10;
  28. font-weight:bold;
  29. overflow:auto;
  30. }
  31. #retrieveInput form {
  32. position:relative;
  33. width:800px;
  34. margin:auto;
  35. margin-top:5px;
  36. margin-bottom:5px;
  37. z-index:10;
  38. border: 0px;
  39. }
  40. #retrieveInput form legend {
  41. position:absolute;
  42. top:0px;
  43. color:#ffffff;
  44. font-size:16pt;
  45. }
  46. #retrieveInput form legend img {
  47. width:24px;
  48. height:24px;
  49. margin-left:5px;
  50. margin-right:5px;
  51. }
  52. #retrieveInput form fieldset {
  53. padding:7px;
  54. padding-top:30px;
  55. }
  56. #retrieveInput form legend {
  57. position:absolute;
  58. }
  59. #retrieveInput table {
  60. position:relative;
  61. margin:0px;
  62. left:0px;
  63. top:0px;
  64. width:100%;
  65. height:100%;
  66. border-collapse:collapse;
  67. /*background:url('img/MISModel/retrieveInputBG.png');*/
  68. border:0px solid #EEEEEE;
  69. }
  70. #retrieveInput td.label {
  71. width:25%;
  72. }
  73. #retrieveInput input{
  74. width:99%;
  75. left:0px;
  76. }
  77. #retrieveInput textarea{
  78. width:99%;
  79. }
  80. #retrieveInput input.btn{
  81. width:auto;
  82. }
  83. tr.navContainer {
  84. width:100%;
  85. height:100%;
  86. z-index:0;
  87. margin:0px;
  88. }
  89. td.navContainer {
  90. width:100%;
  91. height:100%;
  92. z-index:0;
  93. margin:0px;
  94. vertical-align:top;
  95. }
  96. .treeContainer {
  97. margin:0px;
  98. position:absolute;
  99. left:0px;
  100. width:100%;
  101. top:0px;
  102. /*background:url("img/GUI/Tree/rootBG.png") repeat-y;*/
  103. bottom:0px;
  104. overflow:auto;
  105. overflow-x:hidden;
  106. border:0px solid #ff0000;
  107. }
  108. .tree {
  109. position:relative;
  110. margin:0px;
  111. width:100%;
  112. overflow:visible;
  113. }
  114. .tree .treeNodeListener {
  115. position:absolute;
  116. left:40px;
  117. top:0px;
  118. width:100%;
  119. height:100%;
  120. cursor:pointer;
  121. padding:0px;
  122. z-index:0;
  123. border:0px dashed #00FF00;
  124. }
  125. .tree .treeNode {
  126. position:relative;
  127. width:100%;
  128. }
  129. .tree .treeNodeLeaf {
  130. position:relative;
  131. width:100%;
  132. }
  133. .tree div.treeNode div.treeNodeValue {
  134. padding:1px;
  135. position:relative;
  136. /*font-weight:bold;*/
  137. z-index:0;
  138. border:0px solid #FF0000;
  139. }
  140. .tree div.treeNode div.treeNodeValue_active {
  141. padding:1px;
  142. position:relative;
  143. /*font-weight:bold;*/
  144. z-index:0;
  145. border:0px solid #FF0000;
  146. }
  147. .tree div.treeNodeLeaf div.treeNodeValue{
  148. padding:1px;
  149. position:relative;
  150. /*font-weight:bold;*/
  151. z-index:0;
  152. border:0px solid #00FF00;
  153. }
  154. .tree div.treeNodeLeaf div.treeNodeValue_active{
  155. padding:1px;
  156. position:relative;
  157. /*font-weight:bold;*/
  158. z-index:0;
  159. border:0px solid #00FF00;
  160. }
  161. .tree div.treeNodeSub div.treeNodeValue {
  162. padding:1px;
  163. background:transparent;
  164. font-weight:normal;
  165. }
  166. .tree div.treeNodeSub div.treeNodeValue_active {
  167. padding:1px;
  168. background:transparent;
  169. font-weight:normal;
  170. }
  171. .tree div.treeNodeSub .treeNodeLeaf div.treeNodeValue {
  172. padding:1px;
  173. background:transparent;
  174. font-weight:normal;
  175. }
  176. .tree div.treeNodeSub .treeNodeLeaf div.treeNodeValue_active {
  177. padding:1px;
  178. background:transparent;
  179. font-weight:normal;
  180. }
  181. .tree .treeNodeSub {
  182. margin:0px 0px 0px 22px;
  183. display:none;
  184. }
  185. .tree .contextMenu {
  186. display:none;
  187. }
  188. .tree a {
  189. padding:0px;
  190. top:0px;
  191. margin:-20px 0px 4px 24px;
  192. display:block;
  193. position:relative;
  194. cursor:pointer;
  195. z-index:1;
  196. border:0px dashed #00FF00;
  197. color:#000053;
  198. text-decoration:underline;
  199. }
  200. .tree img {
  201. border:0px;
  202. z-index:10;
  203. }
  204. .label {
  205. position:relative;
  206. padding:0px;
  207. border:0px solid #0000FF;
  208. vertical-align:top;
  209. }
  210. .label .icon {
  211. margin:0px;
  212. padding:0px;
  213. border:0px solid #0000FF;
  214. vertical-align:top;
  215. z-index:1;
  216. }
  217. .label .text {
  218. padding-left:7px;
  219. border:0px solid #0000FF;
  220. vertical-align:top;
  221. color:#000053;
  222. }
  223. .label_active {
  224. position:relative;
  225. padding:0px;
  226. border:0px solid #0000FF;
  227. vertical-align:top;
  228. }
  229. .label_active .icon {
  230. margin:0px;
  231. padding:0px;
  232. border:0px solid #0000FF;
  233. vertical-align:top;
  234. z-index:1;
  235. }
  236. .label_active .text {
  237. padding-left:7px;
  238. border:0px solid #0000FF;
  239. vertical-align:top;
  240. color:#AA5353;
  241. }
  242. .tree div.treeNodeValue_active .text {
  243. color:#FF0000;
  244. }
  245. .tree img.expander {
  246. position:relative;
  247. display:block;
  248. cursor:pointer;
  249. z-index:1;
  250. border:0px;
  251. margin:4px 2px 4px 2px;
  252. }
  253. .tree .treeDivider {
  254. position:absolute;
  255. width:100%;
  256. font-size:0px;
  257. height:2px;
  258. background: url("img/GUI/Tree/divider.png") no-repeat;
  259. }
  260. body, html {
  261. height:99.9%;
  262. max-height:99.9%;
  263. width:100%;
  264. margin:0px;
  265. padding:0px;
  266. background:url("img/MISModel/leftbarBG.png") repeat-y;
  267. overflow:hidden;
  268. font-family:Arial;
  269. font-size:10pt;
  270. /*color:#FAFAFA;*/
  271. color:#000053;
  272. }
  273. #head {
  274. position:absolute;
  275. top:0px;
  276. left:0px;
  277. width:100%;
  278. height:47px;
  279. /*background: url("img/MISModel/linedBlueBG.png") repeat;*/
  280. /*background:url("img/MISHead/headBG.png") repeat-y;*/
  281. border:0px;
  282. border:0px solid #010060;
  283. z-index:0;
  284. color:#FDFDFD;
  285. }
  286. #toolbar {
  287. position:absolute;
  288. top:47px;
  289. left:0px;
  290. width:100%;
  291. height:24px;
  292. background: url("img/MISModel/GreyBG.png") repeat;
  293. border:0px;
  294. border-top:1px solid #BBBBBB;
  295. border-bottom:1px solid #999999;
  296. z-index:0;
  297. }
  298. #leftToolbar {
  299. float:left;
  300. top:0px;
  301. width:260px;
  302. height:100%;
  303. color:#000053;
  304. cursor:pointer;
  305. }
  306. #mainToolbar {
  307. position:absolute;
  308. top:0px;
  309. left:260px;
  310. height:100%;
  311. color:#000053;
  312. cursor:pointer;
  313. overflow:hidden;
  314. }
  315. #rightToolbar {
  316. float:right;
  317. top:0px;
  318. left:260px;
  319. height:100%;
  320. color:#000053;
  321. cursor:pointer;
  322. }
  323. #leftbar {
  324. position:absolute;
  325. display:none;
  326. top:73px;
  327. left:0px;
  328. width:260px;
  329. height:100%;
  330. /*background: url("img/MISModel/leftbarBG.png") repeat-y;*/
  331. z-index:0;
  332. overflow:hidden;
  333. }
  334. #leftdivider {
  335. cursor:move;
  336. }
  337. #leftdivider {
  338. position:absolute;
  339. display:none;
  340. top:73px;
  341. left:260px;
  342. width:4px;
  343. height:100%;
  344. background:url("img/MISModel/verticalDivider.png") no-repeat;
  345. background-position:center;
  346. cursor:ew-resize;
  347. }
  348. #main {
  349. position:absolute;
  350. margin:0px;
  351. padding:0px;
  352. top:73px;
  353. left:254px;
  354. width:100%;
  355. height:100%;
  356. border:0px solid #FF0000;
  357. overflow:auto;
  358. }
  359. #content {
  360. position:relative;
  361. top:0px;
  362. margin:0px;
  363. padding:0px;
  364. width:100%;
  365. height:100%;
  366. background: transparent;
  367. border:0px dashed #FF0000;
  368. overflow:auto;
  369. }
  370. #content form {
  371. position:relative;
  372. top:0px;
  373. left:0px;
  374. margin:5px;
  375. padding:0px;
  376. z-index:0;
  377. border: 0px solid #FF0000;
  378. overflow:hidden;
  379. }
  380. #context form fieldset {
  381. position:relative;
  382. margin:0px;
  383. padding:0px;
  384. }
  385. #content table {
  386. position:relative;
  387. margin:0px;
  388. padding:0px;
  389. left:0px;
  390. top:0px;
  391. width:100%;
  392. height:0%;
  393. border-collapse:collapse;
  394. z-index:0;
  395. }
  396. #content td.label {
  397. width:25%;
  398. }
  399. #content input {
  400. width:99%;
  401. z-index:0;
  402. }
  403. #content input.btn {
  404. width:auto;
  405. }
  406. #footbar {
  407. position:absolute;
  408. display:block;
  409. bottom:0px;
  410. left:0px;
  411. width:100%;
  412. height:24px;
  413. background: url("img/MISModel/GreyBG.png") repeat;
  414. height:24px;
  415. border-top:1px solid #BBBBBB;
  416. }
  417. #leftFootbar {
  418. float:left;
  419. width:250px;
  420. height:100%;
  421. color:#000053;
  422. cursor:pointer;
  423. }
  424. #mainFootbar {
  425. float:left;
  426. top:0px;
  427. left:250px;
  428. height:100%;
  429. color:#000053;
  430. cursor:pointer;
  431. }
  432. #Model_publisher {
  433. float:right;
  434. padding:5px;
  435. top:5px;
  436. right:5px;
  437. height:100%;
  438. color:#000053;
  439. }
  440. #Model_config {
  441. float:right;
  442. padding:5px;
  443. top:5px;
  444. right:5px;
  445. height:100%;
  446. color:#000053;
  447. font-weight:bold;
  448. }
  449. #contextContainer {
  450. position:absolute;
  451. left:0px;
  452. top:0px;
  453. width:200px;
  454. height:auto;
  455. border:1px solid #A5A5A5;
  456. z-index:200000;
  457. display:none;
  458. background: url("img/MISModel/retrieveInputBG.png") repeat;
  459. }
  460. .contextContainer a {
  461. padding:0px;
  462. top:0px;
  463. display:block;
  464. position:relative;
  465. cursor:pointer;
  466. z-index:0;
  467. border:0px dashed #00FF00;
  468. color:#000053;
  469. }
  470. .contextContainer .label .text {
  471. color:#ffffdd;
  472. font-weight:bold;
  473. }
  474. .contextContainer .label img {
  475. border:0px solid #000000;
  476. }
  477. .contextContainer {
  478. display:none;
  479. }
  480. #contextContainer .contextContainer {
  481. display:block;
  482. }
  483. #contextContainer .contextMenuNodeListener {
  484. position:absolute;
  485. left:0px;
  486. top:0px;
  487. width:100%;
  488. z-index:0;
  489. cursor:pointer;
  490. padding:3px 0px 3px 0px;
  491. }
  492. #contextContainer .contextMenuNodeSub .contextMenuNodeListener {
  493. padding:3px;
  494. }
  495. #contextContainer .contextMenuNode {
  496. position:relative;
  497. width:100%;
  498. }
  499. #contextContainer .contextMenuNodeLeaf {
  500. position:relative;
  501. width:100%;
  502. }
  503. #contextContainer div.contextMenuNode div.contextMenuNodeValue {
  504. padding:3px;
  505. position:relative;
  506. z-index:0;
  507. }
  508. #contextContainer div.contextMenuNodeLeaf div.contextMenuNodeValue{
  509. padding:3px;
  510. position:relative;
  511. background:url("img/GUI/Tree/rootBG.png") repeat-y;
  512. z-index:0;
  513. }
  514. #contextContainer div.contextMenuNodeSub div.contextMenuNodeValue {
  515. padding:3px 3px 3px 3px;
  516. background:transparent;
  517. }
  518. #contextContainer div.contextMenuNodeSub .contextMenuNodeLeaf div.contextNodeValue {
  519. padding:3px 3px 3px 3px;
  520. background:transparent;
  521. }
  522. #contextContainer .contextMenuNodeSub {
  523. margin:0px 0px 0px 16px;
  524. }
  525. #contextContainer a {
  526. padding:0px 0px 0px 5px;
  527. position:relative;
  528. cursor:pointer;
  529. z-index:1;
  530. color:#ffffdd;
  531. }
  532. #contextContainer .contextMenuDivider {
  533. width:100%;
  534. font-size:0px;
  535. height:2px;
  536. background:url("img/GUI/Tree/divider.png") no-repeat;
  537. }
  538. #head .location {
  539. float:left;
  540. width:254px;
  541. margin:0px;
  542. padding:3px;
  543. padding-top:7px;
  544. font-style:italic;
  545. color:#000053;
  546. font-size:1.2em;
  547. border:0px solid #ff0000;
  548. font-weight:bold;
  549. }
  550. .location img {
  551. position:relative;
  552. margin:5px;
  553. }
  554. #head .title {
  555. float:left;
  556. margin:0px;
  557. padding:7px;
  558. font-style:italic;
  559. color:#000053;
  560. font-size:1.2em;
  561. border:0px solid #ff0000;
  562. font-weight:bold;
  563. }
  564. .title img {
  565. position:relative;
  566. margin:5px;
  567. }
  568. #userinfo {
  569. position:absolute;
  570. float:right;
  571. top:0px;
  572. right:0px;
  573. height:100%;
  574. padding-left:5px;
  575. padding-right:5px;
  576. color:#000053;
  577. cursor:pointer;
  578. font-size:1em;
  579. border-left:0px solid #999999;
  580. }
  581. #userinfo img{
  582. position:relative;
  583. cursor:pointer;
  584. z-index:1;
  585. cursor:pointer;
  586. }
  587. #userinfo div {
  588. display:inline;
  589. cursor:pointer;
  590. }