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 13: | Line 13: | ||
border-color: #FFA812 #FFA812 #FFA812 #FFA812 !important; | border-color: #FFA812 #FFA812 #FFA812 #FFA812 !important; | ||
color: #000000 !important; | color: #000000 !important; | ||
} | } | ||
| Line 37: | Line 26: | ||
} | } | ||
.comments li[data-user=" | .comments li[data-user="Kaloneous"] > blockquote:after { | ||
background: | background: transparent !important; | ||
border-color: # | border-color: transparent #228b22 #228b22 transparent !important; | ||
color: white !important; | color: white !important; | ||
} | } | ||
.comments li[data-user=" | |||
.comments li[data-user="Kaloneous"] > blockquote { | |||
border-color: #228b22 #228b22 #228b22 #228b22 !important; | |||
color: white !important; | |||
} | } | ||
.comments li[data-user=" | .comments li[data-user="Nostalgia AC"] > blockquote:after { | ||
background: transparent !important; | background: transparent !important; | ||
border-color: transparent # | border-color: transparent #566D7E #566D7E transparent !important; | ||
color: white !important; | color: white !important; | ||
} | } | ||
.comments li[data-user=" | .comments li[data-user="Nostalgia AC"] > blockquote { | ||
border-color: # | border-color: #566D7E #566D7E #566D7E #566D7E !important; | ||
color: white !important; | color: white !important; | ||
} | } | ||
/* </pre> */ | /* </pre> */ | ||
Revision as of 08:56, 26 January 2013
/*
*/
/*********************************************/
/*** Article Comments - Staff Highlighting ***/
/*********************************************/
.comments li[data-user="TheSt0ryTeller"] > blockquote:after {
background: transparent !important;
border-color: transparent #FFA812 #FFA812 transparent !important;
color: #000000 !important;
}
.comments li[data-user="TheSt0ryTeller"] > blockquote {
background: url("http://images.wikia.com/assassinscreed/images/thumb/d/da/AC_Corridor.png/620px-AC_Corridor.png") repeat center top !important;
border-color: #FFA812 #FFA812 #FFA812 #FFA812 !important;
color: #000000 !important;
}
.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;
}
.comments li[data-user="Nostalgia AC"] > blockquote:after {
background: transparent !important;
border-color: transparent #566D7E #566D7E transparent !important;
color: white !important;
}
.comments li[data-user="Nostalgia AC"] > blockquote {
border-color: #566D7E #566D7E #566D7E #566D7E !important;
color: white !important;
}
/* */