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 28: Line 28:
     color: #000066 !important;
     color: #000066 !important;
     font-weight: bold !important;
     font-weight: bold !important;
}
/* UserTags */
.tag:before {
content: '['
}
.tag:after {
content: ']'
}
.tag {
font-size: 10pt;
vertical-align: middle;
}
.tag-container > .tag:first-child {
margin-left: 1ex;
}
}

Revision as of 22:50, March 31, 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;
}

/* UserTags */
.tag:before {
	content: '['
}
.tag:after {
	content: ']'
}
.tag {
	font-size: 10pt;
	vertical-align: middle;
}
.tag-container > .tag:first-child {
	margin-left: 1ex;
}