User:Dlrohrer2003/modern.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.
/*
#coordinates {
    top: 6em;
}
*/

#p-search .searchButton {
	background-color: #DDD;
	border: 1px solid #AAA;
	color: #000;
	margin: 4px;
	padding: 0.2em 0.5em;
}

#p-search .searchButton:focus {
	border-color: #3C78B5;
}

#p-search .searchButton:hover {
	background-color: #EEE;
}

#p-search .searchButton:active {
	box-shadow: 0px 0px 4px #3C78B5;
	color: #3C78B5;
}

#p-search .searchButton:disabled {
	background-color: #EEE;
	border-color: #AAA;
	box-shadow: none;
	color: #AAA;
}

#searchInput {
	background-color: #fff;
	border: 1px solid #aaa;
	color: #000;
	padding: 0.2em 0.5em;
}

#searchInput:focus {
	border-color: #3c78b5;
}

.oo-ui-icon-bell {
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/c/cb/OOjs_UI_icon_bell-invert.svg);
}

.oo-ui-icon-tray {
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/d/d9/OOjs_UI_icon_tray-invert.svg);
}

/* Wrapper for topicons */
.mw-indicators {
	margin-right: .5em;
}

#mw-indicator-mw-helplink a {
	background-image: url( https://upload.wikimedia.org/wikipedia/commons/b/b8/OOjs_UI_icon_notice-invert.svg );
	color: #fff;
}