MediaWiki:Common.css: Difference between revisions

From mcr
No edit summary
No edit summary
 
Line 22: Line 22:


g rect, g polygon, g circle {
g rect, g polygon, g circle {
stroke-width: 5px !important;
stroke-width: 3px !important;
fill: #FFFFFF !important;
fill: #FFFFFF !important;
}
g.label {
font-size: 8pt;
}
.ext-mermaid > div {
overflow: scroll;
border: 1px solid black;
}
.mermaid-initiative rect {
stroke: #BEBEBE !important;
stroke-dasharray: 5, 5;
}
.mermaid-initiative .label {
color: #BEBEBE !important;
}
}


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


.mermaid-epic .label {
.mermaid-epic .label {
color: #BEBEBE;
color: #BEBEBE !important;
}
 
.mermaid-story rect {
stroke: #7A4B99 !important;
}
}


.mermaid-story .label {
color: #7A4B99 !important;
}
.mermaid-in-progress rect {
.mermaid-in-progress rect {
stroke: #32CD32;
stroke: #32CD32 !important;
}
}


.mermaid-ready .label {
.mermaid-ready .label {
color: #32CD32;
color: #32CD32 !important;
}
}


.mermaid-ready rect {
.mermaid-ready rect {
stroke: #32CD32;
stroke: #32CD32 !important;
stroke-dasharray: 5, 5;
stroke-dasharray: 5, 5;
}
}


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


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


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


.mermaid-needs-review rect {
.mermaid-needs-review rect {
stroke: #FF8C00;
stroke: #FF8C00 !important;
}
}


.mermaid-needs-review .label {
.mermaid-needs-review .label {
color: #FF8C00;
color: #FF8C00 !important;
}
}


.mermaid-needs-testing rect {
.mermaid-needs-testing rect {
stroke: #FF8C00;
stroke: #FF8C00 !important;
}
}


.mermaid-needs-testing .label {
.mermaid-needs-testing .label {
color: #FF8C00;
color: #FF8C00 !important;
}
}


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


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


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


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


.mermaid-watching rect {
.mermaid-watching rect {
stroke: #BEBEBE;
stroke: #BEBEBE !important;
}
}


.mermaid-watching .label {
.mermaid-watching .label {
color: #BEBEBE;
color: #BEBEBE !important;
}
}


.edgePath .path {
.edgePath .path {
stroke: #808080;
stroke: #808080 !important;
}
}


.arrowheadPath {
.arrowheadPath {
fill: #808080;
fill: #808080 !important;
}
}

Latest revision as of 09:52, 9 October 2019

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

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

.srf-tagcloud {
	width: 100%;
	text-align: center;
	font-size: 14pt;
}

.srf-tagcloud :last-child .tagcloud-separator {
	display: none;
}

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

g.label {
	font-size: 8pt;
}

.ext-mermaid > div {
	overflow: scroll;
	border: 1px solid black;
}

.mermaid-initiative rect {
	stroke: #BEBEBE !important;
	stroke-dasharray: 5, 5;
}

.mermaid-initiative .label {
	color: #BEBEBE !important;
}

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

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

.mermaid-story rect {
	stroke: #7A4B99 !important;
}

.mermaid-story .label {
	color: #7A4B99 !important;
}
.mermaid-in-progress rect {
	stroke: #32CD32 !important;
}

.mermaid-ready .label {
	color: #32CD32 !important;
}

.mermaid-ready rect {
	stroke: #32CD32 !important;
	stroke-dasharray: 5, 5;
}

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

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

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

.mermaid-needs-review rect {
	stroke: #FF8C00 !important;
}

.mermaid-needs-review .label {
	color: #FF8C00 !important;
}

.mermaid-needs-testing rect {
	stroke: #FF8C00 !important;
}

.mermaid-needs-testing .label {
	color: #FF8C00 !important;
}

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

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

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

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

.mermaid-watching rect {
	stroke: #BEBEBE !important;
}

.mermaid-watching .label {
	color: #BEBEBE !important;
}

.edgePath .path {
	stroke: #808080 !important;
}

.arrowheadPath {
	fill: #808080 !important;
}