Difference between revisions of "MediaWiki:Timeless.css"

From Nookipedia, the Animal Crossing wiki
(Reduce social media icon selector specificity)
(Removing what I believe is unneeded img width styling (which is breaking our house templates))
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
#n-Discord, #n-Facebook, #n-Twitter, #n-Instagram {
 
#n-Discord, #n-Facebook, #n-Twitter, #n-Instagram {
 
display: none;
 
display: none;
 +
}
 +
 +
/* Border collapse to separate (Timeless sets this to collapse by default) */
 +
table {
 +
border-collapse: separate;
 +
border-spacing: revert;
 
}
 
}

Latest revision as of 02:27, March 21, 2023

/* All CSS here will be loaded for users of the Timeless skin */

/* Hide beta social media icons */
#n-Discord, #n-Facebook, #n-Twitter, #n-Instagram {
	display: none;
}

/* Border collapse to separate (Timeless sets this to collapse by default) */
table {
	border-collapse: separate;
	border-spacing: revert;
}