<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
<font size="+1"><font face="Times New Roman">My copy of pmwiki
(pmwiki-2.1.27) does not have a file in that directory (pub/css) called
local.css. There is, in fact, nothing in the pub/css direcory. What
should I do?<br>
<br>
</font></font><br>
Patrick R. Michaud wrote:
<blockquote cite="mid:20070531132408.GH32095@host.pmichaud.com"
type="cite">
<pre wrap="">On Wed, May 30, 2007 at 11:46:37PM -0400, Night Spinner wrote:
</pre>
<blockquote type="cite">
<pre wrap=""> Hello all,
I just joined this list (and just started using wikis in general), and I
ran into a problem. Using PmWiki's Transparent Skin, I changed the
background image, but now my body text vanishes into it (I'm using a
starfield background, and I can't find how to change the body text
color). Help?
</pre>
</blockquote>
<pre wrap=""><!---->
You probably need to use CSS to set the text color for the main page.
In pub/css/local.css, you can set:
body { color:orange; }
You may also need to set the text color for other elements of the page,
depending on the skin's requirements.
Pm
</pre>
</blockquote>
</body>
</html>