Subversion Repositories wimsdev

Rev

Rev 13469 | 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. .wimsbody #docnavigation{
  25.   border: 1px solid #DFDFDF;
  26. }
  27.  
  28. /* Small screens */
  29. @media only screen and (max-width: 40em) {
  30.   /* #wimsdoc .right.navmenu {right: 2px}*/
  31.   #wimsdoc .right.navmenu,.wims_topback {
  32.     background-color: #DFDFDF;
  33.     padding: .1em 0 .2em .3em;
  34.     border-radius: 8px 0 0 8px;
  35.   }
  36. }
  37.  
  38. /* Medium screens */
  39. @media only screen and (min-width: 40.063em) and (max-width: 64em) {
  40.   #wimsdoc .wimsbody{margin-right: 1em;}
  41. }
  42.  
  43. /* Medium and large screens */
  44. @media only screen and (min-width: 40.063em) {
  45.   #wimsdoc #wimslightpopup .wimsbody{margin-left: 1em;}
  46. }
  47.  
  48. /* Large screens */
  49. @media only screen and (min-width: 64.063em) {
  50.   #wimsdoc .wimsbody{margin-right: 2em;}
  51. }
  52.