MediaWiki:Common.css: Difference between revisions

From atwg
No edit summary
No edit summary
Line 39: Line 39:
color:white;
color:white;
background-color:steelblue !important;
background-color:steelblue !important;
border:1px solid white;
border:1px solid white !important;
}
}

Revision as of 09:46, 17 January 2018

.dynatree-icon, .dynatree-connector {
	display: none !important;
}

.dynatree-container li {
	background-image: none !important;
}

.issue_table .plainlinks a {
	color: inherit !important;
	text-decoration: underline !important;
}

th {
	text-align:center;
}

.container {
	margin:0;
	width:100%;
}

.radioButtonItem {
	padding-right:10px;
}

#mwext-bc {
	font-family:Helvetica Neue;
	font-size:13.16px;
	margin-top:10px;
	color:#777;
}

#firstHeading, .contentHeader {
	margin-top:0;
}

.wikitable th {
	color:white;
	background-color:steelblue !important;
	border:1px solid white !important;
}