Jump to content

MediaWiki:Common.css: Difference between revisions

this displays "From OniGalore" at the top of every page, which we don't need
(uh, not sure why I thought "//" was valid CSS comment syntax)
(this displays "From OniGalore" at the top of every page, which we don't need)
Line 11: Line 11:
body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {
body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
}
/* Display "From Wikipedia, the free encyclopedia" in skins that support it,
  do not apply to print mode */
#siteSub {
display: block;
}
}