Code: Select all
.headerbar, .forumbg {
background-color: #4C5D77;
background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #4C5D77 2px, #4C5D77 92px, #4C5D77100%);
background-image: linear-gradient(to bottom, #6ACEFF 0%,#4C5D77 2px,#4C5D77 92px,#4C5D77 100%);
background-repeat: repeat-x;
}
Code: Select all
.headerbar {
background-color: transparent;
background-image: none;
filter: none;
background-repeat: repeat-x;
border: 1px solid #536482;
}
.forumbg {
background-color: #4C5D77;
background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #4C5D77 2px, #4C5D77 92px, #4C5D77 100%);
background-image: linear-gradient(to bottom, #6ACEFF 0%,#4C5D77 2px,#4C5D77 92px,#4C5D77 100%);
background-repeat: repeat-x;
}
Code: Select all
.headerbar {
background-color: #CADCEB;
background-image: none;
filter: none;
background-repeat: repeat-x;
border: 1px solid #536482;
}
.headerbar, .forumbg { }
block is replaced by the new separate .headerbar { }
and .forumbg { }
blocks that were recommended.However, we are already 3.2.7. That means you do not have a current phpBB version?[...]
# General Information about this style
name = prosilver
copyright = © phpBB Limited, 2007
style_version = 3.2.2
phpbb_version = 3.2.2
[...]
Code: Select all
.headerbar {
background-color: #CADCEB;
background-image: none;
filter: none;
background-repeat: repeat-x;
border: 0px solid #536482;
}
.forumbg {
background-color: #4C5D77;
background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #4C5D77 2px, #4C5D77 92px, #4C5D77 100%);
background-image: linear-gradient(to bottom, #6ACEFF 0%,#4C5D77 2px,#4C5D77 92px,#4C5D77 100%);
background-repeat: repeat-x;
}
Code: Select all
.forabg {
background-color: #4C5D77;
background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #4C5D77 2px, #4C5D77 92px, #4C5D77 100%);
background-image: linear-gradient(to bottom, #6ACEFF 0%,#4C5D77 2px,#4C5D77 92px,#4C5D77 100%);
background-repeat: repeat-x;
}
Code: Select all
.forumbg .header a, .forabg .header a, th a {
color: #FAFAFA;
}
What changes were made in order to create the display shown in your screen shot? Because there is way more than just "rounded corners" different in the screen shot you posted, as compared to the screen shot I posted using the sections just literally cut-n-pasted from Talk19Zehn's posts. Or even with the changes you posted here.TheButcher2 wrote: Mon Sep 09, 2019 10:52 am All good on the colours bt just noticed one thing, hope you good people an shed some light on this.
The rounded corners on the middle block where the forums are disappeared, any ideas what to do,