Difference between revisions of "MediaWiki:Common.css"
From cpt
(Created page with ".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-alig...") |
No edit summary |
||
Line 105: | Line 105: | ||
.arrowheadPath { | .arrowheadPath { | ||
fill: #808080; | fill: #808080; | ||
} | |||
text.unit { | |||
display: none; | |||
} | } |
Revision as of 18:43, 16 July 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: 5px !important;
fill: #FFFFFF !important;
}
.mermaid-epic rect {
stroke: #BEBEBE;
}
.mermaid-epic .label {
color: #BEBEBE;
}
.mermaid-in-progress rect {
stroke: #32CD32;
}
.mermaid-ready .label {
color: #32CD32;
}
.mermaid-ready rect {
stroke: #32CD32;
stroke-dasharray: 5, 5;
}
.mermaid-in-progress .label {
color: #32CD32;
}
.mermaid-blocked rect {
stroke: #B22222;
}
.mermaid-blocked .label {
color: #B22222;
}
.mermaid-needs-review rect {
stroke: #FF8C00;
}
.mermaid-needs-review .label {
color: #FF8C00;
}
.mermaid-needs-testing rect {
stroke: #FF8C00;
}
.mermaid-needs-testing .label {
color: #FF8C00;
}
.mermaid-done rect {
stroke: #1E90FF;
}
.mermaid-done .label {
color: #1E90FF;
}
.mermaid-other rect {
stroke: #000000;
}
.mermaid-other .label {
color: #000000;
}
.mermaid-watching rect {
stroke: #BEBEBE;
}
.mermaid-watching .label {
color: #BEBEBE;
}
.edgePath .path {
stroke: #808080;
}
.arrowheadPath {
fill: #808080;
}
text.unit {
display: none;
}