User:Ultimate Toad/monobook.css: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
(i'll have to figure out night mode some other time, for now I'll give this page a break)
(Blanked the page)
Tag: Blanking
Line 1: Line 1:
/* 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;
border-top-right-radius: 1em;
border-bottom-right-radius: 1em;
-moz-border-radius-bottomleft: 2em;
border-radius-bottomleft: 2em;
display:inline;
float:right;
}
/* 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 { !important; 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; }

Revision as of 20:19, March 31, 2021