„Benutzer:D/monobook.css“ – Versionsunterschied
Zur Navigation springen
Zur Suche springen
Inhalt gelöscht Inhalt hinzugefügt
D (Diskussion | Beiträge) AZ: Die Seite wurde neu angelegt: /* Benutzer:D/monobook ::: achtung entwicklerversion, unsupported und gefährlich ::: [[Benutzer:D… |
D (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
/* <pre><nowiki> */ |
/* <pre><nowiki> */ |
||
.mw-echo-alert { background: inherit; } |
|||
/*======================================================================*/ |
/*======================================================================*/ |
Version vom 10. Juni 2020, 16:22 Uhr
/* [[Benutzer:D/monobook]] ::: achtung entwicklerversion, unsupported und gefährlich ::: [[Benutzer:D/monobook.css]] */
/* <pre><nowiki> */
.mw-echo-alert { background: inherit; }
/*======================================================================*/
/*## configure.css */
/* highlight links to me */
#bodyContent a[href$="Benutzer:D"] {
color: darkorange;
font-weight: bold;
}
/* no intros for me */
.wp_intro {
display: none;
}
/* i know my rights */
.mw-tos-summary {
display: none;
}
/* no links necessary */
#recentchangestable {
display: none;
}
/* no spam, please */
#watchlist-message {
display: none;
}
/* no legend for rc */
.mw-rc-label-legend {
display: none;
}
/* no underline for rc-tags */
abbr {
border-bottom: none !important;
}
/* no legend for apage histories */
.mw-history-legend {
display: none;
}
/* less klickibunti (vote icons) */
.wp_boppel {
display: none !important;
}
/* fake external link */
#bodyContent a[href*="wikipedia"] {
background: inherit !important;
/* padding-right: inherit !important; */
padding-right: 0 !important;
}
/* diffs are too small */
.diff-context,
.diff-deletedline,
.diff-addedline {
/* .diffchange */
font-size: 100% !important;
}
/* more visible */
.interwiki-en,
.interwiki-de{
font-weight: bold;
}
/* personendaten shall be displayed */
table.metadata {
display: block;
}
/* show EXIF data */
#mw_metadata tr.collapsable {
display: table-row;
}
/* remove distracting border */
.diffchange-inline {
border: none;
}
/* remove flagged revs */
.mw-fr-reviewlink, #mw-fr-revisiontag, #mw-fr-revisiontag-old, #mw-fr-diff-headeritems, #mw-fr-revisiontag-edit, #mw-fr-difftostable, #mw-fr-reviewnotice
{
display: none;
}
/* buch? was bitte ist ein buch? */
#p-coll-print_export {
display: none;
}
/* no hr on specialpages */
.ns--1 #bodyContent hr {
display:none;
}
/* diffs became very loud lately */
span.updatedmarker {
background: #eeffcc !important;
}
/*======================================================================*/
/*## 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> */