Wiki links color Posted by Arnaud HERVE 04 Nov 2004 23:08 GMT-0000 posts: 179 Is it possible to chose the color of wiki links? To make them different from http links...
Posted by sylvie 05 Nov 2004 12:25 GMT-0000 posts: 1092 In 1.9 (I didn't remember if it is in 1.8) the external link has a class external - so you can edit your css to change the color of the class. In 1.9 too, you have in admin -> wiki, use an icon for external link (the actual tw.org conf)
Posted by Arnaud HERVE 05 Nov 2004 23:07 GMT-0000 posts: 179 Merci Sylvie. Vivement la 1.9 en prod. What? No, I didn't speak French...
Posted by sylvie 06 Nov 2004 00:43 GMT-0000 posts: 1092 Il ya trop de francophones dans tiki.. Mais comme il ne se passe rien sur fr.tikiwiki ;-)
Posted by Prashant Iyengar 06 Nov 2004 01:28 GMT-0000 posts: 18 You have to edit the stylesheet file for the theme that you're using. Eg., I use the theme moreneat. So I'd have to edit the file /styles/moreneat.css In moreneat.css, I look for the lines /* Links to wiki pages */ .wiki { color:#335966; text-decoration:underline;} .wiki:hover {color: #436976;text-decoration:underline;} Just replace "#335966" with the code for the colour you want wikii links to render in. Another useful thing you could do while you're at it is add a line that will justify all your wiki text. You do this by including the following line in the "div.wikitext" section text-align:justify; Hope this helps. Prashant
Posted by Arnaud HERVE 06 Nov 2004 06:51 GMT-0000 posts: 179 Thank you Prashant. It does help. I am trying a few tricks like that on a local css, and if it looks good I'll put that online.