Menu

[r8825]: / experimental / jsxgraph / jsxgraph.css  Maximize  Restore  History

Download this file

27 lines (25 with data), 571 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
*/
.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;
font-family: Arial, Helvetica, Geneva;
font-size:11px;
padding:0px;
margin:0px;
/*border-style:dotted;*/
/*border-width:0.4px;*/
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.