Difference between revisions of "MediaWiki:Common.css"

From DEGwiki
Jump to navigation Jump to search
Tag: Reverted
Tag: Manual revert
 
(42 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-height: 1.0
}
}


Line 34: Line 43:
}
}


/*.portable-infobox.pi-type-release .pi-section-tab {
.portable-infobox.pi-type-release .pi-section-tab {
     border-style: 0.5px solid #A2A9B1;
     border-style: 0.5px solid #A2A9B1;
}*/
}


/* .portable-infobox.pi-type-release .pi-section-tab:only-of-type {
/* .portable-infobox.pi-type-release .pi-section-tab:only-of-type {
Line 42: Line 51:
} */
} */


/*.portable-infobox.pi-type-release .pi-section-tab:hover .pi-section-label {
.portable-infobox.pi-type-release .pi-section-tab:hover .pi-section-label {
     color: unset;
     color: unset;
}*/
}


.portable-infobox.pi-type-release .pi-data-label [data-source=romaji] {
.portable-infobox.pi-type-release .pi-data-label [data-source=romaji] {
Line 79: Line 88:


.portable-infobox.pi-type-release .pi-data-value {
.portable-infobox.pi-type-release .pi-data-value {
      text-align: left;
    text-align: left;
/*    align-items: left; */
/*    align-items: left; */
/*    justify-content: left; */
/*    justify-content: left; */
Line 85: Line 94:


.portable-infobox.pi-type-release .pi-item[data-source=regcat] {
.portable-infobox.pi-type-release .pi-item[data-source=regcat] {
      text-align: left;
    text-align: left;
/*    align-items: left; */
/*    align-items: left; */
/*    justify-content: left; */
/*    justify-content: left; */
Line 91: Line 100:


.portable-infobox.pi-type-release .pi-item[data-source=limcat] {
.portable-infobox.pi-type-release .pi-item[data-source=limcat] {
      text-align: left;
    text-align: left;
/*    align-items: left; */
/*    align-items: left; */
/*    justify-content: left; */
/*    justify-content: left; */
Line 97: Line 106:


.portable-infobox.pi-type-release .pi-item[data-source=delcat] {
.portable-infobox.pi-type-release .pi-item[data-source=delcat] {
      text-align: left;
    text-align: left;
/*    align-items: left; */
/*    align-items: left; */
/*    justify-content: left; */
/*    justify-content: left; */
}
}


/*
.portable-infobox.pi-type-release .pi-item[data-source=singles] {
.portable-infobox.pi-type-release .pi-item[data-source=singles] {
    text-align: left;  
/*    text-align: left; */
    align-items: left;  
/*    align-items: left; */
    justify-content: left;  
/*    justify-content: left; */
}*/
}


/*
.portable-infobox.pi-type-release .pi-item[data-source=previous] {
.portable-infobox.pi-type-release .pi-item[data-source=previous] {
}*/
}


/*
.portable-infobox.pi-type-release .pi-item[data-source=next] {
.portable-infobox.pi-type-release .pi-item[data-source=next] {
}*/
}


/* TEMPLATE:LIVE INFOBOX */
/* TEMPLATE:LIVE INFOBOX */

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