Template:Delete/styles.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Protected "Template:Delete/styles.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
mNo edit summary
 
Line 1: Line 1:
.notice-template.maintenance#delete {
.notice-template#delete {
color: #fff;
color: #fff;
background: #333;
background: #333;
}
}
.notice-template.maintenance#delete a:not(.new) {
.notice-template#delete a:not(.new) {
color: yellow;
color: yellow;
}
}

Latest revision as of 11:45, December 4, 2024

.notice-template#delete {
	color: #fff;
	background: #333;
}
.notice-template#delete a:not(.new) {
	color: yellow;
}