SimpleFrontPageSandbox
From syn2cat - HackerSpace.lu
(Difference between revisions)
(→Goal) |
m |
||
Line 1: | Line 1: | ||
+ | == Todo == | ||
+ | |||
+ | * Add Content | ||
+ | |||
== Goal == | == Goal == | ||
Line 7: | Line 11: | ||
::You say "javascript", I say "bring it on!" over 10 years of playing with this bastard [[User:Gunstick|Gunstick]] 01:15, 5 March 2010 (CET) | ::You say "javascript", I say "bring it on!" over 10 years of playing with this bastard [[User:Gunstick|Gunstick]] 01:15, 5 March 2010 (CET) | ||
− | + | ==== Hei nach méi Info iwwer css, wann ee probéiere well === | |
− | + | ||
− | + | ||
− | ====css | + | |
* 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 | ||
− | |||
− | |||
− | |||
* http://www.mediawiki.org/wiki/Manual:$wgAllowUserCss | * http://www.mediawiki.org/wiki/Manual:$wgAllowUserCss | ||
* http://meta.wikimedia.org/wiki/User_styles | * http://meta.wikimedia.org/wiki/User_styles | ||
Line 20: | Line 18: | ||
* http://en.wikipedia.org/wiki/MediaWiki:Common.js | * http://en.wikipedia.org/wiki/MediaWiki:Common.js | ||
* http://www.mediawiki.org/wiki/Manual:Skin_configuration | * http://www.mediawiki.org/wiki/Manual:Skin_configuration | ||
+ | |||
+ | |||
+ | == Method 1 == | ||
+ | '''Load a user group or page specific CSS file.''' | ||
+ | |||
+ | |||
== Method 2 == | == Method 2 == |
Revision as of 01:18, 5 March 2010
Contents |
Todo
- Add Content
Goal
Make a super simple frontpage.
Now the Tools link disappears too.
- And I've seen what a PITA is was :D --kwisatz
- You say "javascript", I say "bring it on!" over 10 years of playing with this bastard Gunstick 01:15, 5 March 2010 (CET)
= Hei nach méi Info iwwer css, wann ee probéiere well
- http://en.wikipedia.org/wiki/Wikipedia:Catalogue_of_CSS_classes#User_group_specific
- 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 1
Load a user group or page specific CSS file.
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.