MediaWiki:Monobook.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(a few changes, mostly making the code more compact though)
mNo edit summary
 
(226 intermediate revisions by 4 users not shown)
Line 1: Line 1:
/* Don't display some stuff on the main page */
/* CSS placed here will affect users of the Monobook skin */
body.page-Main_Page #lastmod,  
 
body.page-Main_Page #siteSub,
#globalWrapper {
body.page-Main_Page #contentSub,
overflow: hidden;
body.page-Main_Page h1.firstHeading {
background: none !important;
    display: none !important;
}
.firstHeading { margin-top: 5px; }
p { margin: 0.6em 0 0.7em 0; }
h1 { font-size: 193%; }
h3 + dl, h4 + dl, h5 + dl {
margin-top: -0.1em;
}
.ns-talk p + dl, .ns-110 p + dl,
.rootpage-Pikipedia_Featured_article p + dl {
margin-top: -0.4em;
}
.ns-talk dl + dl, .ns-110 dl + dl,
.rootpage-Pikipedia_Featured_article dl + dl {
margin-top: -0.2em;
}
 
/* Infoboxes */
.infobox th {
background: #cfc;
}
 
/* Pikipedia boxes */
.pikipediaBox {
background-color: #cfc;
border: 2px outset #0b0;
border-radius: 30px 0 20px 0;
}
 
/* Titled boxes */
.titledBox {
background-color: #f5fffa;
border: 1px solid #cef2e0;
margin-top: 10px;
}
.titledBoxTitle {
background-color: #cef2e0;
border: 1px solid #a3bfb1;
}
}


.editsimilar {
/* CategoryTree */
    background: #cfc;
.CategoryTreeToggle {
    border: 2px outset #0b0;
color: #080;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    -webkit-border-top-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-bottomright: 40px;
}
}


/*Watchlist edit message*/
/* Edit page */
div.editOptions {
background: none;
border: 1px solid #9c9;
}
#wpSummaryWidget .oo-ui-labelElement-label {
margin-top: -4px;
}
input#wpSummary {
width: 99%;
}
 
.CodeMirror {
background: transparent;
}
 
/* Watchlist edit message */
.usermessage {
.usermessage {
    background: #cfc;
background: #cfc;
    font-weight: bold;
font-weight: bold;
    margin: 20px 0 10px 0;
margin: 20px 0 10px 0;
    padding: 5px 10px;
padding: 5px 10px;
    vertical-align: middle;
vertical-align: middle;
    border: 2px outset #0b0;
border: 2px outset #0b0;
    border-top-left-radius: 15px;
border-radius: 15px 0;
    border-bottom-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
}
}


/*Content area*/
/* Content area */
#footer {background: none;}
div#footer {
ul li {list-style-image: url(http://images4.wikia.nocookie.net/pikmin/images/7/7a/Bullet.png);}
border: outset #0b0;
border-width: 2px 0;
background: rgba(255, 255, 255, 0.95);
}
ul {
list-style-image: url(https://pikmin.wiki.gallery/images/bullet.png);
}
#toc {
#toc {
    background: #cfc;
background: #cfc;
    border-top-left-radius: 60px;
border: 2px outset #0b0;
    border-bottom-right-radius: 40px;
border-radius: 60px 0 40px 0;
    -webkit-border-top-left-radius: 60px;
padding: 7px 13px;
    -webkit-border-bottom-right-radius: 40px;
min-width: 115px;
    -moz-border-radius-topleft: 60px;
    -moz-border-radius-bottomright: 40px;
    border: 2px outset #0b0;
}
}
#toc li {list-style: none;}
#toc li {
body {background: url(http://images4.wikia.nocookie.net/pikmin/images/3/3f/BG.png) no-repeat right fixed;}
list-style: none;
#content {
}
    border: 2px outset #0b0 !important;
body {
    border-radius: 15px;
background: #6a9140 url(https://pikmin.wiki.gallery/images/8/8a/Wiki-background.jpg) no-repeat fixed -150px top;
    -webkit-border-radius: 15px;
}
    -moz-border-radius: 20px;
div#content {
    background: url(http://images4.wikia.nocookie.net/pikmin/images/6/67/BG_contentarea.png) right fixed no-repeat;
border: 2px outset #0b0 !important;
border-radius: 15px;
background: rgba(255, 255, 255, 0.95);
}
table, td, table.diff,
td.diff-otitle, td.diff-ntitle {
background: none;
}
pre {
background: rgba(249, 249, 249, .7);
}
div.thumb {
border: none;
}
}
table, td {background: none;}
div.thumb {border: none;}
div.tright {
div.tright {
  border: none;
border: none;
  margin: 5px 0 5px 10px;
margin: 5px 0 10px 15px;
}
}
div.tleft {
div.tleft {
  border: none;
border: none;
  margin: 5px 15px 5px 0;
margin: 5px 15px 10px 0;
}
}
#catlinks {
#catlinks {
  border: 2px outset #0b0;
