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: 90%;
+
width: 80%;
 
border-spacing: 0px;
 
border-spacing: 0px;
 
border-radius: 5px;
 
border-radius: 5px;
Line 10: Line 10:
 
}
 
}
 
table.Feedback-table tr {
 
table.Feedback-table tr {
border-bottom: 1px dotted #000;
 
border-radius: 0;
 
border-spacing: 2px;
 
 
margin-bottom: 0.25em;
 
margin-bottom: 0.25em;
 
background-color: #141e26;
 
background-color: #141e26;
 
height: 2em;
 
height: 2em;
}
 
table.Feedback-table tr:last-child {
 
border-bottom: 0 none;
 
margin-bottom: 0;
 
 
}
 
}
 
table.Feedback-table tr td, table.Feedback-table tr th {
 
table.Feedback-table tr td, table.Feedback-table tr th {
 
width: auto;
 
width: auto;
 +
border-bottom: 1px dotted #000;
 +
border-radius: 0;
 +
border-spacing: 2px;
 
text-align: left;
 
text-align: left;
 
padding: 0.25em;
 
padding: 0.25em;
Line 28: Line 24:
 
text-align: left;
 
text-align: left;
 
line-height: 1.5em;
 
line-height: 1.5em;
 +
}
 +
table.Feedback-table tr:last-child td {
 +
border-bottom: 0 none;
 +
margin-bottom: 0;
 
}
 
}
 
table.Feedback-table tr th {
 
table.Feedback-table tr th {

Revision as of 16:56, 27 June 2013

/* 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