@Stoker
Random header that are set to show at certain times during the day, background images randomly change on load/refresh. (the more images the better tbh)
These instructions are for prosilver only.
upload this folder "headers" to prosilver/theme/images/*** Now open colors.css
find:
Code: Select all
.headerbar {
color: #FFFFFF;
}
.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: Select all
.headerbar {
color: #FFFFFF;
background-image: url("./images/headers/rotate.php");
}
.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;
}
MORNING = 7 am >
MIDDAY = 12pm >
AFTERNOON = 17pm <
EVENING = 21pm >
NIGHT = 12am > 7pm
header images in time folders are the same you need to make your own
