Difference between revisions of "MediaWiki:Common.css"
From cpt
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
.srf-tagcloud :last-child .tagcloud-separator { | .srf-tagcloud :last-child .tagcloud-separator { | ||
display: none; | display: none; | ||
} | |||
.phabtaskgraph-text { | |||
font-size: 12px; | |||
} | } | ||
Revision as of 11:07, 1 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;
}
.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;
}