Difference between revisions of "MediaWiki:Common.css"

From OMORI Wiki
Jump to navigation Jump to search
 
(48 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* ================== */
/* I. GENERAL STYLING */
/* ================== */
html, body {
height:100% !important;
}
div#mw-panel {
min-height: 100% !important;
border-right: 1px solid #7F7F7F !important;
}
/* fonts */
@font-face {
font-family: 'OMORI_GAME';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(/static/OMORI_GAME.woff2) format('woff2');
}
@font-face {
font-family: 'OMORI_GAME2';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(/static/OMORI_GAME2.woff2) format('woff2');
}
/* ====================== */
/* II. USER-RELATED STUFF */
/* ====================== */
/* personal link colors */
#p-personal li * {
color: #ffffff !important;
text-shadow: 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000;
}
/* staff colors */
/* staff colors */
.mw-userlink[title="User:Gilbert"],
.mw-userlink[title="User:Gilbert"],
Line 6: Line 44:
.mw-userlink[title="User:Rph"],
.mw-userlink[title="User:Rph"],
li#pt-userpage a[href="/User:Rph"],
li#pt-userpage a[href="/User:Rph"],
.mw-userlink[title="User:Pyro"],
li#pt-userpage a[href="/User:Pyro"],
a.trusted, .bur, .adm, .mod, .loc, .helpUser {
a.trusted, .bur, .adm, .mod, .loc, .helpUser {
  color:#FF7AD7 !important;
color:#FF7AD7 !important;
}
}


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


/* bold personal user link */
/* bold personal user link */
li#pt-userpage {
li#pt-userpage {
  font-weight: bold;
font-weight: bold;
}
}


/* personal tab user icon */
/* personal tab user icon */
li#pt-userpage a {
li#pt-userpage a {
  background-image: url(https://omori.wiki/images/6/67/Login_OMORI.png);
background-image: url(images/5/54/SkinDefault_LoginOMORI.png);
  background-position: left top 3px;
background-position: left top 3px;
  padding-left: 24px !important;
padding-left: 24px !important;
  background-size: 20px;
background-size: 20px;
  height: 16px;
height: 16px;
  image-rendering: pixelated;
image-rendering: pixelated;
  image-rendering: crisp-edges;
image-rendering: crisp-edges;
}
}


Line 34: Line 74:
.mp-content-table ul > li a.external.text, .mp-content-table ul > li > b > a
.mp-content-table ul > li a.external.text, .mp-content-table ul > li > b > a
{
{
  white-space: nowrap;
white-space: nowrap;
}
}


/* ambox styling - thx tfwiki */
/* ================== */
/* III. AMBOX STYLING */
/* ================== */
th.ambox-text, td.ambox-text {
th.ambox-text, td.ambox-text {
  border: none;
border: none;
  padding: 0.25em 0.9em;
padding: 0.25em 0.9em;
  width: 100%;
width: 100%;
}
}


td.ambox-image {
td.ambox-image {
  border: none;
border: none;
  padding: 2px 0 2px 0.9em;
padding: 2px 0 2px 0.9em;
  text-align: center;
text-align: center;
}
}


td.ambox-image2 {
td.ambox-image2 {
  border: none;
border: none;
  padding: 2px 0.9em 2px 0;
padding: 2px 0.9em 2px 0;
  text-align: center;
text-align: center;
}
}


td.ambox-empty-cell {
td.ambox-empty-cell {
  border: none;
border: none;
  padding: 0px;
padding: 0px;
  width: 1px;
width: 1px;
}
}


table.ambox {
table.ambox {
  margin: 0px 10%;
margin: 0px 10%;
  border: 1px solid #AAAAAA;
  background: #fbfbfb;
}
}


table.ambox + table.ambox {
table.ambox + table.ambox {
  margin-top: -1px;
margin-top: -1px;
}
}


.ambox th.ambox-text, .ambox td.ambox-text {
.ambox th.ambox-text, .ambox td.ambox-text {
  padding: 0.25em 0.5em;
padding: 0.25em 0.5em;
}
}


