Benutzer:D/monobook/user.css

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen

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 benutzer ::: [[Benutzer:D/monobook/user.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;
}

#content {
    border:none !important; 
}

/* 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;
}
/* the process started with this element failed */
.link-failed {
    background-color: #ff7b7b !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;
    /* necessary for FF 3.0 */
    left: 13em;
    right: 0em;
}

/* 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: unhidden in SideBar.js */
#column-one {
    visibility: hidden; /* unhidden in SideBar.js */
}
/* speedup hack's hack: JS is disabled on some pages */
body.page-Spezial_Einstellungen #column-one,
body.page-Spezial_Anmelden #column-one {
    visibility: visible;
}

/* fix column one, the two top portlets have been unfixed with JS */
#column-one {
    position: fixed;
    left: -1px;
    /*top: -1em;*/
    z-index: 4;
    padding: 0 !important;
}

/* portlet styling */
#column-one {
    background: transparent;
    border: none;
}
#column-one .portlet {
    background-color: white;
    border: none;
    margin-bottom: 0;
    margin-left: 0.6em;
    padding-top: 0.4em;
    width: 11.7em;
}
#column-one .portlet h3 {
    background: transparent;
    font-weight: bold;
    margin: 0;
    padding: 0.1em;
    margin-left: 0.2em;
    margin-bottom: 0.1em;
    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: none;
    margin: 0;
}

#p-cactions li {
    border: none;
}
#p-cactions li.selected a {
    border-bottom: 2px solid darkred;
}

/* 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: none !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;
}

/* do not scroll the suggestion box */
#searchInputSuggest {
    position: fixed;
}

/* move content upwards as the first portlet is gone */
#content {
    margin-top: 1.8em !important;   /* was 2.8em */
}

/* move coordinates to a better place */
#coordinates {
    top: 1.5em; /* was 0.3em */
}

/* the select box is too big */
#langSelect {
    padding: 0;
    line-height: 120%;
    font-size: 95%;
}

/* 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 */
ul.SpecialNewpages {
    list-style: 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%;
    */
    font-size: 85%;
}


/* hide top-right stuff */
.SpecialNewpages .coordinates {
    display: none !important;
}
.SpecialNewpages .issnlink {
    display: none !important;
}
.SpecialNewpages #artikelstadium {
    display: none !important;
}

/** looks ugly without this when specialWatchlist is used */
.SpecialNewpages .editsection {
    float: right !important;
    font-size: 67% !important;
}

/*======================================================================*/
/*## app/specialSpecialPages.css */

/* .mw-specialpages-table td */

/*
table.specialSpecialPages td {
    vertical-align: top;
    white-space:nowrap;
    padding-right: 0.5em;
}
*/

.specialSpecialPagesHint {
    font-size: small;
    margin-left: 0.7em;
}

/*======================================================================*/
/*## 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: #ffffd0; }
.is-named { background-color: #e8ffe8; }

/* unhighlight when only one type is visible
.hide-named .is-ip    { background-color: #ffffff; }
.hide-ip    .is-named { background-color: #ffffff; }
*/

/*======================================================================*/
/*## app/fastWatch.css */

/* this message in #mw-js-message is irritating */
.mw-js-message-watch { display:none; }

/*======================================================================*/
/*## app/sectionEdit.css */

.mw-editsection { 
    margin-left: 0.15em !important;
    font-size: 95% !important;
}

/* </nowiki></pre> */