MediaWiki:Common.css

From OGame Wiki
(Difference between revisions)
Jump to: navigation, search
Line 3: Line 3:
 
/* Feedback links */
 
/* Feedback links */
 
table.Feedback-table {
 
table.Feedback-table {
width: 80%;
+
width: 100%;
 
border-spacing: 0px;
 
border-spacing: 0px;
 
border-radius: 5px;
 
border-radius: 5px;

Revision as of 15:57, 27 June 2013

/* CSS placed here will be applied to all skins */

/* Feedback links */
table.Feedback-table {
	width: 100%;
	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