MediaWiki:Common.css: Difference between revisions

From atwg
No edit summary
No edit summary
Line 14: Line 14:
.mermaid-goal > .label, .mermaid-outcome > .label {
.mermaid-goal > .label, .mermaid-outcome > .label {
font-family: Arial;
font-family: Arial;
font-size:10;
font-size:14pt;
font-weight: bold;
font-weight: bold;
color: white;
color: white;

Revision as of 18:48, 15 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;
}

.mermaid-goal > .label, .mermaid-outcome > .label {
	font-family: Arial;
	font-size:14pt;
	font-weight: bold;
	color: white;
}

.mermaid-goal > rect {
	fill: #458b74;
	stroke: black;
}

.mermaid-outcome > rect {
	fill: #104e8b;
	stroke: black;
}
.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;
}