Main public logs

Jump to navigation Jump to search

Combined display of all available logs of The Wiki Camp 2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:18, 12 December 2025 Coppersalts talk contribs created page Tutorial/Custom CSS (Created page with "{{Return|Tutorial}} == Method 1: CSS parser tag == The simplest method to add custom CSS to a page is to use the <code>css</code> parser tag: <pre> {{#css: .example-selector { example-property: example-value; } }} </pre> The parser tag approach allows for any valid selector to be used, but some css features are filtered for security reasons. The following is a comprehensive list of all disallowed features: * Functions: ** [https://developer.mozilla.org/en-US/docs/We...")