Transformice Wiki
(Updating CSS from MediaWiki:Custom-common.less)
(Updating CSS from MediaWiki:Custom-common.less)
 
(63 intermediate revisions by 2 users not shown)
Line 77: Line 77:
 
.navbox {
 
.navbox {
 
width: 100%;
 
width: 100%;
background: #000000;
+
background: #cccccc;
color: #111111;
+
color: #3a3a3a;
 
margin: 1em auto;
 
margin: 1em auto;
 
font-size: 84%;
 
font-size: 84%;
Line 84: Line 84:
 
padding: 2px;
 
padding: 2px;
 
border-spacing: 0;
 
border-spacing: 0;
border: 2px solid #000000;
+
border: 2px solid #999999;
 
border-radius: 3px;
 
border-radius: 3px;
 
}
 
}
Line 90: Line 90:
 
.navbox a,
 
.navbox a,
 
.navbox .navbox-list .navbox-group a {
 
.navbox .navbox-list .navbox-group a {
color: #ffffff;
+
color: #006cb0;
 
}
 
}
   
Line 100: Line 100:
   
 
.navbox .navbox-title {
 
.navbox .navbox-title {
color: #cccccc;
+
color: #3a3a3a;
background: #000000;
+
background: #cccccc;
 
font-weight: bold;
 
font-weight: bold;
 
}
 
}
Line 128: Line 128:
   
 
.navbox .navbox-subgroup .navbox-gutter {
 
.navbox .navbox-subgroup .navbox-gutter {
background: #000000;
+
background: #cccccc;
 
}
 
}
   
Line 144: Line 144:
 
.navbox .navbox-below,
 
.navbox .navbox-below,
 
.navbox .navbox-image {
 
.navbox .navbox-image {
color: #cccccc;
+
color: #3a3a3a;
background: #1f1f1f;
+
background: #e6e6e6;
 
text-align: center;
 
text-align: center;
 
}
 
}
Line 151: Line 151:
 
.navbox .navbox-group,
 
.navbox .navbox-group,
 
