100% Orange Juice Wiki
(test)
No edit summary
Line 149: Line 149:
 
.tablecolor {
 
.tablecolor {
 
background-color: #F55662;
 
background-color: #F55662;
box-shadow: 4px 4px 0 0 rgba(66,66,66,0.5);
 
}
 
 
.tablecolor2 {
 
background-color: #FFFFFF;
 
 
box-shadow: 4px 4px 0 0 rgba(66,66,66,0.5);
 
box-shadow: 4px 4px 0 0 rgba(66,66,66,0.5);
 
}
 
}

Revision as of 02:46, 7 January 2022

/*====================================*/
/*      Front Page Colors & Image     */
/*====================================*/
.Frontcharleft {
	width: 100px; 
    height: 152px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    background: url('https://static.wikia.nocookie.net/onehundredpercentorangejuice_gamepedia_en/images/3/32/FrontCharLeftChristmas.png/revision/latest');
    background-size: 100px 152px; 
    transform: scaleX(-1);
}

.Frontcharright {
    width: 100px; 
    height: 152px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    background: url('https://static.wikia.nocookie.net/onehundredpercentorangejuice_gamepedia_en/images/2/20/FrontCharRightChristmas.png/revision/latest');
    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('https://static.wikia.nocookie.net/onehundredpercentorangejuice_gamepedia_en/images/5/51/100_Orange_Juice_logopicC3.png/revision/latest');
    background-size: 460px 215px; 
}
.IconColor {
    border:2px solid #ffadb3;
}

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

/* Temporary change to prevent character roster from overflowing at 1280px and
   above. Unfortunately this breaks scaling altogether, but until we can
   implement a proper fix for the FandomDesktop fixed-width mode, this is
   necessary for both aesthetics and function. */
.frontpagecharacterchart {
	width: 625px;
	height: 344px;
	background-color: #FFD4D7;
	border:4px solid #F55662;
}
.frontpagecharacterwrapper{
	left: -132px;
	transform: scale(.55);
	top: -5px; 
}

/* Original character roster code (works in fluid-width mode and on Hydra) */

/* .frontpagecharacterchart {
	width:1052px;
	height:636px;
    background-color: #ffadb3;
    border:4px solid #ffadb3;
} */

/* Scaling down for small screens */
/* @media screen and (max-width: 1788px) {
	.frontpagecharacterchart {
		width: 844px;
		height: 505px;
	}
	.frontpagecharacterwrapper{
		left:-80px; 
		transform: scale(.79) !important;
		top:-5px; 
	}
}

@media screen and (max-width: 1496px) {
	.frontpagecharacterchart {
		width: 762px;
		height: 460px;
	}
	.frontpagecharacterwrapper{
		left:-100px;
		transform: scale(.72) !important;
		top: -5px; 
	}
}
@media screen and (max-width: 1400px) {
	.frontpagecharacterchart {
		width: 675px;
		height: 410px;
	}
	.frontpagecharacterwrapper{
		left:-115px;
		transform: scale(.63) !important;
		top: -5px;
	}
} */

/* 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
}

/* Dialog scaler, becomes too big on low res and overlaps elements */
.dialogmainscaler {
	transform: scale(1);
}

@media screen and (max-width: 1279px) {
	.dialogmainscaler {
		transform: scale(0.75);
	}
}

/*====================================*/
/*  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;
}

.page__main {
    border:1px solid #F55662;
}

/*=========================================*/
/*        Rail Orange Peel Color           */
/*=========================================*/
.orangepeel {
    width: 248px;
    height: 106px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    background: url('https://static.wikia.nocookie.net/onehundredpercentorangejuice_gamepedia_en/images/5/52/Theorange.png/revision/latest');
    background-size: 248px 106px; 
}

.Sidebarnewsimage {
    float: right;
    overflow: hidden;
    width: 65px; 
    height: 99px;
    text-decoration: none;
    background: url('https://static.wikia.nocookie.net/onehundredpercentorangejuice_gamepedia_en/images/9/94/News_IconChristmas.png/revision/latest');
    background-size: 65px 99px;
}


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

.mixerfp {
	background-image:url('https://static.wikia.nocookie.net/onehundredpercentorangejuice_gamepedia_en/images/b/b9/Mixer_banner.png/revision/latest');
	background-repeat:no-repeat;
}


.mixertext{
	color: #3d5820;
}

.Discordheader {
    border:3px #F55662; 
    background:#F55662;
}
 
.DiscordImage {
    width: 268px;
    height: 105px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    background: url('https://static.wikia.nocookie.net/onehundredpercentorangejuice_gamepedia_en/images/6/64/Discord.jpg/revision/latest');
    background-size: 268px 105px; 
}
 
/* 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(https://static.wikia.nocookie.net/onehundredpercentorangejuice_gamepedia_en/images/4/46/Editbutton.png/revision/latest) !important;
}

/*===============*/
/* Tabber colors */
/*===============*/

