Rev 12105 | Rev 13465 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
12105 | obado | 1 | /** default css styles for MathML */ |
2 | .wims_mathfont{ |
||
3 | font-family: Symbol, Times, serif; |
||
12737 | obado | 4 | font-size: 14pt; |
12105 | obado | 5 | } |
6 | |||
7 | .wims_mathml{ |
||
8 | font-size:1em; |
||
12737 | obado | 9 | transition: all 2s; |
12105 | obado | 10 | /*font-family: Symbol, Times, serif; |
11 | font-style: normal;*/ |
||
12 | } |
||
13 | a>.wims_mathml{ |
||
14 | padding:.5em; |
||
15 | border-style: solid; |
||
16 | border-width:1px; |
||
17 | border-color: transparent; |
||
18 | } |
||
19 | a:hover>.wims_mathml{ |
||
20 | border-color: inherit; |
||
21 | } |