Subversion Repositories wimsdev

Rev

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