User:Ultimate Toad/monobook.css: Difference between revisions
From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
m (Round mode activated) |
(There's no aesthetic css changes so I'll add these back) Tag: Manual revert |
||
(17 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* userpage bar */ | /* userpage bar */ | ||
#p-personal ul { | #p-personal ul { | ||
background-color:#ffffff; | background-color:#ffffff; | ||
border: 2px solid # | 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 32: | Line 22: | ||
/** 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 51: | Line 42: | ||
/** categories bar **/ | /** categories bar **/ | ||
.catlinks { | .catlinks { | ||
border: 2px solid #ff7f00; | |||
border-top-left-radius: 1em; | border-top-left-radius: 1em; | ||
border-bottom-left-radius: 1em; | border-bottom-left-radius: 1em; | ||
Line 58: | Line 50: | ||
/* the super-background */ | /* the super-background */ | ||
body { background:# | body { background:#c4d8f3; } #globalWrapper { background: none !important; | ||
} | } | ||
/* | /* main section */ | ||
#content, div#content { | #content, div#content { border-top:2px solid #1081ff; border-bottom:2px solid #1081ff; border-left:2px solid #1081ff; border-right:none !important; | ||
} | } | ||
/* sidebar boxes */ | /* sidebar boxes */ | ||
#p-Navigation div, #p-Participate div, #p-search div, #p-tb div, #p-lang div { border: | #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 74: | Line 70: | ||
list-style-image: url("/style/monobook/bullet.gif"); | list-style-image: url("/style/monobook/bullet.gif"); | ||
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: 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 { | |||
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;
}