/* Make PersonData visible - see [[WP:PDATA]] */
table.persondata { display: table !important; }
/* Show cite errors on pages outside article space - see [[Template:Broken ref/doc]] */
.mw-parser-output span.brokenref { display: inline; }
/* 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: ""; }
/* Make hidden category links smaller - see http://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&diff=next&oldid=460433010 */
div#mw-hidden-catlinks { font-size: 88%; }
/* Increase edit summary window width from 80% to 100% - see [[Wikipedia:Village pump (technical)/Archive 97#length of edit-summary box]]
input#wpSummary { width: 100%; }
*/
/* Hide [rollback] link on watchlist - see [[Wikipedia:Customizing watchlists#Remove or modify the [rollback] link]]
.mw-special-Watchlist .mw-rollback-link { display: none; } */
/* hide three pieces of text as follows:
i) Edit summary (Briefly describe the changes you have made)
ii) the text from [[MediaWiki:Wikimedia-copyrightwarning]]
iii) the text from [[MediaWiki:Editpage-head-copy-warn]]
in order to move the buttons back to where they were, just below the checkboxes - see [[Wikipedia:Tip of the day/November 22, 2008]]; also to save more space. */
#wpSummaryLabel span.oo-ui-fieldLayout-header, #editpage-copywarn, .editpage-head-copywarn { display: none; }
/* Tab bottom borders gone since Nov 2012! Put them back! See [[User:PartTimeGnome/common-all.css]] also [[Wikipedia:Village pump (technical)#New color on the edit tabs?]]
#p-cactions li {
position: relative;
top: -1px;
background-color: #f8fcff;
} */
#p-cactions li:hover { background-color: white; }
#p-cactions li a { background-color: transparent !important; }
/* Soap's idea (same thread) */
.selected {
position: relative;
top: 0px !important;
background-color: #d0ffff !important;
}
/* [[Wikipedia:Village pump (technical)/Archive 113#Green bullets in watchlists]] */
li.mw-changeslist-line-watched, li.mw-history-line-updated {
list-style-image: url("//upload.wikimedia.org/wikipedia/commons/c/ce/ChangedBulletMono2.png");
}
/* monospace font for input boxes */
textarea.oo-ui-inputWidget-input,
#mw-input-wpText .oo-ui-inputWidget-input,
.oo-ui-textInputWidget textarea.oo-ui-inputWidget-input {
font-family: monospace;
font-size: 13px;
line-height: 16px;
}
/* make [[Special:ExpandTemplates]] full width */
div.mw-htmlform-ooui-wrapper { width: 100%; }
/* lose the silly extra margin in [edit] links */
.client-js .mw-content-ltr .mw-editsection-bracket:first-of-type { margin-right: 0; }
.client-js .mw-content-ltr .mw-editsection-bracket:not(:first-of-type) { margin-left: 0; }
/* hide the toolbar since it takes time to load */
/* form#editform div#toolbar { display: none; } */
/* don't restrict the box in [[Special:ExpandTemplates]] */
.oo-ui-textInputWidget { max-width: none; }
.oo-ui-panelLayout-padded { padding: 0; }
.oo-ui-panelLayout-framed {
border-radius: none;
box-shadow: none;
}
.oo-ui-panelLayout-padded.oo-ui-panelLayout-framed { margin: 0; }
/* try to make the edit summary box more useful and less greedy */
input#wpSummary {
width: 100%;
margin-bottom: 0;
padding: 5px;
font-size: 95%;
}
/* Read-only text boxes, for example in Special:Undelete */
.oo-ui-textInputWidget.oo-ui-widget-enabled input[readonly],
.oo-ui-textInputWidget.oo-ui-widget-enabled textarea[readonly] {
background-color: #dddddd;
color: black; /* instead of #767676 */
}
/* Attempt to fix watchlist flicking
ul#watchlist-message {
padding-top: 0 !important;
padding-bottom: 0 !important;
} */
/* make drop-down menus more usable by reducing vertical padding to nil */
.oo-ui-decoratedOptionWidget {
padding-top: 0;
padding-bottom: 0;
}
/* hide portions of the old UI */
label[for=mw-date-start],
div#mw-date-start,
label[for=mw-date-end],
div#mw-date-end { display: none; }
/* hide portions of that new UI */
form#mw-history-searchform { display: none; }
div.mw-htmlform-ooui-wrapper { width: auto; }
/* override broken font when using Template:Tq */
.mw-parser-output q.inline-quote-talk { font-family: "Book Antiqua",Georgia,"DejaVu Serif",serif; }
/* more cols on cat pages */
.mw-category.mw-category-columns {
-webkit-column-count: 8;
-moz-column-count: 8;
column-count: 8; /* this sets the maximum number of columns */
-webkit-column-width: 15em;
-moz-column-width: 15em;
column-width: 15em;
font-size: 92%;
}
/* button styling */
.mw-ui-button {
/* background-color: initial;
border: outset;
border-radius: unset;
font-weight: normal;
line-height: 1.5em;
margin: 0;
padding: 0 6px; */
}
/* hide the intermediate date headings in page histories */
h4.mw-index-pager-list-header { display: none; }
/* hide all images */
/* img,
li.gallerybox div.thumb img,
video,
.thumb video { display: none; } */
/* on contribs pages, prevent the hotspot for the "Search for contributions" box from extending over the "(newest | oldest) View (newer 250 | older 250) (20 | 50 | 100 | 250 | 500)" line */
.client-js .mw-collapsibleFieldsetLayout.mw-collapsed .oo-ui-fieldsetLayout-header,
.client-js .mw-collapsibleFieldsetLayout.mw-collapsible .oo-ui-fieldsetLayout-header {
margin-bottom: 0;
padding-bottom: 0;
padding-top: 0;
}
/* hide the "(other edits)" links */
.mw-tag-other-edits { display: none; }