Op dinsdag 5 november 2013 15:31:24 UTC+1 schreef Tobias Beer:
>
> Hi Wim,
>
> It really depends on what exactly you want to style and thus the currently 
> applied style definitions. To figure that out, use your browsers inspection 
> tools by right clicking the target link and then something like "inspect 
> element" in Firefox or Chrome. Then find out what css selectors make up the 
> rules for this link.
>
> As a general rule, the css rule you define needs to be either applied 
> after the one you want to override or be more specific in order to overrule 
> it. In case of doubt add an !important to your rule, e.g....
>
> .someClass .tiddlyLink{
>     font-weight:bold !important;
> }
>
> In general, adding a wrapping css class as I suggested will make it more 
> specific. However, you may need to also include some outer wrapper still 
> which you will find out by having a look at the style panel in your 
> browsers "developer tools", e.g...
>
> .viewer .someClass .tiddlyLink{
> }
>
> or perhaps
>
> .someClass a.tiddlyLink {
> }
>
> The only reasonable way to find that out is by using the inspection tools.
>
> Tobias.
>


Hi Tobias,

after  using the FireFox inspection tool, I found that I had to change 
a.tiddlyLink in a:externalLink.
Now, everything works as I want.

THANKS!

Wim
 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to