MediaWiki:WikiBound.css: Difference between revisions

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
(bugfixing)
m (OmegaToad64 moved page MediaWiki:Wikibound.css to MediaWiki:WikiBound.css without leaving a redirect: The "B" wasn't capitalized)
(No difference)

Revision as of 07:01, 8 March 2021

/* CSS placed here will affect all users of the WikiBound skin */

/* Fixes */

/** Logo **/
#p-logo a, #p-logo a:hover {
    display: block;
    height: 240px;
    width: 327px;
    background-repeat: no-repeat;
    background-position: 35% 50% !important;
    text-decoration: none;
}

/** Italicize recent changes comments **/
.comment {
  color:#000000; font-style: italic;
}
.autocomment {
  color:#000000; font-style: italic;
}