MediaWiki:Common.css: Difference between revisions

From mcr
No edit summary
No edit summary
Line 2: Line 2:
margin:0;
margin:0;
width:100%;
width:100%;
}
#mwext-bc {
font-family:Helvetica Neue;
font-size:13.16px;
margin-top:10px;
color:#777;
}
}



Revision as of 23:11, 30 May 2018

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

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

g rect, g polygon, g circle {
	stroke-width: 5px !important;
	fill: #FFFFFF !important;
}

.mermaid-deployment rect {
	stroke-dasharray: 5, 5;
}

.mermaid-epic rect {
	stroke: #BEBEBE;
}

.mermaid-epic .label {
	color: #BEBEBE;
}

.mermaid-in-progress rect {
	stroke: #32CD32;
}

.mermaid-in-progress .label {
	color: #32CD32;
}

.mermaid-blocked rect {
	stroke: #B22222;
}

.mermaid-blocked .label {
	color: #B22222;
}

.mermaid-blocked-on-review rect {
	stroke: #FF8C00;
}

.mermaid-blocked-on-review .label {
	color: #FF8C00;
}

.mermaid-done rect {
	stroke: #1E90FF;
}

.mermaid-done .label {
	color: #1E90FF;
}

.mermaid-other rect {
	stroke: #000000;
}

.mermaid-other .label {
	color: #000000;
}

.edgePath .path {
	stroke: #808080;
}

.arrowheadPath {
	fill: #808080;
}