User:Malcomxxx/monobook.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.
// ==UserScript==
// @name          Wikipedia.org MainPage
// @namespace User:Malcomxxx/monobook.js
// @description	User Page
// @author        Darrell Harris
// @include       http://wikipedia.org/*
// @include       https://wikipedia.org/*
// @include       http://*.wikipedia.org/*
// @include       https://*.wikipedia.org/*
// ==/UserScript==
(function() {
var css = "div[lang=\"en\"] {display:none !important;}\n\n\n\n\n\ndiv[lang=\"en\"] {margin-right: -120px !important;}\n\n\n[lang=\"fr\"],\n\n\n.divTop10item[lang=\"de\"],\n\n\n[lang=\"pl\"],\n\n\ndiv[lang=\"it\"],\n\n\ndiv[lang=\"ru\"],\n\n\ndiv[lang=\"pt\"],\n\n\ndiv[lang=\"es\"],\n\n\ndiv[lang=\"nl\"],\n\n\ndiv[lang=\"ja\"]\n\n{display:none!important;}\n\nlabel\n{display:none!important;}\n\n\n\n#hundredk,\n[style=\"overflow: hidden; width: 1100%; position: relative; left: -500%; text-align: center; white-space: nowrap;\"],\n#tenk,\n[style=\"margin: 0.5em 3em 2.5em; text-align: center;\"],\n[style=\"margin: 0.5em 3em 3em; text-align: center;\"],\n[style=\"margin: 0pt 3em 2em; text-align: center; font-weight: bold;\"],\n#divSiteInfo\n{display:none!important;}\n\nhr\n{display:none!important;}\n\ndiv [style=\"margin: 0pt auto; position: relative; text-align: center; vertical-align: middle; max-width: 100%; width: 42em; height: 26em;\"]\n{visibility:visible!important;}\n\n\n\n\ninput#searchInput[type=\"text\"]\n{width: 300px !important;\nborder: 1px solid #ccc !important;\n-moz-border-radius: 6px !important;\n-moz-appearance:none!important;}\n\n\nfieldset\n{background:transparent!important;\nborder:none!important;}\n\n\n#language\n{text-align:center!important;\nfont-weight:normal!important;}\n\n\n.divOtherProjectsItem\n{margin-top: -14px !important;\nmargin-bottom: -14px !important;\nfont-size: 10px !important;\n}\n\n\n.divOtherProjectsItem img\n{opacity: .3 !important;}\n.divOtherProjectsItem:hover img\n{opacity: 1 !important;}\n\n\n.divOtherProjectsItem img\n{\nheight: 20px !important;\nwidth: 20px !important;\n}\n\n\n[style=\"margin-top: 22px;\"]{margin-top: 5px !important;}\n[style=\"margin-top: 12px;\"]{margin-top: 18px !important;}\n[style=\"margin-top: 10px;\"]{margin-top: 22px !important;margin-right: -5px !important;}\n[style=\"margin-top: 13px;\"]\n{margin-right: -12px !important;}\n[href=\"http://meta.wikimedia.org/\"]{margin-right: 7px !important;}\n\n\n.divOtherProjectsItem a\n{color:#777!important;\nfont-family: Segoe UI !important;}\n\n\n\n\n\nimg[src=\"http://upload.wikimedia.org/wikipedia/commons/6/62/174px-Wikipedia-word1_7.png\"]\n{height:70px !important;width: 280px !important;\n}\n\n\n[src=\"http://upload.wikimedia.org/wikipedia/meta/2/2a/Nohat-logo-nowords-bgwhite-200px.jpg\"]\n{-moz-transform: scale(1.6,1.6) !important;}\n\n\n\n\n\n\n\n\ndiv[style=\"width: 100%; overflow: hidden; margin: 2em 0pt 0.5em;\"],\ndiv[style=\"text-align: center; margin: 0.5em 3em 2.5em;\"],\ndiv[style=\"width: 100%; overflow: hidden; margin: 0.5em 0pt;\"],\ndiv[style=\"text-align: center; margin: 0.5em 3em 3em;\"],\ndiv[style=\"text-align: center; margin: 0pt 3em 2em; font-weight: bold;\"]\n{display:none !important;}";
if (typeof GM_addStyle != "undefined") {
	GM_addStyle(css);
} else if (typeof PRO_addStyle != "undefined") {
	PRO_addStyle(css);
} else if (typeof addStyle != "undefined") {
	addStyle(css);
} else {
	var heads = document.getElementsByTagName("head");
	if (heads.length > 0) {
		var node = document.createElement("style");
		node.type = "text/css";
		node.appendChild(document.createTextNode(css));
		heads[0].appendChild(node); 
	}
}
})();

// [[User:Lupin/popups.js]]
importScript('User:Lupin/popups.js');

.navpopup { 
  background-color: #FFBE20  !important;
  font-family:      serif    !important;
  color:            #404     !important;
  font-size:        small    !important;
}

window.popupDelay=0.5;
window.popupHideDelay=0.5;
window.popupModifier='ctrl';
window.simplePopups=false;
window.popupStructure='lite';
window.popupImages=true;
window.popupSubpopups=true;
window.popupOnEditSelection=false;
window.popupAdminLinks=false;
window.popupShortcutKeys=false;
window.popupFixRedirs=false;
window.popupWatchRedirredPages=false;
window.popupRedlinkRemoval=true;
window.popupFixDabs=false;
window.popupAllDabsStubs=false;
window.popupWatchDisambiggedPages=false;
window.popupNavLinks =true;
window.popupLastEditLink=false;
window.popupHistoricalLinks=false;
window.popupPreviews=true;
window.popupSummaryData=false;
window.popupLastModified=false;
window.popupDiffDates=false;
window.popupImageLinks=false;
window.popupOnlyArticleLinks==true;
window.imagePopupsForImages=true;
window.popupMaxWidth=350;
window.popupInitialWidth=false;
window.popupRevertSummaryPrompt=false;
window.popupAdjustDates=false;
window.popupThumbAction=sizetoggle;
window.popupHistoryPreviewLimit=1;
window.popupCategoryMembers=false;
window.popupPreviewHistory=false;
window.popupContribsPreviewLimit=1;
window.popupPreviewKillTemplates=true;
window.popupPreviewRawTemplates=false;
window.popupPreviewFirstParOnly=true;
window.popupMaxPreviewSentences=5;
window.popupMaxPreviewCharacters=500;
window.popupAppendRedirNavLinks=false;
window.removeTitles=true;
window.popupLazyDownloads=true;
window.popupLazyPreviews=true;
popupRwindow.edlinkRemoval=toFix;
window.popupFixRedirs=toFix;
window.popupFixDabs=toFix;