User:KurwaAntics/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
m (Glowsquid moved page User:UntergangerPlus/monobook.css to User:KurwaAntics/monobook.css: Automatically moved page while renaming the user "UntergangerPlus" to "KurwaAntics")
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* 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: 13px !important; font-weight: normal; text-decoration: none; padding:1px 8px 2px 8px!important;
}
/* 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: 13px !important; font-weight: normal; text-decoration: none; padding:1px 8px 2px 8px!important;
}
/* 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: 13px !important; font-weight: normal; text-decoration: none; padding:1px 8px 2px 8px!important;
}
/* 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: 13px !important; font-weight: normal; text-decoration: none; padding:1px 8px 2px 8px!important;
}
/* 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: 13px !important; font-weight: normal; text-decoration: none; padding:1px 8px 2px 8px!important;
}
/* 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: 13px !important; font-weight: normal; padding:1px 8px 2px 8px!important;
}

Latest revision as of 10:42, September 4, 2016