.navbox .navbox-header {
 
.navbox .navbox-header {
background: #1f1f1f;
+
background: #e6e6e6;
color: #cccccc;
+
color: #3a3a3a;
 
font-weight: bold;
 
font-weight: bold;
 
height: 100%;
 
height: 100%;
Line 163: Line 163:
   
 
.navbox .navbox-group {
 
.navbox .navbox-group {
min-width: 150px;
+
min-width: 50px;
 
}
 
}
   
 
.navbox .navbox-group,
 
.navbox .navbox-group,
 
.navbox .navbox-image-left {
 
.navbox .navbox-image-left {
border-right: 2px solid #000000;
+
border-right: 2px solid #cccccc;
 
}
 
}
   
 
.navbox .navbox-image-right {
 
.navbox .navbox-image-right {
border-left: 2px solid #000000;
+
border-left: 2px solid #cccccc;
 
}
 
}
   
 
.navbox .navbox-list {
 
.navbox .navbox-list {
background: #dddddd;
+
background: #ffffff;
color: #111111;
+
color: #3a3a3a;
 
width: 100%;
 
width: 100%;
 
height: 100%;
 
height: 100%;
Line 194: Line 194:
   
 
.navbox .navbox-list a {
 
.navbox .navbox-list a {
color: #00cdd0;
+
color: #006cb0;
 
}
 
}
   
 
.navbox .navbox-list a.new {
 
.navbox .navbox-list a.new {
color: #0c0c0c !important;
+
color: #353535 !important;
 
}
 
}
   
Line 238: Line 238:
 
.hlist ul ul li:last-child:after {
 
.hlist ul ul li:last-child:after {
 
content: none;
 
content: none;
}
 
 
.nabvox-fixed-spacing-border-table {
 
width: 100%;
 
table-layout: fixed;
 
text-align: center;
 
}
 
 
.nabvox-fixed-spacing-border-table td + td {
 
border-left: 1px solid #555;
 
 
}
 
}
   
Line 256: Line 246:
 
border: 1px solid #BBB;
 
border: 1px solid #BBB;
 
border-radius: 3px;
 
border-radius: 3px;
color: #DDD;
+
color: #FFFFFF;
 
font-size: 150%;
 
font-size: 150%;
 
font-weight: bold;
 
font-weight: bold;
 
text-align: center;
 
text-align: center;
 
text-transform: capitalize;
 
text-transform: capitalize;
}
 
 
.page-content .widget_title *,
 
.widget_title * {
 
font-family: inherit !important;
 
 
}
 
}
   
 
.color1 {
 
.color1 {
 
background: var(--theme-accent-color);
 
background: var(--theme-accent-color);
color: #DDD;
+
color: #FFFFFF;
 
}
 
}
   
Line 276: Line 261:
 
.color1 a:hover {
 
.color1 a:hover {
 
color: #FFFFFF;
 
color: #FFFFFF;
}
 
 
.pollAnswerVotes {
 
color: #DDD;
 
background: #000000;
 
}
 
 
.pollAnswerVotes div {
 
background: #005c62 !important;
 
background: -moz-linear-gradient(left, #005c62 0%, #00a4af 100%) !important;
 
background: -webkit-linear-gradient(left, #005c62 0%, #00a4af 100%) !important;
 
background: -o-linear-gradient(left, #005c62 0%, #00a4af 100%) !important;
 
background: -ms-linear-gradient(left, #005c62 0%, #00a4af 100%) !important;
 
background: linear-gradient(to right, #005c62 0%, #00a4af 100%) !important;
 
}
 
 
.newsarticle-heading {
 
border-bottom: 1px solid #b2af9c;
 
}
 
 
.newsarticle-new {
 
color: white;
 
background: red;
 
padding: 1px 3px;
 
border-radius: 5px;
 
border: 2px dotted darkred;
 
}
 
 
.newsarticle-date {
 
float: right;
 
}
 
 
.newsarticle-content {
 
padding: 0 5px 0 25px;
 
margin: 3px 0 8px 0;
 
background: #0a1313;
 
border: 1px solid #000000;
 
}
 
 
.newsarticle-content:after {
 
content: "";
 
display: block;
 
clear: both;
 
}
 
 
.newsarticle-links {
 
float: right;
 
border: 1px solid #000000;
 
line-height: 1;
 
padding: 2px 2px 1px 2px;
 
border-radius: 2px;
 
background: rgba(0, 0, 0, 0.01);
 
}
 
 
.newsarticle-links:empty {
 
display: none;
 
}
 
 
.mw-headline {
 
font-family: Copperplate, Copperplate Gothic Light, fantasy, Impact, Charcoal, sans-serif;
 
}
 
 
abbr[title] {
 
border-bottom: 1px dotted currentColor;
 
 
}
 
}
   
Line 374: Line 295:
 
}
 
}
   
  +
.allpagesredirect {
.user-link-admin {
 
color: #DC4F35;
+
font-style: italic;
 
}
 
}
   
  +
.allpagesredirect:after {
.user-link-admin:before {
 
  +
color: #808080;
content: url(http://images.wikia.com/transformice/images/d/da/Admin_Fraise_Icon.png);
 
vertical-align: -15%;
+
content: " (redirect)";
 
}
 
}
   
  +
.watchlistredir {
#WikiaPageHeader a[href$="/wiki/User:Fewfre"],
 
  +
font-style: italic;
#WikiaArticle a[href$="/wiki/User:Fewfre"],
 
#wikia-recent-activity a[href$="/wiki/User:Fewfre"],
 
.edited-by a[href$="/wiki/User:Fewfre"],
 
.lastEdited a[href$="/wiki/User:Fewfre"],
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fewfre"],
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fewfre"],
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fewfre"],
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fewfre"],
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fewfre"] {
 
color: #DC4F35;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Fewfre"]:before,
 
#WikiaArticle a[href$="/wiki/User:Fewfre"]:before,
 
#wikia-recent-activity a[href$="/wiki/User:Fewfre"]:before,
 
.edited-by a[href$="/wiki/User:Fewfre"]:before,
 
.lastEdited a[href$="/wiki/User:Fewfre"]:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fewfre"]:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fewfre"]:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fewfre"]:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fewfre"]:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fewfre"]:before {
 
content: url(http://images.wikia.com/transformice/images/d/da/Admin_Fraise_Icon.png);
 
vertical-align: -15%;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Fewfre"]:empty:before,
 
#WikiaArticle a[href$="/wiki/User:Fewfre"]:empty:before,
 
#wikia-recent-activity a[href$="/wiki/User:Fewfre"]:empty:before,
 
.edited-by a[href$="/wiki/User:Fewfre"]:empty:before,
 
.lastEdited a[href$="/wiki/User:Fewfre"]:empty:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fewfre"]:empty:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fewfre"]:empty:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fewfre"]:empty:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fewfre"]:empty:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fewfre"]:empty:before {
 
display: none;
 
}
 
 
[class*="avatar"] a[href$="/wiki/User:Fewfre"]:before,
 
[class*="avatar"] a[href$="/wiki/Message_Wall:Fewfre"]:before {
 
display: none;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Puffpapa"],
 
#WikiaArticle a[href$="/wiki/User:Puffpapa"],
 
#wikia-recent-activity a[href$="/wiki/User:Puffpapa"],
 
.edited-by a[href$="/wiki/User:Puffpapa"],
 
.lastEdited a[href$="/wiki/User:Puffpapa"],
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Puffpapa"],
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Puffpapa"],
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Puffpapa"],
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Puffpapa"],
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Puffpapa"] {
 
color: #DC4F35;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Puffpapa"]:before,
 
#WikiaArticle a[href$="/wiki/User:Puffpapa"]:before,
 
#wikia-recent-activity a[href$="/wiki/User:Puffpapa"]:before,
 
.edited-by a[href$="/wiki/User:Puffpapa"]:before,
 
.lastEdited a[href$="/wiki/User:Puffpapa"]:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Puffpapa"]:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Puffpapa"]:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Puffpapa"]:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Puffpapa"]:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Puffpapa"]:before {
 
content: url(http://images.wikia.com/transformice/images/d/da/Admin_Fraise_Icon.png);
 
vertical-align: -15%;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Puffpapa"]:empty:before,
 
#WikiaArticle a[href$="/wiki/User:Puffpapa"]:empty:before,
 
#wikia-recent-activity a[href$="/wiki/User:Puffpapa"]:empty:before,
 
.edited-by a[href$="/wiki/User:Puffpapa"]:empty:before,
 
.lastEdited a[href$="/wiki/User:Puffpapa"]:empty:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Puffpapa"]:empty:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Puffpapa"]:empty:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Puffpapa"]:empty:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Puffpapa"]:empty:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Puffpapa"]:empty:before {
 
display: none;
 
}
 
 
[class*="avatar"] a[href$="/wiki/User:Puffpapa"]:before,
 
