מעדיעװיקי:Monobook.css

פֿון װיקיװערטערבוך

אַכטונג: נאכן אויפֿהיטן, ברויכט איר אפשר נאך אַריבערגיין דעם בלעטערערס זאַפאַס צו זען די ענדערונגען.

  • פֿייערפוקס/סאפֿארי: האלט אראפ שיפֿט בשעתן דרוקן Reload, אדער דרוקט Ctrl-F5 אדער Ctrl-R (אויף א מאקינטאש ⌘-R)
  • גוגל כראם: דרוקט Ctrl-Shift-R (אויף א מאקינטאש ⌘-Shift-R)
  • אינטערנעט עקספלארער: האלט אראפ Ctrl בשעתן קליקן Refresh, אדער דרוקט Ctrl-F5
  • אפערע: גייט צו מעניו → שטעלונגען ( אפערע → פרעפערנצן אויף א מעק) און דערנאך צו פריוואטקייט & און זיכערהייט → אראפראמען בלעטערן דאטן → בילדער און טעקעס אין זאפאס
/* <span dir="ltr" >'''special:Allmessages: ''' [[b:special:Allmessages|b:]], [[n:special:Allmessages|n:]], [[q:special:Allmessages|q:]], [[s:special:Allmessages|s:]], [[<!-- wikt: -->special:Allmessages|wikt:]], [[w:special:Allmessages|w:]]</span><br /> */
/* <span dir="ltr" >'''MediaWiki:Monobook.css: ''' [[b:MediaWiki:Monobook.css|b:]], [[n:MediaWiki:Monobook.css|n:]], [[q:MediaWiki:Monobook.css|q:]], [[s:MediaWiki:Monobook.css|s:]], [[<!-- wikt: -->MediaWiki:Monobook.css|wikt:]], [[w:MediaWiki:Monobook.css|w:]]</span><br /> */
/* <span dir="ltr" >'''MediaWiki:Monobook.js: ''' [[b:MediaWiki:Monobook.js|b:]], [[n:MediaWiki:Monobook.js|n:]], [[q:MediaWiki:Monobook.js|q:]], [[s:MediaWiki:Monobook.js|s:]], [[<!-- wikt: -->MediaWiki:Monobook.js|wikt:]], [[w:MediaWiki:Monobook.js|w:]]</span><br /> */
/* <div dir="ltr" ><pre> */
/* edit this file to customize the monobook skin for the entire site */

/*  Copy text starting after this line */
/* </pre>Work-around for [[MediaZilla:02318]] / [[bugzilla:02318]] &ndash; "''[[Special:Allpages]] should mark redirects distinctly''"&lrm;<pre> */

.allpagesredirect {
/*    font-style: italic; */
    margin-right: 2em;
}

/* </pre>Work-around for [[MediaZilla:00759]] / [[bugzilla:00759]] &ndash; "''Distinguish redirects on the watchlist editing page''"&lrm;<pre> */

.watchlistredir {
/*    font-style: italic; */
    margin-right: 2em;
}
/*  Stop copying above this line */

#ca-edit a{font-weight:bold !important;}

/* Make all non-namespace pages have a light yellow content area. This is done by
   setting the background color for all #content areas to light blue and then
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then
   do the same for the "tab" background colors. --Lupo */

#content, #mytabs li.selected a, #p-cactions li.selected a {
    background-color: #FFFFF3; /* ein leichtes gelb */
}

.ns-0 #content, .ns-0 #mytabs li.selected a,  .ns-0 #p-cactions li.selected a {
    background-color: white;
}

.ns--1 table, .ns-2 table, .ns-4 table, .ns--1 form { 
background: inherit;
}

/* </pre>Work-around for [[bugzilla:02020]]<pre> */

ul {
	margin-left:	1.5em;
	margin-right:	1.5em;
}
ol {
	margin-left:	2.4em;
	margin-right:	2.4em;
}

/* </pre>Work-around for [[bugzilla:04295]]
<pre> */

#catlinks {
width:100%;
}

/* Standard Navigationsleisten */

div.BoxenVerschmelzen,
div.NavFrame {
        margin: 0px;
        padding: 2px;
        border: 1px solid #aaaaaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.BoxenVerschmelzen div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #ffffff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        font-size: 100%;
        background-color: #efefef;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}

/* Do not print navigation bar elements. They should not appear on paper */

@media print{
        .NavFrame {
                display: none;
        }
        .BoxenVerschmelzen {
                display: none;
        }
}

.NavToggle {
   font-size: x-small;
   float:right;
}

.ns-0 * #content ul{
display: table;
}

li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
    background:  url('//upload.wikimedia.org/wikipedia/commons/1/1c/User.gif') top left no-repeat;
    padding-left: 20px;
}

/* </pre></div> */