.ambox td.ambox-image {
.ambox td.ambox-image {
  padding: 2px 0 2px 0.5em;
padding: 2px 0 2px 0.5em;
}
}


.ambox td.ambox-image2 {
.ambox td.ambox-image2 {
  padding: 2px 0.5em 2px 0;
padding: 2px 0.5em 2px 0;
}
 
/* fmbox */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div.mw-newarticletext,
div#mw-protect-cascadeon,
.fmbox {
clear: both;
margin: 0.2em 0;
background-color: #f9f9f9;
border: 1px solid #aaa;
padding: 0.125em 0.25em;
margin: 3px auto;
width: auto;
}
}


/* blue */
div.mw-warning-with-logexcerpt,
table.ambox-notice, td.ambox-notice {
div.mw-lag-warn-high,
  border-left: 10px solid #1e90ff;
div.mw-cascadeprotectedwarning,
div.mw-newarticletext,
div#mw-protect-cascadeon {
padding: 0.5em 1em;
}
}


/* dark blue */
th.fmbox-text, td.fmbox-text {
table.ambox-notice-2, td.ambox-notice-2 {
border: none;
  border-left: 10px solid #3f6180;
padding: 0em;
width: 100%;
}
}


/* pink */
td.fmbox-image {
table.ambox-delete, table.ambox-serious {
border: none;
  background: #fee;
padding: 2px 0 2px 0;
  border: 1px solid #BB7070;
text-align: center;
}
}


/* red */
td.fmbox-image2 {
td.ambox-delete, td.ambox-serious {
border: none;
  border-left: 10px solid #b22222;
padding: 2px 0 2px 0;
text-align: center;
}
}


/* orange */
td.fmbox-empty-cell {
table.ambox-content, td.ambox-content {
border: none;
    border-left: 10px solid #f28500;
padding: 0px;
width: 1px;
}
}


/* yellow */
/* ==================== */
table.ambox-style, td.ambox-style {
/* IV. TEMPLATE STYLING */
  border-left: 10px solid #ffcc00;
/* ==================== */
.generic-infobox-row {
padding: 5px;
font-size: 160%;
line-height: 1;
}
}


/* black */
.item-infobox-row-left {
table.ambox-images,td.ambox-images {
width: 100px;
  border-left: 10px solid #000000;
padding: 5px;
text-align: right;
font-size: 160%;
line-height: 1;
}
}


/* gray-gold */
/* ================ */
table.ambox-protection, td.ambox-protection {
/* V. EDIT NOTICES */
  border-left: 10px solid #bba;
/* ================ */
.editnoticemain {
background-color: #F7FFF5; border: 1px solid #D4F2CE;
}
}


/* green */
.editnoticered {
table.ambox-good, td.ambox-good {
background-color: #FFDBDB; border: 1px solid #BB7070;
  border-left: 10px solid #73D216;
}
}


/* fmbox */
.editnoticeblue {
div.mw-warning-with-logexcerpt,
background-color: #E6F2FF; border: 1px solid #B8C7D9;
div.mw-lag-warn-high,
}
div.mw-cascadeprotectedwarning,
 
div.mw-newarticletext,
/* =========== */
div#mw-protect-cascadeon,
/* VI. SKINNING */
.fmbox {
/* =========== */
    clear: both;
.mw-wiki-logo {
    margin: 0.2em 0;
background-size: 135px 135px;
    background-color: #f9f9f9;
}
    border: 1px solid #aaa;
 
    padding: 0.125em 0.25em;
#p-logo
    margin: 3px auto;
{
    width: auto;
border-right: 1px solid #7F7F7F !important;
}
 
#mw-page-base {
width: 100%;
}
 
/* footer */
footer#footer.mw-footer {
margin-left: 10em;
border-left: 1px solid #7F7F7F !important;
}
 
/* slightly smaller page heading */
/* #firstHeading {
font-size: 1.7em !important;
} */
 
#content {
border-left: 1px solid #7F7F7F !important;
border-top: 1px solid #7F7F7F !important;
border-bottom: 1px solid #7F7F7F !important;
}
 
