100% Orange Juice Wiki
No edit summary
(fixed)
Line 2: Line 2:
 
background-image: url('/media/100orangejuice.gamepedia.com/4/4e/Snow.png'),
 
background-image: url('/media/100orangejuice.gamepedia.com/4/4e/Snow.png'),
 
url('/media/100orangejuice.gamepedia.com/e/ee/Snow2.png');
 
url('/media/100orangejuice.gamepedia.com/e/ee/Snow2.png');
background-attachment: fixed;
 
 
position: relative;
 
position: relative;
 
/* background-attachment: fixed;
animation: snow 40s linear infinite;
+
animation: snow 40s linear infinite;*/
 
}
 
}
   
  +
/*
 
@keyframes snow {
 
@keyframes snow {
 
0% {background-position: 0px 0px;}
 
0% {background-position: 0px 0px;}
 
100% {background-position: 1024px 1024px, 1536px 1536px;}
 
100% {background-position: 1024px 1024px, 1536px 1536px;}
 
}
 
}
  +
*/
   
 
/* Editing Gamepedia styles to prevent links from being
 
/* Editing Gamepedia styles to prevent links from being
Line 78: Line 80:
   
 
.frontpagecharacterchart {
 
.frontpagecharacterchart {
width:828px;
+
width:938px;
height:578px;
+
height:636px;
 
background-color: #ffadb3;
 
background-color: #ffadb3;
 
border:4px solid #F55662;
 
border:4px solid #F55662;
Line 85: Line 87:
   
 
/* Define chara chart style for medium screens (~1360px wide) */
 
/* Define chara chart style for medium screens (~1360px wide) */
@media screen and (max-width: 1549px) {
+
@media screen and (max-width: 1613px) {
 
.frontpagecharacterchart {
 
.frontpagecharacterchart {
width: 705px;
+
width: 746px;
height: 490px;
+
height: 505px;
 
}
 
}
 
}
 
}
   
@media screen and (max-width: 1336px) {
+
@media screen and (max-width: 1400px) {
 
.frontpagecharacterchart {
 
.frontpagecharacterchart {
width: 645px;
+
width: 682px;
height: 444px;
+
height: 460px;
 
}
 
}
  +
@media screen and (max-width: 1296px) {
  +
.frontpagecharacterchart {
  +
width: 603px;
  +
height: 410px;
 
}
 
}
 
}
 
}
 
 
/* Remove the margin and scale it down to fit better on the smaller container */
 
/* Remove the margin and scale it down to fit better on the smaller container */
@media screen and (max-width: 1549px) {
+
@media screen and (max-width: 1613px) {
 
.frontpagecharacterwrapper{
 
.frontpagecharacterwrapper{
 
left:-10px;
 
left:-10px;
transform: scale(.85);
+
transform: scale(.79);
 
top:-20px; /* Just having it fit better vertically */
 
top:-20px; /* Just having it fit better vertically */
 
}
 
}
 
}
 
}
   
@media screen and (max-width: 1336px) {
+
@media screen and (max-width: 1400px) {
 
.frontpagecharacterwrapper{
 
.frontpagecharacterwrapper{
 
left:-15px;
 
left:-15px;
transform: scale(.77);
+
transform: scale(.72);
 
top: -28px; /* Just having it fit better vertically */
 
top: -28px; /* Just having it fit better vertically */
  +
}
  +
}
  +
@media screen and (max-width: 1296px) {
  +
.frontpagecharacterwrapper{
  +
left:-19px;
  +
transform: scale(.63);
  +
top: -38px; /* Just having it fit better vertically */
 
}
 
}
 
}
 
}
Line 390: Line 404:
 
}
 
}
   
/*=======================================================*/
+
/*=========================*/
/* Navbox colors (NEED TO UNSET COLORS ON PAGE) */
+
/* Navbox colors */
/*=======================================================*/
+
/*=========================*/
   
 
.navbox, .navbox-subgroup {
 
.navbox, .navbox-subgroup {
Line 403: Line 417:
 
}
 
}
   
