×
Einen neuen Artikel erstellen
Schreibe den Seitennamen hierhin:
Wir haben derzeit 9.055 Artikel auf Vaultpedia. Gib deinen Artikelnamen oberhalb von oder klicke auf einen der unten stehenden Titel und beginne zu schreiben! ein



    Vaultpedia
    9.055Artikel

    MediaWiki:Modern.css: Unterschied zwischen den Versionen

    Tritt unserem Discord bei und informiere dich auf unserem Twitter-Kanal über die aktuellsten Themen rund um Fallout!
    Alessio79 (Diskussion | Beiträge)
    K testweise
    FANDOMbot (Diskussion | Beiträge)
    K Applying changes that should make this CSS file HTTPS-ready. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.
     
    (2 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt)
    Zeile 7: Zeile 7:
    }
    }


    /* Das folgende CSS wird für Benutzer der Modern-Benutzeroberfläche geladen. Für allgemeingültige Benutzeroberflächen-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */
    /* block quotations */
     
    #mw_content blockquote {
    /* Kleinschreibung in Navigationsbereichen verhindern */
        font-size: 93.75%; /* equivalent of 15px in 16px default */
    .portlet h5,
        margin: 1em 1.6em; /* same indent as an unordered list */
    .portlet h6,
    }
    #p-personal ul,
    #mw_content blockquote p {
    #p-cactions li a,
         line-height:inherit;
    #preftoc a {
         text-transform: none;
    }
    }


    Zeile 21: Zeile 19:
    #siteSub {
    #siteSub {
         display: block;
         display: block;
    }
    /* Bold 'edit this page' link to encourage newcomers */
    /* Commented because this is not the default skin */
    /* #ca-edit a { font-weight: bold !important; } */
    /* Accessibility experiment: make diff changes not just colour-based */
    .diffchange {
        font-weight: bold;
        background-color: inherit;
    }
    td.diff-addedline, td.diff-deletedline, td.diff-context {
        vertical-align: top;
        font-size: 85%;
        color: inherit;
    }
    p.error {
        font-weight: bold;
    }
    #mw_contentholder { padding-top: .4em } /* some headroom for #coordinates to go in without #siteSub */
    #coordinates { 
        position:absolute;
        z-index:1;
        border:none;
        background:none;
        right:1.17em;
        top:5em;
        float:right;
        margin:0.0em;
        padding:0.0em;
        line-height:1.5em;
        text-align:right;
        text-indent:0;
        font-size:85%;
        text-transform:none;
        white-space:nowrap;
    }
    #coordinates img { vertical-align: top }
    /* important to keep the text predictably positioned */
    /* allow disabling of "external" color on internal links in some situations */
    #bodyContent .plainlinks2 a.external[href^="http://en.wikipedia.org/"] {
    color: #003366 !important
    }
    div.topicon {
    display:block !important;
    position:absolute;
    top:2px;
    z-index:100;
    }
    /* for Template:Link-FA */
    li.FA {
        list-style-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Modern-bullet-star.svg/9px-Modern-bullet-star.svg.png");
    }
    .toccolours {
    background-color:#F0F0F0;
    border:1px solid #BBBBBB;
    border-spacing:0pt;
    margin:0pt;
    padding:0pt;
    }
    .mw-topboxes {
    margin-top: -0.4em
    }
    /* Adjust font-size for inline HTML generated TeX formulae */
    span.texhtml {
      font-family: 'Times New Roman', serif;
      font-size: 120%;
      line-height: 1em;
    }
    /* Blue instead of yellow padlock for secure links. */
    #mw_content a.external[href ^="https://"],
    .link-https {
      background: url("https://upload.wikimedia.org/wikipedia/en/0/00/Lock_icon_blue.gif") center right no-repeat;
      padding-right: 16px;
    }
    /* Align left margins for <ul> and <dd> (bug 12262) */
    dd {
      line-height: 1.5em;
      margin-left: 1.6em;
      margin-bottom: .1em;
    }
    ul {
      margin-left: 1.6em;
    }
    }

    Aktuelle Version vom 9. März 2018, 10:14 Uhr

    #firstHeading .editsection a { color: white; text-decoration: underline }
    
    body.page-Main_Page #t-cite,
    body.page-Main_Page #lastmod, 
    body.page-Main_Page #siteSub {
        display: none !important;
    }
    
    /* block quotations */
    #mw_content blockquote {
        font-size: 93.75%; /* equivalent of 15px in 16px default */
        margin: 1em 1.6em; /* same indent as an unordered list */
    }
    #mw_content blockquote p {
        line-height:inherit;
    }
    
    /* Display "Aus Fallout Wiki, der freien Enzyklopädie" */
    #siteSub {
        display: block;
    }
    
    /* Bold 'edit this page' link to encourage newcomers */
    /* Commented because this is not the default skin */
    /* #ca-edit a { font-weight: bold !important; } */
    
    /* Accessibility experiment: make diff changes not just colour-based */ 
     
    .diffchange {
        font-weight: bold;
        background-color: inherit;
    }
     
    td.diff-addedline, td.diff-deletedline, td.diff-context {
        vertical-align: top;
        font-size: 85%;
        color: inherit;
    }
    
    p.error {
        font-weight: bold;
    }
    
    #mw_contentholder { padding-top: .4em } /* some headroom for #coordinates to go in without #siteSub */
    
    #coordinates {  
        position:absolute;
        z-index:1;
        border:none;
        background:none;
        right:1.17em;
        top:5em;
        float:right;
        margin:0.0em;
        padding:0.0em;
        line-height:1.5em;
        text-align:right;
        text-indent:0;
        font-size:85%;
        text-transform:none;
        white-space:nowrap;
    }
    
    #coordinates img { vertical-align: top }
    /* important to keep the text predictably positioned */
    
    /* allow disabling of "external" color on internal links in some situations */
    #bodyContent .plainlinks2 a.external[href^="http://en.wikipedia.org/"] {
    	color: #003366 !important
    }
    
    div.topicon {
    display:block !important;
    position:absolute;
    top:2px;
    z-index:100;
    }
    
    /* for Template:Link-FA */
    li.FA {
        list-style-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Modern-bullet-star.svg/9px-Modern-bullet-star.svg.png");
    }
    
    .toccolours {
    background-color:#F0F0F0;
    border:1px solid #BBBBBB;
    border-spacing:0pt;
    margin:0pt;
    padding:0pt;
    }
    
    .mw-topboxes {
    margin-top: -0.4em
    }
    
    /* Adjust font-size for inline HTML generated TeX formulae */
    span.texhtml {
      font-family: 'Times New Roman', serif;
      font-size: 120%;
      line-height: 1em;
    }
    
    /* Blue instead of yellow padlock for secure links. */
    #mw_content a.external[href ^="https://"],
    .link-https {
      background: url("https://upload.wikimedia.org/wikipedia/en/0/00/Lock_icon_blue.gif") center right no-repeat;
      padding-right: 16px;
    }
    
    /* Align left margins for <ul> and <dd> (bug 12262) */
    dd {
      line-height: 1.5em;
      margin-left: 1.6em;
      margin-bottom: .1em;
    }
    ul {
      margin-left: 1.6em;
    }