Welcome to Assassin's Creed Wiki! Log in and join the community.
MediaWiki:Wikia.css/comments: Difference between revisions
Jump to navigation
Jump to search
imported>Vatsa1708 mNo edit summary |
imported>Vatsa1708 mNo edit summary |
||
| Line 3: | Line 3: | ||
/*** Article Comments - Staff Highlighting ***/ | /*** Article Comments - Staff Highlighting ***/ | ||
/*********************************************/ | /*********************************************/ | ||
.comments li[data-user="Slate Vesper"] > blockquote:after { | .comments li[data-user="Slate Vesper"] > blockquote:after { | ||
background: transparent !important; | background: transparent !important; | ||
| Line 34: | Line 22: | ||
.comments li[data-user="Kaloneous"] > blockquote { | .comments li[data-user="Kaloneous"] > blockquote { | ||
border-color: #228b22 #228b22 #228b22 #228b22 !important; | border-color: #228b22 #228b22 #228b22 #228b22 !important; | ||
color: white !important; | color: white !important; | ||
} | } | ||
/* </pre> */ | /* </pre> */ | ||
Revision as of 15:26, 28 July 2013
/*
*/
/*********************************************/
/*** Article Comments - Staff Highlighting ***/
/*********************************************/
.comments li[data-user="Slate Vesper"] > blockquote:after {
background: transparent !important;
border-color: transparent #9F00C5 #9F00C5 transparent !important;
color: white !important;
}
.comments li[data-user="Slate Vesper"] > blockquote {
border-color: #9F00C5 #9F00C5 #9F00C5 #9F00C5 !important;
color: white !important;
}
.comments li[data-user="Kaloneous"] > blockquote:after {
background: transparent !important;
border-color: transparent #228b22 #228b22 transparent !important;
color: white !important;
}
.comments li[data-user="Kaloneous"] > blockquote {
border-color: #228b22 #228b22 #228b22 #228b22 !important;
color: white !important;
}
/* */