body {
overflow-x: hidden;
}
 
/* fix for top section of sidebar */
div.body.vector-menu-content {
margin-left: 0.5em !important;
}
 
/* make font generally smaller */
/* #bodyContent, .mw-body-content {
font-size: 0.8em;
} */
 
/* force bullet lists to not use img */
ul {
list-style-image: none !important;
}
 
/* fix for 982px screen discrimination code */
@media screen and (min-width:982px) {
div#content {
margin-left: 10em !important;
padding: 1em 1em 1em 1em !important;
}
 
#mw-panel {
padding-left: 0em !important;
}
 
#p-search {
margin-right: 0.5em !important;
}
 
#p-personal {
right: 0.75em !important;
}
}
 
#left-navigation {
margin-left: 10em !important;
}
 
/* keeping for now, account for additions to shared.css */
table.wikitable {
border-collapse: separate;
}
 
/* keeping for now, for site notice */
#siteNotice div, #siteNotice p {
margin: -0.5em 0em 1.5em 0em
}
 
/* TABS */
/* make tabs use relative so center section works */
nav.vectorTabs ul li {
position: relative;
}
 
/* get rid of default tab separators */
nav.vectorTabs, nav.vectorTabs ul, nav.vectorMenu h5 a {
background: none !important;
}
 
/* position text correctly */
nav.vectorTabs ul li, nav.vectorTabs ul li * {
margin: 0px !important;
padding: 0px !important;
background: none !important;
}
 
/* sidebar separator */
h3#p-tb-label {
background-position: left bottom;
background-size: 122px 1px;
}
 
nav.vectorTabs ul li * {
font-size: 22px !important;
}
 
/* UNSELECTED TAB */
/* tab positioning and left */
nav.vectorTabs ul li {
padding-left: 10px !important;
height: 24px !important;
margin-top: 16px !important;
margin-right: 4px !important;
background-size: 20px 24px !important;
background-position: bottom left !important;
background-repeat: no-repeat !important;
}
 
/* center */
nav.vectorTabs ul li:before {
content: "";
width: calc(100% - 12px);
position: absolute;
top: 0;
left: 8px;
height: 24px;
background-size: 10px 24px !important;
}
 
/* tab positioning and right */
nav.vectorTabs ul li a {
padding-right: 10px !important;
padding-left: 10px !important;
margin-left: -10px !important;
padding-bottom: 0px !important;
line-height: 24px !important;
height: 24px !important;
display: block !important;
position: relative !important;
background-size: 20px 24px !important;
background-position: bottom right !important;
background-repeat: no-repeat !important;
}
 
/* UNCREATED TAB */
/* left */
nav.vectorTabs ul li.new {
background-size: 20px 24px !important;
}
 
/* center */
nav.vectorTabs ul li.new:before {
content: "";
width: calc(100% - 14px);
position: absolute;
top: 0;
left: 8px;
height: 24px;
background-size: 10px 24px !important;
}
 
/* right */
nav.vectorTabs ul li.new a {
background-size: 20px 24px !important;
}
 
/* SELECTED TAB */
/* left */
nav.vectorTabs ul li.selected {
background-size: 20px 25px !important;
background-position: bottom left !important;
background-repeat: no-repeat !important;
height: 25px !important;
}
 
/* center */
nav.vectorTabs ul li.selected:before {
content: "";
width: calc(100% - 14px);
position: absolute;
top: 0;
left: 8px;
height: 25px;
background-size: 10px 25px !important;
}
 
/* right */
nav.vectorTabs ul li.selected a {
background-size: 20px 25px !important;
background-position: bottom right !important;
background-repeat: no-repeat !important;
height: 25px !important;
}
 
/* disable text coloring for selected tabs */
nav.vectorTabs ul li.selected * {
cursor: default !important;
}
 
/* MORE TAB */
/* more tab bg and fixing + left */
nav.vectorMenu {
top: 16px !important;
transition: none !important;
margin-right: 4px !important;
height: 24px;
background-size: 20px 24px !important;
background-repeat: no-repeat;
}
 
