Yume 100 English Wiki
Advertisement

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.
/* Remove the following:
 * Top ads, top-right ads, misc. ads on rail, ad captions,
 * bottom ads, unnecessary placeholder, ads that appear inside content,
 * "Around Wikia's network" box, "Wikia lifestyle" box
 */
#RECIRCULATION_RAIL,
.WikiaTopAds, .home-top-right-ads, .wikia-ad, .SelfServeUrl,
.WikiaAdInContentPlaceHolder,
.WikiaAdInContent, .branding { display:none !important; }
.WikiaArticle p {margin: 0;} /* Remove the margin around images */

.page-header__title {color: #C64365;}
   .mw-headline  {color: #B4987E;}
h1 .mw-headline  {color: #9C6347;}
h2 .mw-headline  {color: #B48142;}
h3 .mw-headline  {color: #BA9969;}

body {
    font-family:Helvetica Neue,Arial;
    background-color:rgb(217, 153, 146) !important;
    background-image:url('https://vignette.wikia.nocookie.net/yume100prince/images/1/1e/BGSun.png/revision/latest?cb=20171201033932'),
    url('https://vignette.wikia.nocookie.net/yume100prince/images/4/46/BGMoon.png/revision/latest?cb=20171201033920'),
    url('https://vignette.wikia.nocookie.net/yume100prince/images/0/01/Tile.png'),
    /* default
    background-image:url('https://vignette.wikia.nocookie.net/yume100prince/images/1/1e/BGSun.png/revision/latest?cb=20170930061200'),
    url('https://vignette.wikia.nocookie.net/yume100prince/images/4/46/BGMoon.png/revision/latest?cb=20170930061014'),
    url('https://vignette.wikia.nocookie.net/yume100prince/images/0/01/Tile.png'),
    */
    /*
    background-image:url('https://vignette.wikia.nocookie.net/yume100prince/images/1/1e/BGSun.png'),
    url('https://vignette.wikia.nocookie.net/yume100prince/images/4/46/BGMoon.png'),
    url('https://vignette.wikia.nocookie.net/yume100prince/images/0/01/Tile.png'),
    */
    /* Easter
    background-image:url('https://vignette.wikia.nocookie.net/yume100prince/images/2/28/LeftEaster.png/revision/latest?cb=20170414234118'),
    url('https://vignette.wikia.nocookie.net/yume100prince/images/7/72/RightEaster.png/revision/latest?cb=20170414234127'),
    url('https://vignette.wikia.nocookie.net/yume100prince/images/0/01/Tile.png'),
    */
    linear-gradient(to bottom, rgb(255,255,255) 0%, rgb(212, 164, 129) 25%,rgb(215, 152, 146) 45%,rgb(36, 38, 70) 100%) !important;
    background-repeat:no-repeat,no-repeat,repeat, repeat !important;
    background-position:top left,top right,top left, top left !important;
    background-attachment:fixed,fixed,fixed,fixed !important;
}

/* Tables */

table {
    border-collapse: collapse;
} th {
    background-color: #F1D8CF; color: #573C26;
} td, th {
    padding: 0.2em 0.5em;
    border-width: 1px;
    border-style: none none solid none;
    border-color: #D8B896;
    /*border-color: #B48381; */
} th:first-child, td:first-child {
    border-left: 1px solid #B48381; 
} th:last-child, td:last-child {
    border-right: 1px solid #B48381; 
} tr:last-child td, tr:last-child th {
    border-bottom: 1px solid #B48381; 
} tr:first-child td, tr:first-child th {
    border-top: 1px solid #B48381;
}

.lined td {
    border-style: solid;
}
.imgborder img,
.col2imgborder td:nth-child(2) img {
    border-radius: 25%; border: 1px solid #ab5780;
    margin: 5px;
}
.activityfeed td {
    border: none!important; background: transparent;
}
.col1center td:first-child {
    text-align: center;
}

/* Main Page Navigation */

.navi {
    margin: auto; text-align: center;
}
.navi > div {
    display: inline-block; text-align: center; vertical-align: top;
    width: 100px; padding: 0 5px;
}
.navi > div > span {
    margin: -3px;
}
.navi-header {
    display: block; border-radius: 15px 15px 0 0;
    padding: 8px 15px; margin-bottom: 5px; font-size: 15pt;
    background-position: bottom; border: 1px solid #bd9564;
    background: url('https://vignette.wikia.nocookie.net/yume100prince/images/3/3f/Navi_bg.png'),
         linear-gradient(to right, #595FC0 0%, #DB9A91 100%);
}
h2.navi-header {
    text-align: center; margin-top: 0;
    font-family: serif; font-weight: bold;
    border-bottom: 2px outset #F7C28B;;
}
.navi-header .mw-headline {
    color: #fde7e1;
}
.navi-container {
    background: linear-gradient(to right, #FEFBF5 0%, #F8E2C6 100%);
    border: 2px groove #F7C28B; border-radius: 17px;
    margin-top: 15px;
}
.navi-container p {
    padding: 0 10px;
}
.navi > div > p {
    padding: 0;
}

/* Tooltip */

.main-tooltip {
    background-image: url('https://vignette.wikia.nocookie.net/yume100prince/images/1/17/Tooltip.png');
    min-width: 150px; max-width: 150px; height: 53px!important;
    box-sizing: border-box; padding: 18px 15px;
    text-align: center; font-family: serif;
    font-weight: bold; color: #6f543f;
    border: none; box-shadow: none; background-color: transparent;
}
#tooltip-wrapper {
    margin-left: -50px!important;
}
.has-redlinks, .tooltip-loading, .advanced-tooltip .tooltip-contents {
    display: none;
}
.tooltips-init-complete {
    cursor: help;
}

/* Tabber */

.tabberlive .tabbertab, .tabbernav { border: none!important; }
.tabbernav { text-align: center; margin: 8px!important; }
.tabbernav li {
    display: inline-block! important;
    margin-top: inherit !important; margin-bottom: inherit !important;
}
ul.tabbernav li a, li.tabberactive a {
    border-color: #b48142 !important;
    border-radius: 12px; border-width: 1px !important; border-style: solid !important;
    color: #b48142 !important;
}
ul.tabbernav li a,ul.tabbernav li.tabberactive a,
ul.tabbernav li a:hover,
ul.tabbernav li.tabberactive a:hover {
    font-weight: normal;
    background: #f1d8cf !important;
    padding: 6px 12px !important; margin: 0 2px!important;
    /*background-color: linear-gradient(#fc969e, #9676A7) !important;*/
}
ul.tabbernav li.tabberactive a {
    background-color: #fdf5eb !important;
}
ul.tabbernav li a:hover, ul.tabbernav li.tabberactive a:hover {
    background: linear-gradient(#fc969e, #fdf5eb) !important;
}

/* Prince Profiles */

dl.profile {
    display: inline-block; vertical-align: top;
    margin-bottom: 0;
}
dl.profile dt {
    color: #c64365;
}
dl.profile dl {
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin: 0 auto;
}

/* Audio Player */

.audio-button {
    width: 15px; height: 15px; background-color: #AA5880;
}
.audio-button:hover {
    background-color: #FCB6B7;
}
.audio-button.no-audio {
    background-color: rgb(240,230,240);
}
.audio-button.now-playing {
    background-color: #C44566;
}

/* Quotes */

dl.quotes {
	display: table; border: 1px solid #ccafae;
    width: 100%; box-sizing: border-box;
}
dl.quotes > p {
	display: none;
}
dl.quotes dt:nth-of-type(2n) {
	display: table-row;
}
dl.quotes > dt, dl.quotes > dd {
	display: table-cell; border-bottom: 1px solid #ccafae;
	vertical-align: top; padding: 0.1em 0.5em;
}
dl.quotes > dd > p {
	margin: 0;
}
dl.quotes > dt + dd + dd {
    width: 30px; padding-top: 1em; line-height: normal;
    text-align: center; word-break: break-all; font-size: 5pt;
}
dl.quotes > dt + dd {
    width: 75%; background-color: #f9edee;
}

/* Infobox */
.yinfoboximg img {
    height: 100%; width: auto;
}
table.center td:first-child {text-align: right;}
table.center td:last-child {text-align: left;}
table.col4 td {width: 25%;}
table.info-right td:first-child {width:25%;}
table.info-right td:last-child {width:75%;}

/* Stories */
.ystoryicon img { border: 1px solid #E3CFB9; }
.ystories { margin: 0!important; }
.ystories ul {
    margin: 2em 0; padding: 0 1em;
}
.ystories li {
    padding: 0.5em 2em; margin-right: 1em; border-radius: 0.5em;
    display: inline; background-color: rgb(18,17,71);
}

/* Filter */

.filterMenu { background-color: #121147 !important; }

/* Poll */

.pollDone input[name="wpVote"] { display: none; }
.pollDone div.ajax-poll { width: 45% !important; }
.pollAnswerVotes { width: auto !important; }

/* General */

ruby { font-size: smaller; }
p.jp { font-size: smaller; font-family: serif; }

/* 401
a:hover:after {
    content: ':)'; position: fixed; bottom: 0; right: 0; left: 0; z-index: 1000;
    background: url('https://vignette.wikia.nocookie.net/yume100prince/images/f/f0/378m.png/revision/latest?cb=20170331154318');
    background-size: 100px; height: 150px;
    background-position: top left;
    background-repeat: repeat-x;
}
*/

/* Easter
.audio-button.yegg {
    width: 100px; height: 130px; background-size: 90%; background-color: transparent; margin: 10px; border-radius: 30%;
    background-image: url('https://vignette.wikia.nocookie.net/yume100prince/images/6/6d/Egg5.png/revision/latest?cb=20170413194320');
}
.audio-button.yegg:hover {
    background-color: #fbf4ec; box-shadow: 1px 1px 1px #ead4c3, -1px -1px 1px #fff; 
}
.now-playing.yegg1 { background-image: url('https://vignette.wikia.nocookie.net/yume100prince/images/5/52/Egg1.png/revision/latest?cb=20170413192924'); }
.now-playing.yegg2 { background-image: url('https://vignette.wikia.nocookie.net/yume100prince/images/f/f6/Egg2.png/revision/latest?cb=20170413192932'); }
.now-playing.yegg3 { background-image: url('https://vignette.wikia.nocookie.net/yume100prince/images/2/23/Egg3.png/revision/latest?cb=20170413192941'); }
.now-playing.yegg4 { background-image: url('https://vignette.wikia.nocookie.net/yume100prince/images/c/c3/Egg4.png/revision/latest?cb=20170413192953'); }
.now-playing.yegg5 { background-image: url('https://vignette.wikia.nocookie.net/yume100prince/images/6/66/Egg6.png/revision/latest?cb=20170415011007'); }
.now-playing.yegg6 { background-image: url('https://vignette.wikia.nocookie.net/yume100prince/images/d/d3/Egg7.png/revision/latest?cb=20170415011351'); }
.now-playing.yegg7 { background-image: url('https://vignette.wikia.nocookie.net/yume100prince/images/3/35/Egg8.png/revision/latest?cb=20170415011359'); }
*/
Advertisement