border: 2px outset #0b0;
  background: #ccffcc;
background: #ccffcc;
    border-top-left-radius: 30px;
border-radius: 15px 0;
    border-bottom-right-radius: 30px;
margin-top: 10px;
    -webkit-border-top-left-radius: 30px;
padding-top: 0;
    -webkit-border-bottom-right-radius: 30px;
padding-bottom: 0;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomright: 30px;
    padding-bottom: 0;
    padding-top: 0;
}
}


/*Sidebar*/
@media all and (min-width: 551px) {
.portlet {width: 150px;}
/* User links */
.portlet h5 {
body.skin-monobook #p-personal ul {
    text-transform: uppercase;
background: rgba(0, 0, 0, 0.4);
    color: #fff;
border-radius: 0 0 0 10px;
    background: #050;
float: right;
    border: 2px outset #0b0;
padding: 2px 1em 2px 0;
    padding: 1px 0 3px 10px;
}
    font-weight: bold;
body.skin-monobook #p-personal li a,
    display: block;
body.skin-monobook li#pt-anonuserpage {
    border-top-left-radius: 11px;
color: #efe;
    border-bottom-right-radius: 11px;
}
    -webkit-border-top-left-radius: 11px;
body.skin-monobook #p-personal li a:hover {
    -webkit-border-bottom-right-radius: 11px;
color: #bfb;
    -moz-border-radius-topleft: 11px;
background: none;
    -moz-border-radius-bottomright: 11px;
text-decoration: underline;
}
 
/* Tabs */
body.skin-monobook #p-cactions .pBody:hover {
opacity: 1;
}
body.skin-monobook #p-cactions li:hover {
opacity: 0.95;
}
body.skin-monobook #p-cactions li {
border: 2px outset #0b0;
border-bottom: 1px solid #fff;
border-radius: 10px 0;
padding: 0 0 .2em;
}
body.skin-monobook #p-cactions li.selected {
border-color: #fabd23;
}
body.skin-monobook #p-cactions li a {
border: none;
border-radius: 10px 0;
}
 
/* Sidebar */
body.skin-monobook .portlet {
width: 150px;
}
body.skin-monobook .portlet h3 {
text-transform: uppercase;
color: #fff;
background: #050;
border: 2px outset #0b0;
padding: 1px 0 3px 10px;
font-weight: bold;
display: block;
border-radius: 11px 0;
}
body.skin-monobook .portlet h3 label {
cursor: auto;
}
body.skin-monobook .pBody {
background: #cfc;
border: 2px outset #0b0;
padding-left: 0;
margin: 2px 20px 0 5px;
border-radius: 25px 0;
}
body.skin-monobook .portlet ul {
list-style-type: none;
}


/* Search */
input[type="submit"]:hover,
input[type="button"]:hover,
.mw-body-content button:hover {
background: none;
}
body.skin-monobook #searchInput {
width: 100px;
}
body.skin-monobook #p-search .pBody {
padding: 4px 6px 5px 6px;
}
body.skin-monobook #searchButton,
body.skin-monobook #mw-searchButton {
padding: 0 2px;
border-radius: 11px 0;
}
body.skin-monobook #searchButton:hover,
body.skin-monobook #mw-searchButton:hover {
background: #fff;
}
}
}
.pBody {
@media all and (max-width: 550px) {
    background: #cfc;
body.skin--responsive #searchInput {
    border: 2px outset #0b0;
border: 1px solid #aaa !important;
    padding-left: 0;
}
    margin: 2px 20px 0 5px;
body.skin--responsive #searchButton {
    border-top-left-radius: 25px;
border: 0 !important;
    border-bottom-right-radius: 25px;
}
    -webkit-border-top-left-radius: 25px;