/* center */
h3#p-cactions-label::before {
content: "";
width: calc(100% - 14px);
position: absolute;
top: 0;
left: 8px;
height: 24px;
background-size: 10px 24px !important;
}
 
/* right - this is really hacky and will break in an update guaranteed */
nav#p-cactions.vector-menu.vector-menu-dropdown.vectorMenu::after {
content: "";
width: 100%;
position: absolute;
top: 0;
left: 0;
height: 24px;
background-size: 20px 24px !important;
background-repeat: no-repeat;
background-position: top right;
}
}


div.mw-warning-with-logexcerpt,  /* Lazy solution. */
/* more tab text fixing, get rid of default separator */
div.mw-lag-warn-high,
div#mw-head nav.vectorMenu h3 {
div.mw-cascadeprotectedwarning,
padding: 3px 10px 3px 10px;
div.mw-newarticletext,
background-image: none;
div#mw-protect-cascadeon {
height: 24px;
    padding: 0.5em 1em;
}
}


th.fmbox-text, td.fmbox-text {    /* The message body cell(s) */
/* replace default more down arrow */
    border: none;
h3#p-cactions-label:after {
    padding: 0em;       /* 0.9em left/right */
z-index: 11;
    width: 100%;   /* Make all mboxes the same width regardless of text length */
width: 12px !important;
height: 12px !important;
top: 7px !important;
left: 9px !important;
opacity: 1 !important;
background-size: 12px 12px;
}
}
td.fmbox-image {                 /* The left image cell */
 
    border: none;
/* margin between tabs and more tab */
    padding: 2px 0 2px 0;   /* 0.9em left, 0px right */
/* ul.vector-menu-content-list {
    text-align: center;
margin-right:4px;
} */
 
/* more tab font */
nav.vectorMenu h3 span {
padding: 3px 0px 3px 15px;
font-size: 22px !important;
z-index: 10;
position: relative;
}
}
td.fmbox-image2 {            /* The right image cell */
 
    border: none;
/* more dropdown menu */
    padding: 2px 0 2px 0;    /* 0px left, 0.9em right */
nav.vectorMenu .menu {
    text-align: center;
top: 1.5em !important;
left: 0px !important;
}
}
td.fmbox-empty-cell {        /* An empty narrow cell */
 
    border: none;
/* more dropdown menu bg */
    padding: 0px;
nav.vectorMenu ul {
    width: 1px;
border-left: 1px solid #7F7F7F !important;
border-right: 1px solid #7F7F7F !important;
border-bottom: 1px solid #7F7F7F !important;
margin-left: 0px !important;
background-position: top !important;
background-repeat: repeat-x !important;
}
}


/* edit notices */
ul.menu.vector-menu-content-list {
.editnoticemain  {
min-width: 64px;
background-color: #F7FFF5; border: 1px solid #D4F2CE;
}
}
.editnoticered {
 
background-color: #FFDBDB; border: 1px solid #BB7070;
/* SEARCH TAB */
/* left */
#p-search {
margin-top: 16px !important;
margin-left: 0 !important;
height: 24px !important;
background-repeat: no-repeat;
background-size: 20px 24px !important;
}
}
.editnoticeblue  {
 
background-color: #E6F2FF; border: 1px solid #B8C7D9;
/* center */
#p-search form#searchform {
height: 24px !important;
background-size: calc(100% - 14px) 24px !important;
background-position: center;
background-repeat: no-repeat;
}
}


