Community Central
Community Central
mNo edit summary
Tag: sourceedit
mNo edit summary
Tag: sourceedit
Line 173: Line 173:
 
.WikiaTopAds, .home-top-right-ads, #WikiaAdInContentPlaceHolder, .recovered-message {
 
.WikiaTopAds, .home-top-right-ads, #WikiaAdInContentPlaceHolder, .recovered-message {
 
display:none;
 
display:none;
  +
}
  +
  +
/**************************************************************************************************************************/
  +
/* One colum things */
  +
/********************/
  +
  +
/* WAM */
  +
.oasis-one-column .WikiaMainContent.grid-6, .WikiaArticle .wam-header, .wam-index {
  +
width: 100% !important;
 
}
 
}

Revision as of 23:56, 13 January 2016

/*@import url("/load.php?mode=articles&articles=u:c:User:ChaoticShadow/test.css&only=styles&ctype=text/css");*/
@import url("/load.php?mode=articles&articles=u:c:User:ChaoticShadow/chat.css&only=styles&ctype=text/css");
@import url("/load.php?mode=articles&articles=u:c:User:ChaoticShadow/ignorelist.css&only=styles&ctype=text/css");
/*@import url("/load.php?mode=articles&articles=u:c:User:ChaoticShadow/wikia.css&only=styles&ctype=text/css");*/
@import url("/load.php?mode=articles&articles=u:c:User:ChaoticShadow/globalnav.css&only=styles&ctype=text/css");
@import url("/load.php?mode=articles&articles=w:runescape:User:Gaz_Lloyd/fix-awfulness.css&only=styles");
@import url("/load.php?mode=articles&articles=u:c:User:ChaoticShadow/torus-theme.css&only=styles&ctype=text/css");
/* Christmas Chat Skin (2Actimv)
@import "http://community.wikia.com/index.php?title=User:2Actimv/ChristmasChatSkin.css&action=raw&ctype=text/css";*/

@import url("http://fonts.googleapis.com/css?family=Iceland");

/**************************************************************************************************************************/
/* Removing Useless Stuff */
/**************************/

/* Visual Editor in Edits Dropdown */
#ca-ve-edit {
  display: none;
}

/* Social Media Sharing */
.page-share-container {
    display: none;
}

/* Bye Insights Module! */
section.insights-module {
    display: none;
}

/* Message About Mobile Users in Preview */
.preview-modal-msg-wrapper {
    display:none;
}

/* This footer thing too */
.global-footer .branding.black {
    display:none;
}

.global-footer nav {
    margin: 20px 0 20px 0 !important;
}

/* Bottom ad thing */
#WikiaArticleBottomAd {
    display: none;
}

/**************************************************************************************************************************/
/* Other stuff */
/***************/

/* Broken editor size */
.EditPageMain {
    width: 100% !important;
}
#EditPageEditor {
    padding-right: 0px !important;
}

/* Padding for pages */
.WikiaMainContentContainer {
    padding-right: 10px;
}

/* Oversized text in blogposts */
.WikiaPage li.WikiaBlogListingPost blockquote {
    font-size: 14px !important;
}

.WikiaPage li.WikiaBlogListingPost .author-details h1 {
    font-size: 28px !important;
}

/* More oversized text on Message Walls */
.msg-body {
    font-size: 14px;
    line-height: 21px;
}

/* Recent Changes */
.WikiaPage .wikia-page-header h2 {
    line-height: 20px;
    font-size: 14px;
}

/* More oversized stuff */
.WikiaArticle #toctitle h2 {
    font-size: 14px !important;
}

/* Blog replies are broken again */
.WikiaArticleComments .MiniEditorWrapper .editarea textarea {
    width:100%;
}

/* Rail */
.WikiaRail {
    padding: 10px 10px 10px 0 !important;
}

/* Slider thing */
.wikiaPhotoGallery-slider-body .horizontal .description {
    height: 80px !important;
}

/* Buttons */
.WikiaPageHeader .wikia-menu-button {
    margin-top: 3px;
}

.wikia-button.comments {
    margin-top: 3px;
}

/* Moving this down */
.EditPageHeader > h1 {
    padding: 23px 0 0 0 !important;
}

.EditPageHeader > h2 {
    top: 25px !important;
}

/* Headers */
.WikiaArticle h3 {
    font-size: 16px !important;
}

.WikiaArticle h4 {
    font-size: 14px !important;
}

/* Contribute Dropdown */
.WikiHeader .buttons .contribute ul li a {
    line-height: 18px;
}

/* WikiHeader thing */
.WikiHeader .buttons {
    right: 10px !important;
}

/* YouTube Player */
.YTMP {
    display: none !important;
}

/* Preview */
.modalContent .ArticlePreviewInner {
    width:100% !important;
}

/* I don't like this hero thing */
.MainPageHeroHeader.hero-image-wrapper {
    display:none;
}

/* I don't like this convert infobox thing either */
section.templatedraft-module.module {
    display: none;
}

#videosModule {
    display:none;
}

/**************************************************************************************************************************/
/* Ads */
/*******/
.WikiaTopAds, .home-top-right-ads, #WikiaAdInContentPlaceHolder, .recovered-message {
    display:none;
}

/**************************************************************************************************************************/
/* One colum things */
/********************/

/* WAM */
.oasis-one-column .WikiaMainContent.grid-6, .WikiaArticle .wam-header, .wam-index {
    width: 100% !important;
}