D,
I'm wondering, is there a CSS template that can be used here? I know that we can download the zip files for themes, but is there anything more streamline like
The Other Site Who Shall Not Be Named uses? I'm having difficulty figuring out which html section corresponds with which part of the Beehive Forums. There seems to be a lot of additional coding that I'm not sure of. I downloaded "Adrift" as an example, but I'm not certain the ones I marked are even correct.
EX:
CSS
/~* TITLE BAR/BANNER *~/
.top a:hover {
background-color: transparent;
}
.top_banner {
background-color: #D9E5D1;
background-image: url(
http://designsbymtnrose.coffeecup.com/InspiredByMtnRose/LoseYourself3.jpg);
background-attachment: fixed;
background-repeat: repeat;
background-position: center;
font-family: times, verdana, arial, helvetica, sans-serif;
font-weight: bold;
color: #010101;
margin: 0px;
padding: 0px;
}
/~* START PAGE & MESSAGE PAGE RIGHT *~/
html, body {
background-color: #D9E5D1;
background-image: url(
http://designsbymtnrose.coffeecup.com/InspiredByMtnRose/LoseYourself1.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
background-size: 2000px 1680px;
font-family: times, verdana, arial, helvetica, sans-serif;
font-weight: bold;
color: #010101;
scrollbar-3d-light-color: #0059B3;
scrollbar-arrow-color: #0059B3;
scrollbar-track-color: #A6BED7;
scrollbar-base-color: #A6BED7;
scrollbar-dark-shadow-color: #0059B3;
scrollbar-face-color: #A6BED7;
scrollbar-highlight-color: #0059B3;
scrollbar-shadow-color: #0059B3;
margin: 0px;
padding: 0px;
}
body.forums,
body.links {
background-color: #D9E5D1;
background-image: url(
http://designsbymtnrose.coffeecup.com/InspiredByMtnRose/LoseYourself1.jpg);
background-attachment: fixed;
background-repeat: repeat;
background-position: center;
background-size: 2000px 1680px;
font-family: times, verdana, arial, helvetica, sans-serif;
font-weight: bold;
color: #010101;
height: 1000px;
margin: 0px;
padding: 0px;
}
You can see what I mean more fully, I think, with the following CSS. Granted, it's the same template I've used for nearly a decade, I just adjust it to meet new coding needs and/or change what I want changed. Do you see how each section begins with some sort of header to let me know which section I'm working on? Is that not something that would work here in Beehive?
http://forums.delphiforums.com/mtnrose/messages/?msg=119.1
I've also noticed for each theme, there are several sections of HTML. Do these all the ones not marked as *REQUIRED need to be done for each theme created?
- DESC {*REQUIRED Theme Name}
- Admin {HTML}
- Images {HTML}
- CSS/Stylesheet {*REQUIRED HTML}
- Mobile {HTML}
- Beehive Style Template {The template you posted in the design forum to show what the theme looks like before it's installed, I assume?}