body.skin--responsive #searchInput,
    -webkit-border-bottom-right-radius: 25px;
body.skin--responsive #searchButton {
    -moz-border-radius-topleft: 25px;
border-radius: 0 !important;
    -moz-border-radius-bottomright: 25px;
box-sizing: border-box !important;
}
}
.portlet ul {list-style-type: none;}
 
/*Search*/
#p-search input["type=submit"] {padding: 0;}
input[type="submit"]:hover,
input[type="button"]:hover {
    background: none;
}
}
#searchInput {width: 100px;}
#p-search .pBody {padding: 4px 6px 5px 6px;}
#searchGoButton,
#mw-searchButton {padding: 0 4px;}


/*Tabs*/
/* Input boxes */
#p-cactions .pBody:hover {opacity: 1;}
body input[type="submit"],
#p-cactions li:hover {opacity: 0.8;}
body input[type="button"],
#p-cactions li {
body .mw-body-content button:not(.vjs-control),
    border: 2px outset #0b0;
body .mw-body-content .mw-ui-button,
    border-bottom: 1px solid #fff;
.ns-special .oo-ui-inputWidget-input.oo-ui-buttonElement-button,
    border-top-left-radius: 10px;
#wpSave,
    border-bottom-right-radius: 10px;
#wpPreview,
    -webkit-border-top-left-radius: 10px;
#wpDiff,
    -webkit-border-bottom-right-radius: 10px;
#wpCreateaccount,
    -moz-border-radius-topleft: 10px;
#wpLoginAttempt,
    -moz-border-radius-bottomright: 10px;
#mw-createaccount-join,
#wpLoginAttempt:active,
#wpCreateaccount:active,
#mw-createaccount-join:active,
#wpLoginAttempt:focus,
#wpCreateaccount:focus,
#mw-createaccount-join:focus,
#wpLoginAttempt:active:focus,
#wpCreateaccount:active:focus,
#mw-createaccount-join:active:focus {
color: #000;
cursor: pointer;
background: #cfc;
border: 2px outset #0b0 !important;
border-shadow: none;
}
}
#p-cactions li a {
#wpLoginAttempt:hover,
    border: none;
#wpCreateaccount:hover,
    border-top-left-radius: 10px;
#mw-createaccount-join:hover,
    border-bottom-right-radius: 10px;
.ns-special .oo-ui-inputWidget-input.oo-ui-buttonElement-button:hover,
    -webkit-border-top-left-radius: 10px;
#wpSave:hover,
    -webkit-border-bottom-right-radius: 10px;
#wpPreview:hover,
    -moz-border-radius-topleft: 10px;
#wpDiff:hover {
    -moz-border-radius-bottomright: 10px;
color: #000;
cursor: pointer;
background: #fff;
opacity: 0.85;
border: 2px outset #0b0 !important;
border-shadow: none;
}
}
 
