MediaWiki:Common.css: Difference between revisions
From mcr
No edit summary |
No edit summary |
||
(36 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
g rect { | .container { | ||
stroke-width: | 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; | 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: # | 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 { | .mermaid-in-progress rect { | ||
stroke: # | stroke: #32CD32 !important; | ||
} | |||
.mermaid-ready .label { | |||
color: #32CD32 !important; | |||
} | |||
.mermaid-ready rect { | |||
stroke: #32CD32 !important; | |||
stroke-dasharray: 5, 5; | |||
} | } | ||
.mermaid- | .mermaid-in-progress .label { | ||
color: #32CD32 !important; | |||
} | } | ||
Line 20: | Line 80: | ||
} | } | ||
.mermaid-blocked- | .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; | stroke: #FF8C00 !important; | ||
} | |||
.mermaid-needs-testing .label { | |||
color: #FF8C00 !important; | |||
} | } | ||
.mermaid-done rect { | .mermaid-done rect { | ||
stroke: # | stroke: #1E90FF !important; | ||
} | |||
.mermaid-done .label { | |||
color: #1E90FF !important; | |||
} | } | ||
.mermaid-other rect { | .mermaid-other rect { | ||
stroke: #000000 !important; | stroke: #000000 !important; | ||
} | |||
.mermaid-other .label { | |||
color: #000000 !important; | |||
} | |||
.mermaid-watching rect { | |||
stroke: #BEBEBE !important; | |||
} | |||
.mermaid-watching .label { | |||
color: #BEBEBE !important; | |||
} | } | ||
.edgePath .path { | .edgePath .path { | ||
stroke: #808080; | stroke: #808080 !important; | ||
} | |||
.arrowheadPath { | |||
fill: #808080 !important; | |||
} | } |
Latest revision as of 08: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;
}