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.
/* articles */
.IPA {
	font-family: 'Gentium Plus', Gentium, sans;
}

.navbox .mw-redirect {
	background: yellow;	
}

/* watchlist */
body.mw-special-Watchlist .mw-changeslist-line-watched .mw-title {
	font-weight: bold;
}

body.mw-special-Watchlist table.mw-enhanced-rc th, table.mw-enhanced-rc td {
	height: 1.7em;		
}

body.mw-special-Watchlist .mw-changeslist-separator + .changedby {
	display: none;
}

/* rest */
body.action-submit #mw-missingsummary {
	padding: 0 1em;
	border: 2px solid red;
}

body.skin-vector > div#content > div#mw-js-message {
	position: fixed;
	z-index: 20;
	width: 30em;
	right: 2em;
	border: 1px solid #CCC;
	padding: 0.5em 1em;
	background-color: white;
	display: none;
	font-size: 10pt;
}

body.ns-3.page-User_talk_Kephir .kephir-talk-suggestions {
	display: none;
}

span[dir] {
	unicode-bidi: normal !important;
}

body.ns-2 .wikipediauserbox.user-oops { /* I hate this template. */
	display: none;
}

body.ns-4.action-view .ombox-humor,
body.ns-2.action-view .ombox-humor,
body.ns-2.action-view .ombox-humorantipolicy,
body.ns-4.action-view .ombox-humorantipolicy { /* tuning my sarcasm detector… */
	display: none;
}

body.ns-1 .kephir-unclutter-H2-wrapper,
body.ns-3 .kephir-unclutter-H2-wrapper,
body.ns-5 .kephir-unclutter-H2-wrapper,
body.ns-4[class*="page-Wikipedia_Village_pump_"] .kephir-unclutter-H2-wrapper,
body.ns-4[class*="page-Wikipedia_Redirects_for_discussion"] .kephir-unclutter-H4-wrapper,
body.ns-4[class*="page-Wikipedia_Templates_for_discussion"] .kephir-unclutter-H4-wrapper,
body.ns-4[class*="page-Wikipedia_Categories_for_discussion_"] .kephir-unclutter-H4-wrapper,
body.ns-4[class*="page-Wikipedia_Miscellany_for_deletion"] .kephir-unclutter-H4-wrapper,
body.ns-4[class*="page-Wikipedia_Articles_for_deletion_"] .kephir-unclutter-H3-wrapper,
body.ns-4[class*="page-Wikipedia_Teahouse_Questions"] .kephir-unclutter-H2-wrapper {
	border: 1px solid #eee;
	margin: 8px -8px;
	padding: 0 8px;
}

body.ns-1 h2.kephir-unclutter-collapsible-section,
body.ns-3 h2.kephir-unclutter-collapsible-section,
body.ns-5 h2.kephir-unclutter-collapsible-section,
body.ns-4[class*="page-Wikipedia_Village_pump_"] h2.kephir-unclutter-collapsible-section,
body.ns-4[class*="page-Wikipedia_Redirects_for_discussion"] h4.kephir-unclutter-collapsible-section,
body.ns-4[class*="page-Wikipedia_Templates_for_discussion"] h4.kephir-unclutter-collapsible-section,
body.ns-4[class*="page-Wikipedia_Categories_for_discussion_"] h4.kephir-unclutter-collapsible-section,
body.ns-4[class*="page-Wikipedia_Miscellany_for_deletion"] h4.kephir-unclutter-collapsible-section,
body.ns-4[class*="page-Wikipedia_Articles_for_deletion_"] h3.kephir-unclutter-collapsible-section,
body.ns-4[class*="page-Wikipedia_Teahouse_Questions"] h2.kephir-unclutter-collapsible-section {
	padding-left: 8px;
	padding-right: 8px;
	margin-left: -8px;
	margin-right: -8px;
}

.kephir-unclutter-discussion-wrapper:hover {
	border-color: #888 !important;
}

.kephir-unclutter-collapsible-section:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

body.skin-vector .mw-content-ltr .mw-editsection,
body.skin-vector .mw-content-rtl .mw-content-ltr .mw-editsection {
	float: right;
	margin-left: 1ex;
}