Changes for page Home

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

From version 3.1
edited by Ricardo Julio Rodríguez Fernández
on 2025/05/27 21:05
Change comment: There is no comment for this version
To version 15.1
edited by Ricardo Julio Rodríguez Fernández
on 2025/05/29 15:06
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,19 +1,121 @@
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 +/* Use # for ids and . for classes */
9 +
10 +body {
11 + background-color: #11ffee00;
12 +}
13 +
14 +.xcontent {
15 + background-color: #11ffee00;
16 +}
17 +
18 +.main {
19 + background-color: #11ffee00;
20 +}
21 +
22 +#xwikimaincontainer {
23 + background-color: #11ffee00;
24 +}
25 +
26 +#xwikimaincontainerinner {
27 + background-color: #11ffee00;
28 +}
29 +
30 +#contentcontainer {
31 + background-color: #11ffee00;
32 +}
33 +
34 +#contentcolumn {
35 + background-color: #11ffee00;
36 +}
37 +
38 +#mainContentArea {
39 + background-color: #11ffee00;
40 +}
41 +
42 +#hierarchy_breadcrumb {
43 + background-color: #11ffee00;
44 +}
45 +
46 +/* http://stackoverflow.com/questions/9198327/apply-css-style-to-a-nested-class-inside-div */
47 +#contentcolumn .main {
48 + box-shadow: #E8E8E8 0 0px 0px
49 +}
50 +
51 +.box {
52 + max-width: 800px;
53 + table-layout: auto;
54 + margin: auto;
55 +}
56 +
57 +hr {
58 + display: none;
59 +}
60 +
61 +.container-fluid {
62 + z-index:10;
63 + position: relative;
64 +}
65 +
66 +.document-header {
67 + display:none;
68 +}
69 +
70 +#xwikidatacontents {
71 + display:none;
72 +}
73 +
1 1  #menuview {
2 2   display:none;
3 3  }
4 4  
78 +#leftPanels {
79 + display:none;
80 +}
81 +
82 +#rightPanels {
83 + display:none;
84 +}
85 +
86 +#xwikicontent {
87 + background-color: transparent;
88 +}
89 +
5 5  #footerglobal {
6 6   display:none;
7 7  }
8 8  
94 +
9 9  #hierarchy {
96 + font-size: 90%;
97 + padding-top: 0px;
10 10   display:none;
11 11  }
12 12  
13 13  #document-title h1 {
102 + font-size: 2.15em;
103 + letter-spacing: -1px;
104 + margin: 0;
105 + padding: 0px 0;
14 14   display:none;
15 15  }
16 16  
109 +#if($context.user == 'XWiki.RicardoJulioRodriguezFernandez' || $context.user == 'XWiki.RicardoJulioRodriguezFernandez')
110 +#xwikidatacontents {
111 + background-color: transparent;
112 +}
113 +#else
114 +#xwikidatacontents {
115 +
116 +}
117 +#end
118 +
17 17  #xdocFooter {
18 18   display:none;
19 19  }
... ... @@ -21,3 +21,67 @@
21 21  .xdocLastModification {
22 22   display:none;
23 23  }
126 +
127 +hr {
128 + display: none;
129 +}
130 +
131 +body {
132 + background-color: #11ffee00;
133 +}
134 +
135 +#mainContentArea .xcontent {
136 + background-color: #11ffee00;
137 +}
138 +
139 +#xwikimaincontainer {
140 + background-color: #11ffee00;
141 +}
142 +
143 +#xwikimaincontainerinner {
144 + background-color: #11ffee00;
145 +}
146 +
147 +#hierarchy_breadcrumb {
148 + display:none;
149 +}
150 +
151 +#row.document-header {
152 + display:none;
153 +}
154 +
155 +#menuview {
156 + display:none;
157 +}
158 +
159 +#contentmenu {
160 + display:none;
161 +}
162 +
163 +#hierarchy {
164 + display:none;
165 +}
166 +
167 +#document-title h1 {
168 + display:none;
169 +}
170 +
171 +#docExtraTabs {
172 + display:none;
173 +}
174 +
175 +#docextrapanes {
176 + display:none;
177 +}
178 +
179 +#xdocFooter {
180 + display:none;
181 +}
182 +
183 +#footerglobal {
184 + display:none;
185 +}
186 +
187 +.xdocLastModification {
188 + display:none;
189 +}