.navbox-title, table.navbox th {
+
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title, .navbox-title, table.navbox th {
 
background: #F55662;
 
background: #F55662;
 
}
 
}
   
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
+
.navbox .mw-collapsible-toggle a, .navbox-title .mw-collapsible-toggle a {
background: #F55662;
 
}
 
 
.navbox-title .mw-collapsible-toggle a {
 
color: white;
 
}
 
 
.navbox .mw-collapsible-toggle a {
 
 
color: white;
 
color: white;
 
}
 
}
Line 567: Line 573:
 
}
 
}
   
  +
/*======================*/
 
/* SoundManager2 styles */
 
/* SoundManager2 styles */
  +
/*======================*/
a.sm2_button,
 
  +
a.sm2_button.sm2_paused:hover {
+
a.sm2_button, a.sm2_button.sm2_paused:hover {
 
background-image: url(/media/100orangejuice.gamepedia.com/9/90/Play.png);
 
background-image: url(/media/100orangejuice.gamepedia.com/9/90/Play.png);
 
background-color: #F55662;
 
background-color: #F55662;
Line 587: Line 595:
 
/*======================*/
 
/*======================*/
   
a, a:visited, div#content a.extiw, div#content a.extiw:visited, div#content a.external, div#content a.external:visited {
+
a, a:visited, #content a.extiw, #content a.extiw:visited, #content a.external, #content a.external:visited {
 
color:#F55662;
 
color:#F55662;
 
}
 
}

Revision as of 07:02, 29 November 2020

.mediawiki #global-wrapper {
	background-image: url('/media/100orangejuice.gamepedia.com/4/4e/Snow.png'),
	                  url('/media/100orangejuice.gamepedia.com/e/ee/Snow2.png');
	position: relative;
/*	background-attachment: fixed;
	animation: snow 40s linear infinite;*/
}

/*
@keyframes snow {
 0% {background-position: 0px 0px;}
 100% {background-position: 1024px 1024px, 1536px 1536px;}
}
*/

/* Editing Gamepedia styles to prevent links from being 
unclickable and the snow from clipping into the footer.  */

#footer-push {
	position:absolute;
}

#gamepedia-footer {
	margin-top: 155px;
}

/*====================================*/
/*      Front Page Colors & Image     */
/*====================================*/
.Frontcharleft {
    width: 100px; 
    height: 152px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    background: url(/media/100orangejuice.gamepedia.com/3/32/FrontCharLeftChristmas.png);
    /*background: url(/media/100orangejuice.gamepedia.com/8/84/FrontCharLeftHalloween.png);
    background: url('/media/100orangejuice.gamepedia.com/1/1f/FrontCharLeft.png');*/
    background-size: 100px 152px;
    transform: scaleX(-1);
}

.Frontcharright {
    width: 100px; 
    height: 152px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    background: url(/media/100orangejuice.gamepedia.com/2/20/FrontCharRightChristmas.png);
    /*background: url(/media/100orangejuice.gamepedia.com/8/89/FrontCharRightHalloween.png);
    background: url('/media/100orangejuice.gamepedia.com/2/21/FrontCharRight.png');*/
    background-size: 100px 152px; 
}

.frontpagemenucatagories {
    background-color:#F55662;
    border:2px solid #F55662;
    border-top:2px solid #F55662; 
    border-left:2px solid #F55662; 
    border-bottom:2px solid #F55662; 
    border-right:2px solid #F55662;
}

.MainImage {
    width: 460px;
    height: 215px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    background: url('/media/100orangejuice.gamepedia.com/5/51/100_Orange_Juice_logopicC3.png');
    background-size: 460px 215px; 
}
.IconColor {
    border:2px solid #ffadb3;
}

.MMIconColor {
	border: 3px solid #ffadb3;
}

.frontpagecharacterchart {
	width:938px;
	height:636px;
    background-color: #ffadb3;
    border:4px solid #F55662;
}

/* Define chara chart style for medium screens (~1360px wide) */
@media screen and (max-width: 1613px) {
	.frontpagecharacterchart {
		width: 746px;
		height: 505px;
	}
}

