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 3: Line 3:
/*** Article Comments - Staff Highlighting ***/
/*** 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 {
.comments li[data-user="Slate Vesper"] > blockquote:after {
   background: transparent !important;
   background: transparent !important;
Line 34: Line 22:
.comments li[data-user="Kaloneous"] > blockquote {
.comments li[data-user="Kaloneous"] > blockquote {
   border-color: #228b22 #228b22 #228b22 #228b22 !important;
   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;
   color: white !important;
}
}
/* </pre> */
/* </pre> */

Revision as of 15:26, 28 July 2013

/*

 */
/*********************************************/
/*** Article Comments - Staff Highlighting ***/
/*********************************************/
.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;
}
/* 

*/