Changes for page IGFAE

Last modified by Ricardo Julio Rodríguez Fernández on 2025/09/09 19:55

From version 1.1
edited by Ricardo Julio Rodríguez Fernández
on 2025/08/27 18:39
Change comment: There is no comment for this version
To version 1.2
edited by Ricardo Julio Rodríguez Fernández
on 2025/08/27 18:42
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Caching policy
... ... @@ -1,0 +1,1 @@
1 +long
Code
... ... @@ -1,0 +1,224 @@
1 +body, html {
2 + height: 100%;
3 + padding-left: 0%;
4 + border-radius: 0px !important;
5 +}
6 +
7 +#parent {
8 + display: flex;
9 + justify-content: space-around;
10 +}
11 +
12 +#left {
13 + border: 1px solid lightgray;
14 + width: 74%;
15 +}
16 +
17 +#right {
18 + border: 1px solid lightgray;
19 + width: 26%;
20 +}
21 +
22 +#menuextratopleft {
23 + width: 74%;
24 +}
25 +
26 +#menuextratopright {
27 + width: 26%;
28 +}
29 +
30 +#footerglobal {
31 + display: none;
32 +}
33 +
34 +#menuview {
35 + display: none;
36 +}
37 +
38 +.editPanels {
39 + padding-left: 0px;
40 +}
41 +
42 +.breadcrumb {
43 + border-radius: 0px !important;
44 +}
45 +
46 +.dropdown-menu {
47 + border-radius: 0px !important;
48 +}
49 +
50 +.btn {
51 + border-radius: 0px !important;
52 +}
53 +
54 +.form-control {
55 + border-radius: 0px !important;
56 +}
57 +
58 +.filter-text {
59 + border-radius: 0px !important;
60 +}
61 +
62 +.filter-date {
63 + border-radius: 0px !important;
64 +}
65 +
66 +.livedata-filter {
67 + border-radius: 0px !important;
68 +}
69 +
70 +.selectize-input {
71 + border-radius: 0px !important;
72 +}
73 +
74 +.select {
75 + border-radius: 0px !important;
76 +}
77 +
78 +.uploadFileInput {
79 + border-radius: 0px !important;
80 +}
81 +
82 +.noitems {
83 + border-radius: 0px !important;
84 +}
85 +
86 +#xwikiuploadfile {
87 + border-radius: 0px !important;
88 +}
89 +
90 +.sr-only {
91 + border-radius: 0px !important;
92 +}
93 +
94 +#select {
95 + border-radius: 0px !important;
96 +}
97 +
98 +select {
99 + border-radius: 0px !important;
100 +}
101 +
102 +.xwikitabbar {
103 + border-radius: 0px !important;
104 +}
105 +
106 +#Commentslink {
107 + border-radius: 0px !important;
108 +}
109 +#Attachmentslink {
110 + border-radius: 0px !important;
111 +}
112 +
113 +#Informationlink {
114 + border-radius: 0px !important;
115 +}
116 +
117 +#Historylink {
118 + border-radius: 0px !important;
119 +}
120 +
121 +.panel {
122 + margin-bottom: 0px;
123 + border-radius: 0px !important;
124 +}
125 +
126 +#rightPanels {
127 + border-style: solid none none none;
128 + border-color: #0060df;
129 + border-width: 1px;
130 + width: 25% !important;
131 + padding-left: 0px !important;
132 + padding-top: 0px !important;
133 + padding-bottom: 0px !important;
134 +}
135 +
136 +#rightPanelsToggle {
137 + display: none;
138 +}
139 +
140 +#contentcolumn {
141 + border-style: solid solid none none;
142 + border-color: #0060df;
143 + border-width: 1px;
144 + height: 100%;
145 +}
146 +
147 +#xwikimaincontainer {
148 + height: 100%;
149 + padding-left: 0px;
150 + padding-right: 0px;
151 +}
152 +
153 +#contentcontainer {
154 + height: 100%;
155 +}
156 +
157 +#contenthideleft {
158 + height: 100%;
159 +}
160 +
161 +#xwikimaincontainerinner {
162 + height: 100%
163 +}
164 +
165 +#xdocFooter {
166 + border-bottom-left-radius: 0px;
167 + border-bottom-right-radius: 0px;
168 + margin-bottom: 0px;
169 + border-style: none none solid none;
170 + border-color: #0060df;
171 + border-width: 1px;
172 +}
173 +
174 +#docextrapanes {
175 + border-top-left-radius: 0px;
176 + border-top-right-radius: 0px;
177 +}
178 +
179 +#xwikicontent p {
180 + margin-bottom: 10px;
181 + line-height: 23px;
182 +}
183 +
184 +#xwikicontent br {
185 + margin-bottom: 10px;
186 +}
187 +
188 +#hierarchy {
189 + display:none;
190 +}
191 +
192 +#hierarchy_breadcrumb {
193 + display:none;
194 +}
195 +
196 +.row.document-header {
197 + display:none;
198 +}
199 +
200 +.main hr {display:none;}
201 +
202 +#xwikidata {
203 + display:none;
204 +}
205 +
206 +#xdocFooter {
207 + display:none;
208 +}
209 +
210 +.xdocLastModification {
211 + display:none;
212 +}
213 +
214 +.document-menu {
215 + display:none;
216 +}
217 +
218 +#document-title h1 {
219 + display:none;
220 +}
221 +
222 +#xwikipaneltitle h2 {
223 + display:none;
224 +}
Content Type
... ... @@ -1,0 +1,1 @@
1 +CSS
Use this extension
... ... @@ -1,0 +1,1 @@
1 +currentPage

https://igfae.usc.es/igfae/wp-content/themes/igfae_nvgrd_prod/assets/img/igfae-logo.svg?v=1748425237