My style is Etech gray (subsilver2 like).
The problem with your solution is that my board use two colors for its background: one for the page (a repeat gray .gif) and a margin to put à white/gray background all around the forum body and not on all the page. And I want to keep both of them.
With my bad english, watch the screen catpures to show you the difference between board and portal:
Board with a grey background (1)and on this background, a second in white visible between the forums and the menus(2)
Portal with only grey background:
Portal appears to want to use that grey background and not the second in its stylesheet. But in board CSS, both are present:
Code: Select all
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #000;
background: #62646B url(images/body.gif);
font-size: 10px;
margin: 0;
padding: 0 5px;
}
#body-simple {
background: #F0F1F2;
padding: 5px;
}
I know how to custom blocks (I tried with "whosonline") in it but I don't find how to solve this backrgound difference...
