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

From blackwiki
Jump to navigation Jump to search
blackwiki>Frietjes
(Undid revision 855343036 by Frietjes (talk))
blackwiki>Frietjes
Line 1: Line 1:
table.sportsrbrtable {
+
.sportsrbrtable > table {
 
text-align:center;
 
text-align:center;
 
}
 
}
  
td.sportsrbrtable-cell {
+
.sportsrbrtable > td {
 
padding:1px;
 
padding:1px;
 
}
 
}
  
th.sportsrbrtable-rnd {
+
.sportsrbrtable-rnd > th {
 
width:15px;
 
width:15px;
 
}
 
}
  
th.sportsrbrtable-rnd-sort {
+
.sportsrbrtable-rnd-sort > th {
 
width:15px;
 
width:15px;
 
border-bottom:none;
 
border-bottom:none;
 
}
 
}
  
th.sportsrbrtable-rnd-toggle {
+
.sportsrbrtable-rnd-toggle > th {
 
border-top:none;
 
border-top:none;
 
height:1.2ex;
 
height:1.2ex;
 
}
 
}
  
th.sportsrbrtable-team {
+
.sportsrbrtable-team > th {
 
text-align:left;
 
text-align:left;
 
font-weight:normal;
 
font-weight:normal;
 
background-color:inherit;
 
background-color:inherit;
 
}
 
}

Revision as of 16:35, 17 August 2018

.sportsrbrtable > table {
	text-align:center;
}

.sportsrbrtable > td {
	padding:1px;
}

.sportsrbrtable-rnd > th {
	width:15px;
}

.sportsrbrtable-rnd-sort > th {
	width:15px;
	border-bottom:none;
}

.sportsrbrtable-rnd-toggle > th {
	border-top:none;
	height:1.2ex;
}

.sportsrbrtable-team > th {
	text-align:left;
	font-weight:normal;
	background-color:inherit;
}