@media screen and (max-width: 1400px) {
	.frontpagecharacterchart {
		width: 682px;
		height: 460px;
	}
}
@media screen and (max-width: 1296px) {
	.frontpagecharacterchart {
		width: 603px;
		height: 410px;
	}
}
/* Remove the margin and scale it down to fit better on the smaller container */
@media screen and (max-width: 1613px) {
	.frontpagecharacterwrapper{
		left:-10px; 
		transform: scale(.79);
		top:-20px; /* Just having it fit better vertically */
	}
}

@media screen and (max-width: 1400px) {
	.frontpagecharacterwrapper{
		left:-15px;
		transform: scale(.72);
		top: -28px; /* Just having it fit better vertically */
	}
}
@media screen and (max-width: 1296px) {
	.frontpagecharacterwrapper{
		left:-19px;
		transform: scale(.63);
		top: -38px; /* Just having it fit better vertically */
	}
}

/* Alternative hover. Hides then shows when hovered (required to be applied to an extra div with solid background color on top). */
.althoverimage {
	height: 100%;
	opacity: 0;
}

.althoverimage:hover {
	opacity: 0.5
}

/*====================================*/
/*  Wiki border/box background Colors */
/*====================================*/
.mmcolor {
    background-color: #F55662;
}

.mmcolor4px {
    border:3px solid #F55662;
}

.mmcolor2px {
    border:2px solid #F55662;
}

.tablecolor {
    background-color: #F55662;
    box-shadow: 4px 4px 0 0 rgba(66,66,66,0.5);
}

.mainbordercolor1px {
    border:1px solid #F55662;
    box-shadow: 4px 4px 0 0 rgba(66,66,66,0.5);
}

.mainbordercolor2px {
    border:2px solid #F55662;
    box-shadow: 4px 4px 0 0 rgba(66,66,66,0.5);
}

.mainbordercolor3px {
    border:3px solid #F55662;
    box-shadow: 4px 4px 0 0 rgba(66,66,66,0.5);
}

.secondarybordercolor4px {
    border:4px solid #ffadb3;
}

.secondarybordercolor3px {
    border:3px solid #ffadb3;
}

.thirdcolor {
    background-color: #ffadb3;
    border-color: #ffadb3 !important;
}

/*=========================================*/
/*       Rail Orange Peel Color         */
/*=========================================*/
.orangepeel {
    width: 248px;
    height: 106px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    background: url('/media/100orangejuice.gamepedia.com/a/af/Theredorange.png');
    background-size: 248px 106px; 
}

.Sidebarnewsimage {
    float: right;
    overflow: hidden;
    width: 65px; 
    height: 99px;
    text-decoration: none;
    
    background: url('/media/100orangejuice.gamepedia.com/9/94/News_IconChristmas.png');
    /*background: url('/media/100orangejuice.gamepedia.com/0/00/News_IconHalloween.png');
    background: url('/media/100orangejuice.gamepedia.com/5/55/News_Icon.png');*/
    background-size: 65px 99px;
}


/*==========================*/
/*  Mixer Color & Discord Widget  */
/*==========================*/

.mixerfp {
	background-image:url(/media/100orangejuice.gamepedia.com/4/47/Mixer_banner_christmas.png);
	background-repeat:no-repeat;
}

.mixertext{
	color: white;
}

.Discordheader {
    border:3px #F55662; 
    background:#F55662;
}
 
.DiscordImage {
    width: 268px;
    height: 105px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    background: url('/media/100orangejuice.gamepedia.com/6/64/Discord.jpg');
    background-size: 268px 105px; 
}
 
.DiscordIntegratorModule {
    border: 2px solid #ffadb3;
    border-radius: 10px;
    padding: 2px;
}

/* Have to change it from an image to a background image to be able to resize it in real-time without Javascript 
(may break on mobile? might need to add class to Mobile.css) */
.DiscordFP {
	width: 310px;
    height: 81px;
    background-image: url('/media/100orangejuice.gamepedia.com/c/c9/JoinDiscord.png');
    background-size: contain;
}

/* Define Discord button style for medium screens (~1360px wide) */
@media screen and (max-width: 1462px) {
	.DiscordFP {
		width: 263.5px;
		height: 68.85px;
	}
}

@media screen and (max-width: 1336px) {
	.DiscordFP {
		width: 240px;
		height: 63px;
	}
}

