MediaWiki:Common.css

From Family Guy Wiki
Jump to navigation Jump 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 */
/* Background */
/*body {
	background:#FFFFFF url('http://www.shoutwiki.com/w/images/macfarlane/b/be/WikiMacFarlane.jpg') top repeat;
}
*/
/* Tab title background */
.TabGradientFG { 
   background-color: #FFFFFF !important;
   background-image: -moz-linear-gradient(top, #42A1D1 20%, #94CAE5 80%) !important;
   background-image: -webkit-gradient(linear, 0% 20%, 0% 80%, from(#94CAE5), to(#42A1D1)) !important;
}

.TabGradientCS { 
   background-color: #FFFFFF !important;
   background-image: -moz-linear-gradient(top, #7C308A 20%, #C680D3 80%) !important;
   background-image: -webkit-gradient(linear, 0% 20%, 0% 80%, from(#C680D3), to(#7C308A)) !important;
}