PriPara Wiki
Advertisement
PriPara 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.
/*OGG*/

.ogg_custom div {
	display: inline;
}
 
.ogg_custom, .ogg_custom:hover {
	opacity: 0.6;
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-o-transition: all .9s ease;
}
 
.ogg_custom:hover {
	opacity: 1;
}
 
.ogg_custom button>img, .ogg_custom .image img {
	display: none;
}
 
.ogg_custom button {
	border: none !important;
}

.ogg-player-options+a:after {
	content: "More...";
}
 
.ogg_custom .image, .ogg_custom .ogg-player-options+a:after {
	content:"";
	height: 30px;
	vertical-align: bottom;
	background-size: 100%;
	display: inline-block;
}
 
.ogg_custom audio {
	border-radius:4px
}
 
.ogg_custom>.ogg_player>div>button:after {
	content: url("http://img2.wikia.nocookie.net/__cb20141029160715/css-testing/images/2/2c/Pri-para-logo-play-small.png") !important;
}
 
.ogg_custom .ogg-player-options {
    margin-left: 3px;
}
 
div.ogg_player .ogg-player-options {
    background: white !important;
}
 
.ogg_player>div+div:hover .ogg-player-options {
    display: inline-block !important;
    position: absolute;
    z-index: 2;
}

.ogg_custom.default .ogg_player button, .ogg_custom.default audio {
	background: #E7BEF7;
}
 
.ogg_custom.default audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
	background: #E7BEF7;
}
 
.ogg_custom.default .image, .ogg_custom.default .ogg-player-options+a:after {
	background-image: url("http://img3.wikia.nocookie.net/__cb20141030120234/css-testing/images/2/2a/Kuma-small2.png");
	width: 30px;
}
 
.ogg_custom.default .ogg-player-options {
    border: 1px solid #FFBDDE;
}

/*Background*/

body.skin-oasis {
    background: #ffffff url("http://vignette2.wikia.nocookie.net/css-testing-2/images/b/b5/All_charas_s2_g.png/revision/latest?cb=20150328155448") fixed top center !important;
    background-size:100%;
}



/*Link Hover*/

a {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
a:hover {
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	text-shadow: 0px 0px 4px #7604a1;
	color: #ffffff;
        text-decoration: none;
}


/*Activity BG*/

.WikiaRail .WikiaActivityModule { background: url('http://vignette4.wikia.nocookie.net/css-testing-2/images/d/de/Actbg00.png/revision/latest?cb=20150328164101') center top no-repeat; }


/*Navigation Hover*/

.WikiHeader > nav li.marked a:hover, .WikiHeader > nav .subnav-2 li a.subnav-2a:hover {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    text-shadow: 0px 0px 4px #fa04a6;
    color: #ffffff;
    text-decoration: none !important;
}


/*BackToTop*/

/* Back-to-top Button Format */
#backtotop button{
    background: none;
    background-color: transparent;
    color: white;
    border: none;
}
#backtotop button:hover {
    text-decoration: underline;
}
Advertisement