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 1: | Line 1: | ||
<pre> | /* <pre> */ | ||
/*********************************************/ | /*********************************************/ | ||
/*** Article Comments - Staff Highlighting ***/ | /*** Article Comments - Staff Highlighting ***/ | ||
/*********************************************/ | /*********************************************/ | ||
.comments li[data-user=" | .comments li[data-user="'R_BlaiddDdraig"] > blockquote:after { | ||
background: transparent !important; | background: transparent !important; | ||
border-color: transparent | border-color: transparent #BE0000 #BE0000 transparent !important; | ||
color: white !important; | color: white !important; | ||
} | } | ||
.comments li[data-user=" | .comments li[data-user="'R_BlaiddDdraig"] > blockquote { | ||
border-color: #FFA812 #BE0000 #BE0000 #BE0000 !important; | |||
border-color: | |||
color: white !important; | color: white !important; | ||
} | } | ||
.comments li[data-user="TheSt0ryTeller"] > blockquote:after { | .comments li[data-user="TheSt0ryTeller"] > blockquote:after { | ||
| Line 38: | Line 22: | ||
.comments li[data-user="TheSt0ryTeller"] > blockquote { | .comments li[data-user="TheSt0ryTeller"] > blockquote { | ||
border-color: #FFA812 #FFA812 #FFA812 #FFA812 !important; | border-color: #FFA812 #FFA812 #FFA812 #FFA812 !important; | ||
color: white !important; | color: white !important; | ||
} | } | ||
</pre> | /* </pre> */ | ||
Revision as of 08:22, 6 April 2012
/*
*/
/*********************************************/
/*** Article Comments - Staff Highlighting ***/
/*********************************************/
.comments li[data-user="'R_BlaiddDdraig"] > blockquote:after {
background: transparent !important;
border-color: transparent #BE0000 #BE0000 transparent !important;
color: white !important;
}
.comments li[data-user="'R_BlaiddDdraig"] > blockquote {
border-color: #FFA812 #BE0000 #BE0000 #BE0000 !important;
color: white !important;
}
.comments li[data-user="TheSt0ryTeller"] > blockquote:after {
background: transparent !important;
border-color: transparent #FFA812 #FFA812 transparent !important;
color: white !important;
}
.comments li[data-user="TheSt0ryTeller"] > blockquote {
border-color: #FFA812 #FFA812 #FFA812 #FFA812 !important;
color: white !important;
}
/* */