Difference between revisions of "MediaWiki:Timeless.css"

From Nookipedia, the Animal Crossing wiki
(Thanks PanchamBro for noticing this)
 
(Removing what I believe is unneeded img width styling (which is breaking our house templates))
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
/* Hide beta social media icons */
 
/* Hide beta social media icons */
#p-navigation #n-Discord, #p-navigation #n-Facebook, #p-navigation #n-Twitter, #p-navigation #n-Instagram {
+
#n-Discord, #n-Facebook, #n-Twitter, #n-Instagram {
display: none !important;
+
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;
}