[class*="avatar"] a[href$="/wiki/Message_Wall:Puffpapa"]:before {
 
display: none;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Luke_the_Mac_Lover"],
 
#WikiaArticle a[href$="/wiki/User:Luke_the_Mac_Lover"],
 
#wikia-recent-activity a[href$="/wiki/User:Luke_the_Mac_Lover"],
 
.edited-by a[href$="/wiki/User:Luke_the_Mac_Lover"],
 
.lastEdited a[href$="/wiki/User:Luke_the_Mac_Lover"],
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Luke_the_Mac_Lover"],
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Luke_the_Mac_Lover"],
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Luke_the_Mac_Lover"],
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Luke_the_Mac_Lover"],
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Luke_the_Mac_Lover"] {
 
color: #DC4F35;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Luke_the_Mac_Lover"]:before,
 
#WikiaArticle a[href$="/wiki/User:Luke_the_Mac_Lover"]:before,
 
#wikia-recent-activity a[href$="/wiki/User:Luke_the_Mac_Lover"]:before,
 
.edited-by a[href$="/wiki/User:Luke_the_Mac_Lover"]:before,
 
.lastEdited a[href$="/wiki/User:Luke_the_Mac_Lover"]:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Luke_the_Mac_Lover"]:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Luke_the_Mac_Lover"]:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Luke_the_Mac_Lover"]:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Luke_the_Mac_Lover"]:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Luke_the_Mac_Lover"]:before {
 
content: url(http://images.wikia.com/transformice/images/d/da/Admin_Fraise_Icon.png);
 
vertical-align: -15%;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Luke_the_Mac_Lover"]:empty:before,
 
#WikiaArticle a[href$="/wiki/User:Luke_the_Mac_Lover"]:empty:before,
 
#wikia-recent-activity a[href$="/wiki/User:Luke_the_Mac_Lover"]:empty:before,
 
.edited-by a[href$="/wiki/User:Luke_the_Mac_Lover"]:empty:before,
 
.lastEdited a[href$="/wiki/User:Luke_the_Mac_Lover"]:empty:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Luke_the_Mac_Lover"]:empty:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Luke_the_Mac_Lover"]:empty:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Luke_the_Mac_Lover"]:empty:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Luke_the_Mac_Lover"]:empty:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Luke_the_Mac_Lover"]:empty:before {
 
display: none;
 
}
 
 
[class*="avatar"] a[href$="/wiki/User:Luke_the_Mac_Lover"]:before,
 
[class*="avatar"] a[href$="/wiki/Message_Wall:Luke_the_Mac_Lover"]:before {
 
display: none;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:FunAlwaysTheGamer"],
 
#WikiaArticle a[href$="/wiki/User:FunAlwaysTheGamer"],
 
#wikia-recent-activity a[href$="/wiki/User:FunAlwaysTheGamer"],
 
.edited-by a[href$="/wiki/User:FunAlwaysTheGamer"],
 
.lastEdited a[href$="/wiki/User:FunAlwaysTheGamer"],
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:FunAlwaysTheGamer"],
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:FunAlwaysTheGamer"],
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:FunAlwaysTheGamer"],
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:FunAlwaysTheGamer"],
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:FunAlwaysTheGamer"] {
 
color: #DC4F35;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:FunAlwaysTheGamer"]:before,
 
#WikiaArticle a[href$="/wiki/User:FunAlwaysTheGamer"]:before,
 
#wikia-recent-activity a[href$="/wiki/User:FunAlwaysTheGamer"]:before,
 
.edited-by a[href$="/wiki/User:FunAlwaysTheGamer"]:before,
 
.lastEdited a[href$="/wiki/User:FunAlwaysTheGamer"]:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:FunAlwaysTheGamer"]:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:FunAlwaysTheGamer"]:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:FunAlwaysTheGamer"]:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:FunAlwaysTheGamer"]:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:FunAlwaysTheGamer"]:before {
 
content: url(http://images.wikia.com/transformice/images/d/da/Admin_Fraise_Icon.png);
 
vertical-align: -15%;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:FunAlwaysTheGamer"]:empty:before,
 
#WikiaArticle a[href$="/wiki/User:FunAlwaysTheGamer"]:empty:before,
 
#wikia-recent-activity a[href$="/wiki/User:FunAlwaysTheGamer"]:empty:before,
 
.edited-by a[href$="/wiki/User:FunAlwaysTheGamer"]:empty:before,
 
.lastEdited a[href$="/wiki/User:FunAlwaysTheGamer"]:empty:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:FunAlwaysTheGamer"]:empty:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:FunAlwaysTheGamer"]:empty:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:FunAlwaysTheGamer"]:empty:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:FunAlwaysTheGamer"]:empty:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:FunAlwaysTheGamer"]:empty:before {
 
