Subversion Repositories wimsdev

Rev

Rev 15175 | 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. a .wims_mathimg{
  26.   padding:.5em;
  27.   border-style: solid;
  28.   border-width:1px;
  29.   border-color: transparent;
  30. }
  31. a:hover>.wims_mathml,
  32. a:hover .wims_mathimg{
  33.   border-color: inherit;
  34. }
  35.