Difference between revisions of "MediaWiki:Common.css"

From OMORI Wiki
Jump to navigation Jump to search
Line 31: Line 31:
.mp-content-header {
.mp-content-header {
     font-size: 140%;
     font-size: 140%;
     background: #6C0EFF;                      /* Header background color */
     background: #DDB5FF;                      /* Header background color */
     border: none;
     border: none;
     border-bottom: 1px solid #79542B;        /* Main border color */
     border-bottom: 1px solid #79542B;        /* Main border color */
Line 40: Line 40:
}
}
div.mp-content-header-alt {
div.mp-content-header-alt {
     background: #6C0EFF;                      /* Header background color */
     background: #DDB5FF;                      /* Header background color */
     font-size: 140%;
     font-size: 140%;
     font-weight: bold;
     font-weight: bold;

Revision as of 04:34, 3 February 2021

/* 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 #79542B;                /* Main border color */
}
.mp-content-header {
    font-size: 140%;
    background: #DDB5FF;                      /* Header background color */
    border: none;
    border-bottom: 1px solid #79542B;         /* 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 #79542B;         /* 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 */