Template:ProfileInfoboxUpdater/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.right-align { | .icr-right-align { | ||
text-align: right; | |||
} | |||
.icr-left-align { | |||
text-align: left; | |||
} | |||
.icr-data-6 { | |||
background-color: navy; | |||
text-align: right; | |||
} | } | ||
.left-align { | .icr-label-6 { | ||
background-color: aliceblue; | |||
text-align: left; | |||
} | |||
.icr-data-a { | |||
background-color: blueviolet; | |||
text-align: right; | |||
} | |||
.icr-label-a { | |||
background-color: chocolate; | |||
text-align: left; | |||
} | } | ||
Revision as of 02:41, 13 October 2024
.icr-right-align {
text-align: right;
}
.icr-left-align {
text-align: left;
}
.icr-data-6 {
background-color: navy;
text-align: right;
}
.icr-label-6 {
background-color: aliceblue;
text-align: left;
}
.icr-data-a {
background-color: blueviolet;
text-align: right;
}
.icr-label-a {
background-color: chocolate;
text-align: left;
}