Subversion Repositories wimsdev

Rev

Rev 10570 | Rev 13366 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10570 Rev 12655
Line 16... Line 16...
16
 
16
 
17
h2.wims_docu {
17
h2.wims_docu {
18
  font-size: 110%;
18
  font-size: 110%;
19
  font-weight:bold;
19
  font-weight:bold;
20
 }
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;}
21
 
24
 
22
/* classes pour menu*/
25
/* classes pour menu*/
23
.ui-menu {
26
.ui-menu {
24
  max-width: 200px;
27
  /*max-width: 200px;*/
25
  font-size: 80%;
28
  font-size: 80%;
26
}
29
}
27
.ui-menu-item>a{
30
.ui-menu-item>a{
28
  text-decoration: none;
31
  text-decoration: none;
29
}
32
}
30
 
33
 
31
.doc_toc {
34
.float_right>.doc_toc {
32
  padding:.4em;
35
  margin:.4em;
-
 
36
}
-
 
37
.doc_toc>li>a{
-
 
38
  white-space: pre-wrap;
33
}
39
}
34
 
40
 
35
#docprint .doc_toc {visibility:hidden; display:none;}
41
#docprint .doc_toc {visibility:hidden; display:none;}
36
 
42
 
37
/** DOC Navigation */
43
/** DOC Navigation */
38
 
44
 
39
#docnavigation{text-align: center;}
45
#docnavigation{
-
 
46
  display: flex;
-
 
47
  justify-content: space-evenly;
-
 
48
  max-width: 50em;
-
 
49
  margin: auto;
-
 
50
}
40
#docnavigation .menuitem a{color:#000;}
51
#docnavigation .menuitem>a{display: inline-block;}
41
 
52
 
42
#wimsdoc .wimsbody { }
53
#wimsdoc .wimsbody { }
43
#wimsdoc:not(.editor_mode) .wimsbody {
54
#wimsdoc:not(.editor_mode) .wimsbody {
44
  margin-left: 0;
55
  margin-left: 0;
45
}
56
}
Line 47... Line 58...
47
#wimsdoc .navmenu {
58
#wimsdoc .navmenu {
48
  margin-top: 180px;
59
  margin-top: 180px;
49
  padding:0px;
60
  padding:0px;
50
  position: fixed;
61
  position: fixed;
51
  top:50px;
62
  top:50px;
52
}
63
}
53
#wimsdoc .left.navmenu {
64
#wimsdoc .left.navmenu {
54
  /*left: auto;*/
65
  /*left: auto;*/
55
  display:none;
66
  display:none;
56
}
67
}
57
#wimsdoc .right.navmenu {
68
#wimsdoc .right.navmenu {
58
  margin-left: 0;
69
  margin-left: 0;
59
  margin-right: 0;
70
  margin-right: 0;
60
  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}
61
}
94
}