×
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
    No edit summary
    (Fixed infotable color)
     
    (14 intermediate revisions by the same user not shown)
    Line 1: Line 1:
    :root {
    --infobox-color: #eaecf0;
    --spoiler-color: #e59664;
    --speculation-color: #e59664;
    --text-color: #000;
    }
    .infotable {
    .infotable {
    float: right;
    float: right;
    padding: 5px;
    padding: 5px;
    margin-left: 3px;
    margin-left: 3px;
    background: #eaecf0;
    background: var(--infobox-color);
    border: 3px solid #003aff;
    border: 2px solid var(--text-color);
    width: 25%;
    width: 20%;
    font-size: 90%;
    font-size: 90%;
    margin-left: 1em;
    clear: right;
    margin-bottom: 0.5em;
    margin-bottom: 24px;
    width: 300px
    color: #000;
    }

    .infotable .infotable-name {
    text-align: center;
    }

    .infotable th img {
    width: 100%;
    height: auto;
    }
    }


    .infotable th {
    .infotable th {
    text-align: left;
    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;
    }
    }

    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.