Changes for page Home

Last modified by ZID Server on Tuesday, 01 Sep 2026 10:18

From version 8.1
edited by ZID Server
on Friday, 26 Jun 2026 13:03
Change comment: There is no comment for this version
To version 5.1
edited by ZID Server
on Thursday, 25 Jun 2026 16:49
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -1,18 +1,16 @@
1 -/* ---- Panels, Toggles & Resize-Griffe komplett weg ---- */
1 +/* ---- Panels, Toggles & leere Spalten komplett entfernen ---- */
2 2  #leftPanels, #rightPanels,
3 3  #leftPanelsToggle, #rightPanelsToggle,
4 -.ui-resizable-handle { display: none !important; }
4 +#xwikileftcolumn, #xwikirightcolumn,
5 +.xwikipanelmenu, [class*="PanelsToggle"] { display: none !important; }
6 +#body .main { position: static !important; width: 100% !important; float: none !important; margin: 0 !important; }
5 5  
6 -/* Inhaltsspalte über die volle Breite */
7 -#contentcolumn, #xwikicontent, .main { width: 100% !important; float: none !important; }
8 +/* ---- Meta-Elemente ausblenden ---- */
9 +.xdocLastModification, /* „Zuletzt geändert von … am …" */
10 +.xdocAuthors, /* „Erstellt von … / Übersetzt von …" */
11 +#xdocTags, .doc-tags, /* Tags */
12 +#likeButton, .like-button, .xwiki-like { display: none !important; } /* Gefällt mir */
8 8  
9 -/* ---- Meta-Elemente: Gefällt mir, Tags, Autoren, „zuletzt geändert" ---- */
10 -.xdocLastModification, /* „Zuletzt geändert von …" unter dem Titel */
11 -#xdocFooter, /* Fußzeile: Gefällt mir + Tags + Erstellt/Übersetzt zusammen */
12 -.like-container, /* (falls einzeln gebraucht) Gefällt mir */
13 -.doc-tags, #xdocTags, /* Tags */
14 -#xdocAuthors { display: none !important; }
15 -
16 16  /* ---- Hero: reines Foto, kein Overlay ---- */
17 17  .uniak-hero{
18 18   background: url("/bin/download/Main/WebHome/angewandte_indoor_compressed_copyright_banner.jpg") center/cover no-repeat;
... ... @@ -54,13 +54,3 @@
54 54  .xwikipanelmenu, [class*="PanelsToggle"] { display: none !important; }
55 55  
56 56  #body .main { position: static !important; width: 100% !important; float: none !important; margin: 0 !important; }
57 -
58 -/* Panels ausblenden + volle Breite – nur auf dieser Seite */
59 -#leftPanels, #rightPanels { display: none !important; }
60 -
61 -/* die Spalten-Wrapper selbst entfernen (nicht nur ihren Inhalt) */
62 -#xwikileftcolumn, #xwikirightcolumn,
63 -#Toggle, #rightPanelsToggle,
64 -.xwikipanelmenu, [class*="PanelsToggle"] { display: none !important; }
65 -
66 -#body .main { position: static !important; width: 100% !important; float: none !important; margin: 0 !important; }