/*====================================*/
/*         Section Header Color       */
/*====================================*/
 .mw-body-content h2 {
    border-bottom: 3.5px solid #F55662;
}
 
/*.mw-body-content h3 {
      font-size:90%;
}*/
 
/*=========================================*/
/*            Edit Word Color              */
/*=========================================*/
/* Makes word Edit invisble */
.editsection a {
    color: #F55662; 
}

/*=========================================*/
/*            Edit Orange Color            */
/*=========================================*/
/* Edit button pencil to Orange */
.skin-hydra .sprite.edit-pencil {
    background-position: 0 !important;
    background-image: url(/media/100orangejuice.gamepedia.com/4/46/Editbutton.png) !important;
}

/*=========================================*/
/*             Tabber Color               */
/*=========================================
.tabbernav {
    font-family: inherit !important;
    font-weight: bold !important;
    font-size: 13px !important;
    border-bottom: 3px solid #F55662 !important;
    padding: 0.3em 0 !important;
}
.tabbernav a {
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: #3a3a3a !important;
    border: none !important;
    background: transparent !important;
}
.tabberactive a {
    color: white !important;
    background: #F55662 !important;
}
.tabberactive a:hover {
    color: white !important;
    background: #F55662 !important;
}
.tabbernav :not(.tabberactive) a:hover {
    color: white !important;
    background: #fcc06c !important;
}
.tabbertab {
    border: 1px solid #ffadb3 !important;
    padding: 0 !important;
}
.tabbernav {
    padding-bottom: 0 !important;
}


/*=========================================*/
/*      Standard  page tabbernav color     */
/*=========================================*/
.standard ul.tabbernav {
    font-family: inherit !important;
    font-weight: bold !important;
    font-size: 13px !important;
    border-bottom: 3px solid #F55662 !important;
    padding: 0.3em 0 !important;
    padding-bottom: 0 !important;
}

.standard ul.tabbernav li a {
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: #3a3a3a !important;
    border: none !important;
    background: transparent !important;
}

.standard ul.tabbernav li.tabberactive a {
    color: white !important;
    background: #F55662 !important;
}

.standard ul.tabbernav li.tabberactive a:hover {
    color: white !important;
    background: #F55662 !important;
}

.standard ul.tabbernav :not(tabberactive) a:hover {
    color: white !important;
    background: #fcc06c !important;
}

/*====================================*/
/*      News Header and Buttons       */
/*====================================*/
.mainheader {
    border:3px #F55662; 
    background:#F55662;
}
 
.news-atoz {
    background:#F55662;
}

/*=========================================*/
/*           Image Rounder Color           */
/*=========================================*/
.circular {
    background:#F55662;
    border:2px solid #F55662;
    margin-bottom: 1em;
    margin-left: 1em;
}

/*=========================*/
/*      Navbox colors      */
/*=========================*/

.navbox, .navbox-subgroup {
    background: #ffadb3;
}

table.navbox {
    border: 3px solid #F55662;
    background: #ffadb3;
}

.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title, .navbox-title, table.navbox th {
    background: #F55662;
}

.navbox .mw-collapsible-toggle a, .navbox-title .mw-collapsible-toggle a {
    color: white;
}

/*============================================*/
/*      Faded header (used on Shop pages)     */
/*============================================*/

.fadeHeader {
   background-image:linear-gradient(to left, #ffffff 0%, #F55662 15%, #F55662 85%, #ffffff 100%);
   background-color:#F55662;
}

/*=============================*/
/* Christmas Colors on sidebar */
/*=============================*/

div#mw-head div.vectorMenu h3 {
    background: none repeat scroll 0 0 #F55662;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    background-color: #F55662;
    text-decoration: none;
    font-weight: bold;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    background-color: #F55662;
    text-decoration: none;
    font-weight: bold;
}

div.vectorMenu div.menu  {
    border-color: #F55662;
}

div#mw-panel {
    background-color: #F55662;
    border: 4px solid #F55662;
    border-radius: 1.5em;
    margin-left: 0.5em;
    padding-left: 0;
    top: 116px;
    box-shadow: 4px 4px 0px 0px rgba(66,66,66,0.5);
}