display: none;
 
}
 
 
[class*="avatar"] a[href$="/wiki/User:FunAlwaysTheGamer"]:before,
 
[class*="avatar"] a[href$="/wiki/Message_Wall:FunAlwaysTheGamer"]:before {
 
display: none;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:12a12"],
 
#WikiaArticle a[href$="/wiki/User:12a12"],
 
#wikia-recent-activity a[href$="/wiki/User:12a12"],
 
.edited-by a[href$="/wiki/User:12a12"],
 
.lastEdited a[href$="/wiki/User:12a12"],
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:12a12"],
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:12a12"],
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:12a12"],
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:12a12"],
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:12a12"] {
 
color: #DC4F35;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:12a12"]:before,
 
#WikiaArticle a[href$="/wiki/User:12a12"]:before,
 
#wikia-recent-activity a[href$="/wiki/User:12a12"]:before,
 
.edited-by a[href$="/wiki/User:12a12"]:before,
 
.lastEdited a[href$="/wiki/User:12a12"]:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:12a12"]:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:12a12"]:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:12a12"]:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:12a12"]:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:12a12"]:before {
 
content: url(http://images.wikia.com/transformice/images/d/da/Admin_Fraise_Icon.png);
 
vertical-align: -15%;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:12a12"]:empty:before,
 
#WikiaArticle a[href$="/wiki/User:12a12"]:empty:before,
 
#wikia-recent-activity a[href$="/wiki/User:12a12"]:empty:before,
 
.edited-by a[href$="/wiki/User:12a12"]:empty:before,
 
.lastEdited a[href$="/wiki/User:12a12"]:empty:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:12a12"]:empty:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:12a12"]:empty:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:12a12"]:empty:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:12a12"]:empty:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:12a12"]:empty:before {
 
display: none;
 
}
 
 
[class*="avatar"] a[href$="/wiki/User:12a12"]:before,
 
[class*="avatar"] a[href$="/wiki/Message_Wall:12a12"]:before {
 
display: none;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Tagatose"],
 
#WikiaArticle a[href$="/wiki/User:Tagatose"],
 
#wikia-recent-activity a[href$="/wiki/User:Tagatose"],
 
.edited-by a[href$="/wiki/User:Tagatose"],
 
.lastEdited a[href$="/wiki/User:Tagatose"],
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Tagatose"],
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Tagatose"],
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Tagatose"],
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Tagatose"],
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Tagatose"] {
 
color: #DC4F35;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Tagatose"]:before,
 
#WikiaArticle a[href$="/wiki/User:Tagatose"]:before,
 
#wikia-recent-activity a[href$="/wiki/User:Tagatose"]:before,
 
.edited-by a[href$="/wiki/User:Tagatose"]:before,
 
.lastEdited a[href$="/wiki/User:Tagatose"]:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Tagatose"]:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Tagatose"]:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Tagatose"]:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Tagatose"]:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Tagatose"]:before {
 
content: url(http://images.wikia.com/transformice/images/d/da/Admin_Fraise_Icon.png);
 
vertical-align: -15%;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Tagatose"]:empty:before,
 
#WikiaArticle a[href$="/wiki/User:Tagatose"]:empty:before,
 
#wikia-recent-activity a[href$="/wiki/User:Tagatose"]:empty:before,
 
.edited-by a[href$="/wiki/User:Tagatose"]:empty:before,
 
.lastEdited a[href$="/wiki/User:Tagatose"]:empty:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Tagatose"]:empty:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Tagatose"]:empty:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Tagatose"]:empty:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Tagatose"]:empty:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Tagatose"]:empty:before {
 
display: none;
 
}
 
 
[class*="avatar"] a[href$="/wiki/User:Tagatose"]:before,
 
[class*="avatar"] a[href$="/wiki/Message_Wall:Tagatose"]:before {
 
display: none;
 
}
 
 
.user-link-moderator {
 
color: #3A80FC;
 
}
 
 
.user-link-moderator:before {
 
content: url(http://vignette1.wikia.nocookie.net/transformice/images/e/e7/Moderator_Icon.png);
 
vertical-align: -15%;
 
padding-right: 3px;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Rectoptm"],
 
#WikiaArticle a[href$="/wiki/User:Rectoptm"],
 
#wikia-recent-activity a[href$="/wiki/User:Rectoptm"],
 
.edited-by a[href$="/wiki/User:Rectoptm"],
 
.lastEdited a[href$="/wiki/User:Rectoptm"],
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Rectoptm"],
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Rectoptm"],
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Rectoptm"],
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Rectoptm"],
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Rectoptm"] {
 
color: #3A80FC;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Rectoptm"]:before,
 
#WikiaArticle a[href$="/wiki/User:Rectoptm"]:before,
 
#wikia-recent-activity a[href$="/wiki/User:Rectoptm"]:before,
 
.edited-by a[href$="/wiki/User:Rectoptm"]:before,
 
.lastEdited a[href$="/wiki/User:Rectoptm"]:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Rectoptm"]:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Rectoptm"]:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Rectoptm"]:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Rectoptm"]:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Rectoptm"]:before {
 
