Rev 10316 | Rev 10570 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
10316 | bpr | 1 | h2.wims_docu_titleb, h3.wims_docu_titleb { |
7075 | obado | 2 | padding-left: 0; |
3 | padding-right: 0; |
||
6236 | bpr | 4 | text-align:left; |
7850 | bpr | 5 | font-size: 120%; |
6236 | bpr | 6 | } |
7 | h1.wims_docu_title { |
||
7850 | bpr | 8 | font-size: 130%; |
6236 | bpr | 9 | border-bottom: solid; |
10 | border-top: solid; |
||
11 | border-width: thin; |
||
12 | border-color: #808080; |
||
13 | padding: 1px; |
||
14 | text-align:center; |
||
15 | } |
||
6676 | bpr | 16 | |
7850 | bpr | 17 | h2.wims_docu { |
18 | font-size: 110%; |
||
19 | font-weight:bold; |
||
20 | } |
||
21 | |||
6676 | bpr | 22 | /* classes pour menu*/ |
7075 | obado | 23 | .ui-menu { |
24 | max-width: 200px; |
||
25 | font-size: 80%; |
||
26 | } |
||
6676 | bpr | 27 | |
28 | .doc_toc { |
||
7075 | obado | 29 | padding:.4em; |
6676 | bpr | 30 | } |
31 | |||
7671 | bpr | 32 | #docprint .doc_toc {visibility:hidden; display:none;} |
10266 | obado | 33 | |
34 | /** DOC Navigation */ |
||
35 | |||
36 | #docnavigation{text-align: center;} |
||
37 | #docnavigation .menuitem a{color:#000;} |
||
10568 | bpr | 38 | |
39 | #wimsdoc .wimsbody { } |
||
40 | #wimsdoc:not(.editor_mode) .wimsbody { |
||
41 | margin-left: 0; |
||
42 | } |
||
43 | |||
44 | #wimsdoc .navmenu { |
||
45 | margin-top: 180px; |
||
46 | padding:0px; |
||
47 | position: fixed; |
||
48 | top:50px; |
||
49 | } |
||
50 | #wimsdoc .left.navmenu { |
||
51 | /*left: auto;*/ |
||
52 | display:none; |
||
53 | } |
||
54 | #wimsdoc .right.navmenu { |
||
55 | margin-left: 0; |
||
56 | margin-right: 0; |
||
57 | right: 0; |
||
58 | } |