User:Bastique/common.css

From 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.
#watchlist-message {
	display: none;
}
.mw-thanks-thank-link {display: inline-block;}

.mw-rcfilters-collapsed .mw-rcfilters-ui-filterTagMultiselectWidget.mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle {
	margin-bottom: 0;
}
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagMultiselectWidget-handle {
	margin-bottom: 0;
}

h2, table, div, pre { border-color: transparent !important; }
table.infobox {
	border-color: transparent;
	background-color: #f3f3f3;
	padding:1.5em;
}
table.infobox >tbody >tr {
	display: flex;
	flex-direction:column;
}
table.infobox th[scope=row] {
	font-weight: normal;
	font-size:90%;
	text-transform: uppercase;
	color: #555;
	border-bottom: 1px solid #555;
	margin-top: 1.2em;
}
td.diff-context,
td.diff-addedline,
td.diff-deletedline {
	border-right-color:transparent;
	border-top-color:transparent;
	border-bottom-color:transparent;
}
#p-logo { display: none; }
#searchInput-container { background-color: #f3f3f3; }
div.mw-changeslist ul.special {
	margin-left: 1em;
}
div.mw-changeslist-links:before,
div.mw-changeslist-links:after {
	display: none;
}

.mw-changeslist-separator:empty:before {
	color: transparent;
}
li.mw-changeslist-line {
	padding: .25em .5em .25em .5em;
}
li.mw-changeslist-line:nth-child(even) {
	background-color: #f3f3f3;
}
li.mw-changeslist-watchedseen {
	opacity: .5;
}
div.mw-indicators {
	margin:.5em;
}
a.userhighlighter_sysop.userhighlighter_sysop { 
	background-color: rgba(100, 149, 237, 0.25) !important;
	border-top: .05em dashed rgba(100, 149, 237, 0.5);
	border-bottom: .05em dashed rgba(100, 149, 237, 0.5);
}
a.userhighlighter_sysop.mw-usertoollinks-talk,
a.userhighlighter_sysop.mw-usertoollinks-contribs,
a.userhighlighter_sysop.mw-changeslist-title { 
	background-color: transparent !important;
	border-color: transparent !important;
}
.client-js .mw-rcfilters-collapsed.mw-special-Watchlist .mw-rcfilters-head {
	min-height: unset;
}