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

MediaWiki:Common.css

From ScoutMedia, the free scout media repository

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
<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://media.scoutwiki.org/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") }

/* Show hidden categories */
.catlinks-allhidden { display: block; }

/* Hide main pages' title */
body.page-الصفحة_الرئيسية h1.firstHeading,
body.page-Hlavní_strana h1.firstHeading,
body.page-Forside h1.firstHeading,
body.page-Hauptseite h1.firstHeading,
body.page-Main_Page h1.firstHeading,
body.page-Ĉefpaĝo h1.firstHeading,
body.page-Portada h1.firstHeading,
body.page-Etusivu h1.firstHeading,
body.page-Accueil h1.firstHeading,
body.page-Página_principal h1.firstHeading,
body.page-メインページ h1.firstHeading,
body.page-Hoofdpagina h1.firstHeading,
body.page-Página principal h1.firstHeading,
body.page-Huvudsida h1.firstHeading,
body.page-Головна сторінка h1.firstHeading,
.onlymobile { display: none; }

#homepage {float:left; background-color:#FFFFFF;}
</source>