Changes for page Home
Last modified by ZID Server on Tuesday, 01 Sep 2026 10:18
From version 5.1
edited by ZID Server
on Thursday, 25 Jun 2026 16:49
on Thursday, 25 Jun 2026 16:49
Change comment:
There is no comment for this version
To version 7.1
edited by ZID Server
on Friday, 26 Jun 2026 13:01
on Friday, 26 Jun 2026 13:01
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -1,16 +1,18 @@ 1 -/* ---- Panels, Toggles & leereSpaltenkomplett entfernen---- */1 +/* ---- Panels, Toggles & Resize-Griffe komplett weg ---- */ 2 2 #leftPanels, #rightPanels, 3 3 #leftPanelsToggle, #rightPanelsToggle, 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; } 4 +.ui-resizable-handle { display: none !important; } 7 7 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 */ 6 +/* Inhaltsspalte über die volle Breite */ 7 +#contentcolumn, #xwikicontent, .main { width: 100% !important; float: none !important; } 13 13 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 + 14 14 /* ---- Hero: reines Foto, kein Overlay ---- */ 15 15 .uniak-hero{ 16 16 background: url("/bin/download/Main/WebHome/angewandte_indoor_compressed_copyright_banner.jpg") center/cover no-repeat; ... ... @@ -52,3 +52,13 @@ 52 52 .xwikipanelmenu, [class*="PanelsToggle"] { display: none !important; } 53 53 54 54 #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; }