Changes for page Home
Last modified by Ricardo Julio Rodríguez Fernández on 2025/08/14 21:00
From version 2.1
edited by Ricardo Julio Rodríguez Fernández
on 2025/05/27 21:02
on 2025/05/27 21:02
Change comment:
There is no comment for this version
To version 10.1
edited by Ricardo Julio Rodríguez Fernández
on 2025/05/28 15:47
on 2025/05/28 15:47
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -1,3 +1,63 @@ 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 +#xwikimaincontainer { 13 + background-color: #11ffee00; 14 +} 15 + 16 +#xwikimaincontainerinner { 17 + background-color: #11ffee00; 18 +} 19 + 20 +#hierarchy_breadcrumb { 21 + display:none; 22 +} 23 + 24 +#row.document-header { 25 + display:none; 26 +} 27 + 1 1 #menuview { 2 2 display:none; 3 3 } 31 + 32 + 33 +#contentmenu { 34 + display:none; 35 +} 36 + 37 +#hierarchy { 38 + display:none; 39 +} 40 + 41 +#document-title h1 { 42 + display:none; 43 +} 44 + 45 +#docExtraTabs { 46 + display:none; 47 +} 48 + 49 +#docextrapanes { 50 + display:none; 51 +} 52 + 53 +#xdocFooter { 54 + display:none; 55 +} 56 + 57 +#footerglobal { 58 + display:none; 59 +} 60 + 61 +.xdocLastModification { 62 + display:none; 63 +}