Revision history for WikkaSkins


Revision [2105]

Last edited on 2009-09-03 02:41:51 by DarTar [note on themes]
Additions:
**Note:** this functionality has been obsoleted by the [[WikkaThemes | theme support]] introduced in [[WhatsNew12 | Wikka 1.2]].
>>==See also==
~-[[WikkaThemes | Using themes]]
~-[[DefaultLayout | The default page layout]]
Deletions:
""<div style="float:right; width: 46%; padding: 4px 8px 2px 8px; background-color:#FEE; border:1px solid #EDD"><img src="images/icons/24x24/gnome-settings.png" title="todo" alt="todo icon" /> This page needs to be updated to match <strong>Wikka 1.1.6.4</strong></div><br style="clear:right"/>""
**Wikka skins** are CSS compliant stylesheets controlling the //look and feel// of wikka pages.
They can either be used by replacing the default ##css/wikka.css## stylesheet, or by installing a [[http://wikkawiki.org/ | WikkaSkinSelector skin selector]].
>>A beta version of a **Wikka skin selector** can be tested [[http://wikkawiki.org/TestSkin | here]]
Cookies must be enabled for the skin selector to work
==Related pages==
~-Proposal of a new template: [[http://wikkawiki.org/WikkaSkinOptimization | WikkaSkinOptimization]]
~-Discussions on CSS issues/bugs: [[http://wikkawiki.org/ | WikkaCSS]]
~-[[http://wikkawiki.org/WikkaSkinSelector | WikkaSkinSelector]]
~-[[http://wikkawiki.org/WikkaSkinEditor | WikkaSkinEditor]]
~-More skins can be found on the [[http://wikkawiki.org/WikkaSkinsRepository | WikkaSkinsRepository]]
''Please check these classes and let me know if they are still used somewhere.
Otherwise, they should be removed from the default css stylesheet'' -- DarTar


Revision [1867]

Edited on 2009-01-31 02:04:48 by DarTar [Removed carriage return]

No Differences

Revision [1319]

Edited on 2008-11-01 23:23:06 by DarTar [Removed HomePage link]
Deletions:
HomePage


Revision [1061]

Edited on 2008-03-21 07:17:47 by DarTar [layout]
Additions:
>>A beta version of a **Wikka skin selector** can be tested [[http://wikkawiki.org/TestSkin | here]]
==Related pages==
>>
Deletions:
<<A beta version of a **Wikka skin selector** can be tested [[http://wikkawiki.org/TestSkin | here]]
<<::c::
<<**Related pages**
<<::c::
----


Revision [534]

Edited on 2008-01-30 07:25:51 by DotMG [Ticket #637 : Use table markup instead of table action on docs server]
Additions:
|[|
|=|CSS class||Type||Description||Syntax||
|#|
|=|img.centre, img.center, img.left, img.right||image action||Controls the position of images|| ||
|=|.indent||formatter||Controls indentation of lists||""~Text or 4 consecutive spaces""||
|=|.error||system||Determines the format of Wikka error messages|| ||
|=|.header||system||Controls the appearance of the page header, including the format of the main title and the menu bar|| ||
|=|.page||system||Controls the overall apearance of the page body|| ||
|=|.missingpage||system||Determines the format of links to missing pages|| ||
|=|.footer||system||Controls the appearance of the page footer, including the bottom menu links|| ||
|=|.commentsheader||system||Controls the look of comments header|| ||
|=|.comment||system||Controls the look of every single comment entry|| ||
|=|.commentinfo||system||Controls the look of the information displayed below each comment (user, date/time)|| ||
|=|.commentform||system||Controls the appearance of the form for submitting comments|| ||
|=|.code||formatter||Controls the overall appearance of code blocks. Code highlighting style is controlled by the specific code formatter||""%%Text%%""||
|=|.notes||formatter||Determines the format of notes||""''Text''""||
|=|.revisioninfo||system||Controls the overall look of the revision page|| ||
|=|H5||formatter||Determines the format of smallish headers||""==Text==""||
|=|H4||formatter||Determines the format of not-so-big headers||""===Text===""||
|=|H3||formatter||Determines the format of medium headers||""====Text====""||
|=|H2||formatter||Determines the format of rather-big headers||""=====Text=====""||
|=|H1||formatter||Determines the format of really-big headers||""======Text======""||
|=|a.ext||formatter||Determines the format of links to external pages||""[[http://www.pathto.go]]""||
|=|.exttail||system||Determines | the format of the optional external-link tail, specified in the configuration file|| ||
|=|.searchbox||system/textsearch action||Controls the look of search fields in the footer and in search actions|| ||
|=|.toolbar||system||Controls the look of the wikiedit GUI|| ||
|=|.clear||formatter||Forces clearing of floating boxes||""::c::""||
|=|.floatl||formatter||Controls the look and positioning of left-aligned floats||<<Text <<||
|=|.floatr||formatter||Controls the look and positioning of right-aligned floats||>>Text >>||
|=|.previewhead||system||Controls the look of the preview screen header|| ||
|=|.strikethrough||formatter||Determines the format of strike-through text||""++Text++""||
|=|.additions||system||Controls the look of additions in the revision page|| ||
|=|.deletions||system||Controls the look of deletions in the revision page|| ||
|=|.underline||formatter||Determines the format of underlined text||""__Text__""||
|=|.recentchanges||recentchanges action||Controls the overall look of the recent change page|| ||
|=|.center, .centre||formatter||Controls the positioning of centered elements||""@@Text@@""||
|=|.keys||formatter||Controls the look of button-like text||""#%Text%#""||
|=|.smallprint||system||Controls the look of the small links and credits below the footer|| ||
|=|.editornamecss||system||Used by WikiEdit to style the name of the editor ('WikiEdit') in the toolbar|| ||
|=|.pagenote||system||Used to markup the edit note in the recent changes view|| ||
Deletions:
{{table columns="4" cellpadding="2" cells="CSS class; Type; Description; Syntax; img.centre, img.center, img.left, img.right; image action; Controls the position of images;###; .indent; formatter; Controls indentation of lists; ~Text or 4 consecutive spaces; .error; system; Determines the format of Wikka error messages;###; .header; system; Controls the appearance of the page header, including the format of the main title and the menu bar;###; .page; system; Controls the overall apearance of the page body;###; .missingpage; system; Determines the format of links to missing pages;###; .footer; system; Controls the appearance of the page footer, including the bottom menu links;###; .commentsheader; system; Controls the look of comments header;###; .comment; system; Controls the look of every single comment entry;###; .commentinfo; system; Controls the look of the information displayed below each comment (user, date/time);###; .commentform; system; Controls the appearance of the form for submitting comments;###; .code; formatter; Controls the overall appearance of code blocks. Code highlighting style is controlled by the specific code formatter; %%Text%%; .notes; formatter; Determines the format of notes; ''Text''; .revisioninfo; system; Controls the overall look of the revision page;###; H5; formatter; Determines the format of smallish headers; ==Text==; H4; formatter; Determines the format of not-so-big headers; ===Text===; H3; formatter; Determines the format of medium headers; ====Text====; H2; formatter; Determines the format of rather-big headers; =====Text=====; H1; formatter; Determines the format of really-big headers; ======Text======; a.ext; formatter; Determines the format of links to external pages;[[http://www.pathto.go]]; | .exttail; system; Determines the format of the optional external-link tail, specified in the configuration file;###; .searchbox; system/textsearch action; Controls the look of search fields in the footer and in search actions;###; .toolbar; system; Controls the look of the wikiedit GUI;###; .clear; formatter; Forces clearing of floating boxes; ::c::; .floatl; formatter; Controls the look and positioning of left-aligned floats; << Text << ; .floatr; formatter; Controls the look and positioning of right-aligned floats; >>Text>>; .previewhead; system; Controls the look of the preview screen header;###; .strikethrough; formatter; Determines the format of strike-through text; ++Text++; .additions; system; Controls the look of additions in the revision page;###; .deletions; system; Controls the look of deletions in the revision page;###; .underline; formatter; Determines the format of underlined text; __Text__; .recentchanges; recentchanges action; Controls the overall look of the recent change page;###; .center, .centre; formatter; Controls the positioning of centered elements;@@Text@@; .keys; formatter; Controls the look of button-like text; #%Text%#; .smallprint; system; Controls the look of the small links and credits below the footer;###; .editornamecss; system; Used by WikiEdit to style the name of the editor ('WikiEdit') in the toolbar;###; .pagenote; system; Used to markup the edit note in the recent changes view;###"}}


Revision [529]

Edited on 2008-01-30 05:58:33 by DarTar [fixed links]
Additions:
HomePage
Deletions:
[[WikkaDocumentation | Wikka Documentation]]


Revision [528]

Edited on 2008-01-30 05:58:15 by DarTar [fixed links]
Additions:
[[WikkaDocumentation | Wikka Documentation]]
""<div style="float:right; width: 46%; padding: 4px 8px 2px 8px; background-color:#FEE; border:1px solid #EDD"><img src="images/icons/24x24/gnome-settings.png" title="todo" alt="todo icon" /> This page needs to be updated to match <strong>Wikka 1.1.6.4</strong></div><br style="clear:right"/>""
CategoryEN
Deletions:
[[WikkaDocumentation Wikka Documentation]]
""<div style="float:right; width: 46%; padding: 4px 8px 2px 8px; background-color:#FEE; border:1px solid #EDD"><img src="images/icons/24x24/gnome-settings.png" title="todo" alt="todo icon" /> This page needs to be updated to match <strong>Wikka 1.1.6.3</strong></div><br style="clear:right"/>""
CategoryLayout CategoryDocumentation


Revision [527]

Edited on 2008-01-30 05:57:16 by DarTar [fixed links]
Additions:
[[WikkaDocumentation Wikka Documentation]]
""<div style="float:right; width: 46%; padding: 4px 8px 2px 8px; background-color:#FEE; border:1px solid #EDD"><img src="images/icons/24x24/gnome-settings.png" title="todo" alt="todo icon" /> This page needs to be updated to match <strong>Wikka 1.1.6.3</strong></div><br style="clear:right"/>""
<<A beta version of a **Wikka skin selector** can be tested [[http://wikkawiki.org/TestSkin | here]]
They can either be used by replacing the default ##css/wikka.css## stylesheet, or by installing a [[http://wikkawiki.org/ | WikkaSkinSelector skin selector]].
~-Proposal of a new template: [[http://wikkawiki.org/WikkaSkinOptimization | WikkaSkinOptimization]]
~-Discussions on CSS issues/bugs: [[http://wikkawiki.org/ | WikkaCSS]]
~-[[http://wikkawiki.org/WikkaSkinSelector | WikkaSkinSelector]]
~-[[http://wikkawiki.org/WikkaSkinEditor | WikkaSkinEditor]]
~-More skins can be found on the [[http://wikkawiki.org/WikkaSkinsRepository | WikkaSkinsRepository]]
Deletions:
[[WikkaDocumentation | Wikka Documentation]]
""<div style="float:right; width: 46%; padding: 4px 8px 2px 8px; background-color:#FEE; border:1px solid #EDD"><img src="images/icons/24x24/gnome-settings.png" title="todo" alt="todo icon" /> This page needs to be updated to match <strong>Wikka 1.1.6.2</strong></div><br style="clear:right"/>""
<<A beta version of a **Wikka skin selector** can be tested [[TestSkin | here]]
They can either be used by replacing the default ##css/wikka.css## stylesheet, or by installing a [[WikkaSkinSelector | skin selector]].
~-Proposal of a new template: WikkaSkinOptimization
~-Discussions on CSS issues/bugs: WikkaCSS
~-WikkaSkinSelector
~-WikkaSkinEditor
~-More skins can be found on the WikkaSkinsRepository


Revision [200]

The oldest known version of this page was created on 2006-09-06 11:52:00 by JohnC [fixed links]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki