User:Ultimate Toad/wikibound.css: Difference between revisions

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
m (Don't know if this'll work)
m (Footer is still broken)
Line 27: Line 27:


#footer {
#footer {
  position: absolute;
     background-color:transparent !important;
    top: 3250px;
    bottom: 3250px;
     background-color:#ffffff !important;
}
}

Revision as of 11:16, 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 !important;
}
.autocomment {
  color:#000000; font-style: italic !important;
}

#footer {
    background-color:transparent !important;
}