content: url(http://vignette1.wikia.nocookie.net/transformice/images/e/e7/Moderator_Icon.png);
 
vertical-align: -15%;
 
padding-right: 3px;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Rectoptm"]:empty:before,
 
#WikiaArticle a[href$="/wiki/User:Rectoptm"]:empty:before,
 
#wikia-recent-activity a[href$="/wiki/User:Rectoptm"]:empty:before,
 
.edited-by a[href$="/wiki/User:Rectoptm"]:empty:before,
 
.lastEdited a[href$="/wiki/User:Rectoptm"]:empty:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Rectoptm"]:empty:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Rectoptm"]:empty:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Rectoptm"]:empty:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Rectoptm"]:empty:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Rectoptm"]:empty:before {
 
display: none;
 
}
 
 
[class*="avatar"] a[href$="/wiki/User:Rectoptm"]:before,
 
[class*="avatar"] a[href$="/wiki/Message_Wall:Rectoptm"]:before {
 
display: none;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Riannaleo"],
 
#WikiaArticle a[href$="/wiki/User:Riannaleo"],
 
#wikia-recent-activity a[href$="/wiki/User:Riannaleo"],
 
.edited-by a[href$="/wiki/User:Riannaleo"],
 
.lastEdited a[href$="/wiki/User:Riannaleo"],
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Riannaleo"],
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Riannaleo"],
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Riannaleo"],
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Riannaleo"],
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Riannaleo"] {
 
color: #3A80FC;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Riannaleo"]:before,
 
#WikiaArticle a[href$="/wiki/User:Riannaleo"]:before,
 
#wikia-recent-activity a[href$="/wiki/User:Riannaleo"]:before,
 
.edited-by a[href$="/wiki/User:Riannaleo"]:before,
 
.lastEdited a[href$="/wiki/User:Riannaleo"]:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Riannaleo"]:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Riannaleo"]:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Riannaleo"]:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Riannaleo"]:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Riannaleo"]:before {
 
content: url(http://vignette1.wikia.nocookie.net/transformice/images/e/e7/Moderator_Icon.png);
 
vertical-align: -15%;
 
padding-right: 3px;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Riannaleo"]:empty:before,
 
#WikiaArticle a[href$="/wiki/User:Riannaleo"]:empty:before,
 
#wikia-recent-activity a[href$="/wiki/User:Riannaleo"]:empty:before,
 
.edited-by a[href$="/wiki/User:Riannaleo"]:empty:before,
 
.lastEdited a[href$="/wiki/User:Riannaleo"]:empty:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Riannaleo"]:empty:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Riannaleo"]:empty:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Riannaleo"]:empty:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Riannaleo"]:empty:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Riannaleo"]:empty:before {
 
display: none;
 
}
 
 
[class*="avatar"] a[href$="/wiki/User:Riannaleo"]:before,
 
[class*="avatar"] a[href$="/wiki/Message_Wall:Riannaleo"]:before {
 
display: none;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Mrelliot"],
 
#WikiaArticle a[href$="/wiki/User:Mrelliot"],
 
#wikia-recent-activity a[href$="/wiki/User:Mrelliot"],
 
.edited-by a[href$="/wiki/User:Mrelliot"],
 
.lastEdited a[href$="/wiki/User:Mrelliot"],
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Mrelliot"],
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Mrelliot"],
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Mrelliot"],
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Mrelliot"],
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Mrelliot"] {
 
color: #3A80FC;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Mrelliot"]:before,
 
#WikiaArticle a[href$="/wiki/User:Mrelliot"]:before,
 
#wikia-recent-activity a[href$="/wiki/User:Mrelliot"]:before,
 
.edited-by a[href$="/wiki/User:Mrelliot"]:before,
 
.lastEdited a[href$="/wiki/User:Mrelliot"]:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Mrelliot"]:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Mrelliot"]:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Mrelliot"]:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Mrelliot"]:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Mrelliot"]:before {
 
content: url(http://vignette1.wikia.nocookie.net/transformice/images/e/e7/Moderator_Icon.png);
 
vertical-align: -15%;
 
padding-right: 3px;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Mrelliot"]:empty:before,
 
#WikiaArticle a[href$="/wiki/User:Mrelliot"]:empty:before,
 
#wikia-recent-activity a[href$="/wiki/User:Mrelliot"]:empty:before,
 
.edited-by a[href$="/wiki/User:Mrelliot"]:empty:before,
 
.lastEdited a[href$="/wiki/User:Mrelliot"]:empty:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Mrelliot"]:empty:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Mrelliot"]:empty:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Mrelliot"]:empty:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Mrelliot"]:empty:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Mrelliot"]:empty:before {
 
display: none;
 
}
 
 
[class*="avatar"] a[href$="/wiki/User:Mrelliot"]:before,
 
