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 someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is 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

Edit | Attach | Watch | Print version | History: r5 < r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r5 - 2007-09-06 - VickiBrown
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.