Only you can help us build a free scout media repository!
Please create an account to start uploading your images now.

MediaWiki:Common.css: Difference between revisions

From ScoutMedia, the free scout media repository
m (blanking)
(creation : checker)
Line 1: Line 1:
/** CSS placed here will be applied to all skins  
/** CSS placed here will be applied to all skins  


<source lang="css">/*
<source lang="css">
/* GLOBAL STYLE PAGE */
/*
This page controls all styles on all pages of ScoutMedia. Please be careful when editing it !


After each edit, please check CSS with W3C validator : http://jigsaw.w3.org/css-validator/validator?uri=http://fr.wikipedia.org/w/index.php?title=MediaWiki:Common.css%26action=raw%26ctype=text/css&usermedium=all&warning=2
*/
/* IMAGE BACKGROUND (CHECKER) */
#file img { background:url("http://media.scoutwiki.org/images/7/73/Checker.png") }
//</source>
//</source>

Revision as of 21:18, 27 March 2008

/** CSS placed here will be applied to all skins 

<source lang="css">
/* GLOBAL STYLE PAGE */
/*
This page controls all styles on all pages of ScoutMedia. Please be careful when editing it !

After each edit, please check CSS with W3C validator : http://jigsaw.w3.org/css-validator/validator?uri=http://fr.wikipedia.org/w/index.php?title=MediaWiki:Common.css%26action=raw%26ctype=text/css&usermedium=all&warning=2
*/

/* IMAGE BACKGROUND (CHECKER) */

#file img { background:url("http://media.scoutwiki.org/images/7/73/Checker.png") }
//</source>