Subversion Repositories wimsdev

Rev

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