/* hack because WikiEditor doesn't like showing arrows */
/* right */
.wikiEditor-ui-toolbar .tabs span.tab a {
#p-search::after {
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22%3E%3Cpath d=%22M6.001 2.998l5.001 5-5.001 5z%22 fill=%22%23797979%22/%3E%3C/svg%3E");
content: "";
background-position: left center;
width: 100%;
height: 24px !important;
display: block;
margin-top: -24px;
background-repeat: no-repeat;
background-repeat: no-repeat;
background-size: 20px 24px !important;
background-position: top right;
}
/* fix search content being super low */
div#p-search form#searchform {
margin-top: 0px !important;
}
/* fix search button being at an offset */
#simpleSearch {
background: none !important;
border: none !important;
width: 100% !important;
min-width: 0% !important;
max-width: 100% !important;
}
/* search input */
#searchInput {
border: none !important;
padding: 4px !important;
margin: 0px !important;
height: 16px !important;
font-size: 11px !important;
border-radius: 2px !important;
-moz-border-radius: 2px !important;
margin-left: 4px !important;
width: 140px !important;
-webkit-box-shadow: none !important;
-webkit-appearance: none !important;
box-shadow: none !important;
margin-top: 4px !important;
}
/* search button */
#searchButton {
border: 0px !important;
padding: 0px !important;
width: 18px !important;
min-width: 18px !important;
margin-left: 8px !important;
height: 18px !important;
cursor: pointer !important;
text-indent: -5000px !important;
position: relative !important;
top: 2px !important;
right: 4px !important;
float: right !important;
margin-top: 1px !important;
background-size: 18px 36px !important;
background-position: top !important;
background-repeat: no-repeat !important;
}
/* search button hover */
#searchButton:hover {
background-position: 0px -18px !important;
}
/* recent changes small fix */
.oo-ui-textInputWidget .oo-ui-inputWidget-input, .oo-ui-dropdownWidget-handle {
border-radius: 0 !important;
}
/* force table sorting icon size */
.client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort {
background-size: 21px 9px;
}
/* file upload name */
input#wpDestFile {
background-color: #FFFFFF;
color: #000000;
border: 2px solid #8F8F9D;
border-radius: 4px;
}
/* file upload license */
select#wpLicense {
background-color: #E9E9E9;
color: #000000;
border-radius: 4px;
border: 2px solid #8F8F9D;
}
/* main page styling */
.mp-content-table {
width: 100%;
}
div.mp-content-header {
font-size: 140%;
font-weight: bold;
border: none;
text-align: left;
padding-top:10px;
padding-bottom:10px;
margin:-3px;
padding:10px;
}
.mp-content-spacer {
margin-left: 3px;
margin-right: 3px;
margin-bottom: -3px;
color: none;
border: none;
text-align: center;
}
/* main page image scaling */
.mp-index-image a img {
width: 80%;
height: 100%;
max-width: 225px;
}
.mp-featured-image a img {
width: 100%;
height: 100%;
max-width: 200px;
float: right;
}
/* hide main page title */
body.page-Main_Page h1.firstHeading {
margin-bottom: -55px;
visibility: hidden;
}
}

Latest revision as of 23:33, 3 September 2022

/* ================== */
/* I. GENERAL STYLING */
/* ================== */
html, body {
	height:100% !important;
}

div#mw-panel {
	min-height: 100% !important;
	border-right: 1px solid #7F7F7F !important;
}

/* fonts */
@font-face {
	font-family: 'OMORI_GAME';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(/static/OMORI_GAME.woff2) format('woff2');
}

@font-face {
	font-family: 'OMORI_GAME2';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(/static/OMORI_GAME2.woff2) format('woff2');
}

/* ====================== */
/* II. USER-RELATED STUFF */
/* ====================== */
/* personal link colors */
#p-personal li * {
	color: #ffffff !important;
	text-shadow: 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000;
}

/* 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"],
.mw-userlink[title="User:Rph"],
li#pt-userpage a[href="/User:Rph"],
.mw-userlink[title="User:Pyro"],
li#pt-userpage a[href="/User:Pyro"],
a.trusted, .bur, .adm, .mod, .loc, .helpUser {
	color:#FF7AD7 !important;
}

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

/* bold personal user link */
li#pt-userpage {
	font-weight: bold;
}

/* personal tab user icon */
li#pt-userpage a {
	background-image: url(images/5/54/SkinDefault_LoginOMORI.png);
	background-position: left top 3px;
	padding-left: 24px !important;
	background-size: 20px;
	height: 16px;
	image-rendering: pixelated;
	image-rendering: crisp-edges;
}

/* 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;
}

/* ================== */
/* III. AMBOX STYLING */
/* ================== */
th.ambox-text, td.ambox-text {
	border: none;
	padding: 0.25em 0.9em;
	width: 100%;
}

