User:Ultimate Toad/monobook.css

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump 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.
/* userpage bar */
#p-personal ul {
background-color:#ffffff;
border: 2px solid #f2d500;
border-top-left-radius: 1em; 
border-bottom-left-radius: 1em; 
-moz-border-radius-bottomleft: 2em;
border-radius-bottomleft: 2em;
display:inline;
float:right;
} 

/* Color the number of characters added/removed in the recent changes */
.mw-plusminus-pos {
	color: #2091ff;
}

.mw-plusminus-neg {
	color: #f2b500;
}

/* rounded corners */
/** content **/
#content { 
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
 }
/** table of contents **/
#toc {
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
/** recent changes box **/
.rcoptions, .mw-recentchanges-table td {
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
/** sidebar boxes **/ 	
#p-Navigation div, #p-Participate div, #p-search div, #p-tb div, #p-lang div {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
 }
/** categories bar **/
.catlinks {
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}

/* the super-background */
body { background:#c4d8f3; } #globalWrapper { background: none !important;
}

/* main section */
#content, div#content { border:1px solid #0000ff !important; 
}

/* sidebar boxes */
#p-Navigation div, #p-Participate div, #p-search div, #p-tb div, #p-lang div { border:1px solid #ff0000 !important;
}

#p-Navigation ul, #p-Participate ul, #p-search ul, #p-tb ul, #p-lang ul {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url("/style/monobook/bullet.gif");

    margin: 0 0 0 1.5em;
    padding:0;
    text-align:left;
    text-transform: none;
}

/* tab fixes */
#p-cactions ul li a { background: #ffffff;  border-top:1px solid #0000ff; border-right:1px solid #0000ff; border-left:1px solid #0000ff; !important; border-bottom:1px solid #ffffff } 
#p-cactions li.selected { background: #f2d500 !important;
 border-bottom:1px solid #ffffff !important; 
 z-index: 0 !important; 
}
#p-cactions { margin-top:-0.3px; !important
}
#p-cactions li { 
 border:medium none #000000 !important;
 -moz-border-radius-topleft: 1em;
 -moz-border-radius-topright: 1em;
 border-radius-topleft: 1em;
 border-radius-topright: 1em; 
}

/* User icon */
li#pt-userpage, li#pt-anonuserpage, li#pt-login { background: none; }

/* footer */
#footer {
    border:2px solid #3cbb71
}