MediaWiki:Common.css

From Freepascal Amiga wiki
Revision as of 11:49, 12 October 2014 by Alb42 (talk | contribs) (background colors for todo tables)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 */

td.working {
	background-color:#88ff88;
	padding: 3px;  
	text-align: center;
} 

td.unknown {
	background-color:#ffffff;
	padding: 3px;  
	text-align: center;
} 

td.partial {
	background-color:#ffff88;
	padding: 3px;  
	text-align: center;
} 

td.not {
	background-color:#ff8888;
	padding: 3px;  
	text-align: center;
} 

td.progress {
	background-color:#8888ff;
	padding: 3px;  
	text-align: center;
} 
/* row styles */
tr.working {
	background-color:#88ff88;
	padding: 3px;  
	text-align: center;
} 
tr.unknown {
	background-color:#ffffff;
	padding: 3px;  
	text-align: center;
} 

tr.partial {
	background-color:#ffff88;
	padding: 3px;  
	text-align: center;
} 

tr.not {
	background-color:#ff8888;
	padding: 3px;  
	text-align: center;
} 

tr.progress {
	background-color:#8888ff;
	padding: 3px;  
	text-align: center;
}