Änderungen

Zur Navigation springen Zur Suche springen
1.576 Bytes hinzugefügt ,  15:09, 21. Apr. 2022
keine Bearbeitungszusammenfassung
Zeile 97: Zeile 97:     
code {
 
code {
     display: table;
+
     display: inline-block;
 
     margin: 1em 0;
 
     margin: 1em 0;
 
     padding: 0.3em 0.5em;
 
     padding: 0.3em 0.5em;
Zeile 257: Zeile 257:     
.last-modified-bar.active {
 
.last-modified-bar.active {
     background-color: #005490;
+
     background-color: #005490 !important;
 
}
 
}
   Zeile 391: Zeile 391:     
.colored-text {
 
.colored-text {
     color: #e6a817;
+
     font-family: 'NotoSans-Bold','Helvetica Neue',Helvetica,Arial,sans-serif;   
 +
  color: #e6a817;
 
}
 
}
   Zeile 520: Zeile 521:     
.main-table code {
 
.main-table code {
display: block;
   
margin: 0.5em 0;
 
margin: 0.5em 0;
 
}
 
}
Zeile 565: Zeile 565:     
#contentSub, #contentSub2 {
 
#contentSub, #contentSub2 {
     font-size: 80%;
+
     font-size: 0.75em;
 
     line-height: 1.2em;
 
     line-height: 1.2em;
 
     margin: 1em 0;
 
     margin: 1em 0;
 +
}
 +
 +
div.flaggedrevs_preview {
 +
    color: #202122;
 +
    background-color: #faefd5;
 +
}
 +
 +
div.flaggedrevs_diffnotice, div.flaggedrevs_preview {
 +
    margin: 0 0 1em 0;
 +
    padding: 8px;
 +
    border: #e6a817 1px solid;
 +
    border-radius: 2px;
 
}
 
}
    
div.flaggedrevs_short {
 
div.flaggedrevs_short {
     font-size: 80%;
+
     font-size: 100%;
 
     padding: 4px 6px 4px 4px;
 
     padding: 4px 6px 4px 4px;
     background-color: #efefef;
+
     background-color: #faefd5;
     border: #dedfdf 1px solid;
+
     border: #e6a817 1px solid;
 +
    border-radius: 2px;
 +
}
 +
 
 +
fieldset.flaggedrevs_reviewform {
 +
    margin: 1em 0 1em 0;
 +
    padding: 1em 1.5em 1.5em 1.5em;
 +
    background-color: #faefd5;
 +
    border: #e6a817 1px solid;
 +
    border-radius: 2px;
 +
}
 +
 
 +
.fr-rating-options {
 +
    display: block;
 +
}
 +
 
 +
.fr-rating-options select, #mw-fr-commentbox {
 +
    padding: 4px;
 +
    background-color: #fff;
 +
    border: #e6a817 1px solid;
 +
    border-radius: 2px;
 +
}
 +
 
 +
.fr-rating-options label:before {
 +
    content: "";
 +
    display: block;
 +
    width: 100%;
 +
    height: 0.5em;
 +
}
 +
 
 +
.fr-comment-box {
 +
    margin-top: 0.25em;
 +
}
 +
 
 +
#mw-fr-confirmreview {
 +
    display: block;   
 +
}
 +
 
 +
#mw-fr-submit-accept, #mw-fr-submit-reject, #mw-fr-submit-unaccept, #mw-content-text input[type="submit"] {
 +
    display: block;   
 +
    margin-top: 0.5em;
 +
    vertical-align: baseline;
 +
    padding: 4px 8px;
 +
    background-color: #e6a817;
 +
    border: #e6a817 1px solid;
 +
    border-radius: 2px;
 +
    color: #fff;
 +
    font-weight: bold;
 +
}
 +
 
 +
table.flaggedrevs_editnotice, table.flaggedrevs_viewnotice {
 +
    padding: 8px;
 +
    background-color: #faefd5;
 +
    border: #e6a817 1px solid;
 
     border-radius: 2px;
 
     border-radius: 2px;
 +
}
 +
 +
#wpReason, #wpReason:focus {
 +
    margin-bottom: 1em;
 +
    border: none;
 +
}
 +
 +
.catlinks {
 +
  border: 1px solid #dedfdf;
 +
  border-radius: 2px;
 +
  background-color: #efefef;
 
}
 
}
  

Navigationsmenü