×
Create a new article
Write your page title here:
We currently have 42 articles on Stranger Eons Wiki. Type your article name above or create one of the articles listed here!



    Stranger Eons Wiki

    MediaWiki:Common.css: Difference between revisions

    Content added Content deleted
    m (Typo)
    (Fixed infotable color)
     
    Line 15: Line 15:
    clear: right;
    clear: right;
    margin-bottom: 24px;
    margin-bottom: 24px;
    color: #000;
    }
    }



    Latest revision as of 19:56, 13 August 2022

    :root {
     --infobox-color: #eaecf0;
     --spoiler-color: #e59664;
     --speculation-color: #e59664;
     --text-color: #000;
    }
    .infotable {
        float: right;
        padding: 5px;
        margin-left: 3px;
        background: var(--infobox-color);
        border: 2px solid var(--text-color);
        width: 20%;
        font-size: 90%;
        clear: right;
        margin-bottom: 24px;
        color: #000;
    }
    
    .infotable .infotable-name {
     text-align: center;
    }
    
    .infotable th img {
     width: 100%;
     height: auto;
    }
    
    .infotable th {
        text-align: left;
    }
    
    
    .mw-parser-output .spoiler {
     background-color: var(--spoiler-color);
     padding: 3px;
     margin: 3px;
     border-radius: 3px;
     text-align: center;
    }
    
    .mw-parser-output .speculation {
     background-color: var(--speculation-color);
     padding: 3px;
     margin: 3px;
     border-radius: 3px;
     text-align: center;
    }
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.