User:OlEnglish/vector.css
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.
/* Hide BLP notice at top of page when editing BLPs */
div.editnotice_BLP_editintro
{ display: none; }
/* Make edit summary longer */
div.editOptions input#wpSummary
{ margin-bottom: 0.25em !important; width: 100%; }
/* Remove "Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply..." At the bottom of pages */
li#footer-info-copyright
{ display: none; }
/* Remove "By clicking the "Save Page" button, you agree to the Terms of Use, and you irrevocably agree..." at bottom of edit windows */
div#editpage-copywarn
{ display: none; }
/* Remove "Content that violates any copyrights will be deleted. Encyclopedic content must be..." at the top of edit windows */
div.editpage-head-copywarn
{ display: none; }
/* Enlarge search box */
/* #simpleSearch input#searchInput { width: 15em; } */
/* #simpleSearch { margin-top: 0.6em; } */
/* Hide underlines on "m" for minor edits
abbr.newpage {border:0;}
abbr.bot {border:0;}
abbr.minor {border:0;}
*/
/* Hide watchlist legend */
div.mw-rc-label-legend {display: none;}
/* Visualize redirects */
.mw-redirect {
color: #4CBB17;
}
.mw-redirect:visited {
color: #087830;
}
.mw-redirect:hover {
color: #087830;
}
.mw-redirect:active {
color: #009900;
}
/* Reduce space around category links, allow word wrapping - see [[:de:Wikipedia:Fragen zur Wikipedia#MW118: Kategorienanzeige]] */
#catlinks li {
display: inline;
border-left: none;
padding: 0;
}
#catlinks li:first-child { padding-left: 0; }
#catlinks li:before { content: " | "; }
#catlinks li:first-child:before { content: ""; }