td.ambox-image {
	border: none;
	padding: 2px 0 2px 0.9em;
	text-align: center;
}

td.ambox-image2 {
	border: none;
	padding: 2px 0.9em 2px 0;
	text-align: center;
}

td.ambox-empty-cell {
	border: none;
	padding: 0px;
	width: 1px;
}

table.ambox {
	margin: 0px 10%;
}

table.ambox + table.ambox {
	margin-top: -1px;
}

.ambox th.ambox-text, .ambox td.ambox-text {
	padding: 0.25em 0.5em;
}

.ambox td.ambox-image {
	padding: 2px 0 2px 0.5em;
}

.ambox td.ambox-image2 {
	padding: 2px 0.5em 2px 0;
}

/* fmbox */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div.mw-newarticletext,
div#mw-protect-cascadeon,
.fmbox {
	clear: both;
	margin: 0.2em 0;
	background-color: #f9f9f9;
	border: 1px solid #aaa;
	padding: 0.125em 0.25em;
	margin: 3px auto;
	width: auto;
}

div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div.mw-newarticletext,
div#mw-protect-cascadeon {
	padding: 0.5em 1em;
}

th.fmbox-text, td.fmbox-text {
	border: none;
	padding: 0em;
	width: 100%;
}

td.fmbox-image {
	border: none;
	padding: 2px 0 2px 0;
	text-align: center;
}

td.fmbox-image2 {
	border: none;
	padding: 2px 0 2px 0;
	text-align: center;
}

td.fmbox-empty-cell {
	border: none;
	padding: 0px;
	width: 1px;
}

/* ==================== */
/* IV. TEMPLATE STYLING */
/* ==================== */
.generic-infobox-row {
	padding: 5px;
	font-size: 160%;
	line-height: 1;
}

.item-infobox-row-left {
	width: 100px;
	padding: 5px;
	text-align: right;
	font-size: 160%;
	line-height: 1;
}

/* ================ */
/* V. EDIT NOTICES */
/* ================ */
.editnoticemain {
	background-color: #F7FFF5; border: 1px solid #D4F2CE;
}

.editnoticered {
	background-color: #FFDBDB; border: 1px solid #BB7070;
}

.editnoticeblue {
	background-color: #E6F2FF; border: 1px solid #B8C7D9;
}

/* =========== */
/* VI. SKINNING */
/* =========== */
.mw-wiki-logo {
	background-size: 135px 135px;
}

#p-logo
{
	border-right: 1px solid #7F7F7F !important;
}

#mw-page-base {
	width: 100%;
}

/* footer */
footer#footer.mw-footer {
	margin-left: 10em;
	border-left: 1px solid #7F7F7F !important;
}

/* slightly smaller page heading */
/* #firstHeading {
	font-size: 1.7em !important;
} */

#content {
	border-left: 1px solid #7F7F7F !important;
	border-top: 1px solid #7F7F7F !important;
	border-bottom: 1px solid #7F7F7F !important;
}

body {
	overflow-x: hidden;
}

/* fix for top section of sidebar */
div.body.vector-menu-content {
	margin-left: 0.5em !important;
}

/* make font generally smaller */
/* #bodyContent, .mw-body-content {
	font-size: 0.8em;
} */

/* force bullet lists to not use img */
ul {
	list-style-image: none !important;
}

/* fix for 982px screen discrimination code */
@media screen and (min-width:982px) {
	div#content {
		margin-left: 10em !important;
		padding: 1em 1em 1em 1em !important;
	}

	#mw-panel {
		padding-left: 0em !important;
	}

	#p-search {
		margin-right: 0.5em !important;
	}

	#p-personal {
		right: 0.75em !important;
	}
}

#left-navigation {
	margin-left: 10em !important;
}

/* keeping for now, account for additions to shared.css */
table.wikitable {
	border-collapse: separate;
}

/* keeping for now, for site notice */
#siteNotice div, #siteNotice p { 
	margin: -0.5em 0em 1.5em 0em
}

