Subversion Repositories wimsdev

Rev

Rev 12105 | 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: Symbol, Times, serif;
  4.   font-size: 14pt;
  5. }
  6.  
  7. .wims_mathml{
  8.   font-size:1em;
  9.   transition: all 2s;
  10.   /*font-family: Symbol, Times, serif;
  11.   font-style: normal;*/
  12. }
  13. a>.wims_mathml{
  14.   padding:.5em;
  15.   border-style: solid;
  16.   border-width:1px;
  17.   border-color: transparent;
  18. }
  19. a:hover>.wims_mathml{
  20.   border-color: inherit;
  21. }
  22.