div#mw-panel div.portal,
div#mw-panel.collapsible-nav div.portal {
  background: #ffffff;
  border-bottom: 2px solid #F55662;
  border-left: 2px solid #F55662;
  border-right: 2px solid #F55662;
  border-top: 0 none;
  padding: 0 !important;
  margin: 0;
}

#mw-panel.collapsible-nav .portal.collapsed h3 {
    background-color: #F55662;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAABcRAAAXEQHKJvM/AAAAB3RJTUUH3wQBEikUI775dwAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAT0lEQVQ4y9WTUQrAIAxDE9H7H3jC2wnqxKqw/OeRpq0BZVSU1FEAOxKwYwRs11QHwBNBpkuMIPfWaLsBfQkQmSWpzvhH5/6VwJkO/I9negFpGhkjDUKRdAAAAABJRU5ErkJggg==);
    background-position: left;
    background-repeat: no-repeat;
    color: #ffffff;
    margin: 0;
}

#mw-panel.collapsible-nav .portal h3 {
    background-color: #F55662;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAABcRAAAXEQHKJvM/AAAAB3RJTUUH3wQBEiskN1GrWQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAT0lEQVQ4y+2TOwrAMAxD9Upy/wsH1KlQQlRcskabjSX/sa0dXNrEEZDaZFdXQqqAP+TUAlVynAHQK74oYHu8CUC3PZbJvk4ZaI9gjDm/oBt1WxYtuhHX/wAAAABJRU5ErkJggg==);
    background-position: left;
    background-repeat: no-repeat;
    color: #ffffff;
    margin: 0;
}

div#mw-panel.collapsible-nav div#p-socialProfiles.portal .body,
div#mw-panel.collapsible-nav div.portal#p-socialProfiles {
    background-color: #F55662;
    border-color: transparent !important;
    border-radius: 1.5em;
    margin: 0;
}

div#mw-panel #p-logo + div.portal::before {
    content: "";
    display: block;
    background-color: #F55662;
    border: 4px solid #F55662;
    border-radius: 1.5em 1.5em 0 0;
    margin: calc( -1em - 6px ) -6px 0 -6px;
    height: calc( 1.5em + 7px );
}
div#content {
    background: #ffffff;
    border: 1px solid #F55662;
    box-sizing: border-box;
    color: #333333;
    margin-left: 12em;
    margin-top: 2.5em;
    border-bottom-right-radius: 2em;
    border-bottom-left-radius: 2em;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
    z-index: 1;
}

.mw-special-Categories page-Special_Categories div#content,
.mw-special-Categories div#content,
.catlinks {
    border: 2px solid #F55662;
}

div.thumb {
   background-color: #F55662 !important;
   background-image: -moz-linear-gradient(center top , #FFFFFF 0%, #F2F2F2 100%) !important;
   overflow: hidden !important;
   border:0 !important;
   padding: 3px !important;
   text-align: center !important;
   border-radius:5px;
}

img.thumbborder {
    border: 1px solid #F55662;
    border-radius: 5px;
}

li.gallerybox div.thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #F55662;
    border-radius: 5px;
}

html .thumbimage {
    border: 1px solid #F55662;
    border-radius: 5px;
}

div.tright div.tleft {
    border: 1px solid #F55662 !important;
}

.tabcontainer .tab.active {
    background-color: #F55662 !important;
    border-bottom: 2px solid #cccccc;
    color: #ffffff;
}

/*======================*/
/* SoundManager2 styles */
/*======================*/

a.sm2_button, a.sm2_button.sm2_paused:hover {
    background-image: url(/media/100orangejuice.gamepedia.com/9/90/Play.png);
    background-color: #F55662;
}

#footer #footer-info li {
	line-height: 1.4em;
	color: white;
}

#footer {
    text-shadow: 1px 1px black, -1px -1px black, -1px 1px black, 1px -1px black;
}

/*======================*/
/*      Link Colour     */
/*======================*/

a, a:visited, #content a.extiw, #content a.extiw:visited, #content a.external, #content a.external:visited {
    color:#F55662;
}

ul.tabbernav li a, .mw-normal-catlinks a {
    color:#F55662 !important;
}