Duplicating the Box QuickTag? Posted by Zero 08 Jun 2007 20:15 GMT-0000 posts: 101 I'm just wondering how I can duplicating the ^text^ Tiki tag so that I can tweak it a little bit? All i really want to do is change the colour of the outlining, so I guess I just need to find the CSS file for my Theme template?
Posted by Zero 08 Jun 2007 20:48 GMT-0000 posts: 101 Ok, so the theme template is 3DBlue.css, and I've found the DIV Box class and it's various components. Unfortunately, I don't understand what I need to do in order to create a new class from it and then create a QuickTag of its own. Advice? Instructions??
Posted by Gary Cunningham-Lee 13 Jun 2007 01:01 GMT-0000 posts: 4668 Actually the box made by a Quicktag is a div class="simplebox", so if you find that and modify it in 3DBlue.css, you'll get the effect you want. (Of course, all instances of div.simplebox will be changed, not just the ones made in wiki text. div.simplebox is also used on admin pages and others.) -- Gary