Difference between revisions of "Module:Sports rbr table/styles.css"

From blackwiki
Jump to navigation Jump to search
blackwiki>Frietjes
m (16 revisions imported)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
table {
+
/* {{pp-template}} */
 +
table.sportsrbrtable {
 
text-align:center;
 
text-align:center;
 
}
 
}
  
td {
+
.sportsrbrtable td {
 
padding:1px;
 
padding:1px;
 
}
 
}
  
th.sportsrbrtable-rnd {
+
.sportsrbrtable-rnd {
 
width:15px;
 
width:15px;
 
}
 
}
  
th.sportsrbrtable-rnd-sort {
+
.sportsrbrtable-rnd-sort {
 
width:15px;
 
width:15px;
 
border-bottom:none;
 
border-bottom:none;
 
}
 
}
  
th.sportsrbrtable-rnd-toggle {
+
.sportsrbrtable-rnd-toggle {
 
border-top:none;
 
border-top:none;
 
height:1.2ex;
 
height:1.2ex;
 
}
 
}
  
td.sportsrbrtable-team {
+
.sportsrbrtable-team {
 
text-align:left;
 
text-align:left;
padding:inherit;
+
font-weight:normal;
 +
background-color:inherit;
 +
}
 +
 
 +
.sportsrbrtable-lbl {
 +
font-weight:normal;
 +
background-color:inherit;
 
}
 
}

Latest revision as of 07:43, 28 September 2020

/* {{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;
}