Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Tag: Reverted |
Tag: Manual revert |
||
| (36 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
/* .toc, #toc { display: none; } */ | /* .toc, #toc { display: none; } */ | ||
table.wikitable.zebra tr:nth-child(even) { | |||
background-color: #EFEFEF; | |||
} | |||
/* Wikia.css starts here */ | /* Wikia.css starts here */ | ||
span.explain { text-decoration-line: underline; } | |||
span.explain { | |||
text-decoration-style: dotted; | |||
} | |||
/* TEMPLATE:RELEASE INFOBOX */ | /* TEMPLATE:RELEASE INFOBOX */ | ||
| Line 14: | Line 24: | ||
border: thin solid #A2A9B1; | border: thin solid #A2A9B1; | ||
width: 300px; | width: 300px; | ||
} | } | ||
| Line 28: | Line 37: | ||
/* font-family: Linux Libertine, Georgia, Times, serif; */ | /* font-family: Linux Libertine, Georgia, Times, serif; */ | ||
border-bottom: 0.5px solid #A2A9B1; | border-bottom: 0.5px solid #A2A9B1; | ||
} | } | ||
| Line 71: | Line 79: | ||
border-bottom: 0.5px solid #A2A9B1; | border-bottom: 0.5px solid #A2A9B1; | ||
border-top: 0.5px solid #A2A9B1; | border-top: 0.5px solid #A2A9B1; | ||
} | } | ||
| Line 134: | Line 141: | ||
text-align: center; | text-align: center; | ||
border-bottom: 0.5px solid #A2A9B1; | border-bottom: 0.5px solid #A2A9B1; | ||
} | } | ||
| Line 156: | Line 162: | ||
text-align: center; | text-align: center; | ||
border-bottom: 0.5px solid #A2A9B1; | border-bottom: 0.5px solid #A2A9B1; | ||
} | } | ||
| Line 165: | Line 170: | ||
border-top: 0.5px solid #A2A9B1; | border-top: 0.5px solid #A2A9B1; | ||
border-bottom: 0.5px solid #A2A9B1; | border-bottom: 0.5px solid #A2A9B1; | ||
} | } | ||
Latest revision as of 22:54, 1 November 2022
/* CSS placed here will be applied to all skins */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
/* .toc, #toc { display: none; } */
table.wikitable.zebra tr:nth-child(even) {
background-color: #EFEFEF;
}
/* Wikia.css starts here */
span.explain { text-decoration-line: underline; }
span.explain {
text-decoration-style: dotted;
}
/* TEMPLATE:RELEASE INFOBOX */
.portable-infobox.pi-type-release {
background-color: #F8F9FA;
color: #000000;
border: thin solid #A2A9B1;
width: 300px;
}
.portable-infobox.pi-type-release .pi-border-color {
border-style: none;
border-color: #000000;
border-width: 0.5px;
}
.portable-infobox.pi-type-release .pi-title {
background-color: #EAECF0;
text-align: center;
/* font-family: Linux Libertine, Georgia, Times, serif; */
border-bottom: 0.5px solid #A2A9B1;
}
.portable-infobox.pi-type-release .pi-section-navigation {
border-bottom: 0.5px solid #A2A9B1;
}
.portable-infobox.pi-type-release .pi-section-tab {
border-style: 0.5px solid #A2A9B1;
}
/* .portable-infobox.pi-type-release .pi-section-tab:only-of-type {
display: none;
} */
.portable-infobox.pi-type-release .pi-section-tab:hover .pi-section-label {
color: unset;
}
.portable-infobox.pi-type-release .pi-data-label [data-source=romaji] {
text-align: center !important;
}
.portable-infobox.pi-type-release tbody [data-source=romaji] {
text-align: center !important;
border-bottom: 0.5px solid #A2A9B1;
}
.portable-infobox.pi-type-release tbody [data-source=translation] {
text-align: center !important;
border-bottom: 0.5px solid #A2A9B1;
}
.portable-infobox.pi-type-release .pi-image-thumbnail {
max-width: 300px;
max-height: 300px;
width: auto;
height: auto;
}
.portable-infobox.pi-type-release .pi-header {
border-bottom: 0.5px solid #A2A9B1;
border-top: 0.5px solid #A2A9B1;
}
.portable-infobox.pi-type-release .pi-data-label {
text-align: left;
align-items: left;
justify-content: left;
}
.portable-infobox.pi-type-release .pi-data-value {
text-align: left;
/* align-items: left; */
/* justify-content: left; */
}
.portable-infobox.pi-type-release .pi-item[data-source=regcat] {
text-align: left;
/* align-items: left; */
/* justify-content: left; */
}
.portable-infobox.pi-type-release .pi-item[data-source=limcat] {
text-align: left;
/* align-items: left; */
/* justify-content: left; */
}
.portable-infobox.pi-type-release .pi-item[data-source=delcat] {
text-align: left;
/* align-items: left; */
/* justify-content: left; */
}
.portable-infobox.pi-type-release .pi-item[data-source=singles] {
/* text-align: left; */
/* align-items: left; */
/* justify-content: left; */
}
.portable-infobox.pi-type-release .pi-item[data-source=previous] {
}
.portable-infobox.pi-type-release .pi-item[data-source=next] {
}
/* TEMPLATE:LIVE INFOBOX */
.portable-infobox.pi-type-live {
background-color: #F8F9FA;
color: #000000;
border: thin solid #A2A9B1;
}
.portable-infobox.pi-type-live .pi-border-color {
border-style: none;
border-color: #A2A9B1;
border-width: 0.5px;
}
.portable-infobox.pi-type-live .pi-title {
background-color: #EAECF0;
text-align: center;
border-bottom: 0.5px solid #A2A9B1;
}
/* TEMPLATE:SONG INFOBOX */
.portable-infobox.pi-type-song {
background-color: #F8F9FA;
color: #000000;
border: thin solid #A2A9B1;
width: 300px;
}
.portable-infobox.pi-type-song .pi-border-color {
border-style: none;
border-color: #A2A9B1;
border-width: 0.5px;
}
.portable-infobox.pi-type-song .pi-title {
background-color: #EAECF0;
text-align: center;
border-bottom: 0.5px solid #A2A9B1;
}
.portable-infobox.pi-type-song .pi-header {
background-color: #EAECF0;
color:#000000 !important;
text-align: center;
border-top: 0.5px solid #A2A9B1;
border-bottom: 0.5px solid #A2A9B1;
}
.portable-infobox.pi-type-song .pi-header a:link {
color:rgb(0,0,0) !important;
}
.portable-infobox.pi-type-song tbody [data-source=romaji] {
text-align: center;
border-bottom: 0.5px solid #A2A9B1;
}
.portable-infobox.pi-type-song tbody [data-source=translation] {
text-align: center;
border-bottom: 0.5px solid #A2A9B1;
}
.portable-infobox.pi-type-song tbody [data-source=release] {
text-align: center;
border-bottom: 0.5px solid #A2A9B1;
}
.portable-infobox.pi-type-song tbody [data-source=length] {
text-align: center;
border-bottom: 0.5px solid #A2A9B1;
}
.portable-infobox.pi-type-song tbody [data-source=lyrics] {
text-align: center;
border-bottom: 0.5px solid #A2A9B1;
}
.portable-infobox.pi-type-song tbody [data-source=composer] {
text-align: center;
border-bottom: 0.5px solid #A2A9B1;
}
.portable-infobox.pi-type-song tbody [data-source=first] {
text-align: center;
border-bottom: 0.5px solid #A2A9B1;
}
.portable-infobox.pi-type-song tbody [data-source=last] {
text-align: center;
border-bottom: 0.5px solid #A2A9B1;
}
.portable-infobox.pi-type-song .pi-item[data-source=PV] {
text-align: center;
border-bottom: 0.5px solid #A2A9B1;
}
.portable-infobox.pi-type-song .pi-section-tab:hover .pi-section-label {
color: unset;
}
/* Mirroring used in Template:Mirror */
.mirror {
transform: scaleX(-1);
display:inline-block;
}