/* Current tab */
.page-content .wds-tabs__tab.wds-is-current {border: 2px solid #F55662;} /* same as .mmcolor */

/* All tabs */
.page-content .wds-tabs__tab {border: 2px solid #ffadb3;} /* same as .thirdcolor */

/* Line below tabber */
.page-content .wds-tabs__wrapper.with-bottom-border {border-bottom: 2px solid #F55662;} /* same as .mmcolor */

/* Tabber Colors*/
.summer div.tabber.wds-tabber div.wds-tabs__wrapper.with-bottom-border ul.wds-tabs li.wds-tabs__tab{border: 2px solid #84dfd9;}
.summer div.tabber.wds-tabber div.wds-tabs__wrapper.with-bottom-border ul.wds-tabs li.wds-tabs__tab.wds-is-current{border: 2px solid #47CFC6; color:#47CFC6;}
.summer div.tabber.wds-tabber div.wds-tab__content.wds-is-current{border: 2px solid #47CFC6;}
.summer div.tabber.wds-tabber div.wds-tabs__wrapper.with-bottom-border ul.wds-tabs li.wds-tabs__tab.wds-is-current:marker{color:#47CFC6;}
.summer .wds-tabs__wrapper.with-bottom-border{border-bottom: 2px solid #47CFC6;}

.valentines div.tabber.wds-tabber div.wds-tabs__wrapper.with-bottom-border ul.wds-tabs li.wds-tabs__tab{border: 2px solid #fab3d0;}
.valentines div.tabber.wds-tabber div.wds-tabs__wrapper.with-bottom-border ul.wds-tabs li.wds-tabs__tab.wds-is-current{border: 2px solid #f66ba3; color:#f66ba3;}
.valentines div.tabber.wds-tabber div.wds-tab__content.wds-is-current{border: 2px solid #f66ba3;}
.valentines div.tabber.wds-tabber div.wds-tabs__wrapper.with-bottom-border ul.wds-tabs li.wds-tabs__tab.wds-is-current:marker{color:#f66ba3;}
.valentines .wds-tabs__wrapper.with-bottom-border{border-bottom: 2px solid #f66ba3;}

.blue div.tabber.wds-tabber div.wds-tabs__wrapper.with-bottom-border ul.wds-tabs li.wds-tabs__tab{border: 2px solid #e0edff;}
.blue div.tabber.wds-tabber div.wds-tabs__wrapper.with-bottom-border ul.wds-tabs li.wds-tabs__tab.wds-is-current{border: 2px solid #93C0FF; color:#93C0FF;}
.blue div.tabber.wds-tabber div.wds-tab__content.wds-is-current{border: 2px solid #93C0FF;}
.blue div.tabber.wds-tabber div.wds-tabs__wrapper.with-bottom-border ul.wds-tabs li.wds-tabs__tab.wds-is-current:marker{color:#93C0FF;}
.blue .wds-tabs__wrapper.with-bottom-border{border-bottom: 2px solid #93C0FF;}

.halloween div.tabber.wds-tabber div.wds-tabs__wrapper.with-bottom-border ul.wds-tabs li.wds-tabs__tab{border: 2px solid #ffb93d;}
.halloween div.tabber.wds-tabber div.wds-tabs__wrapper.with-bottom-border ul.wds-tabs li.wds-tabs__tab.wds-is-current{border: 2px solid #ef9900 ; color:#ef9900;}
.halloween div.tabber.wds-tabber div.wds-tab__content.wds-is-current{border: 2px solid #ef9900;}
.halloween div.tabber.wds-tabber div.wds-tabs__wrapper.with-bottom-border ul.wds-tabs li.wds-tabs__tab.wds-is-current:marker{color:#ef9900;}
.halloween .wds-tabs__wrapper.with-bottom-border{border-bottom: 2px solid #ef9900;}

.xmas div.tabber.wds-tabber div.wds-tabs__wrapper.with-bottom-border ul.wds-tabs li.wds-tabs__tab{border: 2px solid #f99ea5;}
.xmas div.tabber.wds-tabber div.wds-tabs__wrapper.with-bottom-border ul.wds-tabs li.wds-tabs__tab.wds-is-current{border: 2px solid #F55662 ; color:#F55662;}
.xmas div.tabber.wds-tabber div.wds-tab__content.wds-is-current{border: 2px solid #F55662;}
.xmas div.tabber.wds-tabber div.wds-tabs__wrapper.with-bottom-border ul.wds-tabs li.wds-tabs__tab.wds-is-current:marker{color:#F55662;}
.xmas .wds-tabs__wrapper.with-bottom-border{border-bottom: 2px solid #F55662;}

.purple div.tabber.wds-tabber div.wds-tabs__wrapper.with-bottom-border ul.wds-tabs li.wds-tabs__tab{border: 2px solid #f6dcff;}
.purple div.tabber.wds-tabber div.wds-tabs__wrapper.with-bottom-border ul.wds-tabs li.wds-tabs__tab.wds-is-current{border: 2px solid #E28FFF ; color:#E28FFF;}
.purple div.tabber.wds-tabber div.wds-tab__content.wds-is-current{border: 2px solid #E28FFF ;}
.purple div.tabber.wds-tabber div.wds-tabs__wrapper.with-bottom-border ul.wds-tabs li.wds-tabs__tab.wds-is-current:marker{color:#E28FFF;}
.purple .wds-tabs__wrapper.with-bottom-border{border-bottom: 2px solid #E28FFF;}


/*====================================*/
/*      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: #ffe0b3;
}

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

.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;
}

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

a.sm2_button, a.sm2_button.sm2_paused:hover {
    background-image: url(https://static.wikia.nocookie.net/onehundredpercentorangejuice_gamepedia_en/images/9/90/Play.png/revision/latest);
    background-color: #F55662;
}