MediaWiki:Common.css: Difference between revisions

From atwg
(Undo revision 856 by Ccicalese (talk))
No edit summary
Line 10: Line 10:
color: inherit !important;
color: inherit !important;
text-decoration: underline !important;
text-decoration: underline !important;
}
/*
.mermaid-goal > rect {
fill: #104e8b !important;
stroke: black !important;
}
*/
.mermaid-outcome > rect {
fill: #458b74;
stroke: black;
}
.mermaid-output > rect {
fill: #888888;
stroke: black;
}
}



Revision as of 08:03, 16 February 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;
}

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