Difference between revisions of "MediaWiki:Common.css"
From cpt
No edit summary |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 34: | Line 34: | ||
} | } | ||
.phabtaskgraph-text { | |||
stroke-width: | font-size: 12px; | ||
} | |||
.ext-mermaid > div { | |||
overflow: scroll; | |||
border: 1px solid black; | |||
} | |||
.ext-mermaid rect,.ext-mermaid polygon, .ext-mermaid circle { | |||
stroke-width: 3px !important; | |||
fill: #FFFFFF !important; | fill: #FFFFFF !important; | ||
} | |||
.ext-mermaid .label { | |||
font-size: 8pt; | |||
} | } | ||
.mermaid-initiative rect { | .mermaid-initiative rect { | ||
stroke: #BEBEBE; | stroke: #BEBEBE !important; | ||
stroke-dasharray: 5, 5; | |||
} | } | ||
.mermaid-initiative .label { | .mermaid-initiative .label { | ||
color: #BEBEBE; | 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 { | .mermaid-story rect { | ||
stroke: #7A4B99; | stroke: #7A4B99 !important; | ||
} | } | ||
.mermaid-story .label { | .mermaid-story .label { | ||
color: #7A4B99; | 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:47, 4 December 2019
.page-Main_Page .firstHeading {
display:none;
}
.page-Main_Page #mw-navigation {
margin-bottom: 0;
}
.page-Main_Page #content {
margin-top: 0;
margin-bottom: 2em;
}
.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;
}
.phabtaskgraph-text {
font-size: 12px;
}
.ext-mermaid > div {
overflow: scroll;
border: 1px solid black;
}
.ext-mermaid rect,.ext-mermaid polygon, .ext-mermaid circle {
stroke-width: 3px !important;
fill: #FFFFFF !important;
}
.ext-mermaid .label {
font-size: 8pt;
}
.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;
}
.unit {
display: none;
}