[3.3] Farbe um Site Logo soll weiß sein
Verfasst: 03.06.2024 18:12
Möchte gerne um mein Logo im Header die Farbe Blau in Weiß haben.Wo kann ich es ändern?
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
root/ styles/prosilver/theme/colours.css
Code: Alles auswählen
.headerbar, .forumbg {
background-color: #12A3EB;
background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #0076B1 2px, #12A3EB 92px, #12A3EB 100%);
background-image: linear-gradient(to bottom, #6ACEFF 0%,#0076B1 2px,#12A3EB 92px,#12A3EB 100%);
background-repeat: repeat-x;
}
Code: Alles auswählen
.forumbg {
background-color: #12A3EB;
background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #0076B1 2px, #12A3EB 92px, #12A3EB 100%);
background-image: linear-gradient(to bottom, #6ACEFF 0%,#0076B1 2px,#12A3EB 92px,#12A3EB 100%);
background-repeat: repeat-x;
}
.headerbar {
background-color: #FFFFFF;
background-repeat: repeat-x;
}
Code: Alles auswählen
{
background-color: rgb(255, 255, 255);
background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 2px, rgb(255, 255, 255) 92px, rgb(255, 255, 255) 100%);
background-repeat: repeat-x;
}
Code: Alles auswählen
.headerbar {
background-color: #FFFFFF;
background-image: none;
filter: none;
background-repeat: repeat-x;
}
Code: Alles auswählen
.forumbg {
background-color: #12A3EB;
background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #0076B1 2px, #12A3EB 92px, #12A3EB 100%);
background-image: linear-gradient(to bottom, #6ACEFF 0%,#0076B1 2px,#12A3EB 92px,#12A3EB 100%);
background-repeat: repeat-x;
}
Code: Alles auswählen
.headerbar {
background-color: #FFFFFF;
background-image: none;
filter: none;
background-repeat: repeat-x;
color: #333333;
}
Code: Alles auswählen
style="background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 2px, rgb(255, 255, 255) 92px, rgb(255, 255, 255) 100%); background-repeat: repeat-x;"
Code: Alles auswählen
<div class="headerbar" role="banner" [b]style="background-color: rgb(255, 255, 255); background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 2px, rgb(255, 255, 255) 92px, rgb(255, 255, 255) 100%); background-repeat: repeat-x;"[/b]>
overall_header.html
direkt ansieht, ist davon nichts zu finden. Aber im Entwicklertool sieht man es. Leere mal den Forencache.stylesheet.css
bei .headerbar