MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(6px) |
No edit summary |
||
| Line 21: | Line 21: | ||
background-position: left top 6px; | 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: #F3A957; /* 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: #F3A957; /* 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 */ | |||
Revision as of 02:54, 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: #F3A957; /* 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: #F3A957; /* 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 */