PS<div>here is what I use for a similar site (<a href="http://caves.org.nz">http://caves.org.nz</a>)</div><div><br></div><div><div>.quickref, .quickref a {</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>color: black;</div>
<div>}</div><div>.quickref a:visited {</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>color: red;</div><div>}</div><div>.quickref a:link {</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>color: blue;</div>
<div>}</div><div><br></div><br><div class="gmail_quote">2008/11/17 Benjamin Massey <span dir="ltr">&lt;<a href="mailto:me@benmassey.ca">me@benmassey.ca</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">









<div lang="EN-US" link="blue" vlink="purple">

<div>

<p><span style="font-size:11.0pt;color:#1F497D">Thanks for the prompt reply, but I don&#39;t think I was being
clear. I&#39;m not worried about the colour for the overall site or the main
content area: I&#39;ve got those set the way I like and am quite happy with them.
I&#39;m referring to the background colour of a couple of very specific boxes that
can be called on the site: Mediawiki would call them &quot;templates&quot; but
I&#39;m not sure what the phrase is for FBWiki. Because I&#39;m an idiot, I did look
through the CSS file and even did a find for the background colours to see if
they were in there, but they&#39;re not.</span></p>

<p><span style="font-size:11.0pt;color:#1F497D">&nbsp;</span></p>

<p><span style="font-size:11.0pt;color:#1F497D">A screenshot will probably help me say what I mean.</span></p>

<p><span style="font-size:11.0pt;color:#1F497D">&nbsp;</span></p>

<p><span style="font-size:11.0pt;color:#1F497D"><a href="http://www.corpexpanse.com/cradle/images/nocontrast1.png" target="_blank">http://www.corpexpanse.com/cradle/images/nocontrast1.png</a></span></p>

<p><span style="font-size:11.0pt;color:#1F497D">&nbsp;</span></p>

<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">

<p><b><span style="font-size:10.0pt">From:</span></b><span style="font-size:10.0pt"> Simon
[mailto:<a href="mailto:nzskiwi@gmail.com" target="_blank">nzskiwi@gmail.com</a>] <br>
<b>Sent:</b> November 16, 2008 9:44 PM<br>
<b>To:</b> Benjamin Massey<br>
<b>Cc:</b> pmwiki-users<br>
<b>Subject:</b> Re: [pmwiki-users] Editing Background Colour of In-Wiki Fields</span></p>

</div><div><div></div><div class="Wj3C7c">

<p>&nbsp;</p>

<p>In the directory</p>

<div>

<p>\public_html\pmwiki\pub\skins\pmwiki\&nbsp;</p>

</div>

<div>

<p>you will find the file pmwiki.css</p>

</div>

<div>

<p>This file contains the basic look and feel for pmwiki.</p>

</div>

<div>

<p>If you have copied this to create your own skin (recommended
as otherwise upgrades can overwrite the default skin) then you need to look in
the same file in, say</p>

</div>

<div>

<div>

<p>\public_html\pmwiki\pub\skins\yourskinname\</p>

</div>

<div>

<p>&nbsp;</p>

</div>

<div>

<p>Simon</p>

</div>

<div>

<p>&nbsp;</p>

</div>

<div>

<p>See also</p>

</div>

<div>

<p><a href="http://pmwiki.com/wiki/PmWiki/Skins" target="_blank">http://pmwiki.com/wiki/PmWiki/Skins</a></p>

</div>

<div>

<p><a href="http://pmwiki.com/wiki/Cookbook/Skins" target="_blank">http://pmwiki.com/wiki/Cookbook/Skins</a></p>

</div>

<div>

<p><a href="http://pmwiki.com/wiki/Cookbook/SkinsGallery" target="_blank">http://pmwiki.com/wiki/Cookbook/SkinsGallery</a></p>

</div>

<div>

<p>&nbsp;</p>

</div>

<div>

<p>From pmwiki.css</p>

</div>

<div>

<p>&nbsp;</p>

</div>

<div>

<div>

<p>/* This sets the overall frame for the site */</p>

</div>

<div>

<p>body {</p>

</div>

</div>

<div>

<div>

<p>&nbsp;&nbsp;margin:0px; background-color:#f7f7f7;&nbsp;</p>

</div>

<div>

<p>&nbsp;&nbsp;font-family:Arial,Helvetica,sans-serif;
font-size:11pt;</p>

</div>

<div>

<p>}</p>

</div>

<div>

<div>

<p>/* These affect the main content area. */</p>

</div>

<div>

<p>#wikibody {&nbsp;</p>

</div>

<div>

<p>&nbsp;&nbsp;padding:0px 10px 10px 10px;
background-color:white;&nbsp;</p>

</div>

<div>

<p>&nbsp;&nbsp;font-size:11pt;&nbsp;</p>

</div>

<div>

<p>}</p>

</div>

<div>

<p>&nbsp;</p>

</div>

</div>

<div>

<p>&nbsp;</p>

</div>

</div>

<div>

<p>&nbsp;</p>

</div>

</div>

<div>

<p>&nbsp;</p>

</div>

<div>

<p style="margin-bottom:12.0pt">If you are using a skin the the
skin may well set the background colour in a different.</p>

<div>

<p>2008/11/17 Benjamin Massey &lt;<a href="mailto:me@benmassey.ca" target="_blank">me@benmassey.ca</a>&gt;</p>

<p>This is my first day using PmWiki, I have absolutely no idea
what<br>
terminology to use here and will thus sound like a moron. Please bear<br>
with me.<br>
<br>
I&#39;ve set up a wiki for my game&#39;s website and done up a semi-custom skin<br>
for it. It works great, except that it&#39;s a dark theme with white text on<br>
a black background. There are a few fields where the background has been<br>
set to a light colour and therefore the text doesn&#39;t show up at all.<br>
<br>
An example of what I mean can be found at<br>
<a href="http://www.pmwiki.org/wiki/PmWiki/BasicEditing" target="_blank">http://www.pmwiki.org/wiki/PmWiki/BasicEditing</a>
- that yellow box and<br>
that list of additional pages in the upper-right hand corner. The<br>
background colours are the same on my site but the font colour is white,<br>
making everything illegible. The same thing happens to the box<br>
containing the editing tips on the edit page: it&#39;s white text on a white<br>
background.<br>
<br>
I need to edit these background colours, but I can&#39;t find where. It<br>
doesn&#39;t seem to be in the skin I borrowed&#39;s CSS file, and I can&#39;t find<br>
any wiki page to edit. It&#39;s no doubt something heartstoppingly stupid<br>
that I&#39;m missing, but any help would be appreciated.<br>
<br>
_______________________________________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com" target="_blank">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a></p>

</div>

<p><br>
<br clear="all">
<br>
-- <br>
<br>
<a href="http://kiwiwiki.co.nz" target="_blank">http://kiwiwiki.co.nz</a></p>

</div>

</div></div></div>

</div>


<br>_______________________________________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><br><a href="http://kiwiwiki.co.nz">http://kiwiwiki.co.nz</a><br>
</div>