Help:Sitewide css wiki page: Difference between revisions
Jump to navigation
Jump to search
(rm dup / not just monobook / not always protected) |
Benhurtisson (talk | contribs) |
||
Line 24: | Line 24: | ||
*/ | */ | ||
Note that <nowiki><pre></nowiki> and <nowiki></pre></nowiki> are used to avoid interpreting what is in between as wikitext, and that in turn these codes are put within css comment delimiters /* and */. This causes an odd rendering, with e.g. the last * rendered as a bullet. However, this does not affect the correct working. | Note that <nowiki><pre></nowiki> and <nowiki></pre></nowiki> are used to avoid interpreting what is in between as wikitext, and that in turn these codes are put within css comment delimiters /* and */. This causes an odd rendering, with e.g. the last * rendered as a bullet. However, this does not affect the correct working on [http://www.eluneart.com web design]. |
Revision as of 15:08, 8 December 2009
See Help:User style for the css file and the css wiki page for each skin of a project, as well as the user css pages.
Example of sitewide css wiki page
/* <pre> */ code { font-weight: bold; } /* </pre> */
results in:
/*
*/ code { font-weight: bold; } /*
- /
Note that <pre> and </pre> are used to avoid interpreting what is in between as wikitext, and that in turn these codes are put within css comment delimiters /* and */. This causes an odd rendering, with e.g. the last * rendered as a bullet. However, this does not affect the correct working on web design.