/* TABS */
/* make tabs use relative so center section works */
nav.vectorTabs ul li {
	position: relative;
}

/* get rid of default tab separators */
nav.vectorTabs, nav.vectorTabs ul, nav.vectorMenu h5 a {
	background: none !important;
}

/* position text correctly */
nav.vectorTabs ul li, nav.vectorTabs ul li * {
	margin: 0px !important;
	padding: 0px !important;
	background: none !important;
}

/* sidebar separator */
h3#p-tb-label {
	background-position: left bottom;
	background-size: 122px 1px;
}

nav.vectorTabs ul li * {
	font-size: 22px !important;
}

/* UNSELECTED TAB */
/* tab positioning and left */
nav.vectorTabs ul li {
	padding-left: 10px !important;
	height: 24px !important;
	margin-top: 16px !important;
	margin-right: 4px !important;
	background-size: 20px 24px !important;
	background-position: bottom left !important;
	background-repeat: no-repeat !important;
}

/* center */
nav.vectorTabs ul li:before {
	content: "";
	width: calc(100% - 12px);
	position: absolute;
	top: 0;
	left: 8px;
	height: 24px;
	background-size: 10px 24px !important;
}

/* tab positioning and right */
nav.vectorTabs ul li a {
	padding-right: 10px !important;
	padding-left: 10px !important;
	margin-left: -10px !important;
	padding-bottom: 0px !important;
	line-height: 24px !important;
	height: 24px !important;
	display: block !important;
	position: relative !important;
	background-size: 20px 24px !important;
	background-position: bottom right !important;
	background-repeat: no-repeat !important;
}

/* UNCREATED TAB */
/* left */
nav.vectorTabs ul li.new {
	background-size: 20px 24px !important;
}

/* center */
nav.vectorTabs ul li.new:before {
	content: "";
	width: calc(100% - 14px);
	position: absolute;
	top: 0;
	left: 8px;
	height: 24px;
	background-size: 10px 24px !important;
}

/* right */
nav.vectorTabs ul li.new a {
	background-size: 20px 24px !important;
}

/* SELECTED TAB */
/* left */
nav.vectorTabs ul li.selected {
	background-size: 20px 25px !important;
	background-position: bottom left !important;
	background-repeat: no-repeat !important;
	height: 25px !important;
}

/* center */
nav.vectorTabs ul li.selected:before {
	content: "";
	width: calc(100% - 14px);
	position: absolute;
	top: 0;
	left: 8px;
	height: 25px;
	background-size: 10px 25px !important;
}

/* right */
nav.vectorTabs ul li.selected a {
	background-size: 20px 25px !important;
	background-position: bottom right !important;
	background-repeat: no-repeat !important;
	height: 25px !important;
}

/* disable text coloring for selected tabs */
nav.vectorTabs ul li.selected * {
	cursor: default !important;
}

/* MORE TAB */
/* more tab bg and fixing + left */
nav.vectorMenu {
	top: 16px !important;
	transition: none !important;
	margin-right: 4px !important;
	height: 24px;
	background-size: 20px 24px !important;
	background-repeat: no-repeat;
}

/* center */
h3#p-cactions-label::before {
	content: "";
	width: calc(100% - 14px);
	position: absolute;
	top: 0;
	left: 8px;
	height: 24px;
	background-size: 10px 24px !important;
}

/* right - this is really hacky and will break in an update guaranteed */
nav#p-cactions.vector-menu.vector-menu-dropdown.vectorMenu::after {
	content: "";
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	background-size: 20px 24px !important;
	background-repeat: no-repeat;
	background-position: top right;
}

/* more tab text fixing, get rid of default separator */
div#mw-head nav.vectorMenu h3 {
	padding: 3px 10px 3px 10px;
	background-image: none;
	height: 24px;
}

/* replace default more down arrow */
h3#p-cactions-label:after {
	z-index: 11;
	width: 12px !important;
	height: 12px !important;
	top: 7px !important;
	left: 9px !important;
	opacity: 1 !important;
	background-size: 12px 12px;
}

