Community Central
Community Central
No edit summary
No edit summary
Line 37: Line 37:
   
 
/* Denotes my username in recent activity */
 
/* Denotes my username in recent activity */
//normal edits
+
/* normal edits */
 
.activity-type-edit.activity-ns-0 a[href$="/wiki/User:Rocketslime_1_1"] {
 
.activity-type-edit.activity-ns-0 a[href$="/wiki/User:Rocketslime_1_1"] {
 
color: #000000 !important;
 
color: #000000 !important;
 
font-weight: bold !important;
 
font-weight: bold !important;
 
}
 
}
//categorization
+
/* categorization */
 
.activity-type-categorization.activity-ns-0 a[href$="/wiki/User:Rocketslime_1_1"] {
 
.activity-type-categorization.activity-ns-0 a[href$="/wiki/User:Rocketslime_1_1"] {
 
color: #000000 !important;
 
color: #000000 !important;
 
font-weight: bold !important;
 
font-weight: bold !important;
 
}
 
}
  +
/* talk pages */
//message walls
 
  +
.activity-type-talk.activity-ns-1 a[href$="/wiki/User:Rocketslime_1_1"] {
  +
color: #000000 !important;
  +
font-weight: bold !important;
  +
}
 
/* message walls */
 
.activity-type-talk.activity-ns-1201 a[href$="/wiki/User:Rocketslime_1_1"] {
 
.activity-type-talk.activity-ns-1201 a[href$="/wiki/User:Rocketslime_1_1"] {
 
color: #000000 !important;
 
color: #000000 !important;

Revision as of 20:32, 1 January 2014

/* Hides Ads */
.WikiaMainPageBanner {display:none !important;}
.home-top-right-ads {display:none !important;}
.WikiaTopAdsInner {display:none !important;}
#ebPanel_Del_0_Del_Panel1_Del_987387962825548 {display:none !important;}
#WikiaAdInContentPlaceHolder {display:none !important;}
/* */

/* Small fixes to Categories and Hidden Categories */
div#mw-hidden-catlinks.mw-hidden-catlinks.mw-hidden-cats-user-shown {
  margin-top: 10px;
}
/* End */

/* Rendering non-existent Categories Red */
.newcategory {
  color: #c20;
}
/* END Rendering non-existent Categories Red */

/* Increases size of Forum post editor */
.new-message {
  height: 600px;
}
/* END */

/* Chat name colors */
.Chat [data-user="Rocketslime_1_1"] {
	color:#56A0D3;
	background-color:#EEDD82;
}
 
.Chat [data-user="Sheikah warrior"] {
	color:#8CC3C3;
}
/* END */

/* Denotes my username in recent activity */
/* normal edits */
.activity-type-edit.activity-ns-0 a[href$="/wiki/User:Rocketslime_1_1"] {
    color: #000000 !important;
    font-weight: bold !important;
}
/* categorization */
.activity-type-categorization.activity-ns-0 a[href$="/wiki/User:Rocketslime_1_1"] {
    color: #000000 !important;
    font-weight: bold !important;
}
/* talk pages */
.activity-type-talk.activity-ns-1 a[href$="/wiki/User:Rocketslime_1_1"] {
    color: #000000 !important;
    font-weight: bold !important;
}
/* message walls */
.activity-type-talk.activity-ns-1201 a[href$="/wiki/User:Rocketslime_1_1"] {
    color: #000000 !important;
    font-weight: bold !important;
}
/* END */