MediaWiki:WikiBound.css: Difference between revisions

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
m (OmegaToad64 moved page MediaWiki:Wikibound.css to MediaWiki:WikiBound.css without leaving a redirect: The "B" wasn't capitalized)
m (Let me know what you think of this (or if you prefer how it was before))
Line 1: Line 1:
/* CSS placed here will affect all users of the WikiBound skin */
/* CSS placed here will affect all users of the WikiBound skin */
/* Header font */
h1, h2 {
        font-family:Times;
}


/* Fixes */
/* Fixes */

Revision as of 08:32, 12 June 2021

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

/* Header font */
h1, h2 {
        font-family:Times;
}

/* 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;
}