Navigation menu

User:Turboo/monobook.css

From Metroid Wiki

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.
/* http://www.mariowiki.com/MediaWiki:Monobook.css */
/* http://www.mariowiki.com/skins/monobook/main.css?63 */

 /*Makes search buttons orange when clicked.*/
 input.searchButton:active {
  border:1px solid orange;
  text-decoration:underline;
  color:orange;
 }

 /*Customizes the search bar*/
 #searchInput {
  -moz-border-radius: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  align: left;
  width:8em;
  background:black url() repeat-x;
  border:1px solid gray;
  cursor:text!important;
 } 

 /*Customizes sidebar*/
 div.pBody {
  border: 1px solid gray;
  background: #white;
  -moz-border-radius: 1em;
  margin-left:.4em;
  margin-bottom:.4em;
 }

 /*Alters the width of the portlets so the altered sidebar fits*/
 .portlet {
  width: 11.9em;
  margin-bottom:0em;
 }

 /*Indents the labels above the sidebar sections to match the altered sidebar*/
 .mw-headline{
  padding-left:1em;
 }

 /*Same as above, but for the automatically generated labels, which don't have the same class.*/
 #p-search h5, #p-tb h5{
  padding-left:1.5em;
 }

 /*Makes the footer (About the MarioWiki・Disclaimers) round like everything else.*/
 #footer {
  -moz-border-radius: 1em;
  border:1px solid #FABD23;
  margin:1em;
 }

 /*Removes the image next to the "Personal Tools" at the top of the page*/
 li#pt-userpage,
 li#pt-anonuserpage,
 li#pt-login {
  background: none;
  padding-left: 20px;
  text-transform: none;
 }

 /*Makes fakelinks more realistic*/
 .fakelinks:hover {
  text-decoration:underline
 }

 /*Moves smalltoptext to a small tab at the bottom of the window.*/
 .smalltoptext {
  border:none!important;
  position:fixed!important;
  -moz-border-radius:0em!important;
  -moz-border-radius-topleft:1em!important;
  -moz-border-radius-topright:1em!important;
  bottom:0em!important;
  right:0em!important;
  overflow:hidden!important;
  border:1px solid #aaa!important;
  border-bottom:none!important;
  height:auto!important;
  top:auto!important;
  background:white!important;
  padding:0em 1em!important;
 }

 /* For preventing the outer border around the cactions:
 #p-cactions li {
  border:none!important;
  background-color:transparent!important;
 }*/

 body {
  background-image: url("http://i111.photobucket.com/albums/n159/YYXJKQJ/background.gif");
  background-attachment:fixed;
 }

 #globalWrapper {
  background-image: url("http://i111.photobucket.com/albums/n159/YYXJKQJ/foreground.gif");
  background-position: center center;
 }

 #wpTextbox1,#wpSummary,.pBody,#footer,pre,.boilerplate.metadata,table,.thumb,.tright,.thumbinner,.thumbcaption{
  color:white!important;
  background-color:black!important;
  background-image:none!important;
 }

 #p-cactions li,#p-cactions .pBody,#p-personal .pBody,#content,.pBody,#footer {
  color:white!important;
  background:none!important;
 }

 #content, .pBody, #footer {
  -moz-border-image: url("http://i111.photobucket.com/albums/n159/YYXJKQJ/border-3.png") 16 16 19 16 round round;
  border: 16px!important;
  border-bottom:19px!important;
  -moz-border-image-outset:16px;
 }

 #p-cactions .pBody,#p-personal .pBody {
  -moz-border-image: none;
  border: none;
  border-bottom:none;
  -moz-border-image-outset:none;
 }

 #p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a, #p-cactions li, #p-cactions li.selected  {
  background:none!important;
 }

 #p-cactions li:hover {
  background-color:black;
 }

 a,#p-cactions li a, #p-cactions li a:hover #p-cactions li a, #p-cactions li a:hover,#p-personal li a{
  color:cyan;
 }

 #p-personal li a:hover{
  background-color:black; 
 }

 a.new, #p-cactions li.new a, #p-cactions li.new a:hover {
  color:pink;
 }

 h1,h2,h3,h4,h5,h6{
  color:white;
 }

 a:visited {
  color:darkcyan;
 }

 #p-search input,.editButtons input{
  color:white;
  background-color:black;
  cursor: pointer;
  background-color: White; 
  font-weight: normal;
  -moz-border-radius: 1em;
  background:black;
  border:1px solid gray;
 }

 #p-logo a, #p-logo a:hover {
  background-image:url("http://i111.photobucket.com/albums/n159/YYXJKQJ/0595-SuperMarioAdvance3J14-1.png")!important;
  border:none;
  height:148px;
  width:148px;
  background-repeat: no-repeat;
  -moz-border-radius:1em;
  overflow:hidden;
  margin:2px;
 }

 #catlinks{
  background-color:black;
  border:none;
  background-image:
   url("http://i111.photobucket.com/albums/n159/YYXJKQJ/0595-SuperMarioAdvance3Jwater.png"),
   url("http://i111.photobucket.com/albums/n159/YYXJKQJ/0595-SuperMarioAdvance3Jpoochy1.png")!important;
  background-repeat:
   repeat-x,
   no-repeat;
  background-position:
   bottom right,
   bottom right;
  padding-bottom:32px;
  -moz-border-radius:1em;
  overflow:hidden;
 }

 #content div {
  background-color:black!important;
 }

 .diff-deletedline {
  background-color:#a89058!important;
 }

 .diff-addedline {
  background-color:#70b090!important;
 }

 .diffchange {
  color:#683858!important;
  text-decoration:underline!important;
 }

 .diff-context {
  background-color:#206070!important;
 }

 .diff-otitle,.diff-ntitle {
  background:none!important;
 }