Community Central
Community Central
mNo edit summary
mNo edit summary
Line 1: Line 1:
/* Main Page Ads */
+
/* main page ads */
 
.home-top-right-ads {
 
.home-top-right-ads {
 
display: none;
 
display: none;
 
}
 
}
   
/* Special:Chat */
+
/* special:chat */
 
.Chat ul li span {
 
.Chat ul li span {
 
white-space: pre-wrap;
 
white-space: pre-wrap;
Line 13: Line 13:
 
}
 
}
   
/* Wikimarks */
+
/* global nav */
  +
.global-navigation {
.wikimarks-logo {
 
  +
position: relative;
font-family: inherit !important;
 
  +
}
  +
.global-navigation > * {
  +
zoom: 0.8;
  +
}
  +
.global-navigation .hubs-entry-point, .global-navigation #hubs {
  +
display: none;
  +
}
  +
.wikia-logo-container {
  +
width: 130px;
 
}
 
}

Revision as of 07:39, 29 September 2014

/* main page ads */
.home-top-right-ads {
    display: none;
}

/* special:chat */
.Chat ul li span {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/* global nav */
.global-navigation {
    position: relative;
}
.global-navigation > * {
    zoom: 0.8;
}
.global-navigation .hubs-entry-point, .global-navigation #hubs {
    display: none;
}
.wikia-logo-container {
    width: 130px;
}