[pmwiki-users] Page text link definitions

Hans design at flutesong.fsnet.co.uk
Sun Jun 19 03:40:37 CDT 2005


Sunday, June 19, 2005, 6:32:48 AM, Clytie wrote:
> Dawn, can I set styles for my language directory (PmWikiVi) only? You
> see, underlined links are bad for us: one of our accents is a dot  
> under the vowel, and underlining obscures that, so you have to guess
> what the word means. :(

>   I always change the link appearance to a distinctive colour for  
> unvisited, visited, etc. with css on webpages. What can I do here?

If you are a wiki administrator you can define group specific styles
by creating a css file in pub/css/Group.css i.e. PmWikiVi.css,
and put in there any style changes you need.
For not underlining links in the page text you can try:
  #wikitext a {text-decoration:none}

or you can add this to a Group.php file in local/ directory:
  $HTMLStylesFmt[]=" #wikitext a {text-decoration:none} "

Perhaps you can ask Patrick if he is willing to disable link
underlining for the PmWikiVi group on pmwiki.org.


Best, 
~Hans                           




More information about the pmwiki-users mailing list