MediaWiki:Common.css

From OpenKore Wiki
Revision as of 01:21, 22 October 2016 by Lututui99 (talk | contribs)
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: 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.
table.indextable {
	table-layout:fixed;
	width:98%;
	background-color: #f6f6f6;
	border: 1px #d5d5d5 solid;
	border-collapse: collapse;
}

table.indextable > tr > th,
table.indextable > tr > td,
table.indextable > * > tr > th,
table.indextable > * > tr > td {
	border: 1px #d5d5d5 solid;
	padding: 0.2em;
}
 
table.indextable > tr > th,
table.indextable > * > tr > th {
	background-color: #007600;
	color: #fff;
	font-size: 170%;
	padding: 10px 10px 10px 10px;
	border: 1px #d5d5d5 solid;
	font-weight: normal;
	
}

table.indextable > caption {
	font-weight: bold;
}