Subversion Repositories wimsdev

Rev

Rev 12737 | Rev 15175 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12737 Rev 13465
Line 1... Line 1...
1
/** default css styles for MathML */
1
/** default css styles for MathML */
2
.wims_mathfont{
2
.wims_mathfont{
3
  font-family: Symbol, Times, serif;
3
  font-family: STIXGeneral-Regular, Symbol, Times, serif;
4
  font-size: 14pt;
4
  font-size: 14pt;
-
 
5
}
-
 
6
.wims_mathfont i, i.wims_mathfont{
-
 
7
  font-family: STIXGeneral-Italic;
5
}
8
}
6
 
9
 
7
.wims_mathml{
10
.wims_mathml{
8
  font-size:1em;
11
  font-size:1em;
9
  transition: all 2s;
12
  transition: all 2s;