MediaWiki:Common.css

From OMORI Wiki
Revision as of 04:35, 3 February 2021 by Boba (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Staff colors */
.mw-userlink[title="User:Gilbert"],
li#pt-userpage a[href="/User:Gilbert"],
.mw-userlink[title="User:Boba"],
li#pt-userpage a[href="/User:Boba"],
a.trusted, .bur, .adm, .mod, .loc, .helpUser {
  color:#FF7AD7 !important;
}

/* Bold all userlinks */
.mw-userlink {
    font-weight: bold;
}

li#pt-userpage {
    font-weight: bold;
}

li#pt-userpage a {
  background-image: url(https://omori.wiki/images/6/67/Login_OMORI.png);
  background-position: left top 6px;
}

/* Main Page styling */

.mp-content-table {
    width: 100%;
    background: #FEFBF6;                      /* Body background color */
    border: 1px solid #2F1347;                /* Main border color */
}
.mp-content-header {
    font-size: 140%;
    background: #DDB5FF;                      /* Header background color */
    border: none;
    border-bottom: 1px solid #2F1347;         /* Main border color */
    padding-top:10px;
    padding-bottom:10px;
    margin:-3px;
    padding:10px;
}
div.mp-content-header-alt {
    background: #DDB5FF;                      /* Header background color */
    font-size: 140%;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid #2F1347;         /* Main border color */
    text-align: left;
    color: #000;
    padding-top:10px;
    padding-bottom:10px;
    margin:-3px;
    padding:10px;
}
/* Don't wordwrap top links on main page */
.mp-content-table ul > li a.external.text, .mp-content-table ul > li > b > a
{
    white-space: nowrap;
}
/* End Main Page style */