MediaWiki:Common.css

From mcr
Revision as of 09:52, 9 October 2019 by Ccicalese (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.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;
}