Sanrio Wiki has moved from ShoutWiki. ^_^ If you want an account here (or to activate your old ShoutWiki account here) please email User:EvieMelody (chickasaurus@hotmail.co.uk) with a requested username, or ask her on Twitter. We'll send a new randomly generated password for you to change later via Special:Preferences.

Note: Sanrio Wiki is not official and is not run by Sanrio Co., Ltd. or related parties. This wiki uses some low resolution content (images, short sound clips) to describe articles, under fair use (for the purpose of illustrating and describing an article only). All rights are reserved by Sanrio and related parties.

Sometimes this wiki may be a little slow, other times it is faster. This is likely server related. On such days, you may want to stockpile edits offline for later.


Difference between revisions of "MediaWiki:Monobook.css"

From Sanrio Wiki
Jump to navigationJump to search
(fix background image; you'll want div#globalWrapper, not header, because 1) MonoBook doesn't have any <header> tags and 2) the "div" part before the ID is needed for the CSS to cascade properly (won't be needed once we upgrade our MediaWiki, but for now))
Line 1: Line 1:
/* CSS placed here will affect users of the MonoBook skin */
/* CSS placed here will affect users of the MonoBook skin */
header {
div#globalWrapper {
  background: #f9f9f9 url('http://images.shoutwiki.com/sanrio/3/3a/Bg.png') 0 0;  
background: #f9f9f9 url('http://images.shoutwiki.com/sanrio/3/3a/Bg.png') 0 0;  
}
}
body {
body {
  background: #f9f9f9 url('http://images.shoutwiki.com/sanrio/3/3a/Bg.png') 0 0;  
background: #f9f9f9 url('http://images.shoutwiki.com/sanrio/3/3a/Bg.png') 0 0;  
}
}

Revision as of 22:30, 19 November 2019

/* CSS placed here will affect users of the MonoBook skin */
div#globalWrapper {
	background: #f9f9f9 url('http://images.shoutwiki.com/sanrio/3/3a/Bg.png') 0 0; 
}
body {
	background: #f9f9f9 url('http://images.shoutwiki.com/sanrio/3/3a/Bg.png') 0 0; 
}