Difference between revisions of "Module:Progression rainbow/styles.css"
MyWikiBiz, Author Your Legacy — Wednesday November 05, 2025
Jump to navigationJump to search (Zoran created the page Module:Progression rainbow/styles.css using a non-default content model "CSS") |
|||
| Line 1: | Line 1: | ||
| + | .progression-rainbow { | ||
| + | border: 1px solid grey; | ||
| + | height: 4px; | ||
| + | width: 100%; | ||
| + | padding: 1px; | ||
| + | list-style: none; | ||
| + | display: flex; | ||
| + | margin-left: 0; | ||
| + | } | ||
| + | .progression-rainbow li { | ||
| + | height: 4px; | ||
| + | } | ||
| + | |||
| + | .progression-rainbow .remaining { | ||
| + | background: #E2E2E2; | ||
| + | } | ||
Latest revision as of 05:31, 16 July 2021
.progression-rainbow {
border: 1px solid grey;
height: 4px;
width: 100%;
padding: 1px;
list-style: none;
display: flex;
margin-left: 0;
}
.progression-rainbow li {
height: 4px;
}
.progression-rainbow .remaining {
background: #E2E2E2;
}