Seite 1 von 1
Kleine Änderung am Design des Board 3 möglich?
Verfasst: 04.08.2015 10:13
von 353-heinz
Guten Tag!
Ist es möglich, das man die Rahmen an den einzelnen Boxen des Board 3 wegmachen kann?
Re: Kleine Änderung am Design des Board 3 möglich?
Verfasst: 04.08.2015 10:52
von Kirk
Hallo
Meinst du von gewissen Modulen oder alle?
Re: Kleine Änderung am Design des Board 3 möglich?
Verfasst: 04.08.2015 11:19
von 353-heinz
Hallo Kirk,
ich stelle es mir in etwa so vor:
http://www.ddr-luftfahrt.de/forum/portal.php
Re: Kleine Änderung am Design des Board 3 möglich?
Verfasst: 04.08.2015 17:10
von Kirk
Wenn du dies für alle Blöcke so haben möchtest, dann gehe wie folgt for:
Öffne:
root/ext/board3/portal/styles/prosilver/template/portal/_block_config.html
Finde:
Code: Alles auswählen
<!-- Config for the left and right blocks //-->
<!-- DEFINE $LR_BLOCK_H_L = '<div class="forabg"><div class="inner"><ul class="topiclist"><li class="header"><dl><dt style="padding: 0px 0px 2px; white-space: nowrap; margin-bottom: 0px; margin-top: 0px;">' -->
<!-- DEFINE $LR_BLOCK_H_R = '</dt><dd></dd></dl></li></ul><ul class="topiclist forums"><li><dl><dt></dt><dd class="portal-side-wrapper"><div class="portal-side">' -->
<!-- DEFINE $LR_BLOCK_F_L = '</div></dd></dl></li></ul>' -->
<!-- DEFINE $LR_BLOCK_F_R = '</div></div><br class="portal-clear" />' -->
<!-- Config for the center blocks //-->
<!-- DEFINE $C_BLOCK_H_L = '<div class="forabg"><div class="inner"><ul class="topiclist"><li class="header"><dl class="icon"><dt>' -->
<!-- DEFINE $C_BLOCK_H_R = '</dt><dd></dd></dl></li></ul>' -->
<!-- DEFINE $C_BLOCK_F_L = ' ' -->
<!-- DEFINE $C_BLOCK_F_R = '</div></div><br class="portal-clear" />' -->
<!-- Config for compact blocks //-->
<!-- DEFINE $CC_BLOCK_H_L = '<div class="forabg"><div class="inner"><ul class="topiclist"><li class="header"><dl class="icon">' -->
<!-- DEFINE $CC_BLOCK_H_R = '</dl></li></ul>' -->
Ersetzen mit:
Code: Alles auswählen
<!-- Config for the left and right blocks //-->
<!-- DEFINE $LR_BLOCK_H_L = '<div class="inner"><ul class="topiclist"><li class="header portal-header"><dl><dt style="padding: 0px 0px 2px; white-space: nowrap; margin-bottom: 0px; margin-top: 0px;">' -->
<!-- DEFINE $LR_BLOCK_H_R = '</dt><dd></dd></dl></li></ul><ul class="topiclist forums"><li><dl><dt></dt><dd class="portal-side-wrapper"><div class="portal-side">' -->
<!-- DEFINE $LR_BLOCK_F_L = '</div></dd></dl></li></ul>' -->
<!-- DEFINE $LR_BLOCK_F_R = '</div><br class="portal-clear" />' -->
<!-- Config for the center blocks //-->
<!-- DEFINE $C_BLOCK_H_L = '<div class="inner"><ul class="topiclist"><li class="header portal-header"><dl class="icon"><dt>' -->
<!-- DEFINE $C_BLOCK_H_R = '</dt><dd></dd></dl></li></ul>' -->
<!-- DEFINE $C_BLOCK_F_L = ' ' -->
<!-- DEFINE $C_BLOCK_F_R = '</div><br class="portal-clear" />' -->
<!-- Config for compact blocks //-->
<!-- DEFINE $CC_BLOCK_H_L = '<div class="inner"><ul class="topiclist"><li class="header portal-header"><dl class="icon">' -->
<!-- DEFINE $CC_BLOCK_H_R = '</dl></li></ul>' -->
Öffne:
root/ext/board3/portal/styles/prosilver/theme/portal.css
Finde:
Danach einfügen:
Code: Alles auswählen
li.portal-header dt, li.portal-header dd {
color: #000000;
}
Wenn du eine andere Farbe der Modulnamen haben möchtest, dann ändere dies in der
portal.css
bei
li.portal-header dt, li.portal-header dd
Leere den Cache im "Administrations-Bereich" (ACP) > "Allgemein" > "Den Cache leeren"
Leere deinen Browser Cache STRG+F5
Re: Kleine Änderung am Design des Board 3 möglich?
Verfasst: 04.08.2015 18:18
von 353-heinz
Also, es soll nur die Blöcke rechts und links betreffen, die jeweilige Kopfzeile könnte sogar bleiben, muss aber nicht. Wie gesagt, ich will den Zustand in etwa wie hier erreichen:
http://www.ddr-luftfahrt.de/forum/portal.php
Re: Kleine Änderung am Design des Board 3 möglich?
Verfasst: 04.08.2015 19:22
von Kirk
Die Kopfzeile und der Rahmen haben ein und die selbe css Anweisung.
Für die seitlichen Blöcke:
Öffne:
root/ext/board3/portal/styles/prosilver/template/portal/_block_config.html
Finde:
Code: Alles auswählen
<!-- Config for the left and right blocks //-->
<!-- DEFINE $LR_BLOCK_H_L = '<div class="forabg"><div class="inner"><ul class="topiclist"><li class="header"><dl><dt style="padding: 0px 0px 2px; white-space: nowrap; margin-bottom: 0px; margin-top: 0px;">' -->
<!-- DEFINE $LR_BLOCK_H_R = '</dt><dd></dd></dl></li></ul><ul class="topiclist forums"><li><dl><dt></dt><dd class="portal-side-wrapper"><div class="portal-side">' -->
<!-- DEFINE $LR_BLOCK_F_L = '</div></dd></dl></li></ul>' -->
<!-- DEFINE $LR_BLOCK_F_R = '</div></div><br class="portal-clear" />' -->
Ersetzen mit:
Code: Alles auswählen
<!-- Config for the left and right blocks //-->
<!-- DEFINE $LR_BLOCK_H_L = '<div class="inner"><ul class="topiclist"><li class="header portal-header"><dl><dt style="padding: 0px 0px 2px; white-space: nowrap; margin-bottom: 0px; margin-top: 0px;">' -->
<!-- DEFINE $LR_BLOCK_H_R = '</dt><dd></dd></dl></li></ul><ul class="topiclist forums"><li><dl><dt></dt><dd class="portal-side-wrapper"><div class="portal-side">' -->
<!-- DEFINE $LR_BLOCK_F_L = '</div></dd></dl></li></ul>' -->
<!-- DEFINE $LR_BLOCK_F_R = '</div><br class="portal-clear" />' -->
Öffne:
root/ext/board3/portal/styles/prosilver/theme/portal.css
Finde:
Danach einfügen:
Code: Alles auswählen
li.portal-header dt, li.portal-header dd {
color: #000000;
}
Wenn du eine andere Farbe der Modulnamen haben möchtest, dann ändere dies in der
portal.css
bei
li.portal-header dt, li.portal-header dd
du könntest auch eine Hintergrundfarbe (falls gewünscht) in dieser css Datei eintragen.
Leere den Cache im "Administrations-Bereich" (ACP) > "Allgemein" > "Den Cache leeren"
Leere deinen Browser Cache STRG+F5