Difference between revisions of "Module:Sports rbr table/styles.css"
MyWikiBiz, Author Your Legacy — Sunday November 23, 2025
Jump to navigationJump to search (Zoran created the page Module:Sports rbr table/styles.css using a non-default content model "CSS") |
|||
| Line 1: | Line 1: | ||
| + | /* {{pp-template}} */ | ||
| + | table.sportsrbrtable { | ||
| + | text-align:center; | ||
| + | } | ||
| + | .sportsrbrtable td { | ||
| + | padding:1px; | ||
| + | } | ||
| + | |||
| + | .sportsrbrtable-rnd { | ||
| + | width:15px; | ||
| + | } | ||
| + | |||
| + | .sportsrbrtable-rnd-sort { | ||
| + | width:15px; | ||
| + | border-bottom:none; | ||
| + | } | ||
| + | |||
| + | .sportsrbrtable-rnd-toggle { | ||
| + | border-top:none; | ||
| + | height:1.2ex; | ||
| + | } | ||
| + | |||
| + | .sportsrbrtable-team { | ||
| + | text-align:left; | ||
| + | font-weight:normal; | ||
| + | background-color:inherit; | ||
| + | } | ||
| + | |||
| + | .sportsrbrtable-lbl { | ||
| + | font-weight:normal; | ||
| + | background-color:inherit; | ||
| + | } | ||
Latest revision as of 06:40, 16 July 2021
/* {{pp-template}} */
table.sportsrbrtable {
text-align:center;
}
.sportsrbrtable td {
padding:1px;
}
.sportsrbrtable-rnd {
width:15px;
}
.sportsrbrtable-rnd-sort {
width:15px;
border-bottom:none;
}
.sportsrbrtable-rnd-toggle {
border-top:none;
height:1.2ex;
}
.sportsrbrtable-team {
text-align:left;
font-weight:normal;
background-color:inherit;
}
.sportsrbrtable-lbl {
font-weight:normal;
background-color:inherit;
}