Welcome to Assassin's Creed Wiki! Log in and join the community.

MediaWiki:Wikia.css/comments: Difference between revisions

From the Assassin's Creed Wiki
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: #000000 !important;
   color: #ffffff !important;
}
}
   
   
.comments li[data-user="TheSt0ryTeller"] > blockquote {
.comments li[data-user="TheSt0ryTeller"] > blockquote {
   background: url("http://images2.wikia.nocookie.net/__cb20100323204218/dragonball/images/thumb/6/6a/GuruNamek.png/620px-GuruNamek.png") repeat center top !important;
   background: url("http://images2.wikia.nocookie.net/__cb20100323204218/dragonball/images/thumb/6/6a/GuruNamek.png/200px-GuruNamek.png") repeat center top !important;
   border-color: #FFA812 #FFA812 #FFA812 #FFA812 !important;
   border-color: #FFA812 #FFA812 #FFA812 #FFA812 !important;
   color: #000000 !important;
   color: #000000 !important;

Revision as of 19:41, 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/200px-GuruNamek.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="Amnestyyy"] > blockquote:after {
   background: transparent !important;
   border-color: transparent  #566D7E  #566D7E transparent !important;
   color: white !important;
}
 
.comments li[data-user="Amnestyyy"] > blockquote {
   border-color:  #566D7E  #566D7E  #566D7E  #566D7E !important;
   color: white !important;
}
/* 

*/