User:GermanJoe/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.
.ltr .mw-editsection {
        float: right;
}
.rtl .mw-editsection {
        float: left;
}
 /* Shrink TFA articles in WP:FA list */
.has_been_on_main_page {
	font-size: 85%;
}
 /* Hide VP & HD navboxs */
.pageNavBox {
    display: none !important;
}
 /* show all Citation Style 1 error messages */
.citation-comment {
	display: inline !important;
}
/* Hide section link § sign */
.mw-headline-anchor {
    display: none;
}
/* Show additional cite errors - inline for named references hidden in reflist */
.mw-parser-output span.brokenref {
    display: inline !important;
}
table.wikitable {
  margin: 1em 0;
  background-color: #f9f9f9;
  border: 1px solid #aaa;
  border-collapse: collapse;
}
 
table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
    padding: 0.1em;
}
 
table.wikitable > tr > th,
table.wikitable > * > tr > th {
  background-color: #f2f2f2;
  text-align: center;
}
 
table.wikitable > caption {
  font-weight: bold;
}
#pt-sandbox {
        display: none;
}
#wpSummary { padding: 0.2em !important; }