User:KurwaAntics/monobook.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
KurwaAntics (talk | contribs) (Created page with "→Admin highlight: a[href$=":Admin's_Username"], a[href$="/Admin's_Username"], a[href$=":Admin's_Username"], a[href$="/Admin's_Username"], a[href$=":Gamefreak75"], a[href$=...") |
KurwaAntics (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
/* Myriad Pro font*/ | |||
@font-face { | |||
font-family: Myriad Pro; | |||
font-style: normal; | |||
src: url('http://vignette4.wikia.nocookie.net/agk/images/7/7d/MyriadPro-Light.otf') format("opentype"); | |||
} | |||
/* Admin highlight */ | /* Admin highlight */ | ||
a[href$=":Admin's_Username"], | a[href$=":Admin's_Username"], | ||
Line 18: | Line 25: | ||
color: #006600 !important; | color: #006600 !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
font-family: | font-family: Myriad Pro !important; | ||
} | } | ||
Line 30: | Line 37: | ||
color: #000066 !important; | color: #000066 !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
font-family: | font-family: Myriad Pro !important; | ||
} | } |
Revision as of 07:09, February 25, 2015
/* Myriad Pro font*/
@font-face {
font-family: Myriad Pro;
font-style: normal;
src: url('http://vignette4.wikia.nocookie.net/agk/images/7/7d/MyriadPro-Light.otf') format("opentype");
}
/* Admin highlight */
a[href$=":Admin's_Username"],
a[href$="/Admin's_Username"],
a[href$=":Admin's_Username"],
a[href$="/Admin's_Username"],
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;
font-family: Myriad Pro !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;
font-family: Myriad Pro !important;
}