this question is best suited for the development list <span class="gI"><span class="ik"><img class="de QrVm3d" id="upi" name="upi" src="images/cleardot.gif" width="16" height="16"></span><a href="mailto:development@drupal.org">development@drupal.org</a>. You might try resending it to that list and see what response you can get.</span><br clear="all">

<br>-----<br>Adam A. Gregory<br>Blog: AdamAGregory.com<br>Twitter: <a href="http://twitter.com/adamgregory">twitter.com/adamgregory</a><br>Skype: aagregory2<br>Cell: 706.761.7375<br>
<br><br><div class="gmail_quote">On Thu, Nov 19, 2009 at 1:18 PM, Holly Ferree <span dir="ltr">&lt;<a href="mailto:hferree@gmail.com">hferree@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">





<div>
<font face="Verdana, Helvetica, Arial"><span style="font-size: 12px;">Hello all,<br>
<br>
I sent this to the themes group and didn&#39;t get any repsonses, so I&#39;m sending it here hoping that someone might know the answer since it is more of a coding question. :) <br>
<br>
Does anyone know where I can find a list of the id&#39;s and classes used in preview.css to display the preview.png as an exact small replica? I need to find the classes for the top header and the bottom header.<br>
<br>
I have not found any documentation specifying the id&#39;s and classes that can be used when styling areas in the preview.png, and am out of possible names they could be. I&#39;ve even looked at other themes that use the color module and have not had success. I&#39;ve read the color.module and it&#39;s css file and no luck. The book page on drupal is helpful for creating the color.inc and the base.png but misses the preview.png information. If a solution does exist I plan on adding a comment to the page with the solution. My theme colorizes perfectly so the what I thought as the hard part works.<br>


<br>
Background:<br>
I decided to learn more and create my own theme that integrates the color.module. I have everything working and the colors switch to mercury, ash, etc. without any trouble. :o) (very happy that it works) <br>
<br>
But I am having difficulty with the preview.png showing correctly. It wants to combine the top header color and the bottom header color in a gradient, that is not used in my theme. And I figure that since the colors display  properly when a different theme color set is chosen, it would be nice for the preview.png to show the user an exact preview before they select their new color set. <br>


<br>
My theme uses the top header (with brown) and the bottom header (with blue). There is no gradient used, so I want it to reflect that in the preview.png.<br>
<br>
Issue:<br>
Need the know the css tag for displaying the top header and the bottom header colors.<br>
<br>
I have it semi working for the top 16px -- it shows the base color if I use the css pasted below (but I want the top header color, since that is the actual color it will be).<br>
<br>
The bottom header area that is 48px high wants to display the gradient (top header and bottom header...all I want is the bottom header color). Does anyone know the correct css to insert so that it doesn&#39;t use the gradient but uses the bottom header color?<br>


<br>
Thanks in advance,<br>
Holly Ferree<br>
<br>
----------------------<br>
Preview.css: <br>
(the top:17px allows the top header color to display perfectly :D. However the height: 48px displays the gradient which I would like it to display the bottom header color but I don&#39;t know the correct css tag. I&#39;ve tried changing #gradient to #bottom, #header, #headerbottom, and #header-bottom, but no luck for either)<br>


<br>
#preview #gradient { <font color="#0000ff">&lt;-- what should I put here? #preview #_______?<br>
</font>  position: absolute;<br>
  left: 0;<br>
  right: 0;<br>
  top: 17px; <font color="#0000ff">&lt;-- this space gives the top header the base color <br>
</font>  height: 48px; <font color="#0000ff">&lt;-- since the name is #gradient, this puts a gradient below the top header<br>
</font>  z-index: 2;<br>
}<br>
<br>
*******************************<br>
Color.inc:<br>
<br>
fill&#39; =&gt; array(<br>
    &#39;base&#39; =&gt; array(0, 74, 900, 426),<br>
    &#39;top&#39; =&gt; array(0, 0, 900, 17),<br>
    &#39;bottom&#39; =&gt; array(0, 17, 900, 48),<br>
  ),<br>
<br>
Example of the preview.png layout using Belgian Chocolate theme:<br>
------------------------------------------<br>
Top header, dark brown, #6c420e, height: 17px<br>
------------------------------------------<br>
Bottom Header, red, #971702, height: 48px;<br>
<br>
------------------------------------------<br>
THIS AREA IS DISPLAYING PERFECTLY<br>
<br>
Content Area<br>
<br>
base color, tan #d5b048<br>
height: auto;<br>
<br>
Link color: dark brown #6c420e<br>
Text color: dark red, #494949<br>
------------------------------------------<br>
</span></font>
</div>


<br>_______________________________________________<br>
consulting mailing list<br>
<a href="mailto:consulting@drupal.org">consulting@drupal.org</a><br>
<a href="http://lists.drupal.org/mailman/listinfo/consulting" target="_blank">http://lists.drupal.org/mailman/listinfo/consulting</a><br>
<br></blockquote></div><br>