User:Ultimate Toad/monobook.css

From SmashWiki, the Super Smash Bros. wiki
< User:Ultimate Toad
Revision as of 20:40, September 24, 2021 by Ultimate Toad (talk | contribs) (Round mode activated)
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.
/* Site logo */
#p-logo a { background: url(https://www.ssbwiki.com/images/archive/b/bc/20101102141830%21Wiki.png) 75% 50% no-repeat !important; }
#p-logo a:hover { background: url(https://www.ssbwiki.com/images/archive/b/bc/20101102141830%21Wiki.png) 75% 50% no-repeat !important; }

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

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

/* userpage bar */
#p-personal ul {
background-color:#ffffff;
border: 2px solid #ababbc;
border-top-left-radius: 1em; 
border-bottom-left-radius: 1em; 
-moz-border-radius-bottomleft: 2em;
border-radius-bottomleft: 2em;
display:inline;
float:right;
} 

/* 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:#c9dfff; } #globalWrapper { background: none !important;
}

/* page text */
#content, div#content { !important; border:1px solid #ababbc !important; 
}

/* sidebar boxes */
#p-Navigation div, #p-Participate div, #p-search div, #p-tb div, #p-lang div { border:1px solid #ababbc !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");

    font-size:95%;
    margin: 0 0 0 1.5em;
    padding:0;
    text-align:left;
    text-transform: none;
}

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