[class*="avatar"] a[href$="/wiki/Message_Wall:Mrelliot"]:before {
 
display: none;
 
}
 
 
.user-link-helper-leader {
 
color: #D1AF4B;
 
}
 
 
.user-link-helper-leader:before {
 
content: url(http://vignette2.wikia.nocookie.net/transformice/images/0/09/Helper_Leader_Icon.png);
 
vertical-align: -15%;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Shamousey (who does not have a wikia account from my knowledge)"],
 
#WikiaArticle a[href$="/wiki/User:Shamousey (who does not have a wikia account from my knowledge)"],
 
#wikia-recent-activity a[href$="/wiki/User:Shamousey (who does not have a wikia account from my knowledge)"],
 
.edited-by a[href$="/wiki/User:Shamousey (who does not have a wikia account from my knowledge)"],
 
.lastEdited a[href$="/wiki/User:Shamousey (who does not have a wikia account from my knowledge)"],
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Shamousey (who does not have a wikia account from my knowledge)"],
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Shamousey (who does not have a wikia account from my knowledge)"],
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Shamousey (who does not have a wikia account from my knowledge)"],
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Shamousey (who does not have a wikia account from my knowledge)"],
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Shamousey (who does not have a wikia account from my knowledge)"] {
 
color: #D1AF4B;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Shamousey (who does not have a wikia account from my knowledge)"]:before,
 
#WikiaArticle a[href$="/wiki/User:Shamousey (who does not have a wikia account from my knowledge)"]:before,
 
#wikia-recent-activity a[href$="/wiki/User:Shamousey (who does not have a wikia account from my knowledge)"]:before,
 
.edited-by a[href$="/wiki/User:Shamousey (who does not have a wikia account from my knowledge)"]:before,
 
.lastEdited a[href$="/wiki/User:Shamousey (who does not have a wikia account from my knowledge)"]:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Shamousey (who does not have a wikia account from my knowledge)"]:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Shamousey (who does not have a wikia account from my knowledge)"]:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Shamousey (who does not have a wikia account from my knowledge)"]:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Shamousey (who does not have a wikia account from my knowledge)"]:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Shamousey (who does not have a wikia account from my knowledge)"]:before {
 
content: url(http://vignette2.wikia.nocookie.net/transformice/images/0/09/Helper_Leader_Icon.png);
 
vertical-align: -15%;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Shamousey (who does not have a wikia account from my knowledge)"]:empty:before,
 
#WikiaArticle a[href$="/wiki/User:Shamousey (who does not have a wikia account from my knowledge)"]:empty:before,
 
#wikia-recent-activity a[href$="/wiki/User:Shamousey (who does not have a wikia account from my knowledge)"]:empty:before,
 
.edited-by a[href$="/wiki/User:Shamousey (who does not have a wikia account from my knowledge)"]:empty:before,
 
.lastEdited a[href$="/wiki/User:Shamousey (who does not have a wikia account from my knowledge)"]:empty:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Shamousey (who does not have a wikia account from my knowledge)"]:empty:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Shamousey (who does not have a wikia account from my knowledge)"]:empty:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Shamousey (who does not have a wikia account from my knowledge)"]:empty:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Shamousey (who does not have a wikia account from my knowledge)"]:empty:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Shamousey (who does not have a wikia account from my knowledge)"]:empty:before {
 
display: none;
 
}
 
 
[class*="avatar"] a[href$="/wiki/User:Shamousey (who does not have a wikia account from my knowledge)"]:before,
 
[class*="avatar"] a[href$="/wiki/Message_Wall:Shamousey (who does not have a wikia account from my knowledge)"]:before {
 
display: none;
 
}
 
 
.user-link-helper {
 
color: #1E3D42;
 
}
 
 
.user-link-helper:before {
 
content: url(http://vignette2.wikia.nocookie.net/transformice/images/4/41/Helper_Icon.png/revision/latest?cb=20160415022947);
 
vertical-align: -15%;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Fibula"],
 
#WikiaArticle a[href$="/wiki/User:Fibula"],
 
#wikia-recent-activity a[href$="/wiki/User:Fibula"],
 
.edited-by a[href$="/wiki/User:Fibula"],
 
.lastEdited a[href$="/wiki/User:Fibula"],
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fibula"],
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fibula"],
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fibula"],
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fibula"],
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fibula"] {
 
color: #1E3D42;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Fibula"]:before,
 
#WikiaArticle a[href$="/wiki/User:Fibula"]:before,
 
#wikia-recent-activity a[href$="/wiki/User:Fibula"]:before,
 
.edited-by a[href$="/wiki/User:Fibula"]:before,
 
.lastEdited a[href$="/wiki/User:Fibula"]:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fibula"]:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fibula"]:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fibula"]:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fibula"]:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fibula"]:before {
 
content: url(http://vignette2.wikia.nocookie.net/transformice/images/4/41/Helper_Icon.png/revision/latest?cb=20160415022947);
 
vertical-align: -15%;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:Fibula"]:empty:before,
 
#WikiaArticle a[href$="/wiki/User:Fibula"]:empty:before,
 
#wikia-recent-activity a[href$="/wiki/User:Fibula"]:empty:before,
 
.edited-by a[href$="/wiki/User:Fibula"]:empty:before,
 
.lastEdited a[href$="/wiki/User:Fibula"]:empty:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fibula"]:empty:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fibula"]:empty:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fibula"]:empty:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fibula"]:empty:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:Fibula"]:empty:before {
 
display: none;
 
}
 
 
[class*="avatar"] a[href$="/wiki/User:Fibula"]:before,
 
