MediaWiki:Monobook.css

From Pikipedia, the Pikmin wiki
Revision as of 19:03, March 31, 2017 by Espyo (talk | contribs) (Forgot one thing.)
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.
/* Don't display some stuff on the main page */
body.page-Main_Page.action-view #lastmod,
body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-view h1.firstHeading {
    display: none !important;
}

.editsimilar {
    background: #cfc;
    border: 2px outset #0b0;
    -webkit-border-radius: 40px 0 / 40px 0;
    -moz-border-radius: 40px 0;
    border-radius: 40px 0;
}

/* edit page */
div.editOptions {
    background: none;
    border: 1px solid #9c9;
}

.mw-editsection {
    float: right;
}

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

li#pt-createaccount {
	text-transform: none;
}

/*Content area*/
div#footer {
    border: outset #0b0;
    border-width: 2px 0;
    background: url("/images/e/e0/Wiki-background.jpeg") -150px top no-repeat fixed;
    background: white;
    background: rgba(255, 255, 255, 0.95);
}
html body.skin-monobook ul {list-style-image: url(/images/bullet.png);}
#toc {
    background: #cfc;
    -webkit-border-radius: 60px 0 40px 0 / 60px 0 40px 0;
    -moz-border-radius: 60px 0 40px 0;
    border-radius: 60px 0 40px 0;
    border: 2px outset #0b0;
}
#toc li {list-style: none;}
body {background: url("/images/e/e0/Wiki-background.jpeg") -150px top no-repeat fixed #6a9140;}
div#content {
    border: 2px outset #0b0 !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 20px;
    border-radius: 15px;
    background: url("/images/e/e0/Wiki-background.jpeg") -150px top no-repeat fixed;
    background: white;
    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 5px 10px;
}
div.tleft {
   border: none;
   margin: 5px 15px 5px 0;
}
#catlinks {
    border: 2px outset #0b0;
    background: #ccffcc;
    -webkit-border-radius: 15px 0 / 15px 0;
    -moz-border-radius: 15px 0;
    border-radius: 15px 0;
    padding-bottom: 0;
    padding-top: 0;
}

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

/*Search*/
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 2px;
    -moz-border-radius: 11px 0;
    -webkit-border-radius: 11px 0 / 11px 0;
    border-radius: 11px 0;
}

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

/*User links*/
#p-personal ul {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0 0 0 10px;
    float: right;
    padding: 2px 1em 2px 0;
}
#p-personal li a, li#pt-anonuserpage {color: #efe;}
#p-personal li a:hover {color: #bfb; background: none; text-decoration: underline;}

/*Hover*/
/*.usermessage:hover,
#toc:hover,
#catlinks:hover {background: none;}
.portlet .pBody:hover,
.portlet h3:hover {
    background: #fff;
    opacity: 0.85;
}
.portlet h3:hover {color: #050;}*/

/*Input boxes*/
body input[type="submit"],
body input[type="button"],
body *.mw-ui-button,
#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 {
    color: #000;
    cursor: pointer;
    background: #fff;
    opacity: 0.85;
    border: 2px outset #0b0 !important;
    border-shadow: none;
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input.loginText,
*.mw-ui-button {
    -webkit-border-radius: 15px 0 / 15px 0;
    -moz-border-radius: 15px 0;
    border-radius: 15px 0;
    border: 2px inset #0b0 !important;
    padding: 0 3px !important;
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}
input[type="text"],
input[type="password"],
input[type="search"] {
    height: 16px;
}
textarea {
    border: 2px inset #0b0;
    background: none;
    padding: 0;
    margin-bottom: 3px;
}
div#userloginForm,
div#userlogin {
    background: none;
}

/*Links*/
a,
#p-cactions li a,
#bodyContent a.extiw,
#bodyContent a.external {
    color: #080;
}
a:visited,
#bodyContent a.extiw:visited,
#bodyContent a.external:visited {
    color: #084;
}
a:hover,
#bodyContent a.extiw:hover,
#bodyContent a.external:hover {
    color: #0b0;
}
a:visited:hover,
#bodyContent a.extiw:visited:hover,
#bodyContent a.external:visited:hover {
    color: #0b4;
}
a.new:link,
a.new:visited,
#p-cactions .new a,
#p-cactions .new a:visited {
    color: #bb0;
}
#bodyContent a.external {background-image: url(/images/external.png);}

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

/* Site Notice */
#localNotice {
    margin-bottom: 11px;
}
.page-Main_Page.action-view #localNotice {
    margin-bottom: 15px;
}

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

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

