Community Central
Community Central
m (Make Block Log Easier To Read)
Tag: sourceedit
mNo edit summary
Tag: sourceedit
(One intermediate revision by the same user not shown)
Line 83: Line 83:
 
.WikiaBarWrapper .wikia-bar { width: 1050px; }
 
.WikiaBarWrapper .wikia-bar { width: 1050px; }
   
/* Make Block Log Easier To Read */
+
/* Make Special:BlockList Easier To Read */
 
td.TablePager_col_ipb_target { word-break: break-word; }
 
td.TablePager_col_ipb_target { word-break: break-word; }
   

Revision as of 15:41, 25 October 2016

/********** IF COPIED, APPROPRIATE ATTRIBUTION REQUIRED (Unless Imported) **********/

@import "http://community.wikia.com/index.php?title=User:DEmersonJMFM/globalnav.css&action=raw&ctype=text/css&smaxage=86400&templates=expand";
@import "http://community.wikia.com/index.php?title=User:DEmersonJMFM/classiceditor.css&action=raw&ctype=text/css&smaxage=86400&templates=expand";
@import "http://community.wikia.com/index.php?title=User:DEmersonJMFM/polls.css&action=raw&ctype=text/css&smaxage=86400&templates=expand";

/***********************************************************************************/
/************************ Wikia's New Footer Improvements **************************/
/***********************************************************************************/

.wds-global-footer {
    background-color: rgba(0, 0, 0, 0.50); /* Transparency */
    margin: 10px 350px 0; /* Reveal Wiki Background (1920 x 1080 Screen Size) */
}

.wds-global-footer__main { padding-bottom: 0; } /* Less Vertical Space */
.wds-global-footer__fandom-header, .wds-global-footer__wikia-header { margin: 20px 0 25px 0; } /* Less Vertical Space */


/***********************************************************************************/
/*************** Expand Comment Area For Threads, Walls, Blogs, etc ****************/
/************* Author: Ohmystars - Latest Update: 14:12, 30 May 2015 ***************/
/***********************************************************************************/

.editor-open .editarea textarea, .editor-open .editarea .cke_contents { height: 400px !important; }

/***********************************************************************************/
/****************************** Visual Improvements ********************************/
/***********************************************************************************/

/* Prevent Enlargement Of Some Touchscreen Buttons/Elements */
/* Review: https://github.com/Wikia/app/blob/dev/skins/oasis/css/touchScreen.scss */
input:not(.search-input), input[type=button], input[type=submit], input[type=reset], input[type=radio], button, select:not(.search-select) { height: 21px !important; }
input#searchSubmit { height: 26px !important; } /* Needed Only If Added Site-Wide Or Not Using Above Global Nav Improvements */

/* Better Typography Layout For Larger Screens */
@media screen and (min-width: 1596px) { /* Screens more than 1596px */
    .WikiaPage h1 { font-size: 27px; }
    .WikiaPage h2 { font-size: 24px; }
    .WikiaPage h3 { font-size: 21px; }
    .WikiaPage h4 { font-size: 18px; }
}

/* Force Specific Headers To Be Smaller */
@media screen and (min-width: 1596px) { /* Screens more than 1596px */
    .EditPageHeader h1 { font-size: 19px !important; }
    .EditPageHeader h2 { font-size: 14px !important; }
    .AdminDashboardHeader h1 { font-size: 24px !important; }
    .QuickStatsWidget h1, .AdminDashboardArticleHeader h1, .AdminDashboardGeneralHeader h2 { font-size: 21px !important; }
}

/* Position Edit Button Inline With Title On Diff & History Pages */
.WikiaPageHeaderDiffHistory .wikia-button, .WikiaPageHeaderDiffHistory .wikia-menu-button { margin: 8px 0 0 10px; }

/* Remove Rail For CCS/JS Pages - Authors: Slyst & DEmersonJMFM */
body[class*="_css "] .WikiaRail { display: none; } 
body[class*="_js "] .WikiaActivityModule,
body[class*="_js "] .ChatModule { display: none; } /* Keep JS Review Module - Below .WikiaMainContent */
body[class*="_js "] .WikiaMainContent, 
body[class*="_css "] .WikiaMainContent { width: 100%; }

/* Auto-Refresh Position */
.page-Special_WikiActivity #ajaxRefresh { position: absolute; right: 125px; bottom: 32px; }
input#ajaxToggle { height: 13px !important; } /* Due to touchScreen.scss */

/* More Space Between Threads On Special:Following */
#wikiafollowedpages-special-heading-board li { padding-bottom: 10px; }

/* Features To Remove */
section#videosModule.videos-module-rail.module, /* Must Watch Videos Module */
.banner-notifications-wrapper.float, /* Prevent Notification Banner From Floating (JS Test Mode) */
#ext-wikia-adEngine-template-floor, /* Ad Covering Content On Main Pages */
#RECIRCULATION_RAIL, /* "You May Also Like" Rail Module (For fandom.wikia.com) */
#utcdate, /* Conflicting UTC Clock */
#displayTimer { /* Conflicting UTC Clock */
    display: none; 
}

/* Fix For Link Suggest Bug */
body .ui-autocomplete { z-index: 500100 !important; }

/* Make Toolbar Wider (To Prevent w:c:dev:BackToTopButton From Interacting With w:c:dev:SkinSwitchButton After Style Change To Benefit w:c:dev:DisplayTimer) */
.WikiaBarWrapper .wikia-bar { width: 1050px; }

/* Make Special:BlockList Easier To Read */
td.TablePager_col_ipb_target { word-break: break-word; }

/***********************************************************************************/
/* Newer MediaWiki Diff Style -- http://dev.wikia.com/wiki/NewDiffStyle (Original) */
/***** Modified Version By: DEmersonJMFM - Latest Update: 03:25, 29 April 2016 *****/
/***********************************************************************************/

table.diff { width: 100% !important; }
table.diff td { padding: 0.33em 0.5em !important; }
table.diff td > div { overflow: visible; }
 
td.diff-marker { font-weight: bold; line-height: 1.2; }
table.diff td.diff-marker { padding: 0.25em !important; }
 
table.diff td.diff-addedline,
table.diff td.diff-deletedline,
table.diff td.diff-context {
    font-size: 85%;
    line-height: 1.6;
    white-space: pre-wrap;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    border-radius: 0.33em;
}
table.diff td.diff-addedline {
    border-color: #cfc;
    background-color: #f8fff8;
    color: #252525;
}
table.diff td.diff-deletedline {
    border-color: #fcc;
    background-color: #fff8f8;
    color: #252525;
}
table.diff td.diff-context {
    border-color: #e6e6e6;
    background-color: #f9f9f9;
    color: #333333;
}
 
table.diff .diffchange { color: inherit; }
td.diff-addedline .diffchange,
td.diff-deletedline .diffchange { border-radius: 0.33em; padding: 0.15em 0; }
td.diff-addedline .diffchange, table.diff ins.diffchange.diffchange-inline { background-color: #cfc; }
td.diff-deletedline .diffchange, table.diff del.diffchange.diffchange-inline { background-color: #fcc; }