Advertisement
Guest User

Untitled

a guest
Aug 5th, 2011
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 21.79 KB | None | 0 0
  1. /* Fri, 05 Aug 2011 10:19:59 +0200 */
  2.  
  3.  
  4. /***** prototype-window.css *****/
  5.  
  6. .overlay_dialog {
  7.     background-color: #666666;
  8.     filter:alpha(opacity=60);
  9.     -moz-opacity: 0.6;
  10.     opacity: 0.6;
  11. }
  12.  
  13. .overlay___invisible__ {
  14.   background-color: #666666;
  15.     filter:alpha(opacity=0);
  16.     -moz-opacity: 0;
  17.     opacity: 0;
  18. }
  19.  
  20. .dialog_nw {
  21.     width: 9px;
  22.     height: 23px;
  23.     background: transparent url(default/top_left.gif) no-repeat 0 0;       
  24. }
  25.  
  26. .dialog_n {
  27.     background: transparent url(default/top_mid.gif) repeat-x 0 0; 
  28.     height: 23px;
  29. }
  30.  
  31. .dialog_ne {
  32.     width: 9px;
  33.     height: 23px;
  34.     background: transparent url(default/top_right.gif) no-repeat 0 0;      
  35. }
  36.  
  37. .dialog_e {
  38.     width: 2px;
  39.     background: transparent url(default/center_right.gif) repeat-y 0 0;
  40. }
  41.  
  42. .dialog_w {
  43.     width: 2px;
  44.     background: transparent url(default/center_left.gif) repeat-y 0 0;     
  45. }
  46.  
  47. .dialog_sw {
  48.     width: 9px;
  49.     height: 19px;
  50.     background: transparent url(default/bottom_left.gif) no-repeat 0 0;        
  51. }
  52.  
  53. .dialog_s {
  54.     background: transparent url(default/bottom_mid.gif) repeat-x 0 0;      
  55.     height: 19px;
  56. }
  57.  
  58. .dialog_se {
  59.     width: 9px;
  60.     height: 19px;
  61.     background: transparent url(default/bottom_right.gif) no-repeat 0 0;           
  62. }
  63.  
  64. .dialog_sizer {
  65.     width: 9px;
  66.     height: 19px;
  67.     background: transparent url(default/sizer.gif) no-repeat 0 0;  
  68.     cursor:se-resize;  
  69. }
  70.  
  71. .dialog_close {
  72.     width: 14px;
  73.     height: 14px;
  74.     background: transparent url(default/close.gif) no-repeat 0 0;          
  75.     position:absolute;
  76.     top:5px;
  77.     left:8px;
  78.     cursor:pointer;
  79.     z-index:2000;
  80. }
  81.  
  82. .dialog_minimize {
  83.     width: 14px;
  84.     height: 15px;
  85.     background: transparent url(default/minimize.gif) no-repeat 0 0;           
  86.     position:absolute;
  87.     top:5px;
  88.     left:28px;
  89.     cursor:pointer;
  90.     z-index:2000;
  91. }
  92.  
  93. .dialog_maximize {
  94.     width: 14px;
  95.     height: 15px;
  96.     background: transparent url(default/maximize.gif) no-repeat 0 0;           
  97.     position:absolute;
  98.     top:5px;
  99.     left:49px;
  100.     cursor:pointer;
  101.     z-index:2000;
  102. }
  103.  
  104. .dialog_title {
  105.     float:left;
  106.     height:14px;
  107.     font-family: Tahoma, Arial, sans-serif;
  108.     font-size:12px;
  109.     text-align:center;
  110.     width:100%;
  111.     color:#000;
  112. }
  113.  
  114. .dialog_content {
  115.     overflow:auto;
  116.     color: #DDD;
  117.     font-family: Tahoma, Arial, sans-serif;
  118.     font-size: 10px;
  119.     background-color:#123;
  120. }
  121.  
  122. .top_draggable, .bottom_draggable {
  123.   cursor:move;
  124. }
  125.  
  126. .status_bar {
  127.   font-size:12px;
  128. }
  129. .status_bar input{
  130.   font-size:12px;
  131. }
  132.  
  133. .wired_frame {
  134.     display: block;
  135.   position: absolute;
  136.   border: 1px #000 dashed;
  137. }
  138.  
  139. /* Centered buttons in alert box */
  140. .alert_buttons {
  141.   text-align: center;
  142. }
  143.  
  144.  
  145. /* DO NOT CHANGE THESE VALUES*/
  146. .dialog {
  147.     display: block;
  148.     position: absolute;
  149. }
  150.  
  151. .dialog table.table_window  {
  152.   border-collapse: collapse;
  153.   border-spacing: 0;
  154.   width: 100%;
  155.     margin: 0px;
  156.     padding:0px;
  157. }
  158.  
  159. .dialog table.table_window td , .dialog table.table_window th {
  160.   padding: 0;
  161. }
  162.  
  163. .dialog .title_window {
  164.   -moz-user-select:none;
  165. }                                                    
  166.  
  167.  
  168.  
  169. /***** alphacube.css *****/
  170.  
  171. .overlay_alphacube {
  172.     background-color: #85BBEF;
  173.     filter:alpha(opacity=60);
  174.     -moz-opacity: 0.6;
  175.     opacity: 0.6;
  176. }
  177.  
  178. .alphacube_nw {
  179.     background: transparent url(alphacube/left-top.gif) no-repeat 0 0;         
  180.   width:10px;
  181.   height:25px;
  182. }
  183.  
  184. .alphacube_n {
  185.   background: transparent url(alphacube/top-middle.gif) repeat-x 0 0;          
  186.   height:25px;
  187. }
  188.  
  189. .alphacube_ne {
  190.   background: transparent url(alphacube/right-top.gif) no-repeat 0 0;          
  191.   width:10px;    
  192.   height:25px;
  193. }
  194.  
  195. .alphacube_w {
  196.   background: transparent url(alphacube/frame-left.gif) repeat-y top left;         
  197.   width:7px;
  198. }
  199.  
  200. .alphacube_e {
  201.   background: transparent url(alphacube/frame-right.gif) repeat-y top right;           
  202.   width:7px;     
  203. }
  204.  
  205. .alphacube_sw {
  206.   background: transparent url(alphacube/bottom-left-c.gif) no-repeat 0 0;          
  207.   width:7px;
  208.   height:7px;
  209. }
  210.  
  211. .alphacube_s {
  212.   background: transparent url(alphacube/bottom-middle.gif) repeat-x 0 0;           
  213.   height:7px;
  214. }
  215.  
  216. .alphacube_se, .alphacube_sizer  {
  217.   background: transparent url(alphacube/bottom-right-c.gif) no-repeat 0 0;         
  218.   width:7px;
  219.   height:7px;
  220. }
  221.  
  222. .alphacube_sizer {
  223.     cursor:se-resize;  
  224. }
  225.  
  226. .alphacube_close {
  227.     width: 23px;
  228.     height: 23px;
  229.     background: transparent url(alphacube/button-close-focus.gif) no-repeat 0 0;           
  230.     position:absolute;
  231.     top:0px;
  232.     right:11px;
  233.     cursor:pointer;
  234.     z-index:1000;
  235. }
  236.  
  237. .alphacube_minimize {
  238.     width: 23px;
  239.     height: 23px;
  240.     background: transparent url(alphacube/button-min-focus.gif) no-repeat 0 0;         
  241.     position:absolute;
  242.     top:0px;
  243.     right:55px;
  244.     cursor:pointer;
  245.     z-index:1000;
  246. }
  247.  
  248. .alphacube_maximize {
  249.     width: 23px;
  250.     height: 23px;
  251.     background: transparent url(alphacube/button-max-focus.gif) no-repeat 0 0;         
  252.     position:absolute;
  253.     top:0px;
  254.     right:33px;
  255.     cursor:pointer;
  256.     z-index:1000;
  257. }
  258.  
  259. .alphacube_title {
  260.     float:left;
  261.     height:14px;
  262.     font-size:14px;
  263.     text-align:center;
  264.     margin-top:2px;
  265.     width:100%;
  266.     color:#123456;
  267. }
  268.  
  269. .alphacube_content {
  270.     overflow:auto;
  271.     color: #000;
  272.     font-family: Tahoma, Arial, sans-serif;
  273.   font: 12px arial;
  274.     background:#FDFDFD;
  275. }
  276.  
  277. /* For alert/confirm dialog */
  278. .alphacube_window {
  279.     border:1px solid #F00; 
  280.     background: #FFF;
  281.     padding:20px;
  282.     margin-left:auto;
  283.     margin-right:auto;
  284.     width:400px;
  285. }
  286.  
  287. .alphacube_message {
  288.   font: 12px arial;
  289.     text-align:center;
  290.     width:100%;
  291.     padding-bottom:10px;
  292. }
  293.  
  294. .alphacube_buttons {
  295.     text-align:center;
  296.     width:100%;
  297. }
  298.  
  299. .alphacube_buttons input {
  300.     width:20%;
  301.     margin:10px;
  302. }
  303.  
  304. .alphacube_progress {
  305.     float:left;
  306.     margin:auto;
  307.     text-align:center;
  308.     width:100%;
  309.     height:16px;
  310.     background: #FFF url('alert/progress.gif') no-repeat center center
  311. }
  312.  
  313. .alphacube_wired_frame {
  314.     background: #FFF;
  315.     filter:alpha(opacity=60);
  316.     -moz-opacity: 0.6;
  317.     opacity: 0.6;  
  318. }
  319.  
  320.  
  321.  
  322.  
  323. /***** styles.css *****/
  324.  
  325. /* $Id: styles.css,v 1.5 2011-04-18 15:20:14 udo Exp $ */
  326.  
  327. /* CSS Klasse um ein <DIV> auf die volle Größe des parents zu bringen.
  328.    Die Besonderheit dieser lösung ist, dass sie von Rahmen, Paddings usw.
  329.    nicht gestört wird. */
  330. .fullContainer {
  331.   top:0;
  332.   right:0;
  333.   bottom:0;
  334.   left:0;
  335.   position:absolute;
  336.   display:block;
  337.   height:auto;
  338. }
  339.  
  340. .logintitle {
  341.   font-size: 28px;
  342.   font-weight: bold;
  343.   color: #0000aa;
  344.   font-family: Arial;
  345. }
  346.  
  347. .loginlabel {
  348.   font-size: 12px;
  349.   font-weight: bold;
  350.   font-style: italic;
  351.   color: #A9A9A9;
  352.   font-family: Verdana, Arial;
  353. }
  354.  
  355. .logininput {
  356.   border: none;
  357.   padding: none;
  358.   font-family: Verdana, Arial;
  359.   font-size: 17px;
  360.   font-weight: bold;
  361.   background: transparent;
  362.   background-color: transparent;
  363. }
  364.  
  365. p, .autocompletebox, td, th, li, .stdfont, .livetablefooter {
  366.   font-family: Verdana;
  367.   font-size: 12px;
  368.   color: #000000;
  369. }
  370.  
  371. .smallfont {
  372.   font-size: 10px;
  373. }
  374.  
  375. .statussince {
  376.   font-size: 10px;
  377.   color: #B59897;
  378. }
  379.  
  380. .graytext {
  381.   color: #999999;
  382. }
  383.  
  384. .redtext, .redtext a, .deltakeout, .deltakeout a {
  385.   color: #ff0000 !important;
  386. }
  387.  
  388. .greentext {
  389.   color: darkgreen;
  390. }
  391.  
  392. div.redtext {
  393.   padding: 5px;
  394.   border: 1px solid black;
  395. }
  396.  
  397. .warntext {
  398.   color: red;
  399. }
  400.  
  401. .canceledtext {
  402.   text-decoration: line-through;
  403. }
  404.  
  405. form {
  406.   padding: 0px;
  407.   border: 0px;
  408.   margin: 0px;
  409.   display: inline;  
  410. }
  411.  
  412. th {
  413.   font-weight: bold;
  414.   text-align: left;
  415. }
  416.  
  417. .alignRight {
  418.   text-align: right;
  419. }
  420.  
  421. .borderLeft {
  422.   border-left: 1px solid black;
  423. }
  424.  
  425. /* wird von invisibleDiv() verwendet, also für UI-Elemente, die erst bei
  426.   Bedarf eingeblendet werden */
  427. div.appearDiv {
  428.   margin-left: 30px;
  429.   padding-left: 5px;
  430.   border-left: 1px solid gray;
  431.  
  432.   /* auch schon die <p> Eigenschaften importieren... */
  433.   font-family: Verdana;
  434.   font-size: 12px;
  435.   color: #000000;
  436. }
  437.  
  438. h1 {
  439.   font-family: Verdana;
  440.   font-size: 18px;
  441.   font-weight: bold;
  442.   color: #000000;
  443. }
  444.  
  445. a:link, a:visited {
  446.   color: #0000ff;
  447.   text-decoration: none;
  448. }
  449.  
  450. /* "diskreter Link": gibt sich erst beim Darüberfahren als solcher zu erkennen */
  451. a.discreetlink {
  452.   color: #000000;
  453. }
  454.  
  455. a:hover, a:active {
  456.   color: #0000ff;
  457.   text-decoration: underline;
  458. }
  459.  
  460.  
  461.  
  462. /* <body> des Frontend-Fensters */
  463. .mainbody {
  464.   background-image: url(../static/salzmanager-header.png);
  465.   background-repeat: no-repeat;
  466.   background-position: right top;
  467. }
  468.  
  469. .sumrow {
  470.   border-top: 1px solid gray;
  471. }
  472.  
  473.  
  474. /* Titelzeile von InterTables */
  475. table.intertable thead th {
  476.   border-bottom: 1px solid black;
  477. }
  478.  
  479. /* Footerzeile von InterTables */
  480. table.intertable tfoot td {
  481.   font-weight: bold;
  482.   border-top: 1px solid black;
  483. }
  484.  
  485.  
  486. /* Abwechselnde Tabellenzeilen: ausserhalb Groupbox */
  487. .tr_odd {
  488. }
  489.  
  490. .tr_even {
  491.   background-color: #dfdfef;
  492. }
  493.  
  494. /* Abwechselnde Tabellenzeilen: innerhalb Groupbox */
  495. .groupboxcontainer .tr_odd {
  496. }
  497.  
  498. .groupboxcontainer .tr_even {
  499.   background-color: #EBEBEB;
  500. }
  501.  
  502. .compactgroupbox .groupboxcontainer td {
  503.   font-size: 10px;
  504.   padding: 0px;
  505. }
  506.  
  507.  
  508. table.bordershadow {
  509.   border-top: 1px solid black;
  510.   border-left: 1px solid black;
  511.   border-right: 2px solid black;
  512.   border-bottom: 2px solid black;
  513. }
  514.  
  515. .bgcolor_midnight {
  516.   background-color: rgb(255,255,153);
  517. }
  518.  
  519. .bgcolor_takeout {
  520.   background-color: rgb(255,140,143);
  521. }
  522.  
  523. .bgcolor_fillup {
  524.   background-color: rgb(130,236,154);
  525. }
  526.  
  527. /* eigene Klassen, da man per Javascript für FF u. IE Extrawürste braucht */
  528. .floatleft {
  529.   float: left;
  530.   margin-right: 10px;
  531. }
  532. .floatright {
  533.   float: right;
  534. }
  535.  
  536. .floatclear {
  537.   clear: both;
  538. }
  539.  
  540. /* Anzeige Kommastellen Liefermenge */
  541. .overview_am_delivery .decimals { font-size:11px; }
  542.  
  543. /* userdatainput.js */
  544. div.userinputbox {
  545.   border-right: 1px solid black;
  546.   padding: 5px;
  547. }
  548.  
  549. .infobox {
  550.   font-family: Verdana;
  551.   font-size: 10px;
  552.   background-color: #ffffe1;
  553.   color: #000000;
  554.   border: 1px solid #444444;
  555.   padding: 2px;
  556.  
  557.   -moz-box-shadow: 2px 2px 3px #888;
  558.   box-shadow: 2px 2px 3px #888;
  559. }
  560.  
  561. .infobox table, .infobox tr, .infobox td {
  562.   font-family: Verdana;
  563.   font-size: 10px;
  564.   white-space: nowrap;
  565. }
  566.  
  567. /* schedulerbox.js */
  568. .scheduler_title {
  569.   border-left:  1px solid black;
  570.   border-right: 1px solid black;
  571.   border-top:   1px solid black;
  572.   background-color: lightgray;
  573. }
  574.  
  575. .scheduler_selectbox {
  576.   width: 120px;
  577.   border: 1px solid black;
  578. }
  579.  
  580. .inlinediv {
  581.   display: inline;
  582. }
  583.  
  584. /* Zelle Gesamtsumme (Entnahmen) */
  585. .cell_resultsum {
  586.   border-top: 1px solid black;
  587.   font-weight: bold;
  588. }
  589.  
  590. /* Dialog Warnung zu Änderung der Zugriffsrechte (navi-tree) */
  591. div.box_rightchanges {
  592.   background-color: lightgray;
  593.   margin: 5px;
  594.   padding: 3px;
  595. }
  596.  
  597. /* Eine "klassische Tabelle", die Daten strukturiert darstellt und deren
  598. Zellen als solche erkennbar sein sollen. */
  599. table.classicTable th,
  600. table.classicTable td,
  601. .dialog table.classicTable th,  /* "Window"-Stylesheet hätte sonst höhere Spezifität */
  602. .dialog table.classicTable td {
  603.   padding-left: 2px;
  604.   padding-right: 2px;
  605.   padding-top: 1px;
  606.   padding-bottom: 1px;
  607.   margin: 2px;
  608. }
  609. table.classicTable th {
  610.   background-color: #BED6E4;
  611.   text-align: center;
  612. }
  613. table.classicTable td {
  614.   background-color: #DBE8F0;
  615. }
  616. table.classicTable td.odd {
  617.   background-color: #EDF3F7;
  618. }
  619. table.classicTable th.cornerCell {
  620.   background-color: inherit;
  621. }
  622.  
  623. /* überbrückter Logeintrag */
  624. .logoverride {
  625.   text-decoration: line-through;
  626. }
  627.  
  628. /* Bugfix 199: kein Selektionsrahmen um Flash-Objekte (FireFox 3.6) */
  629. object {
  630.   outline:none;
  631. }
  632.  
  633. .bgcolor_cfg_diff {
  634.   background-color: rgb(255,51,51);
  635. }
  636.  
  637. /* veraltete Information (v.a. für Lager-Status) */
  638. .outdated {
  639.   opacity: 0.33;
  640.   filter: alpha(opacity=33);
  641.   zoom: 1;   /* IE workaround */
  642. }
  643.  
  644. /* Hover-Effekt für die klickbaren Icons im Navi-Tree die Object-Flags wechseln */
  645. img.toggleobjflag_icon:hover {
  646.   cursor: pointer;
  647. }
  648.  
  649. .bold {
  650.   font-weight: bold;
  651. }
  652.  
  653. .dangerousbtn {
  654.   color: red;
  655. }
  656.  
  657. .lthighlight {
  658.   background-color : #e0e0ff;
  659. }
  660.  
  661. a.footerBarLink, a.footerBarLink:hover {
  662.   color: black;
  663.   padding: 2px 6px;
  664.   -moz-border-radius: 4px;
  665.   border: 1px solid white; /* placeholder */
  666.   text-decoration: none;
  667. }
  668.  
  669. a.footerBarLink:hover, a.footerBarSelected {
  670.   background-color : #eeeeff;
  671.   border: 1px solid #ddddff;
  672. }
  673.  
  674. a.footerBarSelected {
  675.   font-weight: bold;
  676. }
  677.  
  678. a.footerBarLink:hover {
  679.   color: #0000ff;
  680. }
  681.  
  682.  
  683. /***** tabs.css *****/
  684.  
  685. .tabsline {
  686.     margin-bottom: 0px;
  687.     display: block;
  688.     border-bottom: 1px solid #999999;
  689.     padding-left: 5px;
  690.     padding-top:3px; /* necessary for IE to make the top black border visible */
  691. }
  692.  
  693. .newpanel {
  694.     /*padding: 5px;*/
  695.     /*border-top: none;
  696.     border-right: 2px solid #666666;
  697.     border-bottom: 2px solid #666666;
  698.     border-left: 1px solid #666666;*/
  699.     margin-bottom: 0px;
  700.     margin-top: 0px;
  701. }
  702.  
  703. .pagecontainer {
  704.   background-color: #F2F2F7;
  705.   border-top: none;
  706.     border-right: 2px solid #666666;
  707.     border-bottom: 2px solid #666666;
  708.     border-left: 1px solid #666666;
  709. }
  710.  
  711. .panel_visible {
  712.     padding: 5px;
  713.     background-color: #F2F2F7;
  714.     border-top: none;
  715.     border-right: 2px solid #666666;
  716.     border-bottom: 2px solid #666666;
  717.     border-left: 1px solid #666666;
  718.     margin-bottom: 0px;
  719.     margin-top: 0px;
  720.     display: block;
  721.     visibility: visible;
  722. }
  723.  
  724. .panel_hidden {
  725.     /*
  726.   w�rde im FireFox verhindern, dass Flash Movies beim �ffnen eines Tabs neu
  727.   gestartet werden, f�hrt allerdings zu Darstellungs-Problemen... :(
  728.  
  729.  
  730.   padding: 0px;
  731.     border: 0px;
  732.     margin: 0px;
  733.     height: 0px;
  734.     width: 0px;
  735.     visibility: hidden;
  736.     /**/
  737.    
  738.   display: none;
  739.     /**/
  740. }
  741.  
  742. a.tab, a.tab:visited {
  743.     border-collapse: collapse;
  744.     border-style: solid solid none solid;
  745.     border-color: black;
  746.     border-left-color: #808080;
  747.     border-width: 1px 1px 0px 1px;
  748.     background-color: #666666;
  749.     padding: 2px 0.5em 0px 0.5em;
  750.     margin-top: 4px;
  751.     font-family: arial;
  752.     text-decoration: none;
  753.     font-size: 11px;
  754.     font-weight: normal;
  755.     color: #FFFFFF;
  756.    
  757.     -moz-border-radius-topleft: 4px;
  758.     -moz-border-radius-topright: 4px;
  759. }
  760. a.tab:hover {
  761.     background-color: #888888;
  762. }
  763.  
  764. a.activetab {
  765.     border-collapse: collapse;
  766.     background-color: #F2F2F7;
  767.     padding: 2px 0.5em 0px 0.5em;
  768.     margin-top: 4px;
  769.     font-family: arial;
  770.     text-decoration: none;
  771.     border-top-width: 1px;
  772.     border-right-width: 1px;
  773.     border-bottom-width: 1px;
  774.     border-left-width: 1px;
  775.     border-top-style: solid;
  776.     border-right-style: solid;
  777.     border-bottom-style: solid;
  778.     border-left-style: solid;
  779.     border-top-color: black;
  780.     border-right-color: black;
  781.     border-bottom-color: #f2f2f7;
  782.     border-left-color: black;
  783.     font-size: 12px;
  784.     font-weight: bold;
  785.     color: #000000;
  786.    
  787.     -moz-border-radius-topleft: 4px;
  788.     -moz-border-radius-topright: 4px;
  789.  
  790. }
  791.  
  792. a.tab .tabclosebtn {
  793.   visibility: hidden;
  794. }
  795.  
  796. a.tab:hover .tabclosebtn {
  797.   visibility: visible;
  798. }
  799.  
  800.  
  801.  
  802. /***** menu.css *****/
  803.  
  804.  
  805. .menuitem {
  806.   font-family: Verdana, Arial, Helvetica, sans-serif;
  807.   font-size: 12px;
  808.   font-weight: bold;
  809.   color: #000022;
  810.   background: white;
  811.   border: 1px solid blue;
  812.   padding: 4px 6px;
  813.   margin: 0px 1px;
  814. }
  815.  
  816. a.menuitem:hover {
  817.   background: #0000cc;
  818.   color: white;
  819.   text-decoration: none;
  820. }
  821.  
  822. .submenu {
  823.   border: 1px solid blue;
  824.   padding: 4px 4px;
  825.   background: white;
  826.  
  827.   -moz-box-shadow: 3px 3px 4px #888;
  828.   box-shadow: 3px 3px 4px #888;
  829. }
  830.  
  831. .submenu .menuitem {
  832.   display: block;
  833.   border: none;
  834. }
  835. .submenu hr {  /* no line, just a spacer */
  836.   height: 1px;
  837.   width: 10px;
  838.   margin: 5px;
  839.   visibility: hidden;
  840. }
  841.  
  842.  
  843. /***** tree.css *****/
  844.  
  845. /*
  846.  * The DIV containing the treeview. Font styles apply to non-clickable
  847.  * nodes (disabled ones)
  848.  */
  849.  
  850.  
  851. .tree_div {
  852. }
  853.  
  854. .tree_div,
  855. .tree_div table tr td,
  856. .tree_div table tr th,
  857. .tree_dragging {
  858.   font-family: Verdana, Arial;
  859.   font-size: 11px;
  860.   color: #999999;
  861.   line-height: 0px;
  862.   white-space: nowrap;  
  863. }
  864.  
  865. .tree_div .tv_head_div {
  866.   width:100%;
  867.   overflow: hidden; /* non-IE (obsolete??) */
  868.   background: #EBEADB;
  869.   border-bottom: solid 3px #CBC7B8;
  870. }
  871.  
  872. .tree_div table {
  873.   table-layout: fixed;
  874. }
  875.  
  876.  
  877. .tree_div .tv_head {
  878. }
  879.  
  880. .tree_div .tv_body {
  881. }
  882.  
  883.  
  884. /*
  885.  * Table style for table TreeViews
  886.  */
  887.  
  888. .tree_div table,
  889. .tree_div table tr {
  890.   border: none;
  891.   border-width: 0px;
  892.   border-spacing: 0px;
  893.   margin: 0px;
  894.   padding: 0px;
  895.   vertical-align: middle;
  896. }
  897.  
  898.  
  899. .tree_div table tr td {
  900.   border: none;
  901.   border-width: 0px;
  902.   border-spacing: 0px;
  903.   margin: 0px;
  904.   padding-left: 0px;
  905.   padding-right: 5px;
  906.   padding-top: 0px;
  907.   padding-bottom: 0px;
  908.   vertical-align: bottom;
  909.   overflow: hidden;
  910. }
  911.  
  912.  
  913. .tree_div table tr td.cc {
  914.   line-height: normal;
  915.   color: #000000;
  916. }
  917.  
  918.  
  919. .tree_div table tr th {
  920.   height: 17px;
  921.   line-height: normal;
  922.   font-weight: normal;
  923.   color: #000000;
  924.   text-align: left;
  925.   vertical-align: middle;
  926. /*  border-left: 1px solid #FFFFFF;
  927.   border-right: 1px solid #C7C5B2;
  928.   padding-left: 5px;
  929.   padding-right: 5px;*/
  930.   padding-left: 0px;
  931.   padding-right: 5px;
  932.   padding-top: 0px;
  933.   padding-bottom: 0px;
  934. }
  935.  
  936.  
  937.  
  938. /*
  939.  * Normal anchors (links) of nodes (*not* captions)
  940.  */
  941. .tree_div a {
  942.   color: #000000;
  943.   text-decoration: none;
  944. }
  945.  
  946. .tree_div a:hover {
  947.   color: #0000AA;
  948.   text-decoration: underline;
  949. }
  950.  
  951. /*
  952.  * Caption anchors of nodes, normal state
  953.  */
  954. .tvr_row a.tree_node {
  955.   padding: 2px;
  956. }
  957.  
  958. /*
  959.  * Caption anchors of selected nodes
  960.  */
  961. .tvr_row a.tree_node_sel {
  962.   color: #FFFFFF !important;
  963.   background-color: #316AC5;
  964.   text-decoration: none;
  965.   padding: 2px;
  966. }
  967.  
  968. .tvr_row a.tree_node_sel:hover {
  969.   color: #FFFFFF !important;
  970.   background-color: #316AC5;
  971.   text-decoration: underline;
  972. }
  973.  
  974.  
  975. .tvr_row * .tcimg, #treeviewmenu .tcimg {
  976.   background-image:url(../../static/treeview/treeview.gif);
  977.   background-repeat:no-repeat;
  978. }
  979.  
  980. #treeviewmenu, #treeviewmenu a {
  981.   font-family: Verdana, Arial;
  982.   font-size: 11px;
  983.   color: #333333;
  984.   white-space: nowrap;
  985.   text-decoration: none;  
  986. }
  987.  
  988.  
  989. /***** autocomplete.css *****/
  990.  
  991. /* $Id: autocomplete.css,v 1.1 2011-02-02 17:37:52 udo Exp $
  992.  
  993. Version 1.0
  994.  
  995. */
  996.  
  997. /* The box that holds all selectable lookup items */
  998. .autocompletebox {
  999.   background-color: #eeeeee;
  1000.   border: 1px solid black;
  1001. }
  1002.  
  1003. /* disable <ul> margin */
  1004. .autocompletebox ul {
  1005.   padding: 0;
  1006.   margin: 0;
  1007. }
  1008.  
  1009. /* hide the bullets from the items and define normal font/color of items */
  1010. .autocompletebox li {
  1011.   color: #000000;
  1012.   list-style: none;
  1013.   padding: 1px;
  1014.   margin: 0;
  1015.   width: 100%;
  1016.   cursor: default;
  1017. }
  1018.  
  1019. /* style of selected item */
  1020. .autocompletebox li.selected {
  1021.   color: #ffffff;
  1022.   background-color: #316AC5;
  1023. }
  1024.  
  1025.  
  1026. /***** speedbutton.css *****/
  1027.  
  1028. /*
  1029.  * Styles for the speedbutton component
  1030.  */
  1031.  
  1032.  
  1033. .speedbutton,
  1034. .speedbutton_down,
  1035. .speedbutton_disabled {
  1036.   display: inline;   /* IE 6 only! */
  1037.   border-left: 1px solid #ffffff;
  1038.   border-top: 1px solid #ffffff;
  1039.   border-right: 1px solid #bbbbbb;
  1040.   border-bottom: 1px solid #bbbbbb;
  1041.   background-color: #eeeeee;
  1042.   text-align: center;
  1043.   overflow: hidden;
  1044. }
  1045.  
  1046. /* normale Definition, die von IE6 ignoriert wird (da dieser inline-block
  1047. nicht unterstützt: */
  1048. html>body .speedbutton,
  1049. html>body .speedbutton_down,
  1050. html>body .speedbutton_disabled {
  1051.   display: inline-block;
  1052. }
  1053.  
  1054. .speedbutton_down {
  1055.   border-left: 1px solid #bbbbbb;
  1056.   border-top: 1px solid #bbbbbb;
  1057.   border-right: 1px solid #ffffff;
  1058.   border-bottom: 1px solid #ffffff;
  1059. }
  1060.  
  1061.  
  1062. .speedbutton_disabled {
  1063.   border: 1px solid #cccccc;
  1064.   opacity: 0.3;
  1065.   filter: alpha(opacity=30);
  1066. }
  1067.  
  1068.  
  1069. /* nutzt nichts: */
  1070. .speedbutton img, .speedbutton_down img {
  1071.   margin: auto;
  1072. }
  1073.  
  1074.  
  1075. /***** groupbox.css *****/
  1076.  
  1077. /*
  1078.  * Styles for the groupbox
  1079.  */
  1080.  
  1081. .groupboxcontainer {
  1082.   border: 1px solid gray;
  1083.   background: #e0e0e0;
  1084.   -moz-border-radius: 4px;
  1085.   position: relative;
  1086.   margin: 12px 0px;
  1087.   padding: 5px;
  1088. }
  1089.  
  1090. .groupboxtitle {
  1091.   font-family: Verdana, Arial, Helvetica, sans-serif;
  1092.   font-size: 11px;
  1093.   font-weight: bold;
  1094.   color: #cc0000;
  1095.  
  1096.   display: inline;
  1097.   background: #F2F2F7;
  1098.   -moz-border-radius: 4px;
  1099.  
  1100.   position: absolute;
  1101.   top: -8px;
  1102.   left: 15px;
  1103. }
  1104.  
  1105.  
  1106.  
  1107.  
  1108. /***** openlayers_tweaks.css *****/
  1109.  
  1110. /* $Id: openlayers_tweaks.css,v 1.1 2011-02-02 17:37:52 udo Exp $ */
  1111.  
  1112. /* Anpassungen des Standard-OpenLayers-Layouts */
  1113.  
  1114.  
  1115. /*
  1116.  * Kilometer-Skala nach rechts unten verschieben (links kollidiert sie gern
  1117.  * mit der Zoom-Leiste).
  1118.  */
  1119. .olControlScaleLine {
  1120.   left: auto;
  1121.   right: 10px;
  1122.   bottom: 20px;
  1123. }
  1124.  
  1125. /*
  1126.  * Datenquellen-Text nach ganz unten verschieben.
  1127.  */
  1128. .olControlAttribution {
  1129.   top: 0px;
  1130.   bottom: auto;
  1131. }
  1132.  
  1133.  
  1134.  
  1135. /***** checklistbox.css *****/
  1136.  
  1137. /*
  1138.  * Styles for the CheckListBox component
  1139.  */
  1140.  
  1141.  
  1142. .checklistbox {
  1143.   border : 1px solid gray;
  1144.   background-color : white;
  1145.   font-family: Verdana;
  1146.   font-size: 12px;
  1147.   color: #000000;
  1148. }
  1149.  
  1150.  
  1151. /***** hideablebox.css *****/
  1152.  
  1153. /*
  1154.  * Styles for the hideablebox component
  1155.  */
  1156.  
  1157. .hideablebox {
  1158.   margin-bottom: 5px;
  1159. }
  1160.  
  1161. .hideableboxheader {
  1162.   border: 1px solid gray;
  1163.   -moz-border-radius: 0.5em 0.5em 0em 0em;
  1164.   border-radius: 0.5em 0.5em 0em 0em;
  1165.   background-color: silver;
  1166.   padding: 4px;
  1167. }
  1168.  
  1169. .hideableboxtitle {
  1170.   display: inline;
  1171.   float: left;
  1172.   line-height: 14px;
  1173.   font-family: Verdana, Arial, Helvetica, sans-serif;
  1174.   font-size: 11px;
  1175.   font-weight: bold;
  1176.   color: black;
  1177. }
  1178.  
  1179. .hideableboxheader img {
  1180.   float: right;
  1181.   margin-right:5px;
  1182.   margin-top: 3px;
  1183.   cursor: pointer;
  1184. }
  1185.  
  1186. .hideableboxcontent {
  1187.   border: 1px solid lightgray;
  1188.   -moz-border-radius: 0em 0em 0.5em 0.5em;
  1189.   border-radius: 0em 0em 0.5em 0.5em;
  1190.   background-color: lightgray;
  1191.   width: 100%;
  1192.   padding: 4px;
  1193. }
  1194.  
  1195.  
  1196. /***** treediagram.css *****/
  1197.  
  1198. /*
  1199.  * Styles for the treediagram component
  1200.  */
  1201.  
  1202. .treediagramTable table {
  1203.   width: 100%;
  1204.   border-collapse: collapse;
  1205. }
  1206.  
  1207. .treediagramTable td {
  1208.   padding: 0px;
  1209.   vertical-align: top;
  1210. }
  1211.  
  1212. .treediagramTable a {
  1213.   text-decoration: none;
  1214.   color: #000000;
  1215. }
  1216.  
  1217. .treediagramTitle {
  1218.   margin: 5px;
  1219.   padding: 2px;
  1220.   border: 1px solid black;
  1221.   font-family: Arial;
  1222.   font-size: 10px;
  1223.   text-align: center;
  1224. }
  1225.  
  1226. .treediagramTitle#root  {
  1227.   font-family: Verdana, Arial, Helvetica;
  1228.   font-weight: bold;
  1229. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement