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 5: Line 5:
.comments li[data-user="Vatsa1708"] > blockquote:after {
.comments li[data-user="Vatsa1708"] > blockquote:after {
   background: transparent !important;
   background: transparent !important;
   border-color: #273b51 #273b51 #273b51 #273b51 !important;
   border-color: #000000 #000000 #000000 #000000 !important;
   color: white !important;
   color: white !important;
}
}
   
   
.comments li[data-user="Vatsa1708"] > blockquote {
.comments li[data-user="Vatsa1708"] > blockquote {
   background: url('http://images1.wikia.nocookie.net/assassinscreed/images/b/b9/V-bg.png') no-repeat center top !important;
   background: url('http://images1.wikia.nocookie.net/assassinscreed/images/b/b9/V-bg.png') repeat !important;
   border-color: #273b51 #273b51 #273b51 #273b51 !important;
   border-color: transparent #000000 #000000 transparent !important;
   color: #000000 !important;
   color: #000000 !important;
   text-decoration:none;
   text-decoration:none;

Revision as of 09:31, 6 April 2012

/*

 */
/*********************************************/
/*** Article Comments - Staff Highlighting ***/
/*********************************************/
.comments li[data-user="Vatsa1708"] > blockquote:after {
   background: transparent !important;
   border-color: #000000 #000000 #000000 #000000 !important;
   color: white !important;
}
 
.comments li[data-user="Vatsa1708"] > blockquote {
   background: url('http://images1.wikia.nocookie.net/assassinscreed/images/b/b9/V-bg.png') repeat !important;
   border-color: transparent #000000 #000000 transparent !important;
   color: #000000 !important;
   text-decoration:none;
}


.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: #BE0000 #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;
}

.comments li[data-user="Subject 12"] > blockquote:after {
   background: transparent !important;
   border-color: transparent #ffffff #ffffff transparent !important;
   color: white !important;
}
 
.comments li[data-user="Subject 12"] > blockquote {
   border-color: #ffffff #ffffff #ffffff #ffffff !important;
   color: white !important;
}
/* 

*/