[pmwiki-users] PmWiki Noob - Custom CSS

Brian Middleton mrbryo at gmail.com
Fri Mar 15 01:12:26 CDT 2013


Hey Folks,

I'm starting to play with a local copy of the wiki to make sure I have it
setup the way I want before I actually put it on the internet.  I'm trying
to add some custom CSS for a DIV.  I've ready through the following
articles:

http://www.pmwiki.org/wiki/PmWiki/MarkupMasterIndex
http://www.pmwiki.org/wiki/PmWiki/CustomWikiStyles
http://www.pmwiki.org/wiki/PmWiki/WikiStyleExamples

So either I'm not understanding or I'm not going to the correct place
online.

I've added this to my local/config.php:

$WikiStyle['looknfeel'] = array(
'margin' => '10px 5px 5px 25px',
'border-collapse' => 'collapse',
'border' => '0'
);

Now how to I actually apply it to the DIV?

I have this now on the page:

!Vent Status
(:div class="looknfeel":)
!!Privacy Policy
(:div class="looknfeel":)
Junk
(:divend:)
(:divend:)

What am I doing wrong, not understanding or mis reading, etc...

Or what is the best practice for adding CSS?

Thanks,

Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20130314/ec6a1af0/attachment.html>


More information about the pmwiki-users mailing list