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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/***** CSS placed here will be applied to all skins on the entire site. *****/
@import url('https://fonts.googleapis.com/css2?family=Molle:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Averia+Libre:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@100;200;300;400;500;700;800;900&display=swap');
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:AjaxPoll.Modern.css&only=styles";
@import url("/load.php?mode=articles&only=styles&articles=MediaWiki:Overlay.css|MediaWiki:InfoboxStyle.css|MediaWiki:Tabs.css|MediaWiki:List.css|MediaWiki:Mainpage.css|MediaWiki:AlbumNavbox.css|MediaWiki:Root.css|MediaWiki:Navbox.css|u:dev:MediaWiki:CSS3Tooltip.css");
/***** Custom fonts ****/
@font-face {
font-family: "ITC Kabel Std";
font-style: normal;
src: url("https://static.wikia.nocookie.net/bridgit-mendler/images/d/d8/ITCKabelStdUltra.TTF/revision/latest?cb=20220514042349&format=original&path-prefix=es") format("TrueType");
}
/***** Blank space in references *****/
.mw-references-wrap {
clear: inherit !important;
}
/* Reflist */
.reflist {
font-size: 90%; /* Default font-size */
margin-bottom: 0.5em;
list-style-type: decimal;
}
.reflist .references {
font-size: 100%; /* Reset font-size when nested in div.reflist */
margin-bottom: 0; /* Avoid double margin when nested in div.reflist */
list-style-type: inherit; /* Enable custom list style types */
}
.reflist-columns-2 {
column-width: 30em;
}
.reflist-columns-3 {
column-width: 25em;
}
.reflist-columns {
margin-top: 0.3em;
}
.reflist-columns ol {
margin-top: 0;
}
.reflist-columns li {
page-break-inside: avoid;
break-inside: avoid-column;
}
.reflist-lower-alpha {
list-style-type: lower-alpha;
}
/* Blockquote */
blockquote, q {
overflow: hidden;
margin: 2px 0;
padding: 0 30px;
}
cite {
font-style: inherit;
}
.templatequote {
overflow: hidden;
margin: 2px 0 5px;
padding: 0 30px;
}
.templatequote .templatequotecite {
line-height: 1.5em;
text-align: left;
padding-left: 13px;
margin-top: 0;
}
.table-scrollable {
overflow-x: inherit;
}
.mw-parser-output a.external:after {
content: "";
background-image: url(https://static.wikia.nocookie.net/rina/images/4/44/External.png/revision/latest?cb=20210613145445);
background-position: center right;
background-repeat: no-repeat;
padding-right: 13px;
}
/*--------------------------------------------------
Edit Tabber section button
--------------------------------------------------*/
.tabedit {
float: right;
background-color: #ebebeb;
border: 0.8px solid #CCC;
cursor: pointer;
display: inline-block;
border-radius: 5px;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 18px;
margin: 0px;
margin-left: 5px;
overflow: visible;
padding: 1px 5px 1px 5px;
transition: .2s;
}
.tabedit:hover {
border: 1px solid #dedede;
background-color: #f3f3f3;
transition: .2s;
}
/* More Link with Arrow (see Template:GoPhotography)*/
.mainpage-more {
margin-top: 20px;
text-align: center;
}
.mainpage-more a, .mainpage-more .recent a:active, .mainpage-more .recent a:visited {
color: #4a90e2;
font-size: 16px;
text-decoration: none;
}
.mainpage-more a:hover {
color: #6aaefc;
}
.mainpage-more a::after {
background-size: cover;
background-image: url("https://vignette.wikia.nocookie.net/central/images/4/45/Mainpage_Arrows.png/revision/latest?cb=20160711222557");
background-position: 0px 0px;
background-repeat: no-repeat;
content: "";
display: inline-block;
height: 16px;
left: 8px;
position: relative;
top: 3px;
width: 22px;
}
.mainpage-more a:hover::after {
background-position: -23px 0px;
}
/*** Video table ***/
.imgsupabox {
border-color: #1470af60;
border-radius: 4px;
border-style: solid;
border-width: 1px;
color: var(--theme-page-dynamic-color-2);
font-size: 13px;
line-height: 18px;
margin-top: 15px;
padding: 4px;
transition: 0.2s;
box-shadow: rgb(0 0 0 / 6%) 0px 1px 3px 0px;
}
.imgsupabox:hover {
border-color: #0088cc;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
box-shadow: rgb(0 0 0 / 6%) 3px 3px 3px 0px !important;
-moz-decoration-color: rgb(0,136,204);
}
.supatext {
font-size: 11px;
line-height: 15px;
padding-top: 6px;
padding-left: 6px;
padding-right: 2px;
}
/* Photography page galleries */
.gallery-photography .gallery-image-wrapper img {
transition: .3s;
}
.gallery-photography .gallery-image-wrapper:hover img {
filter: brightness(.6);
transition: .3s;
}
.gallery-photography .lightbox-caption {
margin-top: 1px;
margin-bottom: 14px;
}
.gallery-photography .wikia-gallery-item .thumb .gallery-image-wrapper {
border: none;
box-shadow: 1px 2px 3px #94949480;
}
/* Div col */
.div-col {
margin-top: 0.3em;
column-width: 30em;
}
.div-col-small {
font-size: 90%;
}
.div-col-rules {
column-rule: 1px solid #aaa;
}
.div-col dl,
.div-col ol,
.div-col ul {
margin-top: 0;
}
.div-col li,
.div-col dd {
page-break-inside: avoid; /* Removed from CSS in favor of break-inside c. 2020 */
break-inside: avoid-column;
}
.page-content .portable-infobox .hlist ul {
margin: 0;
}
/* Quote box */
.quotebox {
background-color: #F9F9F9;
border: 1px solid #aaa;
box-sizing: border-box;
padding: 10px;
font-size: 88%;
max-width: 100%;
}
.quotebox.floatleft {
margin: .5em 1.4em .8em 0;
}
.quotebox.floatright {
margin: .5em 0 .8em 1.4em;
}
.quotebox.centered {
overflow: hidden;
position: relative;
margin: .5em auto .8em auto;
}
.quotebox.floatleft span,
.quotebox.floatright span {
font-style: inherit;
}
.quotebox > blockquote {
margin: 0;
padding: 0;
/* Styling from Minerva */
border-left: 0;
font-family: inherit;
font-size: inherit;
}
.quotebox-title {
text-align: center;
font-size: 110%;
font-weight: bold;
}
.quotebox-quote > :first-child {
margin-top: 0;
}
.quotebox-quote:last-child > :last-child {
margin-bottom: 0;
}
.quotebox-quote.quoted:before {
font-family:'Times New Roman',serif;
font-weight:bold;
font-size: large;
color: gray;
content: ' “ ';
vertical-align: -45%;
line-height: 0;
}
.quotebox-quote.quoted:after {
font-family:'Times New Roman',serif;
font-weight:bold;
font-size: large;
color: gray;
content: ' ” ';
line-height: 0;
}
.quotebox .left-aligned {
text-align: left;
}
.quotebox .right-aligned {
text-align: right;
}
.quotebox .center-aligned {
text-align: center;
}
.quotebox .quote-title,
.quotebox .quotebox-quote {
display: block;
}
.quotebox cite {
display:block;
font-style:normal;
}
@media screen and (max-width:640px) {
.quotebox {
/*override inline styles */
width: 100% !important;
margin: 0 0 .8em !important;
float: none !important;
}
}
.mw-parser-output .quotebox-quote>:first-child {
margin-top: 0;
}
.mw-body blockquote > :last-child, .quotebox-quote > :last-child {
margin-bottom: 0;
}
div.tright, div.floatright, table.floatright {
clear: right;
float: right;
}
/* Eras */
table.nav-era-table {
background: transparent !important;
}
.nav-era-title {
font-family: Georgia;
font-size: 20px;
color: #fff;
text-transform: uppercase;
text-align: center;
padding-top: 222px;
text-shadow: 2px 2px 25px #6b6b6b;
}
.nav-era-date {
font-family: serif;
font-weight: 500;
font-size: 13px;
color: #fff;
text-transform: uppercase;
text-align: center;
margin-top: -5px;
}
.nav-era-button {
font-family: Nunito;
font-weight: 500;
font-size: 10.5px;
color: #000;
margin-top: 10px;
margin-left: 35px;
margin-right: 35px;
display: inline-block;
border: none;
text-align: center;
transition: all 0.5s;
cursor: pointer;
background: white;
border-radius: 20px;
padding-top: 8px;
padding-bottom: 8px;
box-shadow: 2px 2px 25px #6b6b6b;
}
.nav-era-debut {
display: flex;
cursor: pointer;
flex-direction: column;
position: relative;
overflow: hidden;
background-color: #fff;
border-radius: 18px;
width: 200px;
height: 350px;
white-space: normal;
box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
transition: all .3s cubic-bezier(0,0,.5,1);
background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 50%), url(https://static.wikia.nocookie.net/rina/images/0/0c/Rina_Sawayama_-_Sleeping_in_Waking_-_BTS.jpg/revision/latest?cb=20200710063103);
background-size: cover;
background-position: center;
}
.nav-era-rina {
display: flex;
cursor: pointer;
flex-direction: column;
position: relative;
overflow: hidden;
background-color: #fff;
border-radius: 18px;
width: 200px;
height: 350px;
white-space: normal;
box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
transition: all .3s cubic-bezier(0,0,.5,1);
background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 50%), url(https://static.wikia.nocookie.net/rina/images/b/b9/Alterlife-Characters-High-Res_gfhtif.jpg/revision/latest?cb=20201105221751);
background-size: cover;
background-position: center;
}
.nav-era-sawayama {
display: flex;
cursor: pointer;
flex-direction: column;
position: relative;
overflow: hidden;
background-color: #fff;
border-radius: 18px;
width: 200px;
height: 350px;
white-space: normal;
box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
transition: all .3s cubic-bezier(0,0,.5,1);
background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 50%), url(https://static.wikia.nocookie.net/rina/images/9/91/STFU%21_-_Behind_the_Scenes_004.jpg/revision/latest/scale-to-width-down/614?cb=20200905061957);
background-size: cover;
background-position: center;
}
.nav-era-htg {
display: flex;
cursor: pointer;
flex-direction: column;
position: relative;
overflow: hidden;
background-color: #fff;
border-radius: 18px;
width: 200px;
height: 350px;
white-space: normal;
box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
transition: all .3s cubic-bezier(0,0,.5,1);
background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 50%), url(https://static.wikia.nocookie.net/rina/images/2/22/2022-08-08_Rina_Sawayama_%28Twitter%29_003.jpg/revision/latest/scale-to-width-down/769?cb=20220808171835);
background-size: cover;
background-position: center;
}
/* Mbox */
.mbox {
--type-important: rgba(200, 0, 0, 0.8);
--type-moderate: rgba(233, 124, 47, 0.8);
--type-minor: rgba(241, 197, 37, 0.8);
display: flex;
position: relative;
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid #d6d6d6;
border-left-width: 8px;
border-left-color: #d6d6d6;
border-radius: 3px;
margin-bottom: 5px;
min-height: 32px;
}
.mbox.mbox-type-important {
border-left-color: var(--type-important);
}
.mbox.mbox-type-moderate {
border-left-color: var(--type-moderate);
}
.mbox.mbox-type-minor {
border-left-color: var(--type-minor);
}
.mbox__content {
display: table;
box-sizing: border-box;
width: 100%;
padding: 8px 15px;
}
.mbox__content__image {
display: table-cell;
width: 40px;
height: 100%;
text-align: center;
vertical-align: middle;
padding-right: 15px;
}
.mbox__content__wrapper {
display: table-cell;
vertical-align: middle;
}
.mbox__content__header {
display: block;
font-weight: bold;
}
.mbox__content__text {
display: block;
}
.mbox__content__text__comment {
font-size: small;
}
.mbox__content__aside {
display: table-cell;
width: 100px;
vertical-align: middle;
text-align: center;
padding-left: 15px;
border-left: 1px solid #d6d6d6;
}
.mbox__close {
position: absolute;
right: 0;
top: 0;
padding: 2px 7px;
font-weight: bold;
font-size: 16px;
color: #bbb;
cursor: pointer;
transition: all .15s ease-in;
}
.mbox__close:hover {
color: #777;
}
.mbox__close:after {
content: '×';
}
.mw-collapsed + .mbox__close {
transform: rotate(45deg);
padding: 4px 7px 5px 2px;
}
/* Ensure text is readable in the FandomDesktop dark theme. */
.theme-fandomdesktop-dark .mbox {
background-color: var(--theme-page-background-color--secondary);
border-color: var(--theme-border-color);
}
/* Gallery items */
.workgallery .wikia-gallery-item {
background: rgb(var(--theme-link-color--rgb), 10%);
border-radius: 30px;
transition: .5s;
}
.workgallery .wikia-gallery-item:hover {
background: rgb(var(--theme-link-color--rgb), 30%);
filter: brightness(1.5);
border-radius: 30px;
transition: .3s;
}
.workgallery .wikia-gallery-border-small .thumb .gallery-image-wrapper {
border-width: 0px !important;
}
.workgallery .wikia-gallery-item .thumb a.image img, .wikia-gallery-item .thumb a.image-no-lightbox img {
border-radius: 20px 20px 10px 10px;
transition: 1s;
}
.workgallery .wikia-gallery-item .thumb a.image img:hover, .wikia-gallery-item .thumb a.image-no-lightbox img:hover {
border-radius: 10px 10px 20px 20px;
transition: 1s;
}
/* Content */
.main-content .wikia-gallery-item {
background: rgb(var(--theme-sticky-nav-background-color--rgb));
padding: 9px;
border-radius: 0px;
margin: 0px;
transition: .5s;
}
.main-content .wikia-gallery-item:hover {
background: var(--theme-alert-color--hover);
border-radius: 0px;
transition: .5s;
}
.main-content .wikia-gallery-border-small .thumb .gallery-image-wrapper {
border-width: 0px;
}
.main-content .wikia-gallery-item .thumb a.image img, .wikia-gallery-item .thumb a.image-no-lightbox img {
border-radius: 50%;
}
.main-content .wikia-gallery-item .thumb a.image img:hover, .wikia-gallery-item .thumb a.image-no-lightbox img:hover {
transition: .7s;
rotate: 360deg;
}
.main-content .lightbox-caption {
padding: 0 !important;
margin: 0 !important;
}
.main-content .lightbox-caption a {
color: darksalmon;
}
/* Selected Galleries design */
.page-Godmode_Beauty_Genesis .wikia-gallery-item {
border: 1px solid transparent;
outline: 1px solid #c5c5c54a;
margin-right: 1em;
border-radius: 7px;
box-shadow: none;
transition: .3s;
}
.page-Godmode_Beauty_Genesis .wikia-gallery-item:hover {
border: 1px solid transparent;
outline: 1px solid #9371dd;
margin-right: 1em;
border-radius: 7px;
box-shadow: none;
transition: .3s;
}
.page-Godmode_Beauty_Genesis .wikia-gallery-spacing-medium .wikia-gallery-item {
padding: 5px;
padding-top: 5px;
}
/* ? */
.category-Photographers .wikia-gallery-item {
border: 1px solid #8686866e;
margin-right: .2em;
border-radius: 7px;
box-shadow: none;
transition: .3s;
}
.category-Photographers .wikia-gallery-item:hover {
border: 1px solid #868686;
margin-right: .2em;
border-radius: 7px;
box-shadow: none;
transition: .3s;
}
.category-Photographers .wikia-gallery .wikia-gallery-item {
padding: 5px;
padding-top: 5px;
}
/* Table RINA TV */
table.tvtable {
border-collapse: collapse;
border-radius: 10px;
overflow: hidden;
width: 100%;
margin: 0 auto;
margin: 7px;
outline: 1px solid var(--theme-sticky-nav-background-color);
}
th.tvtable-head {
height: 3em;
background: var(--theme-sticky-nav-background-color);
color: white;
}
/** Character cards **/
.godmode-card {
position: relative;
width: 100%;
padding: 1.5rem;
padding-top: 4rem;
background: #fff;
box-shadow: 0 6px 18px rgba(0,0,0,0.25);
color: #000;
overflow: visible;
margin: 2rem auto;
text-align: center;
}
/* Image wrapper */
.godmode-card-image {
position: absolute;
top: -40px;
left: 50%;
transform: translateX(-50%);
width: 130px;
height: 130px;
border-radius: 50%;
background: url(https://godmodebeauty.com/cdn/shop/files/genesis-biome-illustration-collection-banner-desktop-option-a.jpg);
background-size: cover;
background-attachment: fixed;
padding: 4px;
box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.godmode-card::before {
content: "";
position: absolute;
inset: 0;
background-image: url(https://godmodebeauty.com/cdn/shop/files/genesis-godzine-illustration-banner-desktop.jpg);
background-size: cover;
background-position: center;
opacity: .25;
z-index: 0;
}
/* Style the image MediaWiki generates */
.godmode-card-image img {
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
}
/* Text */
.godmode-card-name, .godmode-card-name p {
font-size: 1.3rem;
font-weight: bold;
margin-bottom: 0px;
margin-top: 2em;
text-transform: uppercase;
}
.godmode-card-info {
font-size: 0.95rem;
line-height: 1.4;
opacity: 0.95;
}
/* Godmode Quote */
.quotebox.godmode-quote {
font-size: 111%;
padding: 2em;
color: white;
background: linear-gradient(#9373acb3, #9373ac7d), url(https://godmodebeauty.com/cdn/shop/files/biomefw.jpg);
background-size: cover;
background-attachment: fixed;
text-shadow: 1px 2px 1px black;
}
.affiliated-box {
background: linear-gradient(90deg, color(srgb 0.52 0.05 0.05 / 0.79), #7609096e), url(https://static.wikia.nocookie.net/rina/images/9/9b/2022-05-17_Thurstan_Redding_003.jpg/revision/latest?cb=20220615033508&format=original);
background-size: cover;
background-position: center;
}
.affiliated-row {
border-bottom: 2px solid #0000003d;
}
.affiliated-row:hover {
background: #ffeb3b3b;
}
/* Navcard per era */
.era-card.videography-debut {
background: linear-gradient(rgb(0 0 0 / 20%), rgba(0, 0, 0, 100%)), url(https://static.wikia.nocookie.net/rina/images/0/0c/Rina_Sawayama_-_Sleeping_in_Waking_-_BTS.jpg/revision/latest?cb=20200710063103);
background-size: cover;
background-position: top;
}
.era-card.videography-rina {
background: linear-gradient(rgb(0 0 0 / 20%), rgba(0, 0, 0, 100%)), url(https://static.wikia.nocookie.net/rina/images/b/b9/Alterlife-Characters-High-Res_gfhtif.jpg/revision/latest?cb=20201105221751);
background-size: cover;
background-position: center;
}
.era-card.videography-sawayama {
background: linear-gradient(rgb(0 0 0 / 20%), rgba(0, 0, 0, 100%)), url(https://images.ctfassets.net/ovgmkgydma71/16I8WGsWnfAxNZ1M33laof/78169d89c895fa98f20f7df16690fd82/96021_Rina_5.jpg);
background-size: cover;
background-position: center;
}
.era-card.videography-holdthegirl {
background: linear-gradient(rgb(0 0 0 / 20%), rgba(0, 0, 0, 100%)), url(https://media.pitchfork.com/photos/62eabf86834e1c44b7e2a555/2:1/w_2560%2Cc_limit/Rina-Sawayama.jpg);
background-size: cover;
background-position: center;
}
.era-card.live-sawayama {
background: linear-gradient(rgb(0 0 0 / 20%), rgba(0, 0, 0, 100%)), url(https://static.wikia.nocookie.net/rina/images/5/56/2021-3-15_John_Marshall_001.jpg/revision/latest?cb=20210611163908);
background-size: cover;
background-position: center;
}
.era-card.live-holdthegirl {
background: linear-gradient(rgb(0 0 0 / 20%), rgba(0, 0, 0, 100%)), url(https://static.wikia.nocookie.net/rina/images/e/ee/2023-09-22_Jared_Matterfis_002.jpg/revision/latest?cb=20260206175337&format=original);
background-size: cover;
background-position: center;
}
/* Dark tracklist */
.theme-fandomdesktop-dark .tracklist th.tlheader {
background: saddlebrown !important;
}
.theme-fandomdesktop-dark .tracklist tr:nth-child(even) {
background: transparent !important;
}
.theme-fandomdesktop-dark .tracklist tr:nth-child(odd) {
background: var(--theme-page-background-color--secondary) !important;
}
.theme-fandomdesktop-dark table.tracklist {
border-color: var(--theme-page-background-color--secondary) !important;
}
/* Tour table */
table.tour-table {
border: 1px solid var(--neutral-600);
border-radius: 4px;
}
.tour-table th {
background: pink;
}
.tour-table tbody tr:nth-child(odd) {
background: transparent;
}
.tour-table tbody tr:nth-child(even) {
background: var(--neutral-200);
}
.tour-table td {
border: inset;
border-color: #f4f4f454;
}
/* Credits gallery */
.category-Album_credits .wikia-gallery-item {
background: #00000008;
border: 1px solid #0000002b;
margin: 10px;
border-radius: 5px;
transition: .4s;
}
.category-Album_credits .wikia-gallery-item:hover {
background: #00000014;
transition: .4s;
}
.category-Album_credits .gallery-image-wrapper {
border-radius: 50%;
box-shadow: 3px 5px 0px #000;
border-width: 0px !important;
}
.category-Album_credits .thumbimage:hover {
opacity: .7;
}