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>DarkFeather
Undo revision 591302 by DarkFeather (talk)
 
(36 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
/* <pre> */
/*********************************************/
/*********************************************/
/*** Article Comments - Staff Highlighting ***/
/*** Article Comments - Staff Highlighting ***/
/*********************************************/
/*********************************************/
.comments li[data-user="D. Cello"] > blockquote {
.comments li[data-user="TheSt0ryTeller"] > blockquote:after {
   background: url('http://images.wikia.com/assassinscreed/images/b/b9/ACBSP_2011-06-05_08-28-02-05.jpg') no-repeat center top !important;
   background: transparent !important;
   border-color: white white white white !important;
   border-color: transparent #FFA812 #FFA812 transparent !important;
   color: white !important;
   color: #ffffff !important;
  -moz-box-shadow: 0 0 15px white;
}
    -webkit-box-shadow: 0 0 15px white;
   
text-shadow: white  0 0 7px;
.comments li[data-user="TheSt0ryTeller"] > blockquote {
  text-decoration:none;
  border-color: #FFA812 #FFA812 #FFA812 #FFA812 !important;
  color: #ffffff !important;
}
}
.comments li[data-user="D. Cello"] > blockquote:after {
 
.comments li[data-user="Slate Vesper"] > blockquote:after {
   background: transparent !important;
   background: transparent !important;
   border-color: transparent white white transparent !important;
   border-color: transparent #9F00C5 #9F00C5 transparent !important;
  color: #ffffff !important;
}
.comments li[data-user="Slate Vesper"] > blockquote {
  border-color: #9F00C5 #9F00C5 #9F00C5 #9F00C5 !important;
  color: #ffffff !important;
}
}


.comments li[data-user="War Clown"] > blockquote:after {
.comments li[data-user="Kaloneous"] > blockquote:after {
   background: transparent !important;
   background: transparent !important;
   border-color: transparent black black transparent !important;
   border-color: transparent #228b22 #228b22 transparent !important;
   color: white !important;
   color: #ffffff !important;
}
}
   
   
.comments li[data-user="War Clown"] > blockquote {
.comments li[data-user="Kaloneous"] > blockquote {
  background: url('http://images2.wikia.nocookie.net/__cb20110526184528/assassinscreed/images/c/cf/Revelations_Corridor.png') no-repeat center top !important;
   border-color: #228b22 #228b22 #228b22 #228b22 !important;
   border-color: transparent black black transparent!important;
   color: #ffffff !important;
   color: white !important;
  text-shadow: 0 0 10px white;
  text-decoration:none;
}
}


.comments li[data-user="TheSt0ryTeller"] > blockquote:after {
.comments li[data-user="Amnestyyy"] > blockquote:after {
   background: transparent !important;
   background: transparent !important;
   border-color: transparent #FFA812 #FFA812 transparent !important;
   border-color: transparent #f00fdd #f00fdd transparent !important;
   color: white !important;
   color: #ffffff !important;
}
}
   
   
.comments li[data-user="TheSt0ryTeller"] > blockquote {
.comments li[data-user="Amnestyyy"] > blockquote {
  border-color: #f00fdd #f00fdd #f00fdd #f00fdd !important;
  color: #ffffff !important;
}


  border-color: #FFA812 #FFA812 #FFA812 #FFA812 !important;
/* </pre> */
  color: white !important;
}
</pre>

Latest revision as of 22:56, 21 November 2014

/*

 */
/*********************************************/
/*** 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 {
   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: #ffffff !important;
}
 
.comments li[data-user="Slate Vesper"] > blockquote {
   border-color: #9F00C5 #9F00C5 #9F00C5 #9F00C5 !important;
   color: #ffffff !important;
}

.comments li[data-user="Kaloneous"] > blockquote:after {
   background: transparent !important;
   border-color: transparent #228b22 #228b22 transparent !important;
   color: #ffffff !important;
}
 
.comments li[data-user="Kaloneous"] > blockquote {
   border-color: #228b22 #228b22 #228b22 #228b22 !important;
   color: #ffffff !important;
}

.comments li[data-user="Amnestyyy"] > blockquote:after {
   background: transparent !important;
   border-color: transparent #f00fdd #f00fdd transparent !important;
   color: #ffffff !important;
}
 
.comments li[data-user="Amnestyyy"] > blockquote {
   border-color: #f00fdd #f00fdd #f00fdd #f00fdd !important;
   color: #ffffff !important;
}

/* 

*/