#mw-editform-cancel .oo-ui-buttonElement-button {
/*Hover*/
background: #fff;
.usermessage:hover,
#toc:hover,
#catlinks:hover {background: none;}
.portlet .pBody:hover,
.portlet h5:hover {
    background: #fff;
    opacity: 0.85;
}
}
.portlet h5:hover {color: #050;}
#mw-editform-cancel .oo-ui-labelElement-label {
 
color: #080;
/*Input boxes*/
input[type="submit"],
input[type="button"] {
    color: #000;
    cursor: pointer;
    background: #cfc;
    border: 2px outset #0b0;
}
}
input[type="submit"],
input[type="submit"],
input[type="button"],
input[type="button"],
input[type="text"],
.mw-body-content button:not(.vjs-control),
input[type="password"] {
.editButtons .oo-ui-buttonElement-button,
    border-top-left-radius: 15px;
.ns-special .oo-ui-inputWidget-input.oo-ui-buttonElement-button,
    border-bottom-right-radius: 15px;
.mw-body-content input[type="text"],
    -webkit-border-top-left-radius: 15px;
.mw-body-content input[type="password"],
    -webkit-border-bottom-right-radius: 15px;
.mw-body-content input[type="email"],
    -moz-border-radius-topleft: 15px;
input[type="search"],
    -moz-border-radius-bottomright: 15px;
#mw-input-captchaWord,
    border: 2px inset #0b0;
input.loginText,
    padding-left: 3px;
.mw-body-content .mw-ui-button {
border-radius: 15px 0;
border: 2px inset #0b0 !important;
padding: 0 3px !important;
box-sizing: content-box !important;
}
.mw-body-content input[type="text"],
.mw-body-content input[type="password"],
input[type="search"] {
height: 16px;
}
}
input[type="text"],
input[type="password"] {height: 16px;}
textarea {
textarea {
    border: 2px inset #0b0;
border: 2px inset #0b0;
    background: none;
background: none;
    padding: 0;
margin-bottom: 3px;
    margin-bottom: 3px;
}
div#userloginForm,
div#userlogin {
background: none;
}
}


/*Links*/
/* Links */
a,
a,
#p-personal li a,
.toctogglelabel,
#p-cactions li a,
.mw-parser-output a.extiw,
#bodyContent a.extiw,
.mw-parser-output a.external,
#bodyContent a.external {
body.skin-monobook #p-cactions li a,
    color: #080;
.mw-special-CheckUser .mw-checkuser-paging-links {
color: #080;
}
}
a:visited,
a:visited,
#bodyContent a.extiw:visited,
.mw-parser-output a.extiw:visited,
#bodyContent a.external:visited {
.mw-parser-output a.external:visited {
    color: #084;
color: #084;
}
}
a:hover,
a:hover,
#p-personal li a:hover,
.mw-parser-output a.extiw:hover,
#bodyContent a.extiw:hover,
.mw-parser-output a.external:hover {
#bodyContent a.external:hover {
color: #0b0;
    color: #0b0;
}
}
a:visited:hover,
a:visited:hover,
#bodyContent a.extiw:visited:hover,
.mw-parser-output a.extiw:visited:hover,
#bodyContent a.external:visited:hover {
.mw-parser-output a.external:visited:hover {
    color: #0b4;
color: #0b4;
}
}
a.new:link,
a.new:link,
a.new:visited,
a.new:visited,
#p-personal li a.new,
a.mw-usertoollinks-contribs-no-edits,
#p-cactions .new a,
body.skin-monobook #p-cactions .new a,
#p-personal li a.new:visited,
body.skin-monobook #p-cactions .new a:visited {
#p-cactions .new a:visited {
color: #bb0;
    color: #bb0;
}
.mw-parser-output a.external {
background: url(https://pikmin.wiki.gallery/images/external.png) center right no-repeat;
}
.mw-parser-output a.external[href$=".pdf"], .mw-parser-output a.external[href$=".PDF"],
.mw-parser-output a.external[href*=".pdf#"], .mw-parser-output a.external[href*=".PDF#"],
.mw-parser-output a.external[href*=".pdf?"], .mw-parser-output a.external[href*=".PDF?"], .link-document {
background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13'%3E%3Cpath fill='%23080' d='M7.5 2v3H10l1-1H8.5V1z'/%3E%3Cpath fill='%230a0' d='M3 1v10h8V4L8.5 1zm1 1h4l2 2.5V10H4z'/%3E%3C/svg%3E");
}
 
/* Infobox links */
.infobox a:visited{
color: #040;
}
.inbobox a:link{
color: #050;
}
 
#new_edit_page_preview_notice { display: none; }
#wikiPreview > *:first-child { display: block; }
#editform { margin-top: 15px; }
 
/* Site notice */
#siteNotice .pikipediaBox {
margin: 0 auto 5px !important;
}
 
/* Switchable */
.switchabletabs li {
border: 2px outset #0b0;
border-radius: 10px 0;
background: none;
}
 
/* News on the front page */
.news-date {
color: #343;
font-style: italic;
}
 
/* Fix footer spacing */
body.skin-monobook #f-list {
line-height: 17px;
}
 
