User:KurwaAntics/monobook.css
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* Remove Ads */
.adsbygoogle { display:none !important; }
/* Admin highlight */
a[href$=":Gamefreak75"],
a[href$="/Gamefreak75"],
a[href$=":Ghost_Jam"],
a[href$="/Ghost_Jam"],
a[href$=":KPH2293"],
a[href$="/KPH2293"],
a[href$=":L151"],
a[href$="/L151"],
a[href$=":Toa_95"],
a[href$="/Toa_95"],
a[href$=":Turboo"],
a[href$="/Turboo"] {
color: #006600 !important;
font-weight: bold !important;
}
/* Bureaucrat highlight */
a[href$=":Glowsquid"],
a[href$="/Glowsquid"],
a[href$=":Porplemontage"],
a[href$="/Porplemontage"],
a[href$=":Walkazo"],
a[href$="/Walkazo"] {
color: #000066 !important;
font-weight: bold !important;
}
/* Button style - To resemble Windows 8 styled buttons */
/* Base selectors (All buttons: no hover, no press) */
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button {
border-radius:0; background:linear-gradient(#F0F0F0, #E5E5E5); color:black; border:1px solid #ACACAC; font-family: "Segoe UI", Arial, Helvetica, sans-serif; font-size: 12px !important; font-weight: normal; text-decoration: none; padding:6px;
}
/* Base selectors (hover) */
a.wikia-button:hover, .wikia-single-button a:hover, .wikia-menu-button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover, button:hover {
border-radius:0; background:linear-gradient(#ECF4FC, #DCECFC); color:black; border:1px solid #7EB4EA; font-family: "Segoe UI", Arial, Helvetica, sans-serif; font-size: 12px !important; font-weight: normal; text-decoration: none; padding:6px;
}
/* Base selectors (pressed) */
a.wikia-button.active, a.wikia-button:active, .wikia-single-button a.active, .wikia-single-button a:active, .wikia-menu-button.active, .wikia-menu-button:active, input[type="submit"].active, input[type="submit"]:active, input[type="reset"].active, input[type="reset"]:active, input[type="button"].active, input[type="button"]:active, .button.active, .button:active, button.active, button:active {
border-radius:0; background:linear-gradient(#DAECFC, #C4E0FC); color:black; border:1px solid #569DE5; font-family: "Segoe UI", Arial, Helvetica, sans-serif; font-size: 12px !important; font-weight: normal; text-decoration: none; padding:6px;
}
/* Secondary button selector (no hover, no press) */
a.wikia-button.secondary, .wikia-single-button a.secondary, .wikia-menu-button.secondary, input[type="submit"].secondary, input[type="reset"].secondary, input[type="button"].secondary, .button.secondary {
border-radius:0; background:linear-gradient(#F0F0F0, #E5E5E5); color:black; border:1px solid #ACACAC; font-family: "Segoe UI", Arial, Helvetica, sans-serif; font-size: 12px !important; font-weight: normal; text-decoration: none; padding:6px;
}
/* Secondary button hover */
a.wikia-button.secondary:hover, .wikia-single-button a.secondary:hover, .wikia-menu-button.secondary:hover, input[type="submit"].secondary:hover, input[type="reset"].secondary:hover, input[type="button"].secondary:hover, .button.secondary:hover {
border-radius:0; background:linear-gradient(#ECF4FC, #DCECFC); color:black; border:1px solid #7EB4EA; font-family: "Segoe UI", Arial, Helvetica, sans-serif; font-size: 12px !important; font-weight: normal; text-decoration: none; padding:6px;
}
/* Secondary button active */
a.wikia-button.secondary.active, a.wikia-button.secondary:active, .wikia-single-button a.secondary.active, .wikia-single-button a.secondary:active, .wikia-menu-button.secondary.active, .wikia-menu-button.secondary:active, input[type="submit"].secondary.active, input[type="submit"].secondary:active, input[type="reset"].secondary.active, input[type="reset"].secondary:active, input[type="button"].secondary.active, input[type="button"].secondary:active, .button.secondary.active, .button.secondary:active {
border-radius:0; background:linear-gradient(#DAECFC, #C4E0FC); color:black; border:1px solid #569DE5; font-family: "Segoe UI", Arial, Helvetica, sans-serif; font-size: 12px !important; font-weight: normal; padding:6px;
}