84
edits
Guh-huh! Welcome to the Banjo-Kazooie Wiki! If you want to request an account, please do so at Mario Wiki or Fanonpedia.
(skin fixes) |
(more fixes) |
||
Line 8: | Line 8: | ||
} | } | ||
.mw-body { border:1px solid #FFD700; } | |||
.mw-heading1, h1, .mw-heading2, h2 { border-bottom: 1px solid #FFD700; } | |||
body.skin-monobook .portlet h3 { color:#FFF; } | |||
} | |||
/* <h2> All pages </h2> */ | |||
#globalWrapper { background: none !important; } | |||
.firstHeading { margin-top: 5px;} | |||
p { margin: 0.6em 0 0.7em 0; } | |||
h1 { font-size: 193%; } | |||
h3 + dl, h4 + dl, h5 + dl { | |||
margin-top: -0.1em; | |||
} | } | ||
/* Default font (excluding headings and monospaced text) */ | |||
body { | |||
font-family: verdana; | |||
font- | |||
} | } | ||
/* | /* <h3> MediaWiki headings </h3> */ | ||
#content h1, | |||
#content h2 { | |||
font-family: verdana; | |||
# | |||
} | } | ||
/* Sidebar */ | /* Sidebar */ | ||
div.pBody { | body.skin--responsive .mw-portlet > div, body.skin--responsive .pBody { | ||
background-color: #D2691E; | background-color: #D2691E; | ||
border: | border:1px solid #FFD700; | ||
border-left:none; | |||
} | } | ||
/* Area where it says your username, talk page, etc. */ | /* Area where it says your username, talk page, etc. */ | ||
#p-personal a { | body.skin--responsive #p-personal li a { | ||
color: #ffd700 !important; | color: #ffd700 !important; | ||
background-color: transparent; | background-color: transparent; | ||
font-weight: bold; | |||
} | } | ||
/* | /* put search bar up top */ | ||
# | #sidebar { | ||
display: flex; | |||
flex-direction: column; | |||
} | } | ||
#p-search { | #p-search { | ||
order: -1; | |||
} | } | ||
Line 166: | Line 75: | ||
.mw-dismissable-notice { | .mw-dismissable-notice { | ||
border-top: | border-top: 1px solid #FFD700; | ||
border-bottom: | border-bottom: 1px solid #FFD700; | ||
padding: 3px 2px 2px 2px; | padding: 3px 2px 2px 2px; | ||
margin: -2px 0 11px; | margin: -2px 0 11px; | ||
Line 178: | Line 87: | ||
color: #000; | color: #000; | ||
cursor: pointer; | cursor: pointer; | ||
background-color: # | background-color: #FFDEAD; | ||
border: 1px solid # | border: 1px solid #a0522d; | ||
padding: 0 0.4em !important; | padding: 0 0.4em !important; | ||
} | } | ||
body.skin-monobook #searchButton, | body.skin-monobook #searchButton, | ||
body.skin-monobook #searchGoButton { | body.skin-monobook #searchGoButton { | ||
Line 187: | Line 97: | ||
} | } | ||
body.skin-monobook #searchInput { | body.skin-monobook #searchInput { | ||
border: 1px solid # | border: 1px solid #a0522d; | ||
background-color: #FFDEAD; | |||
padding-right: 0; | padding-right: 0; | ||
} | } | ||
Line 284: | Line 195: | ||
.mw-mmv-reuse-dialog .mw-mmv-reuse-tabs .oo-ui-iconElement-icon.oo-ui-icon-check { | .mw-mmv-reuse-dialog .mw-mmv-reuse-tabs .oo-ui-iconElement-icon.oo-ui-icon-check { | ||
display: none !important; | display: none !important; | ||
} | } | ||
Line 408: | Line 310: | ||
margin-right: .5em; | margin-right: .5em; | ||
} | } | ||
} | |||
/* Wikitable */ | |||
table.wikitable { | |||
margin: 1em 1em 1em 0; | |||
background: #FFFFFF; | |||
border: 1px #AAA solid; | |||
border-collapse: collapse; | |||
} | |||
table.wikitable th, table.wikitable td { | |||
border: 1px #AAA solid; | |||
padding: 0.2em; | |||
} | |||
table.wikitable th { | |||
background: #FCFCFC; | |||
text-align: center; | |||
} | |||
table.wikitable caption { | |||
margin-left: inherit; | |||
margin-right: inherit; | |||
font-weight: bold; | |||
} | |||
/* You have new messages box */ | |||
.usermessage { | |||
background-color: #333333; | |||
border: 3px solid #ffd700; | |||
color: #00008b; | |||
font-weight: normal; | |||
margin: .5em 0em .5em 0em; | |||
padding: 4px; | |||
vertical-align: middle; | |||
} | |||
/* Display text below main article header, located at MediaWiki:tagline */ | |||
#siteSub { | |||
display: inline; | |||
font-size: 90%; | |||
font-weight: normal; | |||
font-style: italic; | |||
} | |||
.mw-plusminus-pos { | |||
color: #006500; | |||
} | |||
.mw-plusminus-neg { | |||
color: #8B0000; | |||
} | |||
#pagehistory li.selected { | |||
background-color: #FFA07A; | |||
border: 1px dashed #FFA07A; | |||
} | |||
/* Table of contents */ | |||
#toc { | |||
border:4px solid #ffd700; | |||
background-color:#D2691E; | |||
padding:5px; | |||
font-size: 95%; | |||
} | } | ||
/* main page responsive fixes */ | /* main page responsive fixes */ | ||
@media all and (max-width:850px) { | @media all and (max-width:850px) { | ||
body.page- | body.page-Main_Page #welcome > tbody > tr > td { | ||
display: block !important; | display: block !important; | ||
} | } | ||
body.page- | body.page-Main_Page #mp-body > tbody > tr > td { | ||
display: block !important; | display: block !important; | ||
width: 100% !important; | width: 100% !important; | ||
} | } | ||
body.page- | body.page-Main_Page #mp-body > tbody > tr > td + td { | ||
margin-top: 5px !important; | margin-top: 5px !important; | ||
} | } | ||
Line 425: | Line 392: | ||
width: 95% !important; | width: 95% !important; | ||
} | } | ||
body.page- | body.page-Main_Page #mw-content-text { | ||
overflow: clip !important; | overflow: clip !important; | ||
} | } |