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 6: | Line 6: | ||
background: transparent !important; | background: transparent !important; | ||
border-color: transparent #FFA812 #FFA812 transparent !important; | border-color: transparent #FFA812 #FFA812 transparent !important; | ||
color: # | color: #ffffff !important; | ||
} | } | ||
| Line 12: | Line 12: | ||
background: url("http://images2.wikia.nocookie.net/__cb20100323204218/dragonball/images/thumb/6/6a/GuruNamek.png/250px-GuruNamek.png") repeat center top !important; | background: url("http://images2.wikia.nocookie.net/__cb20100323204218/dragonball/images/thumb/6/6a/GuruNamek.png/250px-GuruNamek.png") repeat center top !important; | ||
border-color: #FFA812 #FFA812 #FFA812 #FFA812 !important; | border-color: #FFA812 #FFA812 #FFA812 #FFA812 !important; | ||
color: # | color: #ffffff !important; | ||
} | } | ||
| Line 44: | Line 44: | ||
.comments li[data-user="Amnestyyy"] > blockquote { | .comments li[data-user="Amnestyyy"] > blockquote { | ||
background: url("http://images.wikia.com/dragonage/images/thumb/9/9b/Leliana.png/200px-Leliana.png")repeat center top !important; | |||
border-color: #566D7E #566D7E #566D7E #566D7E !important; | border-color: #566D7E #566D7E #566D7E #566D7E !important; | ||
color: white !important; | color: white !important; | ||
} | } | ||
/* </pre> */ | /* </pre> */ | ||
Revision as of 19:56, 10 August 2013
/*
*/
/*********************************************/
/*** Article Comments - Staff Highlighting ***/
/*********************************************/
.comments li[data-user="TheSt0ryTeller"] > blockquote:after {
background: transparent !important;
border-color: transparent #FFA812 #FFA812 transparent !important;
color: #ffffff !important;
}
.comments li[data-user="TheSt0ryTeller"] > blockquote {
background: url("http://images2.wikia.nocookie.net/__cb20100323204218/dragonball/images/thumb/6/6a/GuruNamek.png/250px-GuruNamek.png") repeat center top !important;
border-color: #FFA812 #FFA812 #FFA812 #FFA812 !important;
color: #ffffff !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="Amnestyyy"] > blockquote:after {
background: transparent !important;
border-color: transparent #566D7E #566D7E transparent !important;
color: white !important;
}
.comments li[data-user="Amnestyyy"] > blockquote {
background: url("http://images.wikia.com/dragonage/images/thumb/9/9b/Leliana.png/200px-Leliana.png")repeat center top !important;
border-color: #566D7E #566D7E #566D7E #566D7E !important;
color: white !important;
}
/* */