[class*="avatar"] a[href$="/wiki/Message_Wall:Fibula"]:before {
 
display: none;
 
}
 
 
.user-link-active {
 
color: #3A80FC;
 
background: url(http://vignette4.wikia.nocookie.net/transformice/images/5/5d/Cheeseone20.png/revision/latest?cb=20160324032131) center left no-repeat;
 
padding-left: 22px;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:None for now."],
 
#WikiaArticle a[href$="/wiki/User:None for now."],
 
#wikia-recent-activity a[href$="/wiki/User:None for now."],
 
.edited-by a[href$="/wiki/User:None for now."],
 
.lastEdited a[href$="/wiki/User:None for now."],
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:None for now."],
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:None for now."],
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:None for now."],
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:None for now."],
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:None for now."] {
 
color: #3A80FC;
 
background: url(http://vignette4.wikia.nocookie.net/transformice/images/5/5d/Cheeseone20.png/revision/latest?cb=20160324032131) center left no-repeat;
 
padding-left: 22px;
 
}
 
 
#WikiaPageHeader a[href$="/wiki/User:None for now."]:empty:before,
 
#WikiaArticle a[href$="/wiki/User:None for now."]:empty:before,
 
#wikia-recent-activity a[href$="/wiki/User:None for now."]:empty:before,
 
.edited-by a[href$="/wiki/User:None for now."]:empty:before,
 
.lastEdited a[href$="/wiki/User:None for now."]:empty:before,
 
#WikiaPageHeader *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:None for now."]:empty:before,
 
#WikiaArticle *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:None for now."]:empty:before,
 
#wikia-recent-activity *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:None for now."]:empty:before,
 
.edited-by *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:None for now."]:empty:before,
 
.lastEdited *:not(.mw-usertoollinks) > a[href$="/wiki/Message_Wall:None for now."]:empty:before {
 
display: none;
 
}
 
 
[class*="avatar"] a[href$="/wiki/User:None for now."]:before,
 
[class*="avatar"] a[href$="/wiki/Message_Wall:None for now."]:before {
 
display: none;
 
}
 
 
.thread .last-post a:first-of-type:before {
 
display: none;
 
}
 
 
#wikia-recent-activity .edit-info * {
 
vertical-align: middle !important;
 
 
}
 
}
   
 
.messagebox {
 
.messagebox {
background: #EEE;
+
background: #FFFFFF;
 
color: black;
 
color: black;
 
border: 1px solid #AAA;
 
border: 1px solid #AAA;
Line 981: Line 333:
   
 
table.wikitable {
 
table.wikitable {
  +
background: initial;
background: url(http://vignette2.wikia.nocookie.net/transformice/images/a/a4/Wiki-Table_Background.png/revision/latest);
 
  +
}
  +
  +
.theme-fandomdesktop-dark table.wikitable {
  +
background: initial;
 
}
 
}
   
Line 995: Line 351:
 
.color-palette-text {
 
.color-palette-text {
 
font-weight: bold;
 
font-weight: bold;
text-shadow: 1px 1px 1px #555555, -1px 1px 1px #555555, 1px -1px 1px #555555, -1px -1px 1px #555555;
 
 
}
 
}
   
Line 1,030: Line 385:
 
.inventory-clickpic:hover .count {
 
.inventory-clickpic:hover .count {
 
font-size: 14px;
 
font-size: 14px;
}
 
 
.topright-icon {
 
display: none;
 
}
 
 
#tfm-header-icons {
 
position: absolute;
 
right: 0;
 
bottom: -28px;
 
z-index: 2222;
 
}
 
 
#tfm-header-icons .topright-icon {
 
display: inline;
 
}
 
 
#tfm-header-icons a {
 
margin-left: 2px;
 
 
}
 
}

Latest revision as of 22:31, 26 January 2024

/* <pre> */
/**
 * CSS placed here will be applied to all skins on the entire site.
 *
 * This page is compiled from LESS files listed in MediaWiki:Custom-common.less and should not be edited directly. See also: [[MediaWiki:Wikia.css]] and [[MediaWiki:Custom-handheld.less]]
 */

.pi-theme-userprofile {
    border: 3px dashed #8D603A;
    background: #3C5064;
    color: #FFF;
}

.pi-theme-userprofile .pi-border-color {
    border-color: #FFF;
}

.pi-theme-userprofile .pi-title {
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    font-size: 120%;
}

.pi-theme-userprofile .pi-image {
    background: #1D3C41;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.pi-theme-userprofile .pi-image-thumbnail {
    max-height: 175px;
    width: auto;
}

.pi-theme-userprofile .pi-navigation {
    text-align: center;
    background: #3C5064;
    border-bottom: 1px solid #FFF;
}

.pi-theme-userprofile .pi-navigation a {
    color: inherit;
    display: inline-block;
    padding: 0px 4px !important;
    margin: 0px 2px;
    box-shadow: 0 0 2px currentColor;
}

.pi-theme-userprofile .pi-navigation a:hover {
    color: #BBB;
}

.pi-theme-userprofile .pi-header {
    background: #1D3C41;
    border-bottom: 1px solid #FFF;
}

.pi-theme-userprofile .pi-data-label:not(.pi-horizontal-group-item) {
    border-right: 1px solid #FFF;
}

.pi-theme-userprofile .pi-data-label.pi-horizontal-group-item {
    background: #1D3C41;
    border-bottom: 1px solid #FFF;
}

