Tags:
create new tag
, view all tags

Question

I want to color the bullets and sub-bullets in my lists. I'm using Twiki bullets.

I saw that bullet was a variable. Am I able to change the color of the Twiki bullets somewhere?

If not, how would I go about setting up my Twiki to use the colors I want (rather than the black bullets). I tried encoding HTML around the bullet but of course it just made a colored asterisk. I don't really want to do that anyway, because I want bullet colors to be set up according to my designation, all across our webs.

Thanks. I'm sure I'll be back to ask more questions.

Environment

TWiki version: TWikiRelease04Sep2004
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS:  
Web server:  
Perl version:  
Client OS:  
Web Browser:  
Categories: Platform

-- LisaAkari - 11 Jan 2006

Answer

ALERT! If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.

Did you try some CSS wizardry?

<style>
.twikiTopic ul,
.twikiTopic ol {
   margin-top:0;
   list-style-image:url(%ATTACHURLPATH%/list_style_image.gif)
}
</style>

  • Test
  • Test
Not elegant, but works.

-- FranzJosefSilli - 11 Jan 2006

Well I've tried some other wizardry, but not your wizardry. wink Thanks - I will try it.

-- LisaAkari - 16 Jan 2006

 
Topic revision: r5 - 2007-09-06 - VickiBrown
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.