From: Marjorie R. <mro...@ma...> - 2002-12-11 16:03:15
|
That 'almost' worked a charm. Definitely helps a lot. But the "wiki home | about wiki | search" at the top of the page (rawfoodwiki.org) is also affected by that, and it looks a little odd. I guess I can make the search button smaller in body.tmpl to compensate. But isn't there _something_ that is making the text unnaturally large somewhere along the way, to begin with? I am familiar with css by the way. It's just these multiple stylesheets, combined with the templates and themes, combined with the fact that some Portland templates apparently still access the /default directory, combined with the gadzillions of php code files that has me not too certain of what has priority, what overrides what, etc. I am VERY appreciative of the help of this group. Thanks! Appreciatively, Margie ---------- Original Message ---------------------------------- From: "Ted Vinke" <te...@jo...> Date: Wed, 11 Dec 2002 10:39:26 +0100 >Hi, > >try > >body, table { >font-family: verdana, sans-serif; >font-size: 8pt; >text-decoration: none; >color : black; >} > >and see if it makes any difference. > >Regards, Ted > >-----Oorspronkelijk bericht----- >Van: php...@li... >[mailto:php...@li...]Namens Marjorie Roswell >Verzonden: woensdag 11 december 2002 5:06 >Aan: php...@li... >Onderwerp: [Phpwiki-talk] Another dumb "can't-track-it-down" question: >why huge fonts > > >I edited portland.css to have this style, copied from the <p> code at >http://www.alertnet.org/thenews/newsdesk/N10167436 > >body { >font-family: verdana, sans-serif; >font-size: 8pt; >text-decoration: none; >color : black; >} > > >But my fonts are still huge on my actual www.rawfoodwiki.org. > >What's making the font so big? I've looked in body.tmpl, and it just refers >to CONTENT. I've grepped a bunch of directories for CONTENT, but haven't >been successful in tracking down where the large size font is coming into >play. > >Any clues appreciated. > > >------------------------------------------------------- >This sf.net email is sponsored by: >With Great Power, Comes Great Responsibility >Learn to use your power at OSDN's High Performance Computing Channel >http://hpc.devchannel.org/ >_______________________________________________ >Phpwiki-talk mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > > > >------------------------------------------------------- >This sf.net email is sponsored by: >With Great Power, Comes Great Responsibility >Learn to use your power at OSDN's High Performance Computing Channel >http://hpc.devchannel.org/ >_______________________________________________ >Phpwiki-talk mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > |