Subversion Repositories wimsdev

Rev

Rev 15175 | 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
}
15175 obado 16
 
17
.wims_mathml textarea{
18
  vertical-align:middle;
19
  overflow:hidden;
20
  resize:none;
21
}
22
 
23
 
17442 obado 24
a>.wims_mathml,
25
a .wims_mathimg{
12105 obado 26
  padding:.5em;
27
  border-style: solid;
28
  border-width:1px;
29
  border-color: transparent;
30
}
17442 obado 31
a:hover>.wims_mathml,
32
a:hover .wims_mathimg{
12105 obado 33
  border-color: inherit;
34
}