Subversion Repositories wimsdev

Rev

Rev 10963 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /*
  2. */
  3. .jxgbox {
  4.     position:relative; /* for IE 7 */
  5.     overflow:hidden;
  6.     background-color:#ffffff;
  7.     border-style:solid;
  8.     border-width:1px;
  9.     border-color:#356AA0;
  10.     -moz-border-radius:10px;
  11.     -webkit-border-radius:10px;
  12.     /*
  13.         -moz-box-shadow:black 2px 2px 2px -2px, #151A10 4px 4px;
  14.         -webkit-box-shadow:4px 4px 3px #151A10;
  15.         */
  16. }
  17.  
  18. .JXGtext {
  19.     background-color: transparent; /* May produce artefacts in IE. Solution: setting a color explicitly. */
  20.     font-family: Arial, Helvetica, Geneva;
  21.     padding: 0px;
  22.     margin: 0px;
  23.     /*line-height:100%;*/ /* This has to be commented out. Otherwise subscripts are not visible in IE */
  24.     /*border-style:dotted;*/
  25.     /*border-width:0.4px;*/
  26. }
  27.  
  28. .navbar {
  29.     color: #aaaaaa;
  30.     background-color: #f5f5f5;
  31.     padding: 2px;
  32.     position: absolute;
  33.     font-size: 10px;
  34.     cursor: pointer;
  35.     z-index: 100;
  36.     right: 5px;
  37.     bottom: 5px;
  38. }
  39.  
  40.