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 10: Line 10:
   
   
.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/250px-GuruNamek.png") repeat center top !important;
   background: url("http://images2.wikia.nocookie.net/__cb20100323204218/dragonball/images/thumb/6/6a/GuruNamek.png/400px-GuruNamek.png") repeat center top !important;
   border-color: #FFA812 #FFA812 #FFA812 #FFA812 !important;
   border-color: #FFA812 #FFA812 #FFA812 #FFA812 !important;
   color: #ffffff !important;
   color: #ffffff !important;
Line 40: Line 40:
   background: transparent !important;
   background: transparent !important;
   border-color: transparent  #566D7E  #566D7E transparent !important;
   border-color: transparent  #566D7E  #566D7E transparent !important;
   color: white !important;
   color: #d40fe0 !important;
}
}
   
   
.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;
   background: url("http://images.wikia.com/dragonage/images/thumb/9/9b/Leliana.png/400px-Leliana.png")repeat center top !important;
   border-color:  #566D7E  #566D7E  #566D7E  #566D7E !important;
   border-color:  #566D7E  #566D7E  #566D7E  #566D7E !important;
   color: white !important;
   color: #d40fe0 !important;
}
}
/* </pre> */
/* </pre> */

Revision as of 20:00, 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/400px-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: #d40fe0 !important;
}
 
.comments li[data-user="Amnestyyy"] > blockquote {
   background: url("http://images.wikia.com/dragonage/images/thumb/9/9b/Leliana.png/400px-Leliana.png")repeat center top !important;
   border-color:  #566D7E  #566D7E  #566D7E  #566D7E !important;
   color: #d40fe0 !important;
}
/* 

*/