[pmwiki-users] css model for pmwiki?
Patrick R. Michaud
pmichaud at pobox.com
Fri Jun 2 17:33:53 CDT 2006
On Fri, Jun 02, 2006 at 12:24:10PM +0200, noskule wrote:
> hi list
> is there a css model for pmwiki avalible. So that somone could get an
> overview over the use css styles? Somthing like:
>
> * Link
> ** .selflink
> ** .urllink
> ** .wikilink
> ** .categorylink
> ** .createlinktext
> ** .createlink
> ** .attachlink
A list doesn't exist yet. As far as what PmWiki itself uses,
here's a starting list:
.wikimessage -- block and edit messages
.selflink -- page link to the current page
.wikilink -- page link to an existing page
.createlink -- page link to a non-existing page (the '?' part)
.createlinktext -- page link to a non-existing page (the link text)
.urllink -- link to an external url
.categorylink -- link to a category page
.wikiword -- wikiword styling
.indent -- style for -> indent markup
.outdent -- style for -< outdent markup
.vspace -- style for blank lines in markup
.inputbox -- generic input boxes
.inputbutton -- generic input buttons
.searchbox -- search text box
.searchbutton -- search button
.wikiaction -- subtitle at top of ?action=edit|diff|attr|etc.
.escaped -- distinguishes [@...@] markup
.question -- style for Q: markup
.markup -- style for (:markup:) text
.wikitrail -- styling for wikitrail markups (trails.php)
.diffbox -- class for a page revision in history
.difftime -- page history date/time line
.diffauthor -- page history author text
.difftype -- "Added", "Deleted", "Changed" text
.diffdel -- display of deleted lines
.diffadd -- display of added lines
.diffrestore -- display of "Restore" link
.diffmarkup -- page history "as markup"
.editconflict -- message when simuledit conflict occurs (simuledit.php)
.apprlink -- styling for "approve sites" link (urlapprove.php)
.varlink -- link to a documented variable (vardoc.php)
We probably need a separate list for the pmwiki skin itself.
I'll save that for another message.
Pm
More information about the pmwiki-users
mailing list