[Pmwiki-users] Help: Custom CSS <h1>...</h1>

Patrick R. Michaud pmichaud
Tue Feb 17 23:48:03 CST 2004


On Wed, Feb 18, 2004 at 11:59:11AM -0800, Steven Leite wrote:
> 
>    How  would  I  perform some simple operation like changing the size of
>    how  <h1>  ... </h2> appears globally in my Wiki?  I figure the change
>    will  go in config.php (previously local.php), but how would I specify
>    it?  Some examples would be great.

It would go in pub/css/local.css, and you would do something like:

   h1 { font-size:x-large; }
   h2 { font-size:large; }
   h3 { font-size:medium; }

You can also specify sizes in pixels (e.g., "14px") or points ("10pt")
or any number of other ways.  See

  http://www.blooberry.com/indexdot/css/properties/font/fontsize.htm

for more details.

Pm



More information about the pmwiki-users mailing list