MediaWiki:Modern.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
(AZ: Die Seite wurde neu angelegt: →‎**** needed or missing up to now, should be fixed in svn ****: /* Für Modern-Skin-Benutzer irrelevan…)
 
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
/***** needed or missing up to now, should be fixed in svn *****/
/* Für Modern-Skin-Benutzer irrelevante Informationen in MediaWiki:Preferences-summary ausblenden */
div.oldskinonly{
      display: none
}
.diffchange {
    font-weight:bold;
    background-color:inherit;
}
p.error {
    font-weight:bold;
}
/***** Lokale Anpassungen *****/
/***** Lokale Anpassungen *****/


/* Hauptnavigation */
/* Hauptnavigation */
#mw_portlets {  
#mw_portlets {
    width:12em;  
width: 12em;
}
}
#mw_content {  
#mw_content {
    margin-left:12em;  
margin-left: 12em;
}
}


/* Kleinschreibung in Navigationsbereichen verhindern */
/* Kleinschreibung in Navigationsbereichen verhindern */
.portlet h5,
/* #p-personal li, */
.portlet h6,
#p-cactions li,
#p-personal ul,  
#preftoc li {
#p-cactions li a,  
text-transform: none;
#preftoc a {
    text-transform: none;
}
}


/* pre-formatierte Abschnitte */
/* pre-formatierte Abschnitte */
pre {
pre,
    padding: 1em;
.mw-code {
    border:1px dashed #3c78b5;
background-color: #f9f9f9;
    color:black;
border: 1px solid #ddd;
    background-color:#f9f9f9;
color: black;
    line-height:1.1em;
line-height: normal;
padding: 1em;
}
}


/* Einzelnachweise */
/* Einzelnachweise */
ol.references {  
ol.references {
    font-size:90%;
font-size: 90%;
}
 
/* Tabellenüberschriften (mit |+) größer und fett */
caption {
    font-size:105%;
    font-weight:bold;
}
 
/* Bearbeiten-Links vor Überschriften */
.editsection {
    float:none;
    margin:0em 0.3em 0em 0em;  
}
}


Zeile 65: Zeile 35:
#issnlink,
#issnlink,
#shortcut {
#shortcut {
    display:block;
background: none;
    position:absolute;  
border: none;
    z-index:1;
display: block;
    border:none;  
font-size: 90%;
    background:none;  
line-height: 1.5em;
    right:12px;  
margin: 0;
    top:6em;
padding: 0;
    margin:0.0em;
position: absolute;
    padding:0.0em;  
right: 12px;
    line-height:1.5em;  
text-align: right;
    text-align:right;  
text-indent: 0;
    text-indent:0;  
text-transform: none;
    font-size:90%;  
top: 6em;
    text-transform:none;  
white-space: normal;
    white-space:normal;
z-index: 1;
}
}


#artikelstadium, div.topicon {
div.topicon {
    display:block;
background: none;
    position:absolute;  
border: none;
    z-index:1;
display: block;
    border:none;  
font-size: 90%;
    background:none;  
line-height: 1.5em;
    right:12px;  
margin: 0;
    top:0.3em;  
padding: 0;
    margin:0.0em;  
position: absolute;
    padding:0.0em;  
right: 12px;
    line-height:1.5em;  
text-align: right;
    text-align:right;  
text-indent: 0;
    text-indent:0;  
text-transform: none;
    font-size:90%;  
top: 0.3em;
    text-transform:none;  
white-space: normal;
    white-space:normal;  
z-index: 1;
}
}


#coordinates {  
#coordinates {
    display:block;
background: #fff;
    position:absolute;  
border: none;
    z-index:1;
display: block;
    border:none;  
font-size: 10px;
    background:#ffffff;
line-height: 11px;
    right:12px;  
margin: 0 18px 0 0;
    top:0.5em;  
padding: 0.1em;
    margin:0.0em;
position: absolute;
    margin-right:18px;  
right: 12px;
    padding:0.1em;  
text-align: right;
    line-height:11px;  
text-indent: 0;
    text-align:right;  
text-transform: none;
    text-indent:0;  
top: 0.5em;
    font-size:10px;  
white-space: nowrap;
    text-transform:none;  
z-index: 1;
    white-space:nowrap;  
}
}


/* diff-Rendering von fr.wikipedia */
/* Links Artikel-Feedback und Gadget Einleitungshelferlein sonst auf blauem Hintergrund nicht sichtbar */
table.diff {
#firstHeading a {
    padding:0.5em;
color: #ccf;
}
}
table.diff td {
#firstHeading a:visited {
    vertical-align:top;
color: #aaf;
}
td.diff-addedline {
    background-color:#d8e4f6;
}
td.diff-addedline .diffchange {
    background-color:#b0c0f0;
    color:#001040;
    font-weight:bold;
}
td.diff-deletedline {
    background-color:#e4f6d8;
}
td.diff-deletedline .diffchange {
    background-color:#b0e897;
    color:#104000;
    font-weight:bold;
}
 
/* Gesichtete Versionen */
.flaggedrevs-unreviewed {  
    background-color:#ffffd0;
}
 
/* Spezialseiten */
.sp-cached {
    background-color:#FFFFE0;
    background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock%20and%20warning.png/20px-Clock%20and%20warning.png);
    background-position:5px 3px;
    background-repeat:no-repeat;
    border:1px solid #EEEE80;
    color:#606000;
    font-style:italic;
    margin:0.3em 0;
    padding:4px 0 4px 30px;
}
}