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