/* collapsible */
.collapsible .collapsible-button a { font-weight: bold; }
.collapsible.alt-collapsible .collapsible-button, .collapsible.alt-collapsible .collapsible-button a { color: #ffc; }

/* audio player */
.listenlist {width: auto !important;}
.listenlist p {text-align: left !important;}

/* navboxes */
table.navbox-light {
  color: #000;
}

table.navbox-light a,
table.navbox-light a.extiw,
table.navbox-light a.external {
  color: #262;
}

table.navbox-light a:visited,
table.navbox-light a.extiw:visited,
table.navbox-light a.external:visited {
  color: #141;
}

table.navbox-light a:hover,
table.navbox-light a.extiw:hover,
table.navbox-light a.external:hover {
  color: #363;
}

table.navbox-light a:visited:hover,
table.navbox-light a.extiw:visited:hover,
table.navbox-light a.external:visited:hover {
  color: #242;
}

table.navbox-light a.new,
table.navbox-light a.new:visited,
table.navbox-light a.new:hover,
table.navbox-light a.new:visited:hover {
  color: #422;
}

table.navbox-dark {
  color: #FFF;
}

table.navbox-dark a,
table.navbox-dark a.extiw,
table.navbox-dark a.external {
  color: #BFB;
}

table.navbox-dark a:visited,
table.navbox-dark a.extiw:visited,
table.navbox-dark a.external:visited {
  color: #CFC;
}

table.navbox-dark a:hover,
table.navbox-dark a.extiw:hover,
table.navbox-dark a.external:hover {
  color: #CFC;
}

table.navbox-dark a:visited:hover,
table.navbox-dark a.extiw:visited:hover,
table.navbox-dark a.external:visited:hover {
  color: #DFD;
}

table.navbox-dark a.new,
table.navbox-dark a.new:visited,
table.navbox-dark a.new:hover,
table.navbox-dark a.new:visited:hover {
  color: #FDD;
}

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

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






  .page-Main_Page {
    background: url("https://images2.alphacoders.com/233/thumb-1920-233232.jpg") -150px top no-repeat fixed #db9140;
  }
  
  .page-Main_Page .mw-wiki-logo {
    background: url("https://www.pikminwiki.com/images/5/5d/Patapon_wiki.png");
  }
  
  .page-Main_Page div#footer {
    border: outset #b60;
    background: rgba(255, 255, 255, 0.95);
  }
  
  .page-Main_Page div#content {
    border: 2px outset #b60 !important;
    background: rgba(255, 255, 255, 0.95);
  }
  
  .page-Main_Page #catlinks {
    border: 2px outset #b60;
    background: #ffccaa;
  }
  
  .page-Main_Page .portlet h3 {
    color: #fff;
    background: #520;
    border: 2px outset #b60;
  }
  
  .page-Main_Page .pBody {
    background: #fca;
    border: 2px outset #b60;
  }
  
  .page-Main_Page #p-cactions li {
    border: 2px outset #b60;
  }
  
  .page-Main_Page #p-personal li a, li#pt-anonuserpage {
    color: #fee;
  }
  
  .page-Main_Page input[type="submit"],
  .page-Main_Page input[type="button"],
  .page-Main_Page *.mw-ui-button,
  .page-Main_Page #wpCreateaccount,
  .page-Main_Page #wpLoginAttempt,
  .page-Main_Page #mw-createaccount-join,
  .page-Main_Page #wpLoginAttempt:active,
  .page-Main_Page #wpCreateaccount:active,
  .page-Main_Page #mw-createaccount-join:active, 
  .page-Main_Page #wpLoginAttempt:focus,
  .page-Main_Page #wpCreateaccount:focus,
  .page-Main_Page #mw-createaccount-join:focus, 
  .page-Main_Page #wpLoginAttempt:active:focus,
  .page-Main_Page #wpCreateaccount:active:focus,
  .page-Main_Page #mw-createaccount-join:active:focus {
    background: #fca;
    border: 2px outset #b60 !important;
  }
  
  .page-Main_Page #wpLoginAttempt:hover,
  .page-Main_Page #wpCreateaccount:hover,
  .page-Main_Page #mw-createaccount-join:hover {
    border: 2px outset #b60 !important;
  }
  
  .page-Main_Page input[type="submit"],
  .page-Main_Page input[type="button"],
  .page-Main_Page input[type="text"],
  .page-Main_Page input[type="password"],
  .page-Main_Page input[type="search"],
  .page-Main_Page input[type="email"],
  .page-Main_Page input.loginText,
  .page-Main_Page *.mw-ui-button {
    border: 2px inset #b60 !important;
  }
  
  .page-Main_Page textarea {
    border: 2px inset #b60;
  }
  
  .page-Main_Page a,
  .page-Main_Page #p-cactions li a,
  .page-Main_Page #bodyContent a.extiw,
  .page-Main_Page #bodyContent a.external {
    color: #d40;
  }
  
  .page-Main_Page a:visited,
  .page-Main_Page #bodyContent a.extiw:visited,
  .page-Main_Page #bodyContent a.external:visited {
    color: #b60;
  }
  
  .page-Main_Page a:hover,
  .page-Main_Page #bodyContent a.extiw:hover,
  .page-Main_Page #bodyContent a.external:hover {
    color: #d40;
  }
  
  .page-Main_Page a:visited:hover,
  .page-Main_Page #bodyContent a.extiw:visited:hover,
  .page-Main_Page #bodyContent a.external:visited:hover {
    color: #b60;
  }
  
  .page-Main_Page a.new:link,
  .page-Main_Page a.new:visited,
  .page-Main_Page #p-cactions .new a,
  .page-Main_Page #p-cactions .new a:visited {
    color: #f00;
  }
  
  .page-Main_Page #bodyContent a.external {
    background-image: none;
    padding-right: 0px;
  }
  
  .page-Main_Page .pikipediaBox{
    background-color: #fc4;
    border:           2px outset #b60;
  }

  .page-Main_Page .titledBox{
    background: #fffbf5;
    border:     1px solid #f2e7ce;
  }
  .page-Main_Page .titledBoxTitle{
    background:  #f2e7ce;
    border:      1px solid #bfb4a3;
  }
  
  .page-Main_Page div ul {
    list-style-image: none !important;
  }