Subversion Repositories wimsdev

Rev

Rev 12737 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

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