Rev 10963 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
/*
*/
.jxgbox {
position:relative; /* for IE 7 */
overflow:hidden;
background-color:#ffffff;
border-style:solid;
border-width:1px;
border-color:#356AA0;
-moz-border-radius:10px;
-webkit-border-radius:10px;
/*
-moz-box-shadow:black 2px 2px 2px -2px, #151A10 4px 4px;
-webkit-box-shadow:4px 4px 3px #151A10;
*/
}
.JXGtext {
background-color: transparent; /* May produce artefacts in IE. Solution: setting a color explicitly. */
font-family: Arial, Helvetica, Geneva;
padding: 0px;
margin: 0px;
/*line-height:100%;*/ /* This has to be commented out. Otherwise subscripts are not visible in IE */
/*border-style:dotted;*/
/*border-width:0.4px;*/
}
.navbar {
color: #aaaaaa;
background-color: #f5f5f5;
padding: 2px;
position: absolute;
font-size: 10px;
cursor: pointer;
z-index: 100;
right: 5px;
bottom: 5px;
}