Subversion Repositories wimsdev

Rev

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

  1. /* DOCUMENTATIONS Pages */
  2.  
  3.  
  4. #wimsdoc #wimstopbox {
  5.   padding-top: 0;
  6. }
  7.  
  8. .wims_docu_title>a{
  9.   text-shadow:none;
  10. }
  11.  
  12. #wimsdoc .left.navmenu {
  13.   left: auto;
  14. }
  15.  
  16. #wimsdoc #wimsbodybox #wimspagebox .wimsdocleftmenu div.menuitem {
  17.   text-align: center;
  18. }
  19.  
  20. #wimsdoc #wimsbodybox #wimspagebox .wimsdocrightmenu {
  21.   display: none;
  22. }
  23.  
  24.  
  25. /* Small screens */
  26. @media only screen and (max-width: 40em) {
  27.   /* #wimsdoc .right.navmenu {right: 2px}*/
  28.   #wimsdoc .right.navmenu,.wims_topback {
  29.     background-color: #DFDFDF;
  30.     padding: .1em 0 .2em .3em;
  31.     border-radius: 8px 0 0 8px;
  32.   }
  33. }
  34.  
  35. /* Medium screens */
  36. /*@media only screen and (min-width: 40.063em) and (max-width: 64em) {}*/
  37.  
  38. /* Medium and large screens */
  39. @media only screen and (min-width: 40.063em) {
  40.   #wimsdoc .wimsbody{margin-right: 1em;}
  41. }
  42.  
  43.