/* Indicator icons */
.mw-indicators {
top: -4px;
}
 
/* Page previews */
.mwe-popups .mwe-popups-extract:hover {
color: #222;
}
 
/* Multimedia viewer */
.mw-mmv-reuse-dialog .mw-mmv-reuse-tabs .oo-ui-iconedElement-icon.oo-ui-icon-check,
.mw-mmv-reuse-dialog .mw-mmv-reuse-tabs .oo-ui-iconElement-icon.oo-ui-icon-check {
display: none !important;
}
.mw-mmv-wrapper a:not(.oo-ui-buttonElement-button) {
color: #3167d4 !important;
}
.mw-mmv-wrapper a.mw-ui-button.mw-ui-progressive {
color: #fff !important;
}
 
/* Special:Search */
.oo-ui-textInputWidget.oo-ui-iconElement input,
.oo-ui-textInputWidget.oo-ui-iconElement textarea {
padding-left: 2.475em !important;
}
.oo-ui-textInputWidget.oo-ui-iconElement > .oo-ui-iconElement-icon {
max-height: 1.25em;
margin-top: 2px;
}
.oo-ui-textInputWidget.oo-ui-indicatorElement > .oo-ui-indicatorElement-indicator {
margin-right: -2.5em;
}
.oo-ui-actionFieldLayout-input {
padding-right: 3.5em;
}
 
/* Advanced search */
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus,
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined .oo-ui-tagMultiselectWidget-handle {
box-shadow: none !important;
}
#mw-advancedSearch-expandable-namespaces .oo-ui-textInputWidget .oo-ui-inputWidget-input {
width: 94% !important;
}
.oo-ui-tagMultiselectWidget-handle {
border: 0 !important;
}
.oo-ui-icon-search, .oo-ui-icon-menu {
background-size: 14px;
background-position: 0 1px;
}
}
#bodyContent a.external {background-image: url(http://images.wikia.com/pikmin/images/4/44/External.png);}
#p-personal li a:hover {background: none;}


#new_edit_page_preview_notice {display: none;}
/* InputBox */
#wikiPreview>*:first-child {display: block;}
.mw-body-content .mw-ui-button.mw-ui-progressive,
#editform {margin-top: 15px;}
.mw-body-content .mw-ui-button.mw-ui-primary {
color: #000;
background: #CCFFCC;
}
.mw-body-content .mw-ui-button.mw-ui-progressive:hover,
.mw-body-content .mw-ui-button.mw-ui-primary:hover {
background-color: #F5FFFA;
}
.mw-body-content .mw-ui-button.mw-ui-progressive:disabled,
.mw-body-content .mw-ui-button.mw-ui-primary:disabled {
border-color: #999999 !important;
}
.mw-body-content .mw-ui-button.mw-ui-progressive:disabled:hover,
.mw-body-content .mw-ui-button.mw-ui-primary:disabled:hover {
background-color: #DDDDDD;
}
.mw-body-content .mw-ui-input:focus {
box-shadow: inset 0 0 0 2px #CEF2E0;
}
 
/* Responsive fix */
@media all and (max-width: 550px) {
body.skin--responsive #sidebar .portlet[role="navigation"] {
display: none !important;
}
}

Latest revision as of 20:29, January 24, 2024

/* CSS placed here will affect users of the Monobook skin */

#globalWrapper {
	overflow: hidden;
	background: none !important;
}
.firstHeading { margin-top: 5px; }
p { margin: 0.6em 0 0.7em 0; }
h1 { font-size: 193%; }
h3 + dl, h4 + dl, h5 + dl {
	margin-top: -0.1em;
}
.ns-talk p + dl, .ns-110 p + dl,
.rootpage-Pikipedia_Featured_article p + dl {
	margin-top: -0.4em;
}
.ns-talk dl + dl, .ns-110 dl + dl,
.rootpage-Pikipedia_Featured_article dl + dl {
	margin-top: -0.2em;
}

/* Infoboxes */
.infobox th {
	background: #cfc;
}

/* Pikipedia boxes */
.pikipediaBox {
	background-color: #cfc;
	border: 2px outset #0b0;
	border-radius: 30px 0 20px 0;
}

