Subversion Repositories wimsdev

Rev

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

  1. /* Special Media queries for Latex2WIMS in standard theme */
  2.  
  3. /* Large screens */
  4. @media only screen and (min-width: 64.063em) {
  5.   /*display l2w left toc under wimsmenumodubox */
  6.   #wimspagebox{position:relative;}
  7.   #wimsdoc #left_toc, #wimsdoc #wimsmenumodubox{
  8.     position: absolute;
  9.     max-width: 160px;
  10.     box-sizing: content-box;
  11.   }
  12.   #wimsdoc #wimsmenumodubox{
  13.     /*top:0;
  14.     margin-top:-2.3em;*/
  15.     padding-top:0;
  16.     padding-bottom: 0;
  17.   }
  18.   #wimsdoc #left_toc{
  19.     left:0;
  20.     margin:0;
  21.     top:9.5em;
  22.     min-width:10em;
  23.   }
  24. }
  25.