MediaWiki:Common.css

From Nintendogs Wiki
Jump to navigationJump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

/* Display text below main article header, located at MediaWiki:Tagline */
#siteSub {
	display: inline;
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
}

/* Wiki background */
body {
	background:url(http://images.shoutwiki.com/nintendogs/2/25/Paw_print_background_surface_pattern_69479_2048x1152.jpg) fixed #000;
}

/* use dot instead of square for lists */
ul { 
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAYAAAB8OZQwAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAOnAAADusBZ+q87AAAAAd0SU1FB9sGEQcDKb8YXjwAAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAAADpJREFUCNe9y7EJwEAMBMF54cJUgxsyyl2USvvED6rAmxzscvzEcr+JB4lGXUM4G0McMr7LpAM1QqM201IIq3IeJ9MAAAAASUVORK5CYII=);
	list-style-type: square;
}

/* Change font */
.speech-bubble-message{
text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
 
body{font-family:"Trebuchet MS", Helvetica, sans-serif;}

/*** Bold 'edit this page' link because it will help me notice it better ***/
 
#ca-edit a { 
    font-weight: bold !important; 
}