Style and Buttons

6 views
Skip to first unread message

Alex Hough

unread,
Feb 22, 2008, 11:06:55 AM2/22/08
to Tiddl...@googlegroups.com
Hi,

I have a problem, one which i know i should be able ot sort for myself.  But the solution is passing me by.

I am trying to remove the border from a button in a specific tiddler. 
The button is
<<newTiddler label:'New Value' title:'New Value' tag: value>>

I would like  to remove the border from it.

I have tried

.button {border:none;}

 but is  not doing anything.


Alex
I've spend ages and i cant figure it out....

FND

unread,
Feb 22, 2008, 11:47:59 AM2/22/08
to Tiddl...@googlegroups.com
> .button {border:none;}
> [...] is not doing anything

That's probably a CSS specificity issue.

> I am trying to remove the border from a button in a specific tiddler.

Assuming said tiddler is called [[Foo Bar]], try this:
#tiddlerFoo\20 Bar a.button {
border: none;
}

More info on the community wiki:
http://www.tiddlywiki.org/wiki/Tiddler-Specific_Styles


-- F.

Alex Hough

unread,
Feb 23, 2008, 5:43:24 AM2/23/08
to Tiddl...@googlegroups.com
Thanks FND. 

I like the quality assurance badge on http://www.tiddlywiki.org/wiki/Tiddler-Specific_Styles by the way.... very cool.

Alex

FND

unread,
Feb 23, 2008, 5:51:55 AM2/23/08
to Tiddl...@googlegroups.com
> I like the quality assurance badge

If only we had more articles meeting those standards - but that would
require more active participation by the community... (Even tiny,
60-second contributions would help!)


-- F.

Alex Hough

unread,
Feb 23, 2008, 5:57:07 AM2/23/08
to Tiddl...@googlegroups.com
FND, I'll start to put some things up if you think it would help.  I am  someone who asks a lot of questions, maybe I could document my questions.....

Alex

FND

unread,
Feb 23, 2008, 7:21:31 AM2/23/08
to Tiddl...@googlegroups.com
> FND, I'll start to put some things up if you think it would help. I am
> someone who asks a lot of questions, maybe I could document my
> questions.....

That'd be great!
There's a list of missing articles on the community portal:
http://www.tiddlywiki.org/wiki/Meta:Community_Portal#Missing_Articles
(It's incomplete/outdated though, so the mind-map image next to it might
be a better start.)

You could also go over existing articles and improve them where
necessary. Or do whatever you think is necessary - it's a wiki after all.


-- F.

Reply all
Reply to author
Forward
0 new messages