MediaWiki:Common.css: Difference between revisions

From platformevolution
(Created page with ".dynatree-icon, .dynatree-connector { display: none !important; } .dynatree-container li { background-image: none !important; } .issue_table .plainlinks a { color: inheri...")
 
No edit summary
Line 1: Line 1:
g.label {
font-weight: normal;
}
.dynatree-icon, .dynatree-connector {
.dynatree-icon, .dynatree-connector {
display: none !important;
display: none !important;
Line 5: Line 9:
.dynatree-container li {
.dynatree-container li {
background-image: none !important;
background-image: none !important;
}
.issue_table .plainlinks a {
color: inherit !important;
text-decoration: underline !important;
}
}



Revision as of 16:45, 21 February 2018

g.label {
	font-weight: normal;
}

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

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

.smwtable td.Description, .smwtable td.Notes {
	min-width: 300px;
}

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;
}

.wikitable td {
	border:1px solid #ccc !important;
}