MediaWiki:WikiBound.css: Difference between revisions

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
m
Adding some more wikibound-ish touches
m (Let me know what you think of this (or if you prefer how it was before))
m (Adding some more wikibound-ish touches)
 
Line 4: Line 4:
h1, h2 {
h1, h2 {
         font-family:Times;
         font-family:Times;
}
/* Table of contents */
#toc {
    border: 2px solid #bff4e9;
    border-radius: 10px;
    padding: 0;
    margin: 5px 0;
}
.toctitle {
    background: #bff4e9;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.mw-body .toctitle {
    border: none;
}
.toc ul {
    padding: 0 10px;
}
/* Categories */
.catlinks {
  border:3px solid #bff4e9 !important; border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
}


Navigation menu