SimpleFrontPageSandbox
From syn2cat - HackerSpace.lu
(Difference between revisions)
m (→Method 2) |
m (→Method 1) |
||
Line 7: | Line 7: | ||
====css to be used==== | ====css to be used==== | ||
− | |||
− | |||
− | |||
− | |||
− | |||
* http://en.wikipedia.org/wiki/Wikipedia:Catalogue_of_CSS_classes#User_group_specific | * http://en.wikipedia.org/wiki/Wikipedia:Catalogue_of_CSS_classes#User_group_specific | ||
Revision as of 00:39, 5 March 2010
Contents |
Goal
Make a super simple frontpage.
Method 1
Load a user group or page specific CSS file.
css to be used
Hei nach méi Info iwwer css, wann ee probéiere well:
- http://www.mediawiki.org/wiki/Manual:$wgAllowUserCss
- http://meta.wikimedia.org/wiki/User_styles
- http://meta.wikimedia.org/wiki/User_styles#Non-display
- http://en.wikipedia.org/wiki/MediaWiki:Common.js
- http://www.mediawiki.org/wiki/Manual:Skin_configuration
Method 2
Use Mediawiki:common.js to set CSS styles on a specific page.
This method is used right now to have the login and action links disappear on this page.
Method 3
Use a tag extension that loads a specific css file on a specific page.