×
Create a new article
Write your page title here:
We currently have 2,627 articles on Yume Nikki Fangames Wiki. Type your article name above or click on one of the titles below and start writing!



Yume Nikki Fangames 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.
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700&display=swap');

@media screen and (min-width: 1024px) and (max-width: 1279px) {
   .main-page__left-column .menu-icon-container {
        margin: 0 50px;
    }
}

@media screen and (min-width: 1024px) {
    .menu-icon-container--single-column {
        margin: 0 50px;
    }
}

@media screen and (min-width: 1600px) {
    .menu-icon-container--single-column {
        margin: 0 100px;
    }
}

@media screen and (min-width: 1280px) {
    .main-page__column {
        display: inline-block;
    }

    .main-page__left-column {
        width: 65%;
    }

    .main-page__right-column {
        float: right;
        width: 310px;
    }
}

@media screen and (min-width: 1600px) {
    .main-page__left-column {
        width: 75%;
    }
}

p {
  margin: 8px 0 8px 0;
}

#icon-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.icon-container__item {
    min-width: 120px;
    max-width: 128px;
    margin-right: 5px;
}

.icon-container__item-link {
    text-align: center;
}