Changes for page Home

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

From version 8.1
edited by Ricardo Julio Rodríguez Fernández
on 2025/05/27 21:32
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
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,7 +1,156 @@
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 +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 +
1 1  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 {
2 2   display: none;
3 3  }
4 4  
138 +body {
139 + background-color: #11ffee00;
140 +}
141 +
142 +#mainContentArea .xcontent {
143 + background-color: #11ffee00;
144 +}
145 +
146 +#xwikimaincontainer {
147 + background-color: #11ffee00;
148 +}
149 +
150 +#xwikimaincontainerinner {
151 + background-color: #11ffee00;
152 +}
153 +
5 5  #hierarchy_breadcrumb {
6 6   display:none;
7 7  }
... ... @@ -14,7 +14,6 @@
14 14   display:none;
15 15  }
16 16  
17 -
18 18  #contentmenu {
19 19   display:none;
20 20  }