MediaWiki:Wikia.css: Difference between revisions

From Wiki Grepolis EN
Jump to navigation
(Created page with "a[href$="/wiki/User:Figtree2"] { color: #FF0000 !important; font-weight: bold !important; font-family: Arial !important; } a[href$=":Figtree2"], a[href$="/Figtree2...")
 
No edit summary
Line 9: Line 9:
     font-weight: bold !important;
     font-weight: bold !important;
     font-family: Arial !important;
     font-family: Arial !important;
}
body.ChatWindow section#WikiaPage > .Chat li[data-user="Figtree2"] .username {
color: #FF0000
}
}

Revision as of 07:47, 3 September 2017

a[href$="/wiki/User:Figtree2"] {
    color: #FF0000 !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$=":Figtree2"],
a[href$="/Figtree2"] {
    color: #FF0000 !important;
    font-weight: bold !important;
    font-family: Arial !important;
}

body.ChatWindow section#WikiaPage > .Chat li[data-user="Figtree2"] .username {
	color: #FF0000
}