Castle Crush Wiki
m (Added > MehdiSh)
m (Rollback colour > MehdiSh)
Line 588: Line 588:
 
}
 
}
 
/* Rollback */
 
/* Rollback */
a[href$=""] {
+
a[href$="/wiki/User:MehdiSh"] {
 
color: Sienna !important;
 
color: Sienna !important;
 
font-weight: bold;
 
font-weight: bold;

Revision as of 14:55, 8 April 2019

@import "//dev.wikia.com/index.php?title=FontAwesome/code.css&action=raw&ctype=text/css";
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import "/index.php?title=MediaWiki:Mainpage.css&action=raw&ctype=text/css&cb=2";
 
/* Supercell fonts */
@font-face {
  font-family: Magic;
  src: local('Supercell-Magic'),
       local('Supercell Magic'),
       url(https://images.wikia.nocookie.net/clashofclans/images/0/0a/Supercell-magic-webfont.eot#iefix) format('embedded-opentype'),
       url(https://images.wikia.nocookie.net/clashofclans/images/f/ff/Supercell-magic-webfont.woff) format('woff'),
       url(https://images.wikia.nocookie.net/clashofclans/images/a/a9/Supercell-magic-webfont.ttf) format('truetype'),
       url(http://www.supercell.net/assets/fonts/supercell-magic/supercell-magic-webfont.eot?#iefix) format('embedded-opentype'),
       url(http://www.supercell.net/assets/fonts/supercell-magic/supercell-magic-webfont.woff) format('woff'),
       url(http://www.supercell.net/assets/fonts/supercell-magic/supercell-magic-webfont.ttf) format('truetype');
}
 
@font-face {
    font-family: BackBeat;
    src: local('CCBackBeat-Light'),
         url(https://images.wikia.nocookie.net/__cb20150113234615/clashofclans/images/9/9a/CCBackBeat-Light.ttf) format('truetype');
}
 
/* Hover Class */
.hoverimage img { opacity: 0.75; filter: alpha(opacity=75); /* For IE8 and earlier */ }
.hoverimage img:hover { opacity: 1.0; filter: alpha(opacity=100); /* For IE8 and earlier */ }
 
/* Navigation Hover Class */
.hovernav img {opacity: 1.0; filter: alpha(opacity=100); /* For IE8 and earlier */ }
.hovernav img:hover {opacity: 0.55; filter: alpha(opacity=55); /* For IE8 and earlier */ }
 
/* Fixing Variable Font Sizes */
 #WikiaArticle {
    font-size: 14px; 
    line-height: 22px;
}
 
/* Poll Styling */
.pollAnswerVotes div {
    background: -ms-linear-gradient(left, #FF6633 0%, #FF6666 100%) !important;
    background: -moz-linear-gradient(left, #FF6633 0%, #FF6666 100%) !important; 
    background: -o-linear-gradient(left, #FF6633 0%, #FF6666 100%) !important; 
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #FF6633), color-stop(1, #FF6666)) !important; 
    background: -webkit-linear-gradient(left, #FF6633 0%, #FF6666 100%) !important; 
    background: linear-gradient(To Right, #FF6633 0%, #FF6666 100%) !important;
}
 
/* Cards-Effect (clashroyale.wikia.com)*/
.Image-Legendary img {
    -webkit-animation: Image-Legendary 3s infinite;
    animation: Image-Legendary 3s infinite;
}
 
@-webkit-keyframes Image-Legendary {
    0% {filter: drop-shadow(0 0 4px #FF0040); -webkit-filter: drop-shadow(0 0 4px #FF0040);}
    16% {filter: drop-shadow(0 0 5px #FF0040); -webkit-filter: drop-shadow(0 0 5px #FF0040);}
    34% {filter: drop-shadow(0 0 6px #FF0040); -webkit-filter: drop-shadow(0 0 6px #FF0040);}
    50% {filter: drop-shadow(0 0 7px #FF0040); -webkit-filter: drop-shadow(0 0 7px #FF0040);}
    66% {filter: drop-shadow(0 0 6px #FF0040); -webkit-filter: drop-shadow(0 0 6px #FF0040);}
    84% {filter: drop-shadow(0 0 5px #FF0040); -webkit-filter: drop-shadow(0 0 5px #FF0040);}
    100% {filter: drop-shadow(0 0 4px #FF0040); -webkit-filter: drop-shadow(0 0 4px #FF0040);}
     }
@keyframes Image-Legendary {
    0% {filter: drop-shadow(0 0 4px #FF0040); -webkit-filter: drop-shadow(0 0 4px #FF0040);}
    16% {filter: drop-shadow(0 0 5px #FF0040); -webkit-filter: drop-shadow(0 0 5px #FF0040);}
    34% {filter: drop-shadow(0 0 6px #FF0040); -webkit-filter: drop-shadow(0 0 6px #FF0040);}
    50% {filter: drop-shadow(0 0 7px #FF0040); -webkit-filter: drop-shadow(0 0 7px #FF0040);}
    66% {filter: drop-shadow(0 0 6px #FF0040); -webkit-filter: drop-shadow(0 0 6px #FF0040);}
    84% {filter: drop-shadow(0 0 5px #FF0040); -webkit-filter: drop-shadow(0 0 5px #FF0040);}
     100% {filter: drop-shadow(0 0 4px #FF0040); -webkit-filter: drop-shadow(0 0 4px #FF0040);}
    }
    
.Image-Epic img {
    -webkit-animation: Image-Epic 2s infinite;
    animation: Image-Epic 2s infinite;
}
 
@-webkit-keyframes Image-Epic {
    0% {filter: drop-shadow(0 0 4px #b300b3); -webkit-filter: drop-shadow(0 0 4px #b300b3);}
    100% {filter: drop-shadow(0 0 4px #b300b3); -webkit-filter: drop-shadow(0 0 4px #b300b3);}
       }
@keyframes Image-Epic {
    0% {filter: drop-shadow(0 0 4px #b300b3); -webkit-filter: drop-shadow(0 0 4px #b300b3);}
    100% {filter: drop-shadow(0 0 4px #b300b3); -webkit-filter: drop-shadow(0 0 4px #b300b3);}
    }
    
.Image-Rare img {
    -webkit-animation: Image-Rare 2s infinite;
    animation: Image-Rare 2s infinite;
}
 
@-webkit-keyframes Image-Rare {
    0% {filter: drop-shadow(0 0 4px #F4FA58); -webkit-filter: drop-shadow(0 0 4px #F4FA58);}
    100% {filter: drop-shadow(0 0 4px #F4FA58); -webkit-filter: drop-shadow(0 0 4px #F4FA58);}
       }
@keyframes Image-Rare {
    0% {filter: drop-shadow(0 0 4px #F4FA58); -webkit-filter: drop-shadow(0 0 4px #F4FA58);}
    100% {filter: drop-shadow(0 0 4px #F4FA58); -webkit-filter: drop-shadow(0 0 4px #F4FA58);}
    }


/* Clickable DIV elements with shading */
.clickable-div a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}
 
.clickable-div a > img {
    width: 100%;
    height: 100%;
}
 
.clickable-div a > img:hover {
    background: rgba(0, 0, 0, 0.2);
}
 
/* Clickable DIV without shading */
 
.clickable-div-ns a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}
 
.clickable-div-ns a > img {
    width: 100%;
    height: 100%;
}
 
/* End Clickable DIV elements */
 
 
.table-back {
    margin-top: 30px;
    margin-bottom: 15px;
    border: 0px ridge silver;
    padding: 10px;
    border-radius:15px;
    -moz-border-radius: 15px;
    -webkit-border-radius:15px;
    background-color: gainsboro;
}
 
/* Text */
.text-border-black {
   text-shadow: 1px 1px 1px black, -1px -1px 1px black, -1px 1px 1px black, 1px -1px 1px black;
   padding-left: 4px;
   padding-right: 4px;
}
 
/* Main page */
/** General **/
.mainpage-box {
     font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
     margin: 20px 0px 30px;
}
 
.mainpage-box h2 {
     border: medium none;
     color: #656e78;
     font-size: 26px;
     font-weight: bold;
     line-height: normal;
     margin: 85px 0 20px;
     overflow: hidden;
     padding: 0;
     text-align: center;
     text-transform: uppercase;
}
 
.mainpage-box h2::before, .mainpage-box h2::after {
     background-color: #707070;
     content: "";
     display: inline-block;
     height: 1px;
     position: relative;
     vertical-align: middle;
     width: 50%;
}
 
.mainpage-box h2::before {
     margin-left: -50%;
     right: 0.5em;
}
 
.mainpage-box h2::after {
     left: 0.5em;
     margin-right: -50%;
}
 
.mainpage-box h3 {
     color: #333333;
     font-weight: bold;
     font-size: 22px;
     line-height: normal;
     margin: 15px 0px 20px;
}
 
.mainpage-more {
     margin-top: 20px;
}
 
.mainpage-more a, .mainpage-more .recent a:active, .mainpage-more .recent a:visited {
     color: #4a90e2;
     font-size: 18px;
     text-decoration: none;
}
 
.mainpage-more a:hover {
     color: #6aaefc;
}
 
.mainpage-more a::after {
     background-size: cover;
     background-image: url("https://vignette.wikia.nocookie.net/central/images/4/45/Mainpage_Arrows.png/revision/latest?cb=20160711222557");
     background-position: 0px 0px;
     background-repeat: no-repeat;
     content: "";
     display: inline-block;
     height: 16px;
     left: 8px;
     position: relative;
     top: 3px;
     width: 22px;
}
 
.mainpage-more a:hover::after {
     background-position: -23px 0px;
}
 
/** Blogs **/
.mainpage-blogs {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
 
.mainpage-blogs .blog {
     margin: 10px 0px;
     width: calc(50% - 10px);
}
 
.mainpage-blogs .blog.featured {
     width: 100%;
}
 
.mainpage-blogs .hero-image img {
     height: auto;
     width: 100%;
}
 
.mainpage-blogs .blog-info {
     -webkit-box-align: center;
     -ms-flex-align: center;
     -ms-grid-row-align: center;
     align-items: center;
     border-bottom: 1px solid #e5e9f4;
     border-left: 1px solid #e5e9f4;
     border-radius: 0px 0px 4px 4px;
     border-right: 1px solid #e5e9f4;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     height: 64px;
}
 
.mainpage-blogs .blog .blog-info {
     padding: 15px 15px 10px 10px;
}
 
.mainpage-blogs .blog.featured .blog-info {
     padding-bottom: 10px;
}
 
.mainpage-blogs .details {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     line-height: 18px;
}
 
.mainpage-blogs .blog-info .avatar {
     height: 55px;
     margin: 0px 20px 0px 0px;
}
 
.mainpage-blogs .blog-info .avatar img {
     border-radius: 50%;
     height: 100%;
     width: auto;
}
 
.mainpage-blogs .blog-info .author a, .mainpage-blogs .blog-info .author a:active, .mainpage-blogs .blog-info .author a:visited {
     color: #000000 !important;
     text-decoration: none;
     font-weight:normal !important;
}
 
.mainpage-blogs .blog-info .author a:hover {
     color: #545454 !important;;
}
 
.mainpage-blogs .blog-info .timestamp {
     color: #999999;
     font-size: 14px;
}
 
.mainpage-blogs .blog-info .timestamp::before {
     content: "\00a0\00a0•\00a0";
     font-size: 10px;
}
 
.mainpage-blogs .blog .blog-info .title {
     font-size: 18px;
     font-weight: bold;
     margin-top: 4px;
}
 
.mainpage-blogs .blog.featured .blog-info .title {
     font-size: 23px;
}
 
.mainpage-blogs .blog-info .title a, .mainpage-blogs .blog-info .title a:active, .mainpage-blogs .blog-info .title a:visited {
     color: #4a90e2;
     text-decoration: none;
}
 
.mainpage-blogs .blog .title a:hover {
     color: #6aaefc;
}
 
.mainpage-blogs1 .blog {
    width:100%;
}
 
/** FAQ **/
.mainpage-faq .faqs {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
 
.mainpage-faq .faq-section {
     margin: 10px 0px;
     width: calc(50% - 10px);
}
 
.mainpage-faq h4 {
     background: #f2f6fa none repeat scroll 0% 0%;
     color: #656e78;
     font-size: 18px;
     font-weight: bold;
     line-height: normal;
     margin: 0px;
     padding: 20px 10px 15px;
}
 
.mainpage-faq .faq-list {
     background-color: #fcfdff;
     border-bottom: 1px solid #e5e9f4;
     border-left: 1px solid #e5e9f4;
     border-right: 1px solid #e5e9f4;
     padding: 10px;
}
 
.mainpage-faq .faq-list a, .mainpage-faq .faq-list a:active, .mainpage-faq .faq-list a:visited {
     color: #4a90e2;
     text-decoration: none;
}
 
.mainpage-faq .faq-list a:hover {
     color: #6aaefc;
}
 
.mainpage-faq ul {
     list-style: outside none none;
     margin: 0px;
}
 
.mainpage-faq li {
     margin: 0px 0px 10px;
}
 
.mainpage-faq .faq-section .mainpage-more {
     font-weight: bold;
}
 
/** Connect **/
.mainpage-connect .staff {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     flex-direction: row;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     list-style: outside none none;
     margin: 0px;
}
 
.mainpage-connect .staff li {
     border-radius: 4px;
     border: 1px solid #e5e9f4;
     box-sizing: border-box;
     margin: 0px 0px 20px;
     padding: 15px 20px;
     text-align: center;
     width: calc(50% - 10px);
}
 
.mainpage-connect .staff img {
     border-radius: 50%;
     height: auto;
     width: 95px;
}
 
.mainpage-connect .staff .name {
     line-height: 18px;
     margin-top: 10px;
}
 
.mainpage-connect .staff .name a, .mainpage-connect .staff .name a:active, .mainpage-connect .staff .name a:visited {
     color: #000000;
     font-weight: bold;
     text-decoration: none;
}
 
 
.mainpage-connect .staff .name a:hover {
     color: #545454;
}
 
.mainpage-connect .mainpage-more {
     margin-top: 10px; 
}
 
@media screen and (max-width: 1023px) {
     .mainpage-connect .staff li {
          width: auto;
     }
 
     .mainpage-connect .staff .notablet {
          display: none;
     }
}
 
 
.mainpage-blogs {margin:0px;}
 
/**Mainpage news**/
.mainpage-news a {
    font-weight:bold;
}
 
.mainpage-news {
    border:1px solid #e5e9f4;
}
 
.mainpage-news .timestamp {
     color: #999999;
     font-size: 14px;
}
 
.page-Castle_Crush_Wiki .module.WikiaActivityModule.ForumActivityModule {
    border:1px solid #e5e9f4;
    box-shadow:none;
}
a.tag {
    color: inherit;
}

/* Colors of administration */
.hsb {
    display:flex;
    box-sizing:border-box;
    width:100%;
    flex-wrap:wrap;
    background-color:#ECF6CE;
    border:.5px solid #000000;
    justify-content:space-around;
    margin-bottom:1em;
}

.hsb.hsb-rang-admin {
    background-color: rgba(187,187,187,.25); 
    border:.5px solid #000000;
    color: #7D7D7D;
}

.hsb.hsb-rang-supermod {
    background-color: rgba(189,34,255,.25); 
    border:.5px solid #000000;
    color: #9400D3;
}

.hsb.hsb-rang-diskussionsmod {
    background-color: rgba(255,167,59,.25); 
    border:.5px solid #000000;
    color: #FF8C00;
}

.hsb.hsb-rang-chatmod {
    background-color: rgba(0,148,0,.25); 
    border:.5px solid #000000;
    color: #008000;
}

.hsb.hsb-rang-rollback {
    background-color: rgba(255,255,118,.25); 
    border:.5px solid #000000;
    color: #D5A01B;
}

.hsb > .hsb__entry {
    flex-basis:auto;
    max-width:50%;
    box-sizing:border-box;
    text-align:center;
    padding:1.5em;
    border-color:transparent;
    display:flex;
    flex-direction:column;
    align-items:center
}
.hsb > .hsb__entry > .hsb__entry__image {
    background-color:white;
    border:.5px solid #000000;
    border-radius:50%;
    padding:0em;
}
.hsb > .hsb__entry > .hsb__entry__name:hover + .hsb__entry__image,.hsb > .hsb__entry > .hsb__entry__image:hover {
    opacity:.8;
    transition:opacity 100ms linear;
}
.hsb > .hsb__entry > .hsb__entry__name {
    margin-bottom:.2em;
}
.hsb > .hsb__entry > .hsb__entry__name a {
    text-decoration:none;
    color:inherit;
    font-weight:bold;
}
.hsb > .hsb__entry > .hsb__entry__image img {
    width:auto;
    height:auto;
    max-height:75px;
    border-radius:50%;
    border:.5px transparent;
}


/* Bot */
a[href|="/wiki/Benutzer:Wikia"],
a[href|="/wiki/Benutzer:LoR"],
a[href|="/wiki/Benutzer:Default"]{ 
   color: #FF0000; 
   font-weight: bold; 
}
/* Rollback */
a[href$="/wiki/User:MehdiSh"] {
	color: Sienna !important;
	font-weight: bold;
}
/* Chat-Moderatoren */
a[href$=""] {
	color: #00CC33 !important;
	font-weight: bold;
}
/* Diskussions-Moderatoren */
a[href$=""] {
	color: #00CCCC !important;
	font-weight: bold;
}
/* Super-Moderatoren */
a[href$=""] {
	color: #CC0033 !important;
	font-weight: bold;
}
/* Administratoren */
a[href$="Drunken_Sailors_TV"],
a[href$="MattR1992"]{
    color: Gray !important;
	font-weight:bold !important;
}
/* Bürokraten */
a[href$="Law_of_Royale"],
a[href$="PanettoniTFG"],
a[href$="ChristianClash"] {
   color: Goldenrod !important; 
   font-weight: bold !important;
}

/** Kommentare **/
 .comments li[data-user="MehdiSh"] .edited-by:after {
    content: "Rollback-User"; 
    color: white; 
    background-color: #DAA520; 
    border-radius: 6px; 
    padding: 0 5px; 
    margin-left: 3px; 
}
 .comments li[data-user=""] .edited-by:after {
    content: "Chat-Moderator"; 
    color: white; 
    background-color: #FF4500; 
    border-radius: 6px; 
    padding: 0 5px; 
    margin-left: 3px; 
}
 .comments li[data-user=""] .edited-by:after {
    content: "Discussion-Moderator"; 
    color: white; 
    background-color: #FF4500; 
    border-radius: 6px; 
    padding: 0 5px; 
    margin-left: 3px; 
}
  .comments li[data-user=""] .edited-by:after {
    content: "Super-Moderator"; 
    color: white; 
    background-color: #FF4500; 
    border-radius: 6px; 
    padding: 0 5px; 
    margin-left: 3px; 
}
.comments li[data-user="Law_of_Royale"] .edited-by:after,
.comments li[data-user="ChristianClash"] .edited-by:after,
.comments li[data-user="Drunken_Sailors_TV"] .edited-by:after,
.comments li[data-user="MattR1992"] .edited-by:after {
    content: "Administrator"; 
    color: white; 
    background-color: #dd4200; 
    border-radius: 6px; 
    padding: 0 5px; 
    margin-left: 3px; 
}
.comments li[data-user=""] .edited-by:after {
    content: "Bureaucrat"; 
    color: white; 
    background-color: #dd4200; 
    border-radius: 6px; 
    padding: 0 5px; 
    margin-left: 3px; 
}
.comments li[data-user="PanettoniTFG"] .edited-by:after {
    content: "Community-Manager"; 
    color: white; 
    background-color: #dd4200; 
    border-radius: 6px; 
    padding: 0 5px; 
    margin-left: 3px; 
    
}
/* Farbe Kommentar-Hintergrund */
.comments li[data-user="Law_of_Royale"] blockquote,
.comments li[data-user="PanettoniTFG"] blockquote,
.comments li[data-user="ChristianClash"] blockquote {
    background: #FFFFFF !important;
}
.comments li[data-user="Law_of_Royale"] blockquote:after,
.comments li[data-user="PanettoniTFG"]  blockquote:after,
.comments li[data-user="ChristianClash"] blockquote:after {
        border-color: transparent #FFFFFF #FFFFFF transparent !important;
}
.comments li[data-user="Law_of_Royale"] blockquote div,
.comments li[data-user="PanettoniTFG"] blockquote div,
.comments li[data-user="ChristianClash"] blockquote div { 
    color:black;
    background:transparent;
}
 
/* VSTF */
a[href$=":Callofduty4"],
a[href$=":Cyanide3"],
a[href$=":Jr_Mime"], /* Jr Mime */
a[href$=":Kopcap94"],
a[href$=":Lady_Lostris"], /* Lady Lostris */
a[href$=":Matheus_Leonardo"], /*Matheus Leonardo*/
a[href$=":Noreplyz"],
a[href$=":RansomTime"],
a[href$=":Ripto22475"],
a[href$=":Sactage"],
a[href$=":TK-999"],
a[href$=":TyA"],
a[href$=":VegaDark"],
a[href$=":VSTF_Bot"], /* VSTF Bot */
a[href$=":White_torch"] { color:#F77 !important; }
 
/* Fandom */
a[href$="Adam_Carey"],
a[href$="Amon"],
a[href$="Adamarket"],
a[href$="Aga_Zarek"],
a[href$="Agse"],
a[href$="Alwaysmore2hear"],
a[href$="Analytics-etl"],
a[href$="Andrewgleeson"],
a[href$="Andrzej.swedrzynski"],
a[href$="Andrzej_%C5%81ukaszewski"],
a[href$="Andrzej_Łukaszewski"],
a[href$="AniaKor"],
a[href$="AniaMu"],
a[href$="AnnWatson"],
a[href$="Apfeltz"],
a[href$="Artur_Klajnerok"],
a[href$="Artur_Sitarski_Wikia"],
a[href$="AshToDaMAX"],
a[href$="Asnow89"],
a[href|="/wiki/Benutzer:Avatar"],
a[href$="Babaganoush76"],
a[href$="Bbretterson"],
a[href$="BertH"],
a[href$="Bkowalczyk"],
a[href$="Bleubird"],
a[href$="Bmkc"],
a[href$="Bobstone33"],
a[href$="Bognix"],
a[href$="Bola"],
a[href$="Brandon_Rhea"],
a[href$="Bve"],
a[href$="Bwesolowski"],
a[href$="Cal-Boy"],
a[href$="Carlafaraguna"],
a[href$="Cavalier_One"],
a[href$="CDP5"],
a[href$="Charicocco"],
a[href$="Cieslak.jakub"],
a[href$="Cnoteboat"],
a[href$="Craiglpalmer"],
a[href$="Cristina7"],
a[href$="CuBaN_VeRcEttI"],
a[href$="CzechOut"],
a[href$="DaNASCAT"],
a[href$="Dianafa"],
a[href$="Dmytro_Rets"],
a[href$="Drozdo"],
a[href$="Drsnyder"],
a[href$="Edyta_K-P"],
a[href$="ElBosso"],
a[href$="Ericmoro"],
a[href$="Ffaarr"],
a[href$="FiliusLunae"],
a[href$="FishTank"],
a[href$="Frank.farmer"],
a[href$="FriegOfNature"],
a[href$="Froncek"],
a[href$="Garthwebb"],
a[href$="Gbajaj"],
a[href$="Gigglestix"],
a[href$="Glass_butterfly"],
a[href$="Grunny"],
a[href$="Harnash"],
a[href$="Hypsoline"],
a[href$="Idradm"],
a[href$="Igor_Rogatty"],
a[href$="Imadwikia"],
a[href$="Jacek_Jursza"],
a[href$="Jakubolek"],
a[href$="JCel"],
a[href$="Jenburton"],
a[href$="Jimmordino"],
a[href$="JoePlay"],
a[href$="Jogura"],
a[href$="JohanaOcampo"],
a[href$="Jonathan_Pineda"],
a[href$="Jorja63"],
a[href$="Joshbrownline"],
a[href$="JPAB1210"],
a[href$="Jsutterfield"],
a[href$="JurasJuras"],
a[href$="Kccsf"],
a[href$="Kfax"],
a[href$="Kimbercallanta"],
a[href$="Kirkburn"],
a[href$="Klaterza"],
a[href$="Knakveey"],
a[href$="Ktatala"],
a[href$="Kvas_damian"],
a[href$="Kviatkovsky"],
a[href$="Lizlux"],
a[href$="Logdom"],
a[href$="Lolabola123"],
a[href$="Luchofigo85"],
a[href$="Ludwik.kazmierczak"],
a[href$="Lukasz_Jagiello"],
a[href$="Lukasz_Jedrzejczak"],
a[href$="Lukasz_Konieczny"],
a[href$="Macbre"],
a[href$="Madzia91"],
a[href$="MarkvA"],
a[href$="MELFAL"],
a[href$="Merrystar"],
a[href$="Michal_Moczulski"],
a[href$="Mighty_No._9"],
a[href$="Mingerso"],
a[href$="Mira_Laime"],
a[href$="Mirandahow"],
a[href$="Moneill77"],
a[href$="Mr._Nick_Nunziata"],
a[href$="Mroszka"],
a[href$="MStrauss01"],
a[href$="Mta%C3%84"],
a[href$="MtaÄ"],
a[href$="Nblonkenfeld"],
a[href$="Nikodamn"],
a[href$="Nmonterroso"],
a[href$="NotVeryMadMax"],
a[href$="OwenDavis"],
a[href$="PatChat"],
a[href$="Patrycja_Kilja%C5%84ska"],
a[href$="Patrycja_Kiljańska"],
a[href$="PctD"],
a[href$="Pgalletta"],
a[href$="Pgroland"],
a[href$="Pinkachu"],
a[href$="Piotr_Gabryjeluk"],
a[href$="Piotr.gackowski"],
a[href$="Plagia"],
a[href$="Ppiotr"],
a[href$="QATestsMonobook"],
a[href$="QATestsStaff"],
a[href$="QATestsStaff2"],
a[href$="Rappy_4187"],
a[href$="Raylan13"],
a[href$="Raylan13bot"],
a[href$="Rex_Wikia"],
a[href$="Ritaslibrary"],
a[href$="Robert.jerzu"],
a[href$="Rupert_Giles"],
a[href$="Ryba777"],
a[href$="Saipetch"],
a[href$="Sannse"],
a[href$="Searan"],
a[href$="Sebastian_Marzjan"],
a[href$="Semanticdrifter"],
a[href$="SEOkitten"],
a[href$="Sfbeth33"],
a[href$="Sffoodie"],
a[href$="SFnetizen"],
a[href$="Shareif"],
a[href$="Shatiff"],
a[href$="Skylineswine"],
a[href$="Spinelli313"],
a[href$="Spoonyfreak"],
a[href$="Springteufel"],
a[href$="Synplatona"],
a[href$="Szymon.cierniewski"],
a[href$="Tedgill"],
a[href$="TheBlueRogue"],
a[href$="TheCupcakeNinja"],
a[href$="Thereselovesyou"],
a[href|="/wiki/Benutzer:TOR"],
a[href$="TranStanley"],
a[href$="Vchiea"],
a[href$="Velosmobile"],
a[href$="Vlazovskiy"],
a[href$="VolleyChick14"],
a[href$="Vondellblake"],
a[href$="Voucher"],
a[href$="W.bulaszenko"],
a[href$="Wade_Warren"],
a[href$="Walkerjacobs"],
a[href$="Warkot"],
a[href$="Webmastertools"],
a[href$="WikiaTransformer"],
a[href$="Witnessme"],
a[href$="Wladekb"],
a[href$="Xaroth8088"],
a[href$="XXaMBushXx"],
a[href$="Yabujapan"],
a[href$="ZakKirchner"],
a[href$="Zhobbs"] { 
   color: black !important; 
   font-weight: bold !important;
}