×
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

    Note: After publishing, you may have to bypass your browser's cache to see the changes.

    • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
    • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
    • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
    • Opera: Press Ctrl-F5.
    :root {
     --infobox-color: #eaecf0;
     --spoiler-color: #e59664;
     --speculation-color: #e59664;
     --text-color: #000;
    }
    .infotable {
        padding: 5px;
        background: var(--infobox-color);
        border: 2px solid var(--text-color);
        font-size: 90%;
        width: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    @media (max-width:270px) .content .infotable, .content .infotable {
        width: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .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.