Difference between revisions of "Template:IPA affricates/styles.css"

From blackwiki
Jump to navigation Jump to search
imported>Nardog
(Created page with '.IPA-affricates-main:not(.IPA-common-audiotable) td:nth-child(even), .IPA-affricates-main:not(.IPA-common-audiotable) td:nth-child(7):not(.IPA-common-rightborder...')
 
imported>Nardog
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
.IPA-affricates-main:not(.IPA-common-audiotable) td:nth-child(even),
+
.IPA-affricates-noaudio th[scope="col"] {
.IPA-affricates-main:not(.IPA-common-audiotable) td:nth-child(7):not(.IPA-common-rightborder),
+
font-weight: bold;
.IPA-affricates-main:not(.IPA-common-audiotable) td:nth-child(9):not(.IPA-common-rightborder) {
+
}
 +
 
 +
.IPA-affricates-noaudio td:nth-child(even):not([colspan]) {
 
border-right: none;
 
border-right: none;
 
}
 
}
  
.IPA-affricates-main:not(.IPA-common-audiotable) td:nth-child(odd),
+
.IPA-affricates-noaudio td:nth-child(odd):not([colspan]) {
.IPA-affricates-main:not(.IPA-common-audiotable) td:nth-child(8):not(.IPA-common-leftborder),
 
.IPA-affricates-main:not(.IPA-common-audiotable) td:nth-child(10):not(.IPA-common-leftborder) {
 
 
border-left: none;
 
border-left: none;
 +
}
 +
 +
.IPA-affricates-noaudio td[colspan] {
 +
text-align: center;
 +
padding: 0.1em 0.2em;
 
}
 
}

Latest revision as of 21:49, 11 January 2019

.IPA-affricates-noaudio th[scope="col"] {
	font-weight: bold;
}

.IPA-affricates-noaudio td:nth-child(even):not([colspan]) {
	border-right: none;
}

.IPA-affricates-noaudio td:nth-child(odd):not([colspan]) {
	border-left: none;
}

.IPA-affricates-noaudio td[colspan] {
	text-align: center;
	padding: 0.1em 0.2em;
}