User:Ultimate Toad/monobook.css: Difference between revisions
From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
m (Blanked the page) Tags: Blanking Manual revert |
(There's no aesthetic css changes so I'll add these back) Tag: Manual revert |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* 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; | |||
} |
Latest revision as of 15: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;
}