/* Titled boxes */
.titledBox {
	background-color: #f5fffa;
	border: 1px solid #cef2e0;
	margin-top: 10px;
}
.titledBoxTitle {
	background-color: #cef2e0;
	border: 1px solid #a3bfb1;
}

/* CategoryTree */
.CategoryTreeToggle {
	color: #080;
}

/* Edit page */
div.editOptions {
	background: none;
	border: 1px solid #9c9;
}
#wpSummaryWidget .oo-ui-labelElement-label {
	margin-top: -4px;
}
input#wpSummary {
	width: 99%;
}

.CodeMirror {
	background: transparent;
}

/* Watchlist edit message */
.usermessage {
	background: #cfc;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 5px 10px;
	vertical-align: middle;
	border: 2px outset #0b0;
	border-radius: 15px 0;
}

/* Content area */
div#footer {
	border: outset #0b0;
	border-width: 2px 0;
	background: rgba(255, 255, 255, 0.95);
}
ul {
	list-style-image: url(https://pikmin.wiki.gallery/images/bullet.png);
}
#toc {
	background: #cfc;
	border: 2px outset #0b0;
	border-radius: 60px 0 40px 0;
	padding: 7px 13px;
	min-width: 115px;
}
#toc li {
	list-style: none;
}
body {
	background: #6a9140 url(https://pikmin.wiki.gallery/images/8/8a/Wiki-background.jpg) no-repeat fixed -150px top;
}
div#content {
	border: 2px outset #0b0 !important;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.95);
}
table, td, table.diff,
td.diff-otitle, td.diff-ntitle {
	background: none;
}
pre {
	background: rgba(249, 249, 249, .7);
}
div.thumb {
	border: none;
}
div.tright {
	 border: none;
	 margin: 5px 0 10px 15px;
}
div.tleft {
	 border: none;
	 margin: 5px 15px 10px 0;
}
#catlinks {
	border: 2px outset #0b0;
	background: #ccffcc;
	border-radius: 15px 0;
	margin-top: 10px;
	padding-top: 0;
	padding-bottom: 0;
}

@media all and (min-width: 551px) {
	/* User links */
	body.skin-monobook #p-personal ul {
		background: rgba(0, 0, 0, 0.4);
		border-radius: 0 0 0 10px;
		float: right;
		padding: 2px 1em 2px 0;
	}
	body.skin-monobook #p-personal li a, 
	body.skin-monobook li#pt-anonuserpage {
		color: #efe;
	}
	body.skin-monobook #p-personal li a:hover {
		color: #bfb;
		background: none;
		text-decoration: underline;
	}

	/* Tabs */
	body.skin-monobook #p-cactions .pBody:hover {
		opacity: 1;
	}
	body.skin-monobook #p-cactions li:hover {
		opacity: 0.95;
	}
	body.skin-monobook #p-cactions li {
		border: 2px outset #0b0;
		border-bottom: 1px solid #fff;
		border-radius: 10px 0;
		padding: 0 0 .2em;
	}
	body.skin-monobook #p-cactions li.selected {
		border-color: #fabd23;
	}
	body.skin-monobook #p-cactions li a {
		border: none;
		border-radius: 10px 0;
	}

	/* Sidebar */
	body.skin-monobook .portlet {
		width: 150px;
	}
	body.skin-monobook .portlet h3 {
		text-transform: uppercase;
		color: #fff;
		background: #050;
		border: 2px outset #0b0;
		padding: 1px 0 3px 10px;
		font-weight: bold;
		display: block;
		border-radius: 11px 0;
	}
	body.skin-monobook .portlet h3 label {
		cursor: auto;
	}
	body.skin-monobook .pBody {
		background: #cfc;
		border: 2px outset #0b0;
		padding-left: 0;
		margin: 2px 20px 0 5px;
		border-radius: 25px 0;
	}
	body.skin-monobook .portlet ul {
		list-style-type: none;
	}

	/* Search */
	input[type="submit"]:hover,
	input[type="button"]:hover,
	.mw-body-content button:hover {
		background: none;
	}
	body.skin-monobook #searchInput {
		width: 100px;
	}
	body.skin-monobook #p-search .pBody {
		padding: 4px 6px 5px 6px;
	}
	body.skin-monobook #searchButton,
	body.skin-monobook #mw-searchButton {
		padding: 0 2px;
		border-radius: 11px 0;
	}
	body.skin-monobook #searchButton:hover,
	body.skin-monobook #mw-searchButton:hover {
		background: #fff;
	}
}
@media all and (max-width: 550px) {
	body.skin--responsive #searchInput {
		border: 1px solid #aaa !important;
	}
	body.skin--responsive #searchButton {
		border: 0 !important;
	}
	body.skin--responsive #searchInput,
	body.skin--responsive #searchButton {
		border-radius: 0 !important;
		box-sizing: border-box !important;
	}
}

