×
Create a new article
Write your page title here:
We currently have 3,024 articles on YumeWiki. Type your article name above or click on one of the titles below and start writing!



YumeWiki
3,024Articles
Revision as of 11:38, 4 November 2022 by YouArentDistorted (talk | contribs)

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, note that the
 *  setup has been organized for different custom namespaces.
 **/
 
/* [START] Global styling */
.MenuIcon {
    height: auto; 
    overflow: hidden; 
}

.MenuIcon img {
    transition: transform .5s ease;
}

.MenuIcon:hover img {
    transform: scale(0.95);
}

.front-page-heading {
	text-align:center;
    font-weight:bold;
    padding:1px;
}

/** Ported from the FANDOM wikis */
.infobox {
	background-color: #f4f4f4; /** temp */
    border: 1px solid #888888; /** temp */
    clear: right;
    display: table;
    float: right;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
    position: relative;
}

.infobox p {
	margin: 0;
}

.infobox td:first-child {
    vertical-align: top;
}

/** Portable infobox styling */
.portable-infobox {
	 border-radius: 6px 6px 6px 6px;
	 min-width: 275px;
	 font-size: 11px;
}

.pi-data-label {
	vertical-align: top;
    min-width: 30%;
}

.pi-data-value {
	min-width: 70%;
}

.pi-title {
	border-radius: 6px 6px 0 0;
	font-size: 200%;
	font-weight: bold;
}



/* [END] Global styling */

/* Namespace specific styling */

/* [START] NS3000-3001: Yume Nikki */

/* [END] NS3000-3001: Yume Nikki */

/* [START] NS3002-3003: Yume 2kki */
.ns-3002 .front-page-heading {
    background:#43353A;
    border:5px solid #59474E;
}

.ns-3002 .front-page-heading__text {
    color: #A28DA5;
}

.ns-3002 .effect-npc-header-link a {
    color: inherit;
}
/* [END] NS3002-3003: Yume 2kki */

/* [START] NS3004-3005: .flow */

/* [END] NS3004-3005: .flow */

/* [START] NS3006-3007: Someday */

/* [END] NS3006-3007: Someday */

/* [START] NS3008-3009: Deep Dreams */

/* [END] NS3008-3009: Deep Dreams */

/* [START] NS3010-3011: Answered Prayers */

/* [END] NS3010-3011: Answered Prayers */

/* [START] NS3012-3013: Amillusion */

/* [END] NS3012-3013: Amillusion */

/* [START] NS3014-3015: Uneven Dream */

/* [END] NS3014-3015: Uneven Dream */

/* [START] NS3016-3017: Braingirl */
/* Link color */
.ns-3016 a,
.ns-3016 #mw-panel a,
.ns-3017 a,
.ns-3017 #mw-panel a {
    color: #068959;
}

.ns-3016 a:hover,
.ns-3016 #mw-panel a:hover,
.ns-3017 a:hover,
.ns-3017 #mw-panel a:hover {
    color: #007652;
}

.ns-3016 a.new,
.ns-3016 #mw-head a.new,
.ns-3017 a.new,
.ns-3017 #mw-head a.new {
    color: #bf0017;
}

.ns-3016 a.new:hover,
.ns-3016 #mw-head a.new:hover,
.ns-3017 a.new:hover,
.ns-3017 #mw-head a.new:hover {
    color: #59000a;
}

/* Front page customizations */
.ns-3016 .front-page-heading {
    background:#180C29;
    border:5px solid #E8D4B1;
}

.ns-3016 .front-page-heading__text {
    color: #E8D4B1;
}
/* [END] NS3016-3017: Braingirl */

/* [START] NS3018-3019: Collective Unconscious */

/* [END] NS3018-3019: Collective Unconscious */

/* [START] NS3020-3021: YNFG Wiki */

/* [END] NS3020-3021: YNFG Wiki */