Changes for page OMV
Last modified by Ricardo Julio Rodríguez Fernández on 2025/05/31 11:14
From version 1.1
edited by Ricardo Julio Rodríguez Fernández
on 2025/05/29 15:25
on 2025/05/29 15:25
Change comment:
There is no comment for this version
To version 7.1
edited by Ricardo Julio Rodríguez Fernández
on 2025/05/31 09:09
on 2025/05/31 09:09
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,0 +1,14 @@ 1 +OneMultiverse 2 +Your reality starts here 3 + 4 +{{html wiki="true"}} 5 + <div id="content" style="text-align: center;"> 6 + <p style="font-size: 80px; color: white">OneMultiverse</p> 7 + <p style="font-size: 30px; color: white">Your reality starts here</p> 8 + </div> 9 + <div id="navbar"> 10 + <a href="#home">Home</a> 11 + <a href="#concept">Concept</a> 12 + <a href="#contact">Contact</a> 13 + </div> 14 +{{/html}}
- XWiki.StyleSheetExtension[0]
-
- Caching policy
-
... ... @@ -1,0 +1,1 @@ 1 +forbid - Code
-
... ... @@ -1,0 +1,147 @@ 1 +/* Use # for ids and . for classes */ 2 + 3 +#navbar { 4 + float:right; 5 + position:absolute; 6 + bottom:0; 7 + right:0; 8 +} 9 + 10 +/* Navbar links */ 11 +#navbar a { 12 + float: left; 13 + display: block; 14 + color: #f2f2f2; 15 + text-align: center; 16 + padding: 14px; 17 + text-decoration: none; 18 +} 19 + 20 +/* Page content */ 21 +.content { 22 + padding: 16px; 23 +} 24 + 25 +body { 26 + background-color: #11ffee00; 27 +} 28 + 29 +html { 30 + background: url(https://onemultiverse.net/Punishment_sisyph_small.jpg) no-repeat center center fixed; 31 + -webkit-background-size: cover; 32 + -o-background-size: cover; 33 + background-size: cover; 34 +} 35 + 36 +.xcontent { 37 + background-color: #11ffee00; 38 +} 39 + 40 +.main { 41 + background-color: #11ffee00; 42 +} 43 + 44 +#xwikimaincontainer { 45 + background-color: #11ffee00; 46 +} 47 + 48 +#xwikimaincontainerinner { 49 + background-color: #11ffee00; 50 +} 51 + 52 +#contentcontainer { 53 + background-color: #11ffee00; 54 +} 55 + 56 +#contentcolumn { 57 + background-color: #11ffee00; 58 +} 59 + 60 +#mainContentArea { 61 + background-color: #11ffee00; 62 +} 63 + 64 +#hierarchy_breadcrumb { 65 + background-color: #11ffee00; 66 +} 67 + 68 +/* http://stackoverflow.com/questions/9198327/apply-css-style-to-a-nested-class-inside-div */ 69 +#contentcolumn .main { 70 + box-shadow: #E8E8E8 0 0px 0px 71 +} 72 + 73 +.box { 74 + max-width: 800px; 75 + table-layout: auto; 76 + margin: auto; 77 +} 78 + 79 +hr { 80 + display: none; 81 +} 82 + 83 +.container-fluid { 84 + z-index:10; 85 + position: relative; 86 +} 87 + 88 +.document-header { 89 + display:none; 90 +} 91 + 92 +#xwikidatacontents { 93 + display:none; 94 +} 95 + 96 +#menuview { 97 + display:none; 98 +} 99 + 100 +#leftPanels { 101 + display:none; 102 +} 103 + 104 +#rightPanels { 105 + display:none; 106 +} 107 + 108 +#xwikicontent { 109 + background-color: transparent; 110 +} 111 + 112 +#footerglobal { 113 + display:none; 114 +} 115 + 116 + 117 +#hierarchy { 118 + font-size: 90%; 119 + padding-top: 0px; 120 + display:none; 121 +} 122 + 123 +#document-title h1 { 124 + font-size: 2.15em; 125 + letter-spacing: -1px; 126 + margin: 0; 127 + padding: 0px 0; 128 + display:none; 129 +} 130 + 131 +#if($context.user == 'XWiki.RicardoJulioRodriguezFernandez' || $context.user == 'XWiki.RicardoJulioRodriguezFernandez') 132 +#xwikidatacontents { 133 + background-color: transparent; 134 +} 135 +#else 136 +#xwikidatacontents { 137 + 138 +} 139 +#end 140 + 141 +#xdocFooter { 142 + display:none; 143 +} 144 + 145 +.xdocLastModification { 146 + display:none; 147 +} - Content Type
-
... ... @@ -1,0 +1,1 @@ 1 +CSS - Parse content
-
... ... @@ -1,0 +1,1 @@ 1 +Yes - Use this extension
-
... ... @@ -1,0 +1,1 @@ 1 +currentPage