/* Input boxes */
body input[type="submit"],
body input[type="button"],
body .mw-body-content button:not(.vjs-control),
body .mw-body-content .mw-ui-button,
.ns-special .oo-ui-inputWidget-input.oo-ui-buttonElement-button,
#wpSave,
#wpPreview,
#wpDiff,
#wpCreateaccount,
#wpLoginAttempt,
#mw-createaccount-join,
#wpLoginAttempt:active,
#wpCreateaccount:active,
#mw-createaccount-join:active, 
#wpLoginAttempt:focus,
#wpCreateaccount:focus,
#mw-createaccount-join:focus, 
#wpLoginAttempt:active:focus,
#wpCreateaccount:active:focus,
#mw-createaccount-join:active:focus {
	color: #000;
	cursor: pointer;
	background: #cfc;
	border: 2px outset #0b0 !important;
	border-shadow: none;
}
#wpLoginAttempt:hover,
#wpCreateaccount:hover,
#mw-createaccount-join:hover,
.ns-special .oo-ui-inputWidget-input.oo-ui-buttonElement-button:hover,
#wpSave:hover,
#wpPreview:hover,
#wpDiff:hover {
	color: #000;
	cursor: pointer;
	background: #fff;
	opacity: 0.85;
	border: 2px outset #0b0 !important;
	border-shadow: none;
}
#mw-editform-cancel .oo-ui-buttonElement-button {
	background: #fff;
}
#mw-editform-cancel .oo-ui-labelElement-label {
	color: #080;
}
input[type="submit"],
input[type="button"],
.mw-body-content button:not(.vjs-control),
.editButtons .oo-ui-buttonElement-button,
.ns-special .oo-ui-inputWidget-input.oo-ui-buttonElement-button,
.mw-body-content input[type="text"],
.mw-body-content input[type="password"],
.mw-body-content input[type="email"],
input[type="search"],
#mw-input-captchaWord,
input.loginText,
.mw-body-content .mw-ui-button {
	border-radius: 15px 0;
	border: 2px inset #0b0 !important;
	padding: 0 3px !important;
	box-sizing: content-box !important;
}
.mw-body-content input[type="text"],
.mw-body-content input[type="password"],
input[type="search"] {
	height: 16px;
}
textarea {
	border: 2px inset #0b0;
	background: none;
	margin-bottom: 3px;
}
div#userloginForm,
div#userlogin {
	background: none;
}

/* Links */
a,
.toctogglelabel,
.mw-parser-output a.extiw,
.mw-parser-output a.external,
body.skin-monobook #p-cactions li a,
.mw-special-CheckUser .mw-checkuser-paging-links {
	color: #080;
}
a:visited,
.mw-parser-output a.extiw:visited,
.mw-parser-output a.external:visited {
	color: #084;
}
a:hover,
.mw-parser-output a.extiw:hover,
.mw-parser-output a.external:hover {
	color: #0b0;
}
a:visited:hover,
.mw-parser-output a.extiw:visited:hover,
.mw-parser-output a.external:visited:hover {
	color: #0b4;
}
a.new:link,
a.new:visited,
a.mw-usertoollinks-contribs-no-edits,
body.skin-monobook #p-cactions .new a,
body.skin-monobook #p-cactions .new a:visited {
	color: #bb0;
}
.mw-parser-output a.external {
	background: url(https://pikmin.wiki.gallery/images/external.png) center right no-repeat;
}
.mw-parser-output a.external[href$=".pdf"], .mw-parser-output a.external[href$=".PDF"],
.mw-parser-output a.external[href*=".pdf#"], .mw-parser-output a.external[href*=".PDF#"],
.mw-parser-output a.external[href*=".pdf?"], .mw-parser-output a.external[href*=".PDF?"], .link-document {
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13'%3E%3Cpath fill='%23080' d='M7.5 2v3H10l1-1H8.5V1z'/%3E%3Cpath fill='%230a0' d='M3 1v10h8V4L8.5 1zm1 1h4l2 2.5V10H4z'/%3E%3C/svg%3E");
}

/* Infobox links */
.infobox a:visited{
	color: #040;
}
.inbobox a:link{
	color: #050;
}

#new_edit_page_preview_notice { display: none; }
#wikiPreview > *:first-child { display: block; }
#editform { margin-top: 15px; }

/* Site notice */
#siteNotice .pikipediaBox {
	margin: 0 auto 5px !important;
}

