Rev 12737 | Rev 15175 | 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{ |
||
13465 | obado | 3 | font-family: STIXGeneral-Regular, Symbol, Times, serif; |
12737 | obado | 4 | font-size: 14pt; |
12105 | obado | 5 | } |
13465 | obado | 6 | .wims_mathfont i, i.wims_mathfont{ |
7 | font-family: STIXGeneral-Italic; |
||
8 | } |
||
12105 | obado | 9 | |
10 | .wims_mathml{ |
||
11 | font-size:1em; |
||
12737 | obado | 12 | transition: all 2s; |
12105 | obado | 13 | /*font-family: Symbol, Times, serif; |
14 | font-style: normal;*/ |
||
15 | } |
||
16 | a>.wims_mathml{ |
||
17 | padding:.5em; |
||
18 | border-style: solid; |
||
19 | border-width:1px; |
||
20 | border-color: transparent; |
||
21 | } |
||
22 | a:hover>.wims_mathml{ |
||
23 | border-color: inherit; |
||
24 | } |