User:Rosenzweig/monobook.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
.fundraiser-box {display:none}
/* .watchlist-summary {display:none} */

/* kleinerer Kackbalken. ("Du hast neue Nachrichten") Mein Danke geht an Benutzer: D*/
div.usermessage {
    font-weight: normal;
    background-color: transparent !important;
    border-color: transparent transparent black transparent !important;
    border-style: groove; 
    margin-top: -1em; /* evtl. weglassen */
}
div.usermessage a { color: darkred; }

/* Runde Fensterecken */
#p-cactions ul li, #p-cactions ul li a { border-top-left-radius: 0.4em; border-top-right-radius: 0.4em; }
#content                               { border-top-left-radius: 0.6em; border-bottom-left-radius: 0.6em; }
div.pBody                              { border-top-right-radius: 0.4em; border-bottom-right-radius: 0.4em; }

.mw-htmlform-ooui-wrapper {
   width: auto;
}
.oo-ui-buttonElement-framed > .oo-ui-buttonElement-button {
   padding: 0.1em 0.5em;
}
.oo-ui-checkboxInputWidget {
   line-height: 1em;
}
.oo-ui-checkboxInputWidget input[type="checkbox"] {
   height: 1em;
}
.oo-ui-checkboxInputWidget input[type="checkbox"] + span {
   width: 1em;
   height: 1em;
}
.oo-ui-decoratedOptionWidget {
   padding: 0 1em 0 2em;
}
.oo-ui-dropdownWidget-handle {
   margin: 0.1em 0.2em 0.1em 0;
   padding: 0;
}
.oo-ui-labelElement {
   padding: 0;
}
.oo-ui-buttonElement-framed > input.oo-ui-buttonElement-button,
.oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
   line-height: 1em;
}
.oo-ui-menuOptionWidget {
   padding: 0 1em;
}