Page 1 of 1
Tag Plugin, minimal sizes
Posted: Sat Feb 24, 2007 5:57 pm
by oliverg
Hi,
I can't find a switch or place in the css (square) to modify the minimal size of a tag.
see what I mean:
http://blog.oliver-gassner.de/plugin/tag/about
Help?
Thanks!
OG
Re: Tag Plugin, minimal sizes
Posted: Mon Feb 26, 2007 8:42 am
by garvinhicking
Hi!
If you look at the HTML source, it uses a relative font-size: 153% etc. for tags, so you could try to set the font-size of the CSS class .container_serendipity_plugin_freetag.
You can also assign CSS classes like .tag_weight_100 for the default font-size, .tag_weight_153 for a classw ith 153% font-size etc.
HTH,
Garvin
Posted: Mon Feb 26, 2007 9:34 am
by oliverg
Changing the css does little as the %-values are in the soource (tsts

)
The container-css is only assigned to the container in the sidebar, but not to the microscopic tags above the article.
I tried setting
.freetag_cloud
and
the container value you suggested (font-size: 400%;), but for some reason I did not see any significant change.
I am not a css guru, though

Posted: Mon Feb 26, 2007 9:42 am
by garvinhicking
Hi!
oliverg wrote:Changing the css does little as the %-values are in the soource (tsts

)
Why? Percentages should be relative to the base.
What CSS did you try?
The container-css is only assigned to the container in the sidebar, but not to the microscopic tags above the article.
Argh! If you are not speking of the sidebar, you should state that.
If I add this at the top of your CSS:
Code: Select all
.freetag_cloud {
font-size: 45px;
}
I do see a change. However I don't understand why the font is so little in first place. What's the name of your theme? The CSS looks bad, there are virtually no linebreaks there, something seems to break the CSS.
Because if I add the code from above to the END of the CSS, nothing is applied. So I think there's some kind of parse error in your CSS that makes the browser go whacky.
HTH,
Garvin
Posted: Mon Feb 26, 2007 9:56 am
by oliverg
This works. I had to redice the size of 'verwandte Tags' though. (and it looks kinda ugly, need to figure out to make it look like the other 'grey' headlines.
The template is 'square'. Slightly modified (larger fonts)