User:Evad37/common.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Prevent mini-scrollbars within diff table rows */
table.diff tr td > div { overflow:visible; }

/* Hide rollback links from watchlist, recent changes, etc. */
.special .mw-rollback-link { display: none; }

/* PORTAL MAINTENANCE STATUS */
div.portal-maintenance-status { display:block !important }

/* == PREVENT EXCESSIVE WHITESPACE ON WATCHLIST (WITH NEW EDIT FILTERS ENABLED) ==
div.rcfilters-head { min-height: 200px !important; }
div.mw-rcfilters-ui-changesListWrapperWidget-newChanges { float: left; margin: 0; }
*/

/* == Better display of watchlist filters interface on narrow screens == 
@media screen and (max-width:600px) {
    div.mw-rcfilters-ui-table,
    div.mw-rcfilters-ui-row,
    div.mw-rcfilters-ui-cell { display: initial; }

    div.mw-rcfilters-ui-watchlistTopSectionWidget-watchlistDetails,
    div.mw-rcfilters-ui-watchlistTopSectionWidget-editWatchlistButton { float: left; }

    div.mw-rcfilters-ui-watchlistTopSectionWidget-editWatchlistButton > span { margin: 0.2em 0 0.5em  !important; }

    div.mw-rcfilters-ui-watchlistTopSectionWidget-separator { visibility: hidden; clear: both; }

    div.mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget { border-left-width: 1px !important; border-top-width: 0; }
}
*/

/* == LESS SPACING FOR EDIT SUMMARY INPUTS == */
#wpSummary { padding: 0.2em !important; transition:none !important; }

/* == STYLE AUTOMATIC REFLISTS IN PREVIEW == */
.mw-ext-cite-cite_section_preview_references { color:#777 !important; }
.mw-ext-cite-cite_section_preview_references a { color:#839dc4 !important; }

/* == FIX CONTENT MARGINS == */
#mw-content-text {margin: 0; max-width:none;}

/* == HIDE VE SECTION EDIT LINKS == */
.mw-editsection-divider,
.mw-editsection-visualeditor { display:none !important; }
.mw-editsection-bracket { margin: 0px !important; }

/* == HIDE BETA LINK FROM TOP-RIGHT == */
#pt-betafeatures { display: none; }

/* == HIDE PAGE TOOLS 'ACTIONS' LABEL ("More" menu) == *//*
#p-cactions-label { width: 24px; }
#p-cactions-label span { color: transparent; padding-left: 0; } */

/* == SHOW ALL CS1 ERROR MESSAGES == */
.citation-comment {display: inline !important; } 

/* == NORMAL STYLING FOR EDIT PAGE'S SPECIAL CHARACTER & TEXT INSERTION == */
#editpage-specialchars a { background-color: #fff !important; border: none !important; padding: 1px !important; }

/* == CUSTOM STYLES TO OVERRIDE [[User:Pyrospirit/metadata]] DEFAULT COLOURS == */
/* Black text */
.firstHeading {color: black !important;}

/* Coloured shadows */
/* (main classes) */
.assess-fa-text,
.assess-fl-text       { text-shadow: 2px 1px 5px #69f; }
.assess-a-text        { text-shadow: 2px 1px 5px #6ff; }
.assess-ga-text       { text-shadow: 2px 1px 5px #6f6; }
.assess-b-text        { text-shadow: 2px 1px 5px #B2FF66; }
.assess-c-text        { text-shadow: 2px 1px 5px #ff6; }
.assess-start-text    { text-shadow: 2px 1px 5px #fa6; }
.assess-stub-text     { text-shadow: 2px 1px 5px #f66; }
.assess-list-text     { text-shadow: 2px 1px 5px #a8f; }
.assess-bplus-text    { text-shadow: 2px 1px 5px #8BFF67; }
.assess-sl-text       { text-shadow: 2px 1px 5px #f68; } /* what is sl? */
.assess-dab-text, 
.assess-setindex-text { text-shadow: 2px 1px 5px #00FA9A; }
.assess-cur-text      { text-shadow: 2px 1px 5px #a4c; }
.assess-future-text   { text-shadow: 2px 1px 5px #568; }

/* == HIDE VISUAL EDITOR SECTION LINKS, ALWAYS DISPLAY SOURCE EDITOR SECTION LINKS == */
/* (not needed as now implementing javascript solution)
.mw-editsection-link-primary { visibility: hidden !important; }
.mw-editsection-link-secondary { visibility: visible !important; }
.mw-editsection-divider { visibility: visible !important; }
.mw-editsection-bracket { visibility: hidden !important; }
*/

/* == PLACE [edit] LINKS ON THE RIGHT HAND SIDE OF PAGE == */
span.mw-editsection { float:right; }

/* == PLACE [view] [edit] [history] [purge] DOCUMENTATION LINKS ON RHS OF PAGE == */
.mw-parser-output .documentation .mw-editsection-like { float:right; }

/* == HIDE WATCHLIST LEGEND == */
.mw-changeslist-legend { display: none; }

/* == PLAIN DOTS ON THE WATCHLIST == */
/* Hide reset button 
#mw-watchlist-resetbutton {
    display: none;
}*/
/* Removes Bold form watchlist and recent/related changes */
/*
.mw-changeslist-line-watched .mw-title {
    font-weight: inherit;
}
*/
/* Restore default bullets */
/*
.skin-cologneblue li.mw-changeslist-line-watched,
.skin-cologneblue table.mw-changeslist-line-watched,
.skin-cologneblue li.mw-history-line-updated {
    list-style-type: disc;
}
.skin-monobook li.mw-changeslist-line-watched,
.skin-monobook table.mw-changeslist-line-watched,
.skin-monobook li.mw-history-line-updated,
.skin-modern li.mw-changeslist-line-watched,
.skin-modern table.mw-changeslist-line-watched,
.skin-modern li.mw-history-line-updated {
    list-style-image: url(/w/skins/monobook/bullet.gif);
}
.skin-vector li.mw-changeslist-line-watched,
.skin-vector li.mw-changeslist-line-not-watched,
.skin-vector table.mw-changeslist-line-watched,
.skin-vector li.mw-history-line-updated {
    list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
}
*/