/* Switchable */
.switchabletabs li {
	border: 2px outset #0b0;
	border-radius: 10px 0;
	background: none;
}

/* News on the front page */
.news-date {
	color: #343;
	font-style: italic;
}

/* Fix footer spacing */
body.skin-monobook #f-list {
	line-height: 17px;
}

/* Indicator icons */
.mw-indicators {
	top: -4px;
}

/* Page previews */
.mwe-popups .mwe-popups-extract:hover {
	color: #222;
}

/* Multimedia viewer */
.mw-mmv-reuse-dialog .mw-mmv-reuse-tabs .oo-ui-iconedElement-icon.oo-ui-icon-check,
.mw-mmv-reuse-dialog .mw-mmv-reuse-tabs .oo-ui-iconElement-icon.oo-ui-icon-check {
	display: none !important;
}
.mw-mmv-wrapper a:not(.oo-ui-buttonElement-button) {
	color: #3167d4 !important;
}
.mw-mmv-wrapper a.mw-ui-button.mw-ui-progressive {
	color: #fff !important;
}

/* Special:Search */
.oo-ui-textInputWidget.oo-ui-iconElement input,
.oo-ui-textInputWidget.oo-ui-iconElement textarea {
	padding-left: 2.475em !important;
}
.oo-ui-textInputWidget.oo-ui-iconElement > .oo-ui-iconElement-icon {
	max-height: 1.25em;
	margin-top: 2px;
}
.oo-ui-textInputWidget.oo-ui-indicatorElement > .oo-ui-indicatorElement-indicator {
	margin-right: -2.5em;
}
.oo-ui-actionFieldLayout-input {
	padding-right: 3.5em;
}

/* Advanced search */
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus,
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-inlined .oo-ui-tagMultiselectWidget-handle {
	box-shadow: none !important;
}
#mw-advancedSearch-expandable-namespaces .oo-ui-textInputWidget .oo-ui-inputWidget-input {
	width: 94% !important;
}
.oo-ui-tagMultiselectWidget-handle {
	border: 0 !important;
}
.oo-ui-icon-search, .oo-ui-icon-menu {
	background-size: 14px;
	background-position: 0 1px;
}

/* InputBox */
.mw-body-content .mw-ui-button.mw-ui-progressive,
.mw-body-content .mw-ui-button.mw-ui-primary {
	color: #000;
	background: #CCFFCC;
}
.mw-body-content .mw-ui-button.mw-ui-progressive:hover,
.mw-body-content .mw-ui-button.mw-ui-primary:hover {
	background-color: #F5FFFA;
}
.mw-body-content .mw-ui-button.mw-ui-progressive:disabled,
.mw-body-content .mw-ui-button.mw-ui-primary:disabled {
	border-color: #999999 !important;
}
.mw-body-content .mw-ui-button.mw-ui-progressive:disabled:hover,
.mw-body-content .mw-ui-button.mw-ui-primary:disabled:hover {
	background-color: #DDDDDD;
}
.mw-body-content .mw-ui-input:focus {
	box-shadow: inset 0 0 0 2px #CEF2E0;
}

/* Responsive fix */
@media all and (max-width: 550px) {
	body.skin--responsive #sidebar .portlet[role="navigation"] {
		display: none !important;
	}
}