.pi-theme-userprofile .pi-data {
    background-image: linear-gradient(to right, #1d3c41, #1d3c41 90px, transparent 60px);
}

.userprofile-imgur-image img {
    max-width: 250px;
    height: auto;
}

.navbox {
    width: 100%;
    background: #cccccc;
    color: #3a3a3a;
    margin: 1em auto;
    font-size: 84%;
    clear: both;
    padding: 2px;
    border-spacing: 0;
    border: 2px solid #999999;
    border-radius: 3px;
}

.navbox a,
.navbox .navbox-list .navbox-group a {
    color: #006cb0;
}

.navbox + .navbox {
    margin-top: -16px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbox .navbox-title {
    color: #3a3a3a;
    background: #cccccc;
    font-weight: bold;
}

.navbox .navbox-vde {
    float: left;
    width: 65px;
}

.navbox .navbox-title-padright {
    padding-right: 65px;
}

.navbox .navbox-title-padleft {
    padding-left: 65px;
}

.navbox .navbox-subgroup {
    border-spacing: 0;
    width: 100%;
}

.navbox .navbox-gutter {
    height: 2px;
}

.navbox .navbox-subgroup .navbox-gutter {
    background: #cccccc;
}

.navbox .navbox-section-row > td {
    padding: 0;
    height: 100%;
}

.navbox .navbox-section {
    width: 100%;
    border-spacing: 0;
}

.navbox .navbox-above,
.navbox .navbox-below,
.navbox .navbox-image {
    color: #3a3a3a;
    background: #e6e6e6;
    text-align: center;
}

.navbox .navbox-group,
.navbox .navbox-header {
    background: #e6e6e6;
    color: #3a3a3a;
    font-weight: bold;
    height: 100%;
    padding: 2px 4px;
}

.navbox .navbox-header-collapsible {
    padding-left: 65;
}

.navbox .navbox-group {
    min-width: 50px;
}

.navbox .navbox-group,
.navbox .navbox-image-left {
    border-right: 2px solid #cccccc;
}

.navbox .navbox-image-right {
    border-left: 2px solid #cccccc;
}

.navbox .navbox-list {
    background: #ffffff;
    color: #3a3a3a;
    width: 100%;
    height: 100%;
    padding: 0;
}

.navbox .navbox-list div {
    padding: 0px 4px;
}

.navbox .navbox-list.no-group {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

.navbox .navbox-list a {
    color: #006cb0;
}

.navbox .navbox-list a.new {
    color: #353535 !important;
}

.navbox .mw-collapsible-toggle {
    width: 65px;
}

.hlist ul {
    margin: 0;
    list-style: none;
}

.hlist li,
.hlist ul ul {
    display: inline;
}

.hlist li a {
    white-space: nowrap;
}

.hlist ul ul:before {
    content: "(";
}

.hlist ul ul:after {
    content: ")";
}

.hlist li:after {
    content: " • ";
}

.hlist ul ul li:after {
    content: "/";
}

.hlist li:last-child:after,
.hlist ul ul li:last-child:after {
    content: none;
}

.page-content .widget_title,
.widget_title {
    padding: 2px;
    margin: 10px 0;
    border: 1px solid #BBB;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
}

.color1 {
    background: var(--theme-accent-color);
    color: #FFFFFF;
}

.color1 a,
.color1 a:hover {
    color: #FFFFFF;
}

.oddrow tr:nth-of-type(odd) > td,
tr.oddrow td {
    background: rgba(0, 0, 0, 0.04);
}

.WikiaArticle .ct,
.WikiaArticle .centertext {
    text-align: center;
}

.lt {
    text-align: left;
}

.rt {
    text-align: right;
}

.desktop-hide {
    display: none !important;
}

.tfm-background-color {
    background: #6A7495;
}

.wikitable tr:target {
    border-color: #012e59;
    border-style: solid;
    background: #B5D9E8;
}

.allpagesredirect {
    font-style: italic;
}

.allpagesredirect:after {
    color: #808080;
    content: " (redirect)";
}

.watchlistredir {
    font-style: italic;
}

.messagebox {
    background: #FFFFFF;
    color: black;
    border: 1px solid #AAA;
    border-left: 10px solid var(--theme-accent-color);
    padding: 2px 10px;
    display: block;
    margin: 0 10% 5px 10%;
    overflow: auto;
}

.mw-parser-output .plainlinks a:after {
    display: none !important;
}

.tabberlive {
    position: relative;
}

.tabberlive .tabbertab h2,
.tabberlive .tabbertab h3 {
    display: block !important;
}

table.wikitable {
    background: initial;
}

.theme-fandomdesktop-dark table.wikitable {
    background: initial;
}

.color-palette {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    border: 1px solid #555;
    border-radius: 3px;
}

.color-palette-text {
    font-weight: bold;
}

.extimage div,
.extimage a,
.extimage img {
    height: inherit;
    max-height: inherit;
    max-width: inherit;
    width: inherit;
}

div.hatnote {
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}

.inventory-clickpic {
    display: inline-block;
    position: relative;
}

.inventory-clickpic .count {
    position: absolute;
    right: 2px;
    bottom: 0px;
    color: white;
    font-size: 10px;
    line-height: 1;
    text-shadow: 1.25px 1.25px 1px #000000, -1.25px 1.25px 1px #000000, 1.25px -1.25px 1px #000000, -1.25px -1.25px 1px #000000;
    transition: font-size 0.5s;
}

.inventory-clickpic:hover .count {
    font-size: 14px;
}