/* margin between tabs and more tab */
/* ul.vector-menu-content-list {
	margin-right:4px;
} */

/* more tab font */
nav.vectorMenu h3 span {
	padding: 3px 0px 3px 15px;
	font-size: 22px !important;
	z-index: 10;
	position: relative;
}

/* more dropdown menu */
nav.vectorMenu .menu {
	top: 1.5em !important;
	left: 0px !important;
}

/* more dropdown menu bg */
nav.vectorMenu ul {
	border-left: 1px solid #7F7F7F !important;
	border-right: 1px solid #7F7F7F !important;
	border-bottom: 1px solid #7F7F7F !important;
	margin-left: 0px !important;
	background-position: top !important;
	background-repeat: repeat-x !important;
}

ul.menu.vector-menu-content-list {
	min-width: 64px;
}

/* SEARCH TAB */
/* left */
#p-search {
	margin-top: 16px !important;
	margin-left: 0 !important;
	height: 24px !important;
	background-repeat: no-repeat;
	background-size: 20px 24px !important;
}

/* center */
#p-search form#searchform {
	height: 24px !important;
	background-size: calc(100% - 14px) 24px !important;
	background-position: center;
	background-repeat: no-repeat;
}

/* right */
#p-search::after {
	content: "";
	width: 100%;
	height: 24px !important;
	display: block;
	margin-top: -24px;
	background-repeat: no-repeat;
	background-size: 20px 24px !important;
	background-position: top right;
}

/* fix search content being super low */
div#p-search form#searchform {
	margin-top: 0px !important;
}

/* fix search button being at an offset */
#simpleSearch {
	background: none !important;
	border: none !important;
	width: 100% !important;
	min-width: 0% !important;
	max-width: 100% !important;
}

/* search input */
#searchInput {
	border: none !important;
	padding: 4px !important;
	margin: 0px !important;
	height: 16px !important;
	font-size: 11px !important;
	border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	margin-left: 4px !important;
	width: 140px !important;
	-webkit-box-shadow: none !important;
	-webkit-appearance: none !important;
	box-shadow: none !important;
	margin-top: 4px !important;
}

/* search button */
#searchButton {
	border: 0px !important;
	padding: 0px !important;
	width: 18px !important;
	min-width: 18px !important;
	margin-left: 8px !important;
	height: 18px !important;
	cursor: pointer !important;
	text-indent: -5000px !important;
	position: relative !important;
	top: 2px !important;
	right: 4px !important;
	float: right !important;
	margin-top: 1px !important;
	background-size: 18px 36px !important;
	background-position: top !important;
	background-repeat: no-repeat !important;
}

/* search button hover */
#searchButton:hover {
	background-position: 0px -18px !important;
}

/* recent changes small fix */
.oo-ui-textInputWidget .oo-ui-inputWidget-input, .oo-ui-dropdownWidget-handle {
	border-radius: 0 !important;
}

/* force table sorting icon size */
.client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort {
	background-size: 21px 9px;
}

/* file upload name */
input#wpDestFile {
	background-color: #FFFFFF;
	color: #000000;
	border: 2px solid #8F8F9D;
	border-radius: 4px;
}

/* file upload license */
select#wpLicense {
	background-color: #E9E9E9;
	color: #000000;
	border-radius: 4px;
	border: 2px solid #8F8F9D;
}

/* main page styling */
.mp-content-table {
	width: 100%;
}

div.mp-content-header {
	font-size: 140%;
	font-weight: bold;
	border: none;
	text-align: left;
	padding-top:10px;
	padding-bottom:10px;
	margin:-3px;
	padding:10px;
}

.mp-content-spacer {
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: -3px;
	color: none;
	border: none;
	text-align: center;
}

/* main page image scaling */
.mp-index-image a img {
	width: 80%;
	height: 100%;
	max-width: 225px;
}

.mp-featured-image a img {
	width: 100%;
	height: 100%;
	max-width: 200px;
	float: right;
}

/* hide main page title */
body.page-Main_Page h1.firstHeading {
	margin-bottom: -55px;
	visibility: hidden;
}