From version 152.1
edited by Ricardo Rodríguez Fernández
on 2022/02/24 14:32
To version 153.1
edited by Ricardo Rodríguez Fernández
on 2022/02/24 14:50
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,14 +1,64 @@
1 -.xdocFooter {
2 - display: none;
3 - visibility: hidden;
1 +
2 +
3 +
4 +hr {
5 + display: none;
4 4  }
5 5  
6 -.hierarchy {
7 - display: none;
8 - visibility: hidden;
8 +#if($request.sourceAction == 'view')
9 +#mainContentArea {
10 + margin-top: -65px;
9 9  }
12 +#else
13 +#mainContentArea {
14 + margin-top: 100px;
15 +}
16 +#end
10 10  
11 -/*.xcontent {
12 - display: none;
13 - visibility: hidden;
14 -}*/
18 +.container-fluid {
19 + z-index:10;
20 + position: relative;
21 +}
22 +
23 +.document-header {
24 + display:none;
25 +}
26 +
27 +.xdocLastModification {
28 + display:none;
29 +}
30 +
31 +/* http://stackoverflow.com/questions/9198327/apply-css-style-to-a-nested-class-inside-div */
32 +#contentcolumn .main {
33 + box-shadow: #E8E8E8 0 0px 0px
34 +}
35 +
36 +#xwikicontent {
37 + background-color: transparent;
38 +}
39 +
40 +#hierarchy {
41 + font-size: 90%;
42 + padding-top: 0px;
43 + display:none;
44 +}
45 +
46 +#xcontent {
47 + display:none;
48 +}
49 +
50 +#document-title h1 {
51 + font-size: 2.15em;
52 + letter-spacing: -1px;
53 + margin: 0;
54 + padding: 0px 0;
55 + display:none;
56 +}
57 +
58 +#xwikidatacontents {
59 + display:none;
60 +}
61 +
62 +#xdocFooter {
63 + display:none;
64 +}
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 7.3 - Documentation