[pmwiki-users] CSS link text properties

potax flan potaxpotax at gmail.com
Fri Sep 29 19:10:44 CDT 2006


i'm trying to understand how to edit my copy of the standard skin to
customize my wiki.
so far so good, but i'm stuck with the links. while i managed to do it
on the sidebar, i can't seem to change the color of the link text and
the color of visited links in the main area.

the css code for this area reads as follows so far:

#wikibody {
  padding:0px 10px 10px 10px; background-color:white;
  font-size:14pt;
}
#wikicmds {
  float:right; white-space:nowrap;
  font-family:Georgia; font-size:80%;
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:none; color:gray; }
.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { line-height:1em; margin:0px; font-size:1.6em; font-weight:normal; }
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext { margin-top:12px; line-height:1.33em; }
#wikitext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */




More information about the pmwiki-users mailing list