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

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
(Alright last userspace edit for a while.)
(There's no aesthetic css changes so I'll add these back)
Tag: Manual revert
 
(42 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* Site logo */
/* userpage bar */
#p-logo a { background: url(https://www.ssbwiki.com/images/archive/b/bc/20101102141830%21Wiki.png) 75% 50% no-repeat !important; }
#p-personal ul {
#p-logo a:hover { background: url(https://www.ssbwiki.com/images/archive/b/bc/20101102141830%21Wiki.png) 75% 50% no-repeat !important; }
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 */
/* rounded corners */
.mw-plusminus-pos {
/** content **/
color: #1081ff;
#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 **/
.mw-plusminus-neg {
.rcoptions, .mw-recentchanges-table td {
color: #f2b500;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
}
 
/** sidebar boxes **/
/* userpage bar */
#p-Navigation div, #p-Participate div, #p-search div, #p-tb div, #p-lang div {
#p-personal {
   border-top-right-radius: 1em;
   background: #FFFFFF; border: 1px solid #ababbc; border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
/** categories bar **/
.catlinks {
  border: 2px solid #ff7f00;
  border-top-left-radius: 1em;
   border-bottom-left-radius: 1em;
   border-bottom-left-radius: 1em;
   border-top-right-radius: 1em;
   border-top-right-radius: 1em;
Line 21: Line 50:


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


/* page text */
/* main section */
#content, div#content { !important; border:1px solid #ababbc !important;  
#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 { !important; border:1px solid #ababbc !important;
/* sidebar boxes */
#p-Navigation div, #p-Participate div, #p-search div, #p-tb div, #p-lang div {
  border-right:2px solid #ff3f3f;
  border-left: none;
  border-top:2px solid #ff3f3f;
  border-bottom:2px solid #ff3f3f; !important;
}
}


Line 36: Line 70:
     list-style-image: url("/style/monobook/bullet.gif");
     list-style-image: url("/style/monobook/bullet.gif");


    font-size:95%;
     margin: 0 0 0 1.5em;
     margin: 0 0 0 1.5em;
     padding:0;
     padding:0;
     text-align:left;
     text-align:left;
     text-transform: none;
     text-transform: none;
}
/* Tab fixes */
#p-cactions ul li a {
background: #ffffff !important;
border:2px solid #1081ff !important;
}
#p-cactions ul li.selected a {
background: #ffffff !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 */
/* User icon */
li#pt-userpage, li#pt-anonuserpage, li#pt-login { background: url(/images/thumb/0/0b/Rollback.png/14px-Rollback.png) top left no-repeat; }
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;
}

Latest revision as of 16:02, April 1, 2024

/* 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;
} 

/* 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;
 }
/** categories bar **/
.catlinks {
  border: 2px solid #ff7f00;
  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-right:2px solid #ff3f3f;
   border-left: none;
   border-top:2px solid #ff3f3f;
   border-bottom: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 !important;
 border:2px solid #1081ff !important;
 }
 
#p-cactions ul li.selected a {
 background: #ffffff !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;
}