Changes for page Home

Last modified by Ricardo Julio Rodríguez Fernández on 2025/08/14 21:00

From version 5.1
edited by Ricardo Julio Rodríguez Fernández
on 2025/05/27 21:21
Change comment: There is no comment for this version
To version 13.1
edited by Ricardo Julio Rodríguez Fernández
on 2025/05/29 13:31
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,3 +1,38 @@
1 +html {
2 + background: url(https://onemultiverse.net/Punishment_sisyph_small.jpg) no-repeat center center fixed;
3 + -webkit-background-size: cover;
4 + -o-background-size: cover;
5 + background-size: cover;
6 +}
7 +
8 +hr {
9 + display: none;
10 +}
11 +
12 +body {
13 + background-color: #11ffee00;
14 +}
15 +
16 +#mainContentArea .xcontent {
17 + background-color: #11ffee00;
18 +}
19 +
20 +#xwikimaincontainer {
21 + background-color: #11ffee00;
22 +}
23 +
24 +#xwikimaincontainerinner {
25 + background-color: #11ffee00;
26 +}
27 +
28 +#hierarchy_breadcrumb {
29 + display:none;
30 +}
31 +
32 +#row.document-header {
33 + display:none;
34 +}
35 +
1 1  #menuview {
2 2   display:none;
3 3  }