MediaWiki:Common.css

From OGame Wiki
Revision as of 15:56, 27 June 2013 by PitA (Talk | contribs)

Jump to: navigation, 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
  • Konqueror: Click Reload or press F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */

/* Feedback links */
table.Feedback-table {
	width: 80%;
	border-spacing: 0px;
	border-radius: 5px;
	border: 1px solid #000;
	margin-bottom: 0.5em
}
	table.Feedback-table tr {
		margin-bottom: 0.25em;
		background-color: #141e26;
		height: 2em;
	}
	table.Feedback-table tr td, table.Feedback-table tr th {
		width: auto;
		border-bottom: 1px dotted #000;
		border-radius: 0;
		border-spacing: 2px;
		text-align: left;
		padding: 0.25em;
		vertical-align: top;
		text-align: left;
		line-height: 1.5em;
	}
	table.Feedback-table tr:last-child td {
		border-bottom: 0 none;
		margin-bottom: 0;
	}
	table.Feedback-table tr th {
		font-weight: bold;
	}
	table.Feedback-table tr td.Feedback-name {
		width: 15em;
	}
Personal tools
Namespaces

Variants
Actions