Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* [[Benutzer:D/monobook]] ::: version für admins, nur auf firefox 2.0 getestet ::: [[Benutzer:D/monobook/admin.css]] */
/* <pre><nowiki> */
/*======================================================================*/
/*## lib/links.css */
/* a link triggering a javascript action */
.link-function {
cursor: pointer;
}
/* the process started with this element is running */
/* .link-running {} */
/* modifies data without further questions */
/* .link-immediate {} */
/*======================================================================*/
/*## lib/progressArea.css */
/* contains all progress areas */
/* .progress-global {} */
/* one area for one action */
/* .progress-area {} */
/* describes the kind of action */
/* .progress-header {} */
/* describes details about the action */
/* .progress-body {} */
/*======================================================================*/
/*## lib/closeButton.css */
/* a close button */
.closeButton {
cursor: pointer;
}
/*======================================================================*/
/*## lib/folding.css */
/* contains header and body */
/* .folding-container {} */
/* the headline of a fold */
/* .folding-header {} */
/* the body of a fold */
/* .folding-body {} */
/* a button for folding headers */
.folding-button {
cursor: pointer;
}
/*======================================================================*/
/*## lib/switchBoard.css */
/* the board with some items */
.switch-board {
white-space: nowrap;
}
/* one of the knobs in the board */
/* .switch-knob {} */
/* a selected knob */
/* .switch-on {} */
/* a not-selected knob */
/* .switch-off {} */
/*======================================================================*/
/*## lib/floater.css */
/* an area floating above the page content */
.floater {
position: fixed;
display: none;
visibility: hidden;
top: 0px;
left: 0px;
z-index: 1000;
}
/*======================================================================*/
/*## lib/popupMenu.css */
/* the window itself */
/* .popup-menu-window {} */
/* an item within the window */
.popup-menu-item {
cursor: pointer;
display: block;
}
/* .popup-menu-item a:hover { background-color: #ccccff !important; } */
/* separates items */
/* .popup-menu-separator {} */
/*======================================================================*/
/*## lib/popupSource.css */
/* pops up a popupMenu */
.popup-source {
cursor: default;
}
/*======================================================================*/
/*## app/mediawiki.css */
/* white on white, no background image */
body {
background-color: white;
background: none;
}
/* pre should scroll, not widen the page */
pre {
overflow: auto;
font-size: 90%;
}
/* links have color, no underline necessary */
a {
text-decoration: none;
}
/* colored interwiki links */
#bodyContent a.extiw,
#bodyContent a.extiw:active {
color: green;
}
/* icon for interwiki links
#bodyContent a.extiw:after {
content:"✩";
font-size: 90%;
margin-left: 0.1em;
vertical-align: baseline;
}
*/
/* remove some stuff i do not need */
#siteNotice,
#NavFrame,
#footer, .printfooter,
#histlegend,
#editpage-copywarn, #editpage-copywarn-copywarn, #editpage-longpagewarning {
display: none;
}
/* is in the wrong place on wikipedia:en */
#p-interaction {
display: none;
}
/* completely useless
#contentSub2 .subpages {
display: none;
}
*/
/* remove ugly white backgrounds in forms */
form table { background-color: transparent; }
/* Special:Upload fixes */
#wpLicense, #wpUploadDescription { width: 100%; }
/*======================================================================*/
/*## app/theme.css */
/*----------------------------------------------------------------------------*/
/* links */
/* a link triggering a javascript action */
.link-function {
color: darkred;
white-space: nowrap;
}
.link-function:hover {
text-decoration: underline;
}
/* the process started with this element is running */
.link-running {
background-color: #ffce7b !important;
}
/* modifies data without further questions */
.link-immediate {
color: #803000 !important;
}
/*----------------------------------------------------------------------------*/
/* progressArea */
/* contains all progress areas */
.progress-global {
z-index: 10;
position: fixed;
margin: 0;
padding: 0;
margin-left: 1em;
margin-right: 2em;
background:transparent;
}
/* one area for one action */
.progress-area {
color: black;
background-color: white; /* #ffce7b */
border: 2px solid #ffa500; /* 1px solid #ffa500 */
margin: 0.5em 0 0.5em;
padding: .3em .6em; /* .3em .3em */
vertical-align: middle;
}
/* describes the kind of action */
.progress-header {
font-weight: bold;
}
/* describes details about the action */
.progress-area .closeButton {
float: right;
}
/*----------------------------------------------------------------------------*/
/* closeButton */
/* a close button */
.closeButton {
position: relative;
top: -0.1em;
vertical-align: baseline;
margin: 0;
padding: 0;
border: none;
background: transparent;
}
.closeButton:hover {
color: darkred;
}
/*----------------------------------------------------------------------------*/
/* switchBoard */
/* the board with some items */
.switch-board {
border: 1px solid #aaaaaa;
}
/* one of the knobs in the board */
.switch-knob {
border-right: 1px solid #bbbbbb;
padding: 0 0.5em;
}
/* a selected knob */
.switch-on {
background: #cccccc;
}
/* a non-selected knob */
.switch-off {
background: white;
}
/*----------------------------------------------------------------------------*/
/* popupSource */
/* pops up a popupMenu */
.popup-source:after {
content:"▿";
font-size: 80%;
margin-left: 0.1em;
vertical-align: baseline;
}
/*----------------------------------------------------------------------------*/
/* popupMenu */
/* the window itself */
.popup-menu-window {
background: white !important;
border: 1px solid black !important;
padding: 4px;
}
/* an item within the window */
.popup-menu-item {
display: block;
font-size: 120%;
line-height: 120%;
color: darkred;
}
div.popup-menu-item:hover {
text-decoration: underline;
}
/* separates items */
/* .popup-menu-separator {} */
/*----------------------------------------------------------------------------*/
/* folding */
/* contains header and body */
.folding-container {
border: 1px solid black;
margin-bottom: 0.8em;
padding: 0;
}
/* the headline of a fold */
.folding-header {
font-size: 120%;
background-color: #e8e8e8;
border: none;
margin: 0;
padding: 0.1em;
}
/* the body of a fold */
.folding-body {
background-color: white;
border: none;
border-top: 1px solid #d0d0d0;
margin: 0;
padding: 0.1em 0.5em 0.2em 0.5em;
}
/* a button for folding headers */
.folding-button {
position: relative;
width: 1.5ex;
margin-left: 0;
margin-right: 0.4ex;
padding-left: 0.4ex;
padding-right: 0.3ex;
cursor: pointer;
color: black;
}
.folding-button:hover {
color: darkred;
}
/*======================================================================*/
/*## app/sideBar.css */
/* speedup hack */
#column-one {
visibility: hidden; /* unhidden in SideBar.js */
}
/* fix column one, the two top portlets have been unfixed with JS */
#column-one {
position: fixed;
left: -1px;
z-index: 4;
padding: 0;
margin-top: 1.8em;
}
/* portlet styling */
#column-one {
background: transparent;
border: none;
}
#column-one .portlet {
background-color: white;
border: 1px solid #aaaaaa;
border-top: none;
margin-bottom: 0;
margin-left: 0.5em;
padding-top: 0.4em;
width: 11.7em;
}
#column-one .portlet h5 {
background: transparent;
font-weight: bold;
margin: 0;
padding: 0.1em;
margin-left: 0.2em;
border: none;
}
#column-one .portlet div {
background: transparent;
border: none;
}
#column-one .portlet div ul {
margin: 0;
margin-top: 0.1em;
}
#column-one .portlet div ul li {
list-style: disc;
margin-bottom: 0;
margin-left: 1em;
}
/* move list items to the left and remove background image */
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
padding-left: 0;
background-image: none;
}
/* i do not need these portlets */ /* #p-navigation, #p-tb, */
#p-logo , #p-support, #p-goodies, #p-Mitmachen, #p-personal, #p-Hilfreiche_Links {
display: none;
}
/* for commons */
#p-participate { display: none; }
/* i do not need this sidebar links
#t-upload, #t-print, #t-ispermalink, #t-permalink, #t-cite,
#t-emailuser, #t-blockip, #t-contributions, #t-specialpages,
#n-mainpage, #n-aboutsite, #n-topics, #n-alphindex, #n-randompage,
#feedlinks {
display: none;
}
*/
/* move p-cactions upwards as p-personal gone */
#p-cactions {
top: 0.23em; /* was 1.3em, but 0.3em was too low? */
}
/* move the links a tiny bit downwards */
#p-cactions li a {
position: relative;
top: 0.25em;
}
/* the first portlet need a border at the top */
#p-search {
border-top: 1px solid #aaaaaa !important;
}
/* there was too much padding around here */
#p-search .pBody {
padding: 0.2em;
}
/* hack: remove ugly space below the searchform */
#searchform {
background-color: transparent;
margin-top: 0.1em;
margin-bottom: 0;
}
/* search input goes directly into the portlet */
#searchInput {
font-size: 100%;
width: 11.2em;
background-color: transparent;
border: 1px solid #aaaaaa;
margin: 0;
padding: 0;
}
/* do not display buttons in the searchform */
.searchButton {
display: none;
}
/* move content upwards as the first portlet is gone */
#content {
margin-top: 1.8em; /* was 2.8em */
}
/* move coordinates to a better place */
#coordinates {
top: 1.5em; /* was 0.3em */
}
/* the select box is too big */
#langSelect {
font-size: 90%;
}
/* these become blocks in MediaWikis skin.css */
#p-navigation a {
display: inline !important;
}
/* the sitename is a link, but it does not need to look like one */
#siteName {
color: black;
}
#siteName:hover {
text-decoration: none;
}
/*======================================================================*/
/*## app/usermessageOff.css */
/* much less annoying kackbalken */
div.usermessage {
display: none;
}
/*======================================================================*/
/*## app/specialNewpages.css */
/* remove list counter */
ol.specialNewPages {
list-style-type: none;
margin-left: 0;
}
/** hack: more room below */
.specialNewPages .folding-header .folding-button {
float: left;
margin-bottom: 0.1em;
}
/* page actions */
.specialNewPages .folding-header .link-function {
float: right;
margin-right: 0.5em;
margin-bottom: 0.1em;
font-size: 85%;
}
/* google link */
.specialNewPages .folding-header .google {
float: right;
margin-right: 0.5em;
margin-bottom: 0.1em;
font-size: 66%;
}
/* hide top-right stuff */
.specialNewPages .coordinates {
display: none !important;
}
.specialNewPages .issnlink {
display: none !important;
}
.specialNewPages #artikelstadium {
display: none !important;
}
/*======================================================================*/
/*## app/filteredEditList.css */
/* a parent having the class hide-xxx shall not display children with the class is-xxx */
.hide-ip .is-ip { display: none; }
.hide-named .is-named { display: none; }
/* highlight ip/user */
.is-ip { background-color: #fffff0; }
/* .is-named { background-color: #f0ffff; } */
/*======================================================================*/
/*## app/fastWatch.css */
/* this message in #mw-js-message is irritating */
.mw-js-message-watch { display:none; }
/*======================================================================*/
/*## app/google.css */
/* google link */
.google {
font-size: 90%;
}
/*======================================================================*/
/*## app/sectionEdit.css */
/** swapped behind the headline with JS */
.editsection {
float: none;
margin-left: 0.15em;
font-size: 95% !important;
}
/* </nowiki></pre> */