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

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
(Undid edit by Omega Toad: on second thought indigo mainspace text looks awful)
Tag: Undo
m (Fixing sidebar text size)
Line 35: Line 35:


/* sidebar boxes */
/* 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 div, #p-Participate div, #p-search div, #p-tb div, #p-lang div { font-size:10pt !important; border:1px solid #ababbc !important;
}
}



Revision as of 22:25, June 1, 2021

/* 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 { font-size:10pt !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; }