Subversion Repositories wimsdev

Rev

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

  1. h2.wims_docu_titleb, h3.wims_docu_titleb {
  2.   padding-left: 0;
  3.   padding-right: 0;
  4.   text-align:left;
  5. }
  6. h1.wims_docu_title {
  7.   font-size: 130%;
  8.   border-bottom: solid;
  9.   border-top: solid;
  10.   border-width: thin;
  11.   border-color: #808080;
  12.   padding: 1px;
  13.   text-align:center;
  14.  }
  15.  
  16. h2.wims_docu {
  17.   font-size: 110%;
  18.   font-weight:bold;
  19.  }
  20.  
  21. .float_right>#doc_toc:not(.menu){background-color: #FFF;padding: .5em 1.5em;}
  22. .float_right>#doc_toc{border-left:1px solid #999;}
  23.  
  24. /* classes pour menu*/
  25. .ui-menu {
  26.   /*max-width: 200px;*/
  27.   font-size: 80%;
  28. }
  29. .ui-menu-item>a{
  30.   text-decoration: none;
  31. }
  32.  
  33. .float_right>.doc_toc {
  34.   margin:.4em;
  35. }
  36. .doc_toc>li>a{
  37.   white-space: pre-wrap;
  38. }
  39.  
  40. #docprint .doc_toc {visibility:hidden; display:none;}
  41.  
  42. /** DOC Navigation */
  43.  
  44. #docnavigation{
  45.   display: flex;
  46.   justify-content: space-evenly;
  47.   max-width: 50em;
  48.   margin: auto;
  49. }
  50. #docnavigation .menuitem>a{display: inline-block;}
  51.  
  52. #wimsdoc .wimsbody { }
  53. #wimsdoc:not(.editor_mode) .wimsbody {
  54.   margin-left: 0;
  55. }
  56.  
  57. #wimsdoc .navmenu {
  58.   margin-top: 180px;
  59.   padding:0px;
  60.   position: fixed;
  61.   top:50px;
  62. }
  63. #wimsdoc .left.navmenu {
  64.   /*left: auto;*/
  65.   display:none;
  66. }
  67. #wimsdoc .right.navmenu {
  68.   margin-left: 0;
  69.   margin-right: 0;
  70.   right: 0;
  71. }
  72.  
  73. /* Small screens */
  74. @media only screen and (max-width: 40em) {
  75.   #doc_toc {max-width: 10em;}
  76.   /*.float_right>.doc_toc {max-width: 200px;}*/
  77. }
  78.  
  79. /* Medium screens */
  80. @media only screen and (min-width: 40.063em) and (max-width: 64em) {
  81.   /*.float_right>.doc_toc {max-width: 200px;}*/
  82. }
  83.  
  84. /* Medium and large screens */
  85. @media only screen and (min-width: 40.063em) {
  86.   #doc_toc {max-width: 32em;}
  87.   /*.float_right>#doc_toc {max-width: 20em;}*/
  88. }
  89.  
  90. /* Large screens */
  91. @media only screen and (min-width: 64.063em) {
  92.   #wimsdoc .right.navmenu {right: .5em}
  93. }
  94.