User:KurwaAntics/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 30: Line 30:
}
}


/* UserTags */
/* Button style - To resemble Windows 8 styled buttons */
.tag:before {
/* Base selectors (All buttons: no hover, no press) */
content: '['
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;
}
}
.tag:after {
/* Base selectors (hover) */
content: ']'
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;
}
}
.tag {
/* Base selectors (pressed) */
font-size: 10pt;
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 {
vertical-align: middle;
    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;
}
}
.tag-container > .tag:first-child {
/* Secondary button selector (no hover, no press) */
margin-left: 1ex;
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;
}
/* 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;
}
/* 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;
}
}

Revision as of 07:55, April 7, 2015

/* 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;
}
/* 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;
}
/* 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;
}
/* 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;
}
/* 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;
}
/* 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;
}