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

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
m ((accidentally saved too early) Let's add some color)
m (Should do these too)
Line 2: Line 2:
#p-personal ul {
#p-personal ul {
background-color:#ffffff;
background-color:#ffffff;
border: 2px solid #f2d500;
border-top: 2px solid #f2d500;
border-bottom: 2px solid #f2d500;
border-right: none;
border-left: 2px solid #f2d500;
border-top-left-radius: 1em;  
border-top-left-radius: 1em;  
border-bottom-left-radius: 1em;  
border-bottom-left-radius: 1em;  
Line 28: Line 31:
/** table of contents **/
/** table of contents **/
#toc {
#toc {
  border: 2px solid #5f009f
   border-top-left-radius: 1em;
   border-top-left-radius: 1em;
   border-bottom-left-radius: 1em;
   border-bottom-left-radius: 1em;
Line 44: Line 48:
   border-top-right-radius: 1em;
   border-top-right-radius: 1em;
   border-bottom-right-radius: 1em;
   border-bottom-right-radius: 1em;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  }
  }
/** categories bar **/
/** categories bar **/
.catlinks {
.catlinks {
  border: 2px solid #ff3f00
   border-top-left-radius: 1em;
   border-top-left-radius: 1em;
   border-bottom-left-radius: 1em;
   border-bottom-left-radius: 1em;
Line 62: Line 69:


/* sidebar boxes */
/* sidebar boxes */
#p-Navigation div, #p-Participate div, #p-search div, #p-tb div, #p-lang div { border-top:2px solid #ff3f3f; border-bottom:2px solid #ff3f3f; border-right:2px solid #ff3f3f; border-left:none  !important;
#p-Navigation div, #p-Participate div, #p-search div, #p-tb div, #p-lang div { border:2px solid #ff3f3f; !important;
}
}


Line 93: Line 100:


/* User icon */
/* User icon */
li#pt-userpage, li#pt-anonuserpage, li#pt-login { background: none; }
li#pt-userpage, li#pt-anonuserpage, li#pt-login { background: url(https://www.ssbwiki.com/images/0/0b/Rollback.png/14px-Rollback.png) top left no-repeat; }


/* footer */
/* footer */

Revision as of 03:47, October 5, 2021

/* userpage bar */
#p-personal ul {
background-color:#ffffff;
border-top: 2px solid #f2d500;
border-bottom: 2px solid #f2d500;
border-right: none;
border-left: 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: 2px solid #5f009f
  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;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
 }
/** categories bar **/
.catlinks {
  border: 2px solid #ff3f00
  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-top:2px solid #1081ff; border-bottom:2px solid #1081ff; border-left:2px solid #1081ff; border-right:none !important; 
}

/* sidebar boxes */
#p-Navigation div, #p-Participate div, #p-search div, #p-tb div, #p-lang div { border:2px solid #ff3f3f; !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:2px solid #1081ff; border-right:2px solid #1081ff; border-left:2px solid #1081ff; border-bottom:1px solid #ffffff !important; } 
#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: url(https://www.ssbwiki.com/images/0/0b/Rollback.png/14px-Rollback.png) top left no-repeat; }

/* footer */
#footer {
    border-top:2px solid #3cbb71; border-bottom:2px solid #3cbb71; border-right:none; border left:none;
}