MediaWiki:Common.css: Difference between revisions
(Blanked the page) Tag: Blanking |
No edit summary |
||
Line 1: | Line 1: | ||
/***********************/ | |||
/* 0. Temp/Scratch */ | |||
/***********************/ | |||
ruby > rt { | |||
font-size: 70%; | |||
} | |||
iframe { | |||
margin-top: 1em; | |||
} | |||
hr { | |||
margin: 0.2em 3em; | |||
} | |||
.vocal-tracklist { | |||
width: calc(67.5% - 21px); | |||
} | |||
@media only screen and (max-width: 944px) { | |||
.vocal-tracklist { | |||
width: 100%; | |||
} | |||
} | |||
.vocal-tracklist-row { | |||
border: 1px solid #9e9e9e; | |||
box-shadow: 0 1px 10px rgb(0 0 0 / 20%); | |||
margin: 0 0 1em; | |||
} | |||
.vocal-tracklist .vocal-tracklist-row h3, | |||
.vocal-tracklist .vocal-tracklist-row h4, | |||
.vocal-tracklist .vocal-tracklist-row h5 { | |||
border: none; | |||
font-size: 16px; | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.vocal-tracklist .vocal-tracklist-row .v-heading-group { | |||
background: #f8f9fa; | |||
border-bottom: 1px solid #9e9e9e; | |||
margin: 0; | |||
padding: .5em; | |||
line-height: 1.1; | |||
} | |||
.vocal-tracklist .vocal-tracklist-row .v-performers-group { | |||
padding: .5em; | |||
} | |||
.vocal-tracklist .vocal-tracklist-row .v-heading-group .mw-headline, | |||
.vocal-tracklist .vocal-tracklist-row .v-performers-group { | |||
display: grid; | |||
grid-template-columns: 64px 1fr; | |||
} | |||
/******************************/ | |||
/* 1. Interface Overrides */ | |||
/******************************/ | |||
/* Font */ | |||
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap&subset=latin-ext'); | |||
html, body { | |||
font-family: 'Open Sans', sans-serif; | |||
} | |||
/* Remove External Link Image */ | |||
.mw-parser-output a.external { | |||
background-image: unset; | |||
padding-right: unset; | |||
} | |||
/* Logo */ | |||
.mw-logo-wordmark { | |||
color: black; | |||
} | |||
/***********************/ | |||
/* 4. Page Styling */ | |||
/***********************/ | |||
/* Article Styling */ | |||
.lyrics-container { | |||
text-align: center; | |||
width: calc(67.5% - 21px); | |||
font-size: 16px; | |||
} | |||
.lyrics-container p { | |||
margin: 0; | |||
} | |||
.album-quote { | |||
font-size: 1.25em; | |||
text-align: center; | |||
margin: 1em auto; | |||
/* width: 88%; */ | |||
} | |||
/* Discography Page/Object Styling */ | |||
.disc-container { | |||
display: grid; | |||
justify-content: center; | |||
grid-template-columns: auto auto auto; | |||
grid-gap: 1em 1em; | |||
} | |||
.disc-container:last-of-type { | |||
margin-bottom: 1em; | |||
} | |||
.disc { | |||
height: 300px; | |||
width: 300px; | |||
border-radius: 9px; | |||
background-image: url('https://blankchronicle.com/images/f/f8/NoCoverBlank.jpg'); | |||
background-position: center bottom; | |||
background-size: cover; | |||
background-repeat: no-repeat; | |||
} | |||
.disc.inactive { | |||
opacity: 65%; | |||
} | |||
.disc.inactive a:hover { | |||
cursor: not-allowed; | |||
opacity: 65%; | |||
} | |||
.disc.inactive a { | |||
color: transparent; | |||
} | |||
.disc p { | |||
margin: 0; | |||
} | |||
.disc:hover { | |||
opacity: 85%; | |||
transition: linear .15s; | |||
} | |||
.disc a:link, .disc a:visited { | |||
display: inline-block; | |||
height: 300px; | |||
width: 300px; | |||
opacity: 0; | |||
text-align: center; | |||
} | |||
/* Profile Cards */ | |||
.wiki-contributors { | |||
display: grid; | |||
grid-template-columns: 620px auto; | |||
} | |||
.contributor-container { | |||
min-height: 225px; | |||
border: 1px solid #c0c090; | |||
border-radius: 9px; | |||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); | |||
padding-left: 1em; | |||
padding-right: 1em; | |||
margin-bottom: 20px; | |||
} | |||
.contributor-img { | |||
float: left; | |||
max-height: 150px; | |||
width: 20%; | |||
margin-top: .5em; | |||
margin-right: 1em; | |||
} | |||
.contributor-img img { | |||
border-radius: 50%; | |||
} | |||
.contributor-name h2 { | |||
border-bottom: none; | |||
margin-top: .5em | |||
} | |||
.contributor-blurb { | |||
max-width: 90%; | |||
font-size: 95%; | |||
} | |||
.contributor-links { | |||
float: right; | |||
display: grid; | |||
grid-template-rows: auto auto auto; | |||
width: 5%; | |||
} | |||
.contributor-item { | |||
} | |||
.contributor-work { | |||
font-size: 80%; | |||
background-color: #eaecf0; | |||
overflow: auto; | |||
border: 1px solid #a2a9b1; | |||
border-radius: 9px; | |||
margin-bottom: 1em; | |||
} | |||
.contributor-work span.mw-collapsible-toggle { | |||
padding-right: .4em; | |||
} | |||
.contributor-work .mw-collapsible-content { | |||
column-width: 10em; | |||
-webkit-column-width: 10em; | |||
overflow-x: hidden; | |||
margin-bottom: .2em; | |||
} | |||
.contributor-work h3 { | |||
margin-top: 0; | |||
padding-bottom: 0; | |||
padding-top: .1em; | |||
border-bottom: none; | |||
text-align: center; | |||
} | |||
.person-container.tight { | |||
display: flex; | |||
flex-direction: row; | |||
align-items: start; | |||
padding: 8px; | |||
min-height: 2.75rem; | |||
margin-top: .5em; | |||
margin-bottom: 0; | |||
flex: 0 1 46.5%; | |||
} | |||
.person-container.tight .person-img { | |||
float: unset; | |||
height: 60px; | |||
width: 60px; | |||
margin: 0; | |||
margin-right: 8px; | |||
user-select: none; | |||
} | |||
.person-container.tight .person-img p { | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.person-container.tight .person-name h4, | |||
.person-container.tight .person-name h5 { | |||
margin: 0; | |||
padding: 0; | |||
border: none; | |||
font-size: 20px; | |||
line-height: 1; | |||
text-align: left; | |||
} | |||
.person-container.tight .person-content { | |||
width: calc(100% - 64px - 8px); | |||
} | |||
.person-container.tight .person-blurb { | |||
min-height: unset; | |||
min-width: unset; | |||
line-height: 22px; | |||
padding-left: unset; | |||
} | |||
.person-container.tight .person-name { | |||
padding-left: unset; | |||
} | |||
.person-container.tight .person-blurb p { | |||
margin: 0; | |||
} | |||
.character-container, .person-container { | |||
min-height: 175px; | |||
background-color: white; | |||
border: 1px solid #e0e0e0; | |||
border-radius: 9px; | |||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); | |||
padding: .75em; | |||
margin-bottom: 1.5em; | |||
overflow: hidden; | |||
} | |||
.character-container~.spaced-header-container, .person-container~.spaced-header-container { | |||
margin-top: -23px; | |||
} | |||
.person-container .mp-button a { | |||
width: 50%; | |||
} | |||
.character-img, .person-img { | |||
float: left; | |||
max-height: 120px; | |||
width: 120px; | |||
margin: 0; | |||
} | |||
.person-img p { | |||
margin: 0; | |||
} | |||
.character-img img, .person-img img { | |||
border-radius: 50%; | |||
} | |||
.character-name h3, .person-name h3 { | |||
margin-top: -0.35em | |||
} | |||
.character-blurb, .person-blurb { | |||
min-width: 100%; | |||
min-height: 57px; | |||
font-size: 95%; | |||
padding-left: 140px; | |||
} | |||
.character-name, .person-name { | |||
padding-left: 140px; | |||
} | |||
.person-name h3, .person-name h4, .person-name h5, .person-name h6 { | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.character-links, .person-links { | |||
display: grid; | |||
grid-gap: 10px; | |||
grid-template-columns: repeat(auto-fit, 75px); | |||
padding-left: 20px; | |||
} | |||
.character-item, .person-item { | |||
width: 75px; | |||
height: 75px; | |||
border-radius: 4px; | |||
background-image: url('https://blankchronicle.com/images/f/f8/NoCoverBlank.jpg'); | |||
background-position: center bottom; | |||
background-size: cover; | |||
background-repeat: no-repeat; | |||
overflow: hidden; | |||
} | |||
.character-item p, .person-item p { | |||
margin: 0; | |||
} | |||
.character-item a:link, .character-item a:visited, .person-item a:link, .person-item a:visited { | |||
opacity: 0; | |||
margin: 0; | |||
display: inline-block; | |||
border-radius: 4px; | |||
width: 75px; | |||
height: 75px; | |||
text-align: center; | |||
} | |||
.character-item:hover, .person-item:hover { | |||
opacity: 85%; | |||
transition: linear .15s; | |||
} | |||
/************************/ | |||
/* 5. Table Styling */ | |||
/************************/ | |||
.edition-target.fc-content > .tracktable, | |||
.edition-target.re-content > .tracktable, | |||
.edition-target.le-content > .tracktable, | |||
.edition-target.dx-content > .tracktable, | |||
.edition-target.re-content > .mvtable, | |||
.edition-target.le-content > .mvtable, | |||
.edition-target.dx-content > .mvtable, | |||
.edition-target.re-content > .filetable, | |||
.edition-target.le-content > .filetable, | |||
.edition-target.dx-content > .filetable, | |||
.edition-target.re-content > .infotable, | |||
.edition-target.le-content > .infotable, | |||
.edition-target.dx-content > .infotable, | |||
.media-target.dvd-content > .tracktable, | |||
.media-target.dvd-content > .mvtable, | |||
.media-target.dvd-content > .filetable, | |||
.media-target.dvd-content > .infotable, | |||
.media-target.bd-content > .tracktable, | |||
.media-target.bd-content > .mvtable, | |||
.media-target.bd-content > .filetable, | |||
.media-target.bd-content > .infotable { | |||
/* width: 100%; */ | |||
} | |||
table.tracktable, | |||
table.mvtable, | |||
table.filetable, | |||
table.infotable, | |||
table.wikitable { | |||
border-collapse: collapse; | |||
color: black; | |||
margin: 0.5em 0; | |||
width: calc(67.5% - 21px); | |||
font-size: 16px; | |||
} | |||
table.tracktable tr:nth-child(even), | |||
table.mvtable tr:nth-child(even), | |||
table.filetable tr:nth-child(even), | |||
table.infotable tr:nth-child(even) { | |||
background: #f8f9fa; | |||
} | |||
table.tracktable th, | |||
table.tracktable td, | |||
table.tracktable.vocal th, | |||
table.tracktable.vocal td, | |||
table.mvtable th, | |||
table.mvtable td, | |||
table.filetable th, | |||
table.filetable td, | |||
table.infotable th, | |||
table.infotable td { | |||
border-bottom: 1px solid #9e9e9e; | |||
} | |||
table.tracktable th:first-child, | |||
table.mvtable th:first-child, | |||
table.filetable th:first-child, | |||
table.infotable th, | |||
table.infotable td { | |||
text-align: left; | |||
} | |||
table.tracktable th:last-child, | |||
table.mvtable th:last-child, | |||
table.filetable th:last-child { | |||
text-align: right; | |||
} | |||
table.tracktable td:first-child { | |||
padding-left: 2px; | |||
width: 34px; | |||
} | |||
table.tracktable td:last-child { | |||
width: 50px; | |||
} | |||
table.tracktable td:nth-child(2) { | |||
text-align: center; | |||
padding-left: 5px; | |||
padding-right: 5px; | |||
} | |||
table.tracktable td:last-child, | |||
table.filetable td:last-child { | |||
text-align: right; | |||
padding-right: 2px; | |||
word-break: normal; | |||
} | |||
table.tracktable.four-col th:nth-child(2), | |||
table.tracktable.four-col td:nth-child(2), | |||
table.tracktable.four-col th:nth-child(3), | |||
table.tracktable.four-col td:nth-child(3), | |||
table.mvtable th:nth-child(2), | |||
table.mvtable td:nth-child(2), | |||
table.mvtable th:nth-child(3), | |||
table.mvtable td:nth-child(3), | |||
table.filetable.three-col th:nth-child(2), | |||
table.filetable.three-col td:nth-child(2) { | |||
text-align: left; | |||
} | |||
table.tracktable.four-col th:nth-child(2), | |||
table.tracktable.four-col td:nth-child(2), | |||
table.mvtable th:nth-child(2), | |||
table.mvtable td:nth-child(2), | |||
table.filetable.three-col th:nth-child(2), | |||
table.filetable.three-col td:nth-child(2) { | |||
padding-left: 36px; | |||
padding-right: 4px; | |||
} | |||
table.mvtable.responsive-table td:nth-child(4) { | |||
text-align: right; | |||
} | |||
table.filetable.four-col th:nth-child(2), | |||
table.filetable.four-col td:nth-child(2) { | |||
padding-left: 18px; | |||
text-align: left; | |||
width: 140px; | |||
} | |||
table.filetable.four-col th:nth-child(3), | |||
table.filetable.four-col td:nth-child(3) { | |||
padding-left: 24px; | |||
padding-right: 9px; | |||
text-align: left; | |||
} | |||
table.infotable th, | |||
table.infotable td { | |||
padding-left: .5em; | |||
padding-right: .5em; | |||
} | |||
table.infotable th:first-child, | |||
table.infotable td:first-child { | |||
padding-left: 2px; | |||
} | |||
table.infotable th:last-child, | |||
table.infotable td:last-child { | |||
padding-right: 2px; | |||
} | |||
table.infotable.two-col.numbered th:first-child, | |||
table.infotable.two-col.numbered td:first-child { | |||
padding-right: 2px; | |||
} | |||
table.infotable.four-col.tour td:first-child { | |||
padding-right: 0; | |||
width: 16%; | |||
} | |||
@media only screen and (max-width : 1000px) { | |||
table.responsive-table tr:nth-child(even) { | |||
background: none; | |||
} | |||
table.responsive-table td { | |||
border: 1px solid #9e9e9e; | |||
padding: .5em; | |||
} | |||
table.responsive-table tr:nth-child(1) { | |||
display: none!important; | |||
} | |||
table.tracktable.responsive-table td:nth-child(1):before, | |||
table.mvtable.responsive-table td:nth-child(1):before { | |||
content: '#'; | |||
} | |||
table.filetable.responsive-table td:nth-child(1):before { | |||
content: 'File'; | |||
font-weight: bold; | |||
} | |||
table.infotable.four-col.tour.responsive-table td:nth-child(1):before { | |||
content: 'Date'; | |||
font-weight: bold; | |||
} | |||
table.tracktable.responsive-table td:nth-child(2):before, | |||
table.mvtable.responsive-table td:nth-child(2):before, | |||
table.filetable.four-col.responsive-table td:nth-child(2):before { | |||
content: 'Title'; | |||
} | |||
table.infotable.four-col.tour.responsive-table td:nth-child(2):before { | |||
content: 'Open'; | |||
font-weight: bold; | |||
} | |||
table.infotable.four-col.tour.responsive-table td:nth-child(3):before { | |||
content: 'Start'; | |||
font-weight: bold; | |||
} | |||
table.infotable.four-col.tour.responsive-table td:nth-child(4):before { | |||
content: 'Venue'; | |||
font-weight: bold; | |||
} | |||
table.filetable.three-col.responsive-table td:nth-child(2):before, | |||
table.filetable.four-col.responsive-table td:nth-child(3):before { | |||
content: 'Content'; | |||
font-weight: bold; | |||
} | |||
table.tracktable.responsive-table td:nth-child(3):before, | |||
table.tracktable.four-col.responsive-table td:nth-child(4):before, | |||
table.mvtable.responsive-table td:nth-child(4):before, | |||
table.filetable.three-col.responsive-table td:nth-child(3):before, | |||
table.filetable.four-col.responsive-table td:nth-child(4):before { | |||
content: 'Length '; | |||
font-weight: bold; | |||
} | |||
table.tracktable.vocal.responsive-table td:nth-child(3):before { | |||
content: 'Lead '; | |||
font-weight: bold; | |||
} | |||
table.tracktable.four-col.responsive-table td:nth-child(3):before { | |||
content: 'Description '; | |||
} | |||
table.mvtable.responsive-table td:nth-child(3):before { | |||
content: 'Details '; | |||
font-weight: bold; | |||
} | |||
table.tracktable td:first-child { | |||
width: unset; | |||
} | |||
table.tracktable td:last-child { | |||
width: unset; | |||
} | |||
table.tracktable.responsive-table td:nth-child(1):before, | |||
table.tracktable.responsive-table td:nth-child(2):before, | |||
table.mvtable.responsive-table td:nth-child(1):before, | |||
table.mvtable.responsive-table td:nth-child(2):before, | |||
table.tracktable.four-col.responsive-table td:nth-child(3):before, | |||
table.mvtable.responsive-table td:nth-child(3):before, | |||
table.filetable.responsive-table td:nth-child(1):before, | |||
table.filetable.three-col.responsive-table td:nth-child(2):before, | |||
table.filetable.four-col.responsive-table td:nth-child(2):before, | |||
table.filetable.four-col.responsive-table td:nth-child(3):before, | |||
table.infotable.four-col.responsive-table td:nth-child(1):before, | |||
table.infotable.four-col.responsive-table td:nth-child(2):before, | |||
table.infotable.four-col.responsive-table td:nth-child(3):before, | |||
table.infotable.four-col.responsive-table td:nth-child(4):before { | |||
position: absolute; | |||
left: .5em; | |||
font-weight: bold; | |||
} | |||
table.tracktable.responsive-table tr, | |||
table.tracktable.responsive-table td, | |||
table.mvtable.responsive-table tr, | |||
table.mvtable.responsive-table td, | |||
table.filetable.responsive-table tr, | |||
table.filetable.responsive-table td, | |||
table.infotable.four-col.responsive-table tr, | |||
table.infotable.four-col.responsive-table td { | |||
display: block; | |||
} | |||
table.tracktable.responsive-table tr, | |||
table.mvtable.responsive-table tr, | |||
table.filetable.responsive-table tr, | |||
table.infotable.four-col.responsive-table tr { | |||
position: relative; | |||
margin-bottom: 1em; | |||
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); | |||
} | |||
table.tracktable.responsive-table td, | |||
table.mvtable.responsive-table td, | |||
table.filetable.responsive-table td, | |||
table.infotable.four-col.responsive-table td { | |||
border-top: none; | |||
} | |||
table.tracktable.responsive-table td:first-child, | |||
table.mvtable.responsive-table td:first-child, | |||
table.filetable.responsive-table td:first-child { | |||
background: #f8f9fa; | |||
border-top: 1px solid #9e9e9e; | |||
padding-left: 19px; | |||
} | |||
table.infotable.four-col.responsive-table td:first-child { | |||
background: #f8f9fa; | |||
border-top: 1px solid #9e9e9e; | |||
padding-left: 50px; | |||
} | |||
table.infotable.four-col.tour td:first-child { | |||
width: unset; | |||
} | |||
table.infotable.four-col.tour.responsive-table td:nth-child(2) { | |||
padding-left: 54px; | |||
border-top: none; | |||
} | |||
table.infotable.four-col.tour.responsive-table td:nth-child(3) { | |||
position: absolute; | |||
right: 0; | |||
top: 43.33px; | |||
padding-left: 50px; | |||
border: none; | |||
} | |||
table.infotable.four-col.tour.responsive-table td:last-child { | |||
border-top: none; | |||
} | |||
table.tracktable.responsive-table td:nth-child(2) { | |||
background: #ffffff; | |||
padding-left: 47px; | |||
padding-right: .5em; | |||
text-align: center; | |||
} | |||
table.filetable.four-col th:nth-child(2), | |||
table.filetable.four-col td:nth-child(2) { | |||
width: unset; | |||
} | |||
table.tracktable.four-col.responsive-table td:nth-child(2), | |||
table.mvtable.responsive-table td:nth-child(2), | |||
table.filetable.responsive-table td:first-child, | |||
table.filetable.responsive-table td:nth-child(2), | |||
table.filetable.four-col.responsive-table td:nth-child(3), | |||
table.infotable.four-col.responsive-table td:nth-child(4) { | |||
padding: .5em .5em .5em 75px; | |||
text-align: left; | |||
} | |||
table.filetable.responsive-table td:first-child { | |||
padding-left: 40px; | |||
} | |||
table.tracktable.responsive-table td:nth-child(3), | |||
table.filetable.three-col.responsive-table td:nth-child(3) { | |||
position: absolute; | |||
top: 0; | |||
right: 0; | |||
background: none; | |||
border: none; | |||
padding: 10px 0.5em 0px 0; | |||
} | |||
table.tracktable.four-col.responsive-table td:nth-child(3), | |||
table.mvtable.responsive-table td:nth-child(3) { | |||
position: static; | |||
border: 1px solid #9e9e9e; | |||
border-top: none; | |||
padding: .5em .5em .5em 110px; | |||
} | |||
table.tracktable.four-col.responsive-table td:nth-child(4), | |||
table.mvtable.responsive-table td:nth-child(4), | |||
table.filetable.four-col.responsive-table td:nth-child(4) { | |||
position: absolute; | |||
top: 0; | |||
right: 0; | |||
border: none; | |||
background: none; | |||
padding: 10px 0.5em 0px 0; | |||
} | |||
table.tracktable, table.mvtable, table.filetable, table.wikitable, table.infotable { | |||
table-layout: auto; | |||
width: 100%; | |||
} | |||
} | |||
/****************************/ | |||
/* 7. Discography Covers */ | |||
/****************************/ | |||
.disc.disc-chronicle { | |||
background-image: url('https://blankchronicle.com/images/9/97/ChronicleCover.jpg'); | |||
} | |||
.disc.disc-thanatos { | |||
background-image: url('https://blankchronicle.com/images/c/c2/ThanatosCover.jpg'); | |||
} | |||
.disc.disc-lost { | |||
background-image: url('https://blankchronicle.com/images/6/6c/LostCover.jpg'); | |||
} | |||
.disc.disc-pico { | |||
background-image: url('https://blankchronicle.com/images/9/98/PicoMagicCover.jpg'); | |||
} | |||
.disc.disc-reloaded { | |||
background-image: url('https://blankchronicle.com/images/3/37/ReloadedCover.JPG'); | |||
} | |||
.disc.disc-chrsecond { | |||
background-image: url('https://blankchronicle.com/images/0/05/Chronicle2ndCover.jpg'); | |||
} | |||
.disc.disc-prelude { | |||
background-image: url('https://blankchronicle.com/images/8/8b/PreludetoElysionCover.jpg'); | |||
} | |||
.disc.disc-elysion { | |||
background-image: url('https://blankchronicle.com/images/8/8a/ElysionCover.png'); | |||
} | |||
.disc.disc-roman { | |||
background-image: url('https://blankchronicle.com/images/8/8e/RomanCover.jpg'); | |||
} | |||
.disc.disc-moira { | |||
background-image: url('https://blankchronicle.com/images/2/29/MoiraCover.jpg'); | |||
} | |||
.disc.disc-marchen { | |||
background-image: url('https://blankchronicle.com/images/8/80/MarchenSquareCover.jpg'); | |||
} | |||
.disc.disc-ema { | |||
background-image: url('https://blankchronicle.com/images/c/c8/AroundCover.png'); | |||
background-position: top center; | |||
} | |||
.disc.disc-rinne { | |||
background-image: url('https://blankchronicle.com/images/9/96/RinneTentativeCover.png'); | |||
background-position: center center; | |||
background-size: 400%; | |||
} | |||
.disc.disc-nein { | |||
background-image: url('https://blankchronicle.com/images/b/b1/NeinCover.jpg'); | |||
} | |||
.disc.disc-swordboy { | |||
background-image: url('https://blankchronicle.com/images/6/68/SwordboyCover.jpg'); | |||
} | |||
.disc.disc-iberia { | |||
background-image: url('https://blankchronicle.com/images/7/7f/IberiaCover2.jpg'); | |||
} | |||
.disc.disc-ido { | |||
background-image: url('https://blankchronicle.com/images/0/06/IdoIdoCover2.jpg'); | |||
} | |||
.disc.disc-halloween { | |||
background-image: url('https://blankchronicle.com/images/d/d1/HalloYoruCover.jpg'); | |||
} | |||
.disc.disc-vanisuta { | |||
background-image: url('https://blankchronicle.com/images/9/95/VaniSutaCover.jpg'); | |||
} | |||
.disc.disc-marvelous { | |||
background-image: url('https://blankchronicle.com/images/a/a1/MarvelousShouchuuCover.jpg'); | |||
} | |||
.disc.disc-ema-prologue { | |||
background-image: url('https://blankchronicle.com/images/c/c8/AroundCover.png'); | |||
background-position: top center; | |||
} | |||
.disc.disc-riddle { | |||
background-image: url('https://blankchronicle.com/images/0/04/RiddleCover.jpg'); | |||
background-position: center top; | |||
} | |||
.disc.disc-genome { | |||
background-image: url('https://blankchronicle.com/images/2/24/GenomeCover.jpg'); | |||
background-position: center top; | |||
} | |||
.disc.disc-ouki { | |||
background-image: url('https://blankchronicle.com/images/b/bb/OukiCover.jpg'); | |||
} | |||
.disc.disc-sister { | |||
background-image: url('https://blankchronicle.com/images/6/6c/MermaidCover.jpg'); | |||
background-position: center top; | |||
} | |||
.disc.disc-link { | |||
background-image: url('https://blankchronicle.com/images/c/c1/LiNKCover.jpg'); | |||
} | |||
.disc.disc-pastel { | |||
background-image: url('https://blankchronicle.com/images/6/6c/PastelKitchenCroppedCover.jpg'); | |||
} | |||
.disc.disc-rasp { | |||
background-image: url('https://blankchronicle.com/images/3/3e/RaspberryGameCover.jpg'); | |||
background-position: center top; | |||
} | |||
.disc.disc-leviathan { | |||
background-image: url('https://blankchronicle.com/images/1/18/LeviathanCover.jpg'); | |||
} | |||
.disc.disc-poca { | |||
background-image: url('https://blankchronicle.com/images/a/ab/PocafelicitaCover.jpg'); | |||
} | |||
.disc.disc-rest { | |||
background-image: url('https://blankchronicle.com/images/1/19/RestCover.jpg'); | |||
} | |||
.disc.disc-schwarz { | |||
background-image: url('https://blankchronicle.com/images/6/60/SchwarzweissCover.jpg'); | |||
} | |||
.disc.disc-anotherroman { | |||
background-image: url('https://blankchronicle.com/images/0/0a/AnotherRomanCover2.jpg'); | |||
} | |||
.disc.disc-dream { | |||
background-image: url('https://blankchronicle.com/images/f/ff/DreamPortCover.jpg'); | |||
} | |||
.disc.disc-chronology { | |||
background-image: url('https://blankchronicle.com/images/9/9c/ChronologyCover.jpg'); | |||
} | |||
.disc.disc-yodaka { | |||
background-image: url('https://blankchronicle.com/images/9/9f/YodakaCover.jpeg'); | |||
} | |||
.disc.disc-yodaka-single { | |||
background-image: url('https://blankchronicle.com/images/6/68/Yodakasingle.png'); | |||
} | |||
.disc.disc-daikikou { | |||
background-image: url('https://blankchronicle.com/images/f/f8/LuxendarcDaikikouCover2.jpg'); | |||
} | |||
.disc.disc-bravely1 { | |||
background-image: url('https://blankchronicle.com/images/0/0e/Bravely1TextCover.jpg'); | |||
} | |||
.disc.disc-bravely2 { | |||
background-image: url('https://blankchronicle.com/images/9/9d/BDIICoverRE.jpg'); | |||
background-position: center left; | |||
} | |||
.disc.disc-moonpride { | |||
background-image: url('https://blankchronicle.com/images/1/1a/MoonPrideCover.jpg'); | |||
} | |||
.disc.disc-wintermix { | |||
background-image: url('https://blankchronicle.com/images/8/84/WinterMixCover.jpg'); | |||
} | |||
.disc.disc-kiseki { | |||
background-image: url('https://blankchronicle.com/images/0/04/ShingekinoKisekiCover.jpg'); | |||
} | |||
.disc.disc-shoukikou { | |||
background-image: url('https://blankchronicle.com/images/b/bd/LuxendarcKokikouCover.jpg'); | |||
} | |||
.disc.disc-jiyuu { | |||
background-image: url('https://blankchronicle.com/images/6/6a/JiyuuhenoShingekiCover2.jpg'); | |||
} | |||
.disc.disc-rakuen { | |||
background-image: url('https://blankchronicle.com/images/9/9c/RakuenCover.jpg'); | |||
} | |||
.disc.disc-shinjitsu { | |||
background-image: url('https://blankchronicle.com/images/4/4c/ShinjitsuCover.jpg'); | |||
} | |||
.disc.disc-gny { | |||
background-image: url('https://blankchronicle.com/images/5/5d/GNYTVCover.jpg'); | |||
} | |||
.disc.disc-bdmini { | |||
background-image: url('https://blankchronicle.com/images/2/2e/BDMiniCover.jpg'); | |||
} | |||
.disc.disc-bddrama1 { | |||
background-image: url('https://blankchronicle.com/images/5/5a/BDDramaCover.jpg'); | |||
} | |||
.disc.disc-seishun { | |||
background-image: url('https://blankchronicle.com/images/e/e0/SeishunCover.jpg'); | |||
} | |||
.disc.disc-zahyou { | |||
background-image: url('https://blankchronicle.com/images/1/1e/ZahyouCover.jpg'); | |||
} | |||
.disc.disc-daishou { | |||
background-image: url('https://blankchronicle.com/images/d/d2/DaishouCover.jpg'); | |||
} | |||
.disc.disc-sasageyo { | |||
background-image: url('https://blankchronicle.com/images/a/a4/SasageyoCover.jpg'); | |||
} | |||
.disc.disc-requiem { | |||
background-image: url('https://blankchronicle.com/images/d/d5/RequiemCover.jpg'); | |||
} | |||
.disc.disc-shikabane { | |||
background-image: url('https://blankchronicle.com/images/6/6b/ShikabaneCover.jpg'); | |||
} | |||
/* Live Covers */ | |||
.disc.disc-elyscon { | |||
background-image: url('https://blankchronicle.com/images/3/38/ElysionRE.jpg'); | |||
background-position: center; | |||
} | |||
.disc.disc-romancon { | |||
background-image: url('https://blankchronicle.com/images/0/02/RomanConcert.jpg'); | |||
background-position: center; | |||
} | |||
.disc.disc-tte2 { | |||
/* background-image: url('https://blankchronicle.com/images/8/8a/ElysionCover.png'); */ | |||
} | |||
.disc.disc-moiracon { | |||
background-image: url('https://blankchronicle.com/images/3/3b/MoiraConcertRE.jpg'); | |||
background-position: center; | |||
} | |||
.disc.disc-tte3 { | |||
background-image: url('https://blankchronicle.com/images/4/47/TTE3DoubleCover.jpg'); | |||
} | |||
.disc.disc-asohora { | |||
background-image: url('https://blankchronicle.com/images/e/eb/AsohoraLE.jpg'); | |||
} | |||
.disc.disc-merucon { | |||
background-image: url('https://blankchronicle.com/images/6/61/MarchenDVD.jpg'); | |||
background-position: center; | |||
} | |||
.disc.disc-tenfanevent { | |||
background-image: url('https://blankchronicle.com/images/6/6f/NeinCover3.jpg'); | |||
} | |||
.disc.disc-neincon { | |||
background-image: url('https://blankchronicle.com/images/7/73/NeinLive1.jpg'); | |||
background-position: center top; | |||
} | |||
.disc.disc-luxendarc { | |||
background-image: url('https://blankchronicle.com/images/a/a0/KikouBDnomarking.jpg'); | |||
background-position: center; | |||
} | |||
.disc.disc-jiyuucon { | |||
background-image: url('https://blankchronicle.com/images/a/a2/JiyuuhenoShingekiCover.jpg'); | |||
} | |||
.disc.disc-kisekicon { | |||
background-image: url('https://blankchronicle.com/images/5/5b/LinkedHorizonLiveTour1.jpg'); | |||
background-position: center; | |||
} | |||
.disc.disc-15annivfestival { | |||
background-image: url('https://blankchronicle.com/images/6/60/15thConcert2.jpg'); | |||
background-position: center; | |||
} |
Revision as of 01:40, 16 July 2022
/***********************/
/* 0. Temp/Scratch */
/***********************/
ruby > rt {
font-size: 70%;
}
iframe {
margin-top: 1em;
}
hr {
margin: 0.2em 3em;
}
.vocal-tracklist {
width: calc(67.5% - 21px);
}
@media only screen and (max-width: 944px) {
.vocal-tracklist {
width: 100%;
}
}
.vocal-tracklist-row {
border: 1px solid #9e9e9e;
box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
margin: 0 0 1em;
}
.vocal-tracklist .vocal-tracklist-row h3,
.vocal-tracklist .vocal-tracklist-row h4,
.vocal-tracklist .vocal-tracklist-row h5 {
border: none;
font-size: 16px;
margin: 0;
padding: 0;
}
.vocal-tracklist .vocal-tracklist-row .v-heading-group {
background: #f8f9fa;
border-bottom: 1px solid #9e9e9e;
margin: 0;
padding: .5em;
line-height: 1.1;
}
.vocal-tracklist .vocal-tracklist-row .v-performers-group {
padding: .5em;
}
.vocal-tracklist .vocal-tracklist-row .v-heading-group .mw-headline,
.vocal-tracklist .vocal-tracklist-row .v-performers-group {
display: grid;
grid-template-columns: 64px 1fr;
}
/******************************/
/* 1. Interface Overrides */
/******************************/
/* Font */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap&subset=latin-ext');
html, body {
font-family: 'Open Sans', sans-serif;
}
/* Remove External Link Image */
.mw-parser-output a.external {
background-image: unset;
padding-right: unset;
}
/* Logo */
.mw-logo-wordmark {
color: black;
}
/***********************/
/* 4. Page Styling */
/***********************/
/* Article Styling */
.lyrics-container {
text-align: center;
width: calc(67.5% - 21px);
font-size: 16px;
}
.lyrics-container p {
margin: 0;
}
.album-quote {
font-size: 1.25em;
text-align: center;
margin: 1em auto;
/* width: 88%; */
}
/* Discography Page/Object Styling */
.disc-container {
display: grid;
justify-content: center;
grid-template-columns: auto auto auto;
grid-gap: 1em 1em;
}
.disc-container:last-of-type {
margin-bottom: 1em;
}
.disc {
height: 300px;
width: 300px;
border-radius: 9px;
background-image: url('https://blankchronicle.com/images/f/f8/NoCoverBlank.jpg');
background-position: center bottom;
background-size: cover;
background-repeat: no-repeat;
}
.disc.inactive {
opacity: 65%;
}
.disc.inactive a:hover {
cursor: not-allowed;
opacity: 65%;
}
.disc.inactive a {
color: transparent;
}
.disc p {
margin: 0;
}
.disc:hover {
opacity: 85%;
transition: linear .15s;
}
.disc a:link, .disc a:visited {
display: inline-block;
height: 300px;
width: 300px;
opacity: 0;
text-align: center;
}
/* Profile Cards */
.wiki-contributors {
display: grid;
grid-template-columns: 620px auto;
}
.contributor-container {
min-height: 225px;
border: 1px solid #c0c090;
border-radius: 9px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
padding-left: 1em;
padding-right: 1em;
margin-bottom: 20px;
}
.contributor-img {
float: left;
max-height: 150px;
width: 20%;
margin-top: .5em;
margin-right: 1em;
}
.contributor-img img {
border-radius: 50%;
}
.contributor-name h2 {
border-bottom: none;
margin-top: .5em
}
.contributor-blurb {
max-width: 90%;
font-size: 95%;
}
.contributor-links {
float: right;
display: grid;
grid-template-rows: auto auto auto;
width: 5%;
}
.contributor-item {
}
.contributor-work {
font-size: 80%;
background-color: #eaecf0;
overflow: auto;
border: 1px solid #a2a9b1;
border-radius: 9px;
margin-bottom: 1em;
}
.contributor-work span.mw-collapsible-toggle {
padding-right: .4em;
}
.contributor-work .mw-collapsible-content {
column-width: 10em;
-webkit-column-width: 10em;
overflow-x: hidden;
margin-bottom: .2em;
}
.contributor-work h3 {
margin-top: 0;
padding-bottom: 0;
padding-top: .1em;
border-bottom: none;
text-align: center;
}
.person-container.tight {
display: flex;
flex-direction: row;
align-items: start;
padding: 8px;
min-height: 2.75rem;
margin-top: .5em;
margin-bottom: 0;
flex: 0 1 46.5%;
}
.person-container.tight .person-img {
float: unset;
height: 60px;
width: 60px;
margin: 0;
margin-right: 8px;
user-select: none;
}
.person-container.tight .person-img p {
margin: 0;
padding: 0;
}
.person-container.tight .person-name h4,
.person-container.tight .person-name h5 {
margin: 0;
padding: 0;
border: none;
font-size: 20px;
line-height: 1;
text-align: left;
}
.person-container.tight .person-content {
width: calc(100% - 64px - 8px);
}
.person-container.tight .person-blurb {
min-height: unset;
min-width: unset;
line-height: 22px;
padding-left: unset;
}
.person-container.tight .person-name {
padding-left: unset;
}
.person-container.tight .person-blurb p {
margin: 0;
}
.character-container, .person-container {
min-height: 175px;
background-color: white;
border: 1px solid #e0e0e0;
border-radius: 9px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
padding: .75em;
margin-bottom: 1.5em;
overflow: hidden;
}
.character-container~.spaced-header-container, .person-container~.spaced-header-container {
margin-top: -23px;
}
.person-container .mp-button a {
width: 50%;
}
.character-img, .person-img {
float: left;
max-height: 120px;
width: 120px;
margin: 0;
}
.person-img p {
margin: 0;
}
.character-img img, .person-img img {
border-radius: 50%;
}
.character-name h3, .person-name h3 {
margin-top: -0.35em
}
.character-blurb, .person-blurb {
min-width: 100%;
min-height: 57px;
font-size: 95%;
padding-left: 140px;
}
.character-name, .person-name {
padding-left: 140px;
}
.person-name h3, .person-name h4, .person-name h5, .person-name h6 {
margin: 0;
padding: 0;
}
.character-links, .person-links {
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(auto-fit, 75px);
padding-left: 20px;
}
.character-item, .person-item {
width: 75px;
height: 75px;
border-radius: 4px;
background-image: url('https://blankchronicle.com/images/f/f8/NoCoverBlank.jpg');
background-position: center bottom;
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
}
.character-item p, .person-item p {
margin: 0;
}
.character-item a:link, .character-item a:visited, .person-item a:link, .person-item a:visited {
opacity: 0;
margin: 0;
display: inline-block;
border-radius: 4px;
width: 75px;
height: 75px;
text-align: center;
}
.character-item:hover, .person-item:hover {
opacity: 85%;
transition: linear .15s;
}
/************************/
/* 5. Table Styling */
/************************/
.edition-target.fc-content > .tracktable,
.edition-target.re-content > .tracktable,
.edition-target.le-content > .tracktable,
.edition-target.dx-content > .tracktable,
.edition-target.re-content > .mvtable,
.edition-target.le-content > .mvtable,
.edition-target.dx-content > .mvtable,
.edition-target.re-content > .filetable,
.edition-target.le-content > .filetable,
.edition-target.dx-content > .filetable,
.edition-target.re-content > .infotable,
.edition-target.le-content > .infotable,
.edition-target.dx-content > .infotable,
.media-target.dvd-content > .tracktable,
.media-target.dvd-content > .mvtable,
.media-target.dvd-content > .filetable,
.media-target.dvd-content > .infotable,
.media-target.bd-content > .tracktable,
.media-target.bd-content > .mvtable,
.media-target.bd-content > .filetable,
.media-target.bd-content > .infotable {
/* width: 100%; */
}
table.tracktable,
table.mvtable,
table.filetable,
table.infotable,
table.wikitable {
border-collapse: collapse;
color: black;
margin: 0.5em 0;
width: calc(67.5% - 21px);
font-size: 16px;
}
table.tracktable tr:nth-child(even),
table.mvtable tr:nth-child(even),
table.filetable tr:nth-child(even),
table.infotable tr:nth-child(even) {
background: #f8f9fa;
}
table.tracktable th,
table.tracktable td,
table.tracktable.vocal th,
table.tracktable.vocal td,
table.mvtable th,
table.mvtable td,
table.filetable th,
table.filetable td,
table.infotable th,
table.infotable td {
border-bottom: 1px solid #9e9e9e;
}
table.tracktable th:first-child,
table.mvtable th:first-child,
table.filetable th:first-child,
table.infotable th,
table.infotable td {
text-align: left;
}
table.tracktable th:last-child,
table.mvtable th:last-child,
table.filetable th:last-child {
text-align: right;
}
table.tracktable td:first-child {
padding-left: 2px;
width: 34px;
}
table.tracktable td:last-child {
width: 50px;
}
table.tracktable td:nth-child(2) {
text-align: center;
padding-left: 5px;
padding-right: 5px;
}
table.tracktable td:last-child,
table.filetable td:last-child {
text-align: right;
padding-right: 2px;
word-break: normal;
}
table.tracktable.four-col th:nth-child(2),
table.tracktable.four-col td:nth-child(2),
table.tracktable.four-col th:nth-child(3),
table.tracktable.four-col td:nth-child(3),
table.mvtable th:nth-child(2),
table.mvtable td:nth-child(2),
table.mvtable th:nth-child(3),
table.mvtable td:nth-child(3),
table.filetable.three-col th:nth-child(2),
table.filetable.three-col td:nth-child(2) {
text-align: left;
}
table.tracktable.four-col th:nth-child(2),
table.tracktable.four-col td:nth-child(2),
table.mvtable th:nth-child(2),
table.mvtable td:nth-child(2),
table.filetable.three-col th:nth-child(2),
table.filetable.three-col td:nth-child(2) {
padding-left: 36px;
padding-right: 4px;
}
table.mvtable.responsive-table td:nth-child(4) {
text-align: right;
}
table.filetable.four-col th:nth-child(2),
table.filetable.four-col td:nth-child(2) {
padding-left: 18px;
text-align: left;
width: 140px;
}
table.filetable.four-col th:nth-child(3),
table.filetable.four-col td:nth-child(3) {
padding-left: 24px;
padding-right: 9px;
text-align: left;
}
table.infotable th,
table.infotable td {
padding-left: .5em;
padding-right: .5em;
}
table.infotable th:first-child,
table.infotable td:first-child {
padding-left: 2px;
}
table.infotable th:last-child,
table.infotable td:last-child {
padding-right: 2px;
}
table.infotable.two-col.numbered th:first-child,
table.infotable.two-col.numbered td:first-child {
padding-right: 2px;
}
table.infotable.four-col.tour td:first-child {
padding-right: 0;
width: 16%;
}
@media only screen and (max-width : 1000px) {
table.responsive-table tr:nth-child(even) {
background: none;
}
table.responsive-table td {
border: 1px solid #9e9e9e;
padding: .5em;
}
table.responsive-table tr:nth-child(1) {
display: none!important;
}
table.tracktable.responsive-table td:nth-child(1):before,
table.mvtable.responsive-table td:nth-child(1):before {
content: '#';
}
table.filetable.responsive-table td:nth-child(1):before {
content: 'File';
font-weight: bold;
}
table.infotable.four-col.tour.responsive-table td:nth-child(1):before {
content: 'Date';
font-weight: bold;
}
table.tracktable.responsive-table td:nth-child(2):before,
table.mvtable.responsive-table td:nth-child(2):before,
table.filetable.four-col.responsive-table td:nth-child(2):before {
content: 'Title';
}
table.infotable.four-col.tour.responsive-table td:nth-child(2):before {
content: 'Open';
font-weight: bold;
}
table.infotable.four-col.tour.responsive-table td:nth-child(3):before {
content: 'Start';
font-weight: bold;
}
table.infotable.four-col.tour.responsive-table td:nth-child(4):before {
content: 'Venue';
font-weight: bold;
}
table.filetable.three-col.responsive-table td:nth-child(2):before,
table.filetable.four-col.responsive-table td:nth-child(3):before {
content: 'Content';
font-weight: bold;
}
table.tracktable.responsive-table td:nth-child(3):before,
table.tracktable.four-col.responsive-table td:nth-child(4):before,
table.mvtable.responsive-table td:nth-child(4):before,
table.filetable.three-col.responsive-table td:nth-child(3):before,
table.filetable.four-col.responsive-table td:nth-child(4):before {
content: 'Length ';
font-weight: bold;
}
table.tracktable.vocal.responsive-table td:nth-child(3):before {
content: 'Lead ';
font-weight: bold;
}
table.tracktable.four-col.responsive-table td:nth-child(3):before {
content: 'Description ';
}
table.mvtable.responsive-table td:nth-child(3):before {
content: 'Details ';
font-weight: bold;
}
table.tracktable td:first-child {
width: unset;
}
table.tracktable td:last-child {
width: unset;
}
table.tracktable.responsive-table td:nth-child(1):before,
table.tracktable.responsive-table td:nth-child(2):before,
table.mvtable.responsive-table td:nth-child(1):before,
table.mvtable.responsive-table td:nth-child(2):before,
table.tracktable.four-col.responsive-table td:nth-child(3):before,
table.mvtable.responsive-table td:nth-child(3):before,
table.filetable.responsive-table td:nth-child(1):before,
table.filetable.three-col.responsive-table td:nth-child(2):before,
table.filetable.four-col.responsive-table td:nth-child(2):before,
table.filetable.four-col.responsive-table td:nth-child(3):before,
table.infotable.four-col.responsive-table td:nth-child(1):before,
table.infotable.four-col.responsive-table td:nth-child(2):before,
table.infotable.four-col.responsive-table td:nth-child(3):before,
table.infotable.four-col.responsive-table td:nth-child(4):before {
position: absolute;
left: .5em;
font-weight: bold;
}
table.tracktable.responsive-table tr,
table.tracktable.responsive-table td,
table.mvtable.responsive-table tr,
table.mvtable.responsive-table td,
table.filetable.responsive-table tr,
table.filetable.responsive-table td,
table.infotable.four-col.responsive-table tr,
table.infotable.four-col.responsive-table td {
display: block;
}
table.tracktable.responsive-table tr,
table.mvtable.responsive-table tr,
table.filetable.responsive-table tr,
table.infotable.four-col.responsive-table tr {
position: relative;
margin-bottom: 1em;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
table.tracktable.responsive-table td,
table.mvtable.responsive-table td,
table.filetable.responsive-table td,
table.infotable.four-col.responsive-table td {
border-top: none;
}
table.tracktable.responsive-table td:first-child,
table.mvtable.responsive-table td:first-child,
table.filetable.responsive-table td:first-child {
background: #f8f9fa;
border-top: 1px solid #9e9e9e;
padding-left: 19px;
}
table.infotable.four-col.responsive-table td:first-child {
background: #f8f9fa;
border-top: 1px solid #9e9e9e;
padding-left: 50px;
}
table.infotable.four-col.tour td:first-child {
width: unset;
}
table.infotable.four-col.tour.responsive-table td:nth-child(2) {
padding-left: 54px;
border-top: none;
}
table.infotable.four-col.tour.responsive-table td:nth-child(3) {
position: absolute;
right: 0;
top: 43.33px;
padding-left: 50px;
border: none;
}
table.infotable.four-col.tour.responsive-table td:last-child {
border-top: none;
}
table.tracktable.responsive-table td:nth-child(2) {
background: #ffffff;
padding-left: 47px;
padding-right: .5em;
text-align: center;
}
table.filetable.four-col th:nth-child(2),
table.filetable.four-col td:nth-child(2) {
width: unset;
}
table.tracktable.four-col.responsive-table td:nth-child(2),
table.mvtable.responsive-table td:nth-child(2),
table.filetable.responsive-table td:first-child,
table.filetable.responsive-table td:nth-child(2),
table.filetable.four-col.responsive-table td:nth-child(3),
table.infotable.four-col.responsive-table td:nth-child(4) {
padding: .5em .5em .5em 75px;
text-align: left;
}
table.filetable.responsive-table td:first-child {
padding-left: 40px;
}
table.tracktable.responsive-table td:nth-child(3),
table.filetable.three-col.responsive-table td:nth-child(3) {
position: absolute;
top: 0;
right: 0;
background: none;
border: none;
padding: 10px 0.5em 0px 0;
}
table.tracktable.four-col.responsive-table td:nth-child(3),
table.mvtable.responsive-table td:nth-child(3) {
position: static;
border: 1px solid #9e9e9e;
border-top: none;
padding: .5em .5em .5em 110px;
}
table.tracktable.four-col.responsive-table td:nth-child(4),
table.mvtable.responsive-table td:nth-child(4),
table.filetable.four-col.responsive-table td:nth-child(4) {
position: absolute;
top: 0;
right: 0;
border: none;
background: none;
padding: 10px 0.5em 0px 0;
}
table.tracktable, table.mvtable, table.filetable, table.wikitable, table.infotable {
table-layout: auto;
width: 100%;
}
}
/****************************/
/* 7. Discography Covers */
/****************************/
.disc.disc-chronicle {
background-image: url('https://blankchronicle.com/images/9/97/ChronicleCover.jpg');
}
.disc.disc-thanatos {
background-image: url('https://blankchronicle.com/images/c/c2/ThanatosCover.jpg');
}
.disc.disc-lost {
background-image: url('https://blankchronicle.com/images/6/6c/LostCover.jpg');
}
.disc.disc-pico {
background-image: url('https://blankchronicle.com/images/9/98/PicoMagicCover.jpg');
}
.disc.disc-reloaded {
background-image: url('https://blankchronicle.com/images/3/37/ReloadedCover.JPG');
}
.disc.disc-chrsecond {
background-image: url('https://blankchronicle.com/images/0/05/Chronicle2ndCover.jpg');
}
.disc.disc-prelude {
background-image: url('https://blankchronicle.com/images/8/8b/PreludetoElysionCover.jpg');
}
.disc.disc-elysion {
background-image: url('https://blankchronicle.com/images/8/8a/ElysionCover.png');
}
.disc.disc-roman {
background-image: url('https://blankchronicle.com/images/8/8e/RomanCover.jpg');
}
.disc.disc-moira {
background-image: url('https://blankchronicle.com/images/2/29/MoiraCover.jpg');
}
.disc.disc-marchen {
background-image: url('https://blankchronicle.com/images/8/80/MarchenSquareCover.jpg');
}
.disc.disc-ema {
background-image: url('https://blankchronicle.com/images/c/c8/AroundCover.png');
background-position: top center;
}
.disc.disc-rinne {
background-image: url('https://blankchronicle.com/images/9/96/RinneTentativeCover.png');
background-position: center center;
background-size: 400%;
}
.disc.disc-nein {
background-image: url('https://blankchronicle.com/images/b/b1/NeinCover.jpg');
}
.disc.disc-swordboy {
background-image: url('https://blankchronicle.com/images/6/68/SwordboyCover.jpg');
}
.disc.disc-iberia {
background-image: url('https://blankchronicle.com/images/7/7f/IberiaCover2.jpg');
}
.disc.disc-ido {
background-image: url('https://blankchronicle.com/images/0/06/IdoIdoCover2.jpg');
}
.disc.disc-halloween {
background-image: url('https://blankchronicle.com/images/d/d1/HalloYoruCover.jpg');
}
.disc.disc-vanisuta {
background-image: url('https://blankchronicle.com/images/9/95/VaniSutaCover.jpg');
}
.disc.disc-marvelous {
background-image: url('https://blankchronicle.com/images/a/a1/MarvelousShouchuuCover.jpg');
}
.disc.disc-ema-prologue {
background-image: url('https://blankchronicle.com/images/c/c8/AroundCover.png');
background-position: top center;
}
.disc.disc-riddle {
background-image: url('https://blankchronicle.com/images/0/04/RiddleCover.jpg');
background-position: center top;
}
.disc.disc-genome {
background-image: url('https://blankchronicle.com/images/2/24/GenomeCover.jpg');
background-position: center top;
}
.disc.disc-ouki {
background-image: url('https://blankchronicle.com/images/b/bb/OukiCover.jpg');
}
.disc.disc-sister {
background-image: url('https://blankchronicle.com/images/6/6c/MermaidCover.jpg');
background-position: center top;
}
.disc.disc-link {
background-image: url('https://blankchronicle.com/images/c/c1/LiNKCover.jpg');
}
.disc.disc-pastel {
background-image: url('https://blankchronicle.com/images/6/6c/PastelKitchenCroppedCover.jpg');
}
.disc.disc-rasp {
background-image: url('https://blankchronicle.com/images/3/3e/RaspberryGameCover.jpg');
background-position: center top;
}
.disc.disc-leviathan {
background-image: url('https://blankchronicle.com/images/1/18/LeviathanCover.jpg');
}
.disc.disc-poca {
background-image: url('https://blankchronicle.com/images/a/ab/PocafelicitaCover.jpg');
}
.disc.disc-rest {
background-image: url('https://blankchronicle.com/images/1/19/RestCover.jpg');
}
.disc.disc-schwarz {
background-image: url('https://blankchronicle.com/images/6/60/SchwarzweissCover.jpg');
}
.disc.disc-anotherroman {
background-image: url('https://blankchronicle.com/images/0/0a/AnotherRomanCover2.jpg');
}
.disc.disc-dream {
background-image: url('https://blankchronicle.com/images/f/ff/DreamPortCover.jpg');
}
.disc.disc-chronology {
background-image: url('https://blankchronicle.com/images/9/9c/ChronologyCover.jpg');
}
.disc.disc-yodaka {
background-image: url('https://blankchronicle.com/images/9/9f/YodakaCover.jpeg');
}
.disc.disc-yodaka-single {
background-image: url('https://blankchronicle.com/images/6/68/Yodakasingle.png');
}
.disc.disc-daikikou {
background-image: url('https://blankchronicle.com/images/f/f8/LuxendarcDaikikouCover2.jpg');
}
.disc.disc-bravely1 {
background-image: url('https://blankchronicle.com/images/0/0e/Bravely1TextCover.jpg');
}
.disc.disc-bravely2 {
background-image: url('https://blankchronicle.com/images/9/9d/BDIICoverRE.jpg');
background-position: center left;
}
.disc.disc-moonpride {
background-image: url('https://blankchronicle.com/images/1/1a/MoonPrideCover.jpg');
}
.disc.disc-wintermix {
background-image: url('https://blankchronicle.com/images/8/84/WinterMixCover.jpg');
}
.disc.disc-kiseki {
background-image: url('https://blankchronicle.com/images/0/04/ShingekinoKisekiCover.jpg');
}
.disc.disc-shoukikou {
background-image: url('https://blankchronicle.com/images/b/bd/LuxendarcKokikouCover.jpg');
}
.disc.disc-jiyuu {
background-image: url('https://blankchronicle.com/images/6/6a/JiyuuhenoShingekiCover2.jpg');
}
.disc.disc-rakuen {
background-image: url('https://blankchronicle.com/images/9/9c/RakuenCover.jpg');
}
.disc.disc-shinjitsu {
background-image: url('https://blankchronicle.com/images/4/4c/ShinjitsuCover.jpg');
}
.disc.disc-gny {
background-image: url('https://blankchronicle.com/images/5/5d/GNYTVCover.jpg');
}
.disc.disc-bdmini {
background-image: url('https://blankchronicle.com/images/2/2e/BDMiniCover.jpg');
}
.disc.disc-bddrama1 {
background-image: url('https://blankchronicle.com/images/5/5a/BDDramaCover.jpg');
}
.disc.disc-seishun {
background-image: url('https://blankchronicle.com/images/e/e0/SeishunCover.jpg');
}
.disc.disc-zahyou {
background-image: url('https://blankchronicle.com/images/1/1e/ZahyouCover.jpg');
}
.disc.disc-daishou {
background-image: url('https://blankchronicle.com/images/d/d2/DaishouCover.jpg');
}
.disc.disc-sasageyo {
background-image: url('https://blankchronicle.com/images/a/a4/SasageyoCover.jpg');
}
.disc.disc-requiem {
background-image: url('https://blankchronicle.com/images/d/d5/RequiemCover.jpg');
}
.disc.disc-shikabane {
background-image: url('https://blankchronicle.com/images/6/6b/ShikabaneCover.jpg');
}
/* Live Covers */
.disc.disc-elyscon {
background-image: url('https://blankchronicle.com/images/3/38/ElysionRE.jpg');
background-position: center;
}
.disc.disc-romancon {
background-image: url('https://blankchronicle.com/images/0/02/RomanConcert.jpg');
background-position: center;
}
.disc.disc-tte2 {
/* background-image: url('https://blankchronicle.com/images/8/8a/ElysionCover.png'); */
}
.disc.disc-moiracon {
background-image: url('https://blankchronicle.com/images/3/3b/MoiraConcertRE.jpg');
background-position: center;
}
.disc.disc-tte3 {
background-image: url('https://blankchronicle.com/images/4/47/TTE3DoubleCover.jpg');
}
.disc.disc-asohora {
background-image: url('https://blankchronicle.com/images/e/eb/AsohoraLE.jpg');
}
.disc.disc-merucon {
background-image: url('https://blankchronicle.com/images/6/61/MarchenDVD.jpg');
background-position: center;
}
.disc.disc-tenfanevent {
background-image: url('https://blankchronicle.com/images/6/6f/NeinCover3.jpg');
}
.disc.disc-neincon {
background-image: url('https://blankchronicle.com/images/7/73/NeinLive1.jpg');
background-position: center top;
}
.disc.disc-luxendarc {
background-image: url('https://blankchronicle.com/images/a/a0/KikouBDnomarking.jpg');
background-position: center;
}
.disc.disc-jiyuucon {
background-image: url('https://blankchronicle.com/images/a/a2/JiyuuhenoShingekiCover.jpg');
}
.disc.disc-kisekicon {
background-image: url('https://blankchronicle.com/images/5/5b/LinkedHorizonLiveTour1.jpg');
background-position: center;
}
.disc.disc-15annivfestival {
background-image: url('https://blankchronicle.com/images/6/60/15thConcert2.jpg');
background-position: center;
}