CSS and Plugins

Creating and modifying plugins.
Post Reply
bin

CSS and Plugins

Post by bin »

I have just install the plugin "link list" but when I view the page by firefox,only the words of the plugin display smaller than others,Is there anything I have to edit in the Style.css?
How is the page with the problem:

http://www.sci.org.cn/bin/

best regards,
bin
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: CSS and Plugins

Post by garvinhicking »

Hm, when I use firefox to browser your site, the links in the sidebar are just as large as all other links?

Can you make a screenshot and explain what you mean?

All can be done with editing style.css, yes!

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
shen4182
Posts: 4
Joined: Wed Nov 09, 2005 9:46 am

Re: CSS and Plugins

Post by shen4182 »

garvinhicking wrote:Hm, when I use firefox to browser your site, the links in the sidebar are just as large as all other links?

Can you make a screenshot and explain what you mean?

All can be done with editing style.css, yes!

Regards,
Garvin
Here is a picture.I have circled the words those are smaller than others.
Image
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: CSS and Plugins

Post by garvinhicking »

Ah, thanks you. I think I didn't recognize a difference in font size.

You should be able to change the font size with this entry in your style.css:

Code: Select all

.dtree a {
   font-size: 12px;
}
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
shen4182
Posts: 4
Joined: Wed Nov 09, 2005 9:46 am

Re: CSS and Plugins

Post by shen4182 »

garvinhicking wrote:Ah, thanks you. I think I didn't recognize a difference in font size.

You should be able to change the font size with this entry in your style.css:

Code: Select all

.dtree a {
   font-size: 12px;
}
Regards,
Garvin
It's OK now.
Thank you very much.

Regards,
bin
Post Reply