Vocaloid 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.
/* ==Imports== */
 
@import url("/load.php?mode=articles&articles=MediaWiki:Portable_infoboxes.css|MediaWiki:Navframe.css|MediaWiki:Navbox.css|u:utaulyrics:MediaWiki:Song_box.css|MediaWiki:Derivative.css|MediaWiki:Thumb.css|u:u126:MediaWiki:Ruby.css|MediaWiki:Notices.css|MediaWiki:ArchiveForumFormat.css|MediaWiki:HighlightUsername.css&only=styles");
 
/* ---- */
 
/*** START - MINOR TWEAKS ***/
 
/* Infobox template style */
/* Infobox parameter for Oasis */
.hiddenStructure {
	display:none;
}
 
/*** USER:PONYNEWS - GIVES HEADERS AND TOC EXTRA SPACE ***/
.WikiaArticle h2 {
   margin-top: 20px;
}
 
.toc {
   margin-top: 20px;
}
 
#toc, .thumbcaption {font-size: 85%;}
 
/*** USER:PONYNEWS - MAKES HEADERS 3 AND 4 NOTICEABLE ***/
h3
{
    padding-left: 1em;
   font-weight: bold;
}
 
h4
{
   padding-left: 2em;
   font-weight: bold;
}
 
/*** USER:PONYNEWS - MAKES HEADERS 3 AND 4 EDIT HIDDEN UNTIL HOVERED OVER ***/
h3 span.editsection, h4 span.editsection 
{
    visibility: hidden;
}
 
h3:hover span.editsection, h4:hover span.editsection 
{
    visibility: visible;
}
 
/*** HEADER 2 AND 3 ENABLED IN TABBER ***/
.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 { 
	display:block !important; 
}
 
/*** SCROLLING CONTENT BOX FOR PRES ***/
pre, div#content { overflow:auto; }
 
/*** TEMPLATE:ICONS ***/
#icons {
    position:absolute;
    z-index:100;
    right:12px;
    top:10px;
    float: right;
}
 
/*** REMOVE FIXED WIDTH FROM POLLS ***/
 
div.ajax-poll { width:auto !important; }
 
/*** END - MINOR TWEAKS ***/
 
/* ---- */
 
/*** USER:UMBREON126 - TWEAKS ***/
 
/*** [[なんだかいいかんじ (NANDAKA II KANJI)]] ***/
/* https://glyphwiki.org/wiki/Group:umbreon126_iikanji */
@font-face {
	font-family:iikanji;
	src: url('https://glyphwiki.org/font/gw1612549.ttf') format('truetype');}
.iikanji {
	font-family:MS Mincho, iikanji, HanaMinB, SimSun, SimSun-ExtB, MingLiU-ExtB, PMingLiU-ExtB, MingLiU_HKSCS-ExtB;
	transition:font-size 0.5s, line-height 0.5s;
}
.iikanji:hover {
	font-size:350%; line-height:100%;
}
 
/*** {{Navbar Voicebanks}} ***/
span.navbar-container {
	border:1px solid darkgrey;
	font-weight:bold;
	padding:5px 1px;
}
span.navbar-container i {
	display:none;
}
span.navbar-container a span, span.navbar-container strong span {
	display:inline-block;
	line-height:20px;
	margin:5px 1px;
	padding:1px 3px;
}
span.navbar-container strong.selflink { font-style:italic; }
 
/*** {{Song box 2}} (SEE [[W:C:UTAULYRICS:MEDIAWIKI:COMMON.CSS]]) ***/
.no-bullets ul, ul.no-bullets {
	list-style:none;
	margin:auto !important;
}
 
/*** {{external}} ***/
.external-icon img {
	margin:2px;
}
 
/*** [[MEDIAWIKI:RECENTCHANGESTEXT]], ETC. ***/
.flat-list ul {
	margin:0;
}
.flat-list li {
	display:inline-block;
	padding:0 1em;
	margin:0;
}
.skin-monobook .flat-list li:first-of-type {
	padding:0 0.7em;
}
.skin-oasis .flat-list li:first-of-type {
	padding:0 1.6em;
}
.flat-list li:before {
	content:url(data:image/gif;base64,R0lGODlhBQANAIAAAGOMnP///yH5BAEAAAEALAAAAAAFAA0AAAIJjI+pu+APo4SpADs=);
}
 
/*** HIDE THE BREADCRUMB LINKS FOR [[KAGAMINE RIN/LEN]] ***/
/* monobook / wikia */
.page-Kagamine_Rin_Len .subpages, .page-Kagamine_Rin_Len .header-column h2,
body[class*="page-Kagamine_Rin_Len_"] .subpages, body[class*="page-Kagamine_Rin_Len_"] .header-column h2 { display:none !important; }
 
/*** USER:UMBREON126 - TWEAKS END ***/
 
/*** USER:UMBREON126 - MAIN PAGE TWEAKS ***/
 
.main-page-tag-lcs h2, .main-page-tag-rcs h2, .page-Vocaloid_Wiki_Community_Portal h2:not(#mw-previewheader) {
	background:#993366;
	background:linear-gradient(to bottom, #993366, #AE3974 2px, purple 200%);
	border:1px solid #993366;
	border-radius:3px 25px 3px 3px;
	color:#fff;
	padding:0.5em 1em;
	margin:10px 5px;
}
 
.mainpage-box {
	border:2px solid #993366;
	padding:1em;
	margin:5px;
}
 
/*** USER:SPOTTEDSTAR - GALLERY BUTTON ***/
 
.gallery-button {
    text-align: center;
    padding-top: 10px;
}
 
/*** USER:SPOTTEDSTAR - GALLERY BUTTON ***/
 
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"]:not(.wds-button), input[type="reset"], input[type="button"], .button, button {
    background-color: #AE3974;
    background-image: -moz-linear-gradient(top,#993366 35%,#AE3974 65%);
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#993366),color-stop(65%,#AE3974));
    background-image: -o-linear-gradient(top,#993366 35%,#AE3974 65%);
    background-image: -ms-linear-gradient(top,#993366 35%,#AE3974 65%);
    border: 1px solid #AE3974;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    height: 19px;
    line-height: 20px;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
    white-space: nowrap;
}
 
/* ---- */
 
/*** EDIT INTRO BUTTON COLOR ***/
th.navbox-title[style=";background:#000000;"] .collapseButton { color:white !important; }
 
/*** TAB TEMPLATE COLOR ISSUE ***/
table, abbr, acronym, .explain {
	color:inherit;
	background-color:inherit;
}
Advertisement