Jump to content

Module:Infobox/styles.css: Difference between revisions

From SchoolIdolWiki
No edit summary
Tag: Reverted
m Reverted edits by AyTaco (talk) to last revision by HarukiLL
Tag: Rollback
Line 12: Line 12:
     line-height: 1.6em;
     line-height: 1.6em;
     border-spacing: 3px;
     border-spacing: 3px;
     background-color: #f8f9fa;
     background-color: #f8f9fa
}
}


@media screen {
@media screen {
    .infobox {
.infobox {
        background-color: #f8f9fa;
background-color: #f8f9fa
     }
     }
}
}


@media (max-width: 640px) {
@media (max-width: 640px) {
    .infobox {
.infobox {
        width: 100%;
width: 100%;
    }
}
 
   
    .infobox .nowrap {
.infobox .nowrap {
        white-space: normal;
white-space: normal;
    }
}
}
}


@media (min-width: 640px) {
@media (min-width: 640px) {
    .infobox {
.infobox {
        /* @noflip */
/* @noflip */
        margin: 0.5em 0 0.5em 1em;
margin: 0.5em 0 0.5em 1em;
        /* @noflip */
/* @noflip */
        float: right;
float: right;
        /* @noflip */
/* @noflip */
        clear: right;
clear: right;
        width: 22em;
width: 22em;
    }
}
}
}


.infobox-header {
.infobox-header {
    line-height: 2.1em;
line-height: 2.1em;
}
}
.infobox-label,
.infobox-label,
.infobox-above {
.infobox-above {
    line-height: 2.1em;
line-height: 2.1em;
}
}
.infobox-full-data,
.infobox-full-data,
Line 56: Line 56:
.infobox-image,
.infobox-image,
.infobox-navbar,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox th,
.infobox td {
.infobox td {
    vertical-align: top;
vertical-align: top;
}
}


.infobox-label,
.infobox-label,
.infobox-data,
.infobox-data,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox th,
.infobox td {
.infobox td {
    text-align: left;
/* @noflip */
text-align: left;
}
}


/* Remove .infobox when element selectors above are removed */
.infobox .infobox-above,
.infobox .infobox-above,
.infobox .infobox-title,
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
.infobox caption {
    font-size: 125%;
font-size: 125%;
    font-weight: bold;
font-weight: bold;
    text-align: center;
text-align: center;
}
}


.infobox-title,
.infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
.infobox caption {
    padding: 0.2em;
padding: 0.2em;
}
}


/* Remove .infobox when element selectors above are removed */
.infobox .infobox-header,
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-subheader,
Line 86: Line 93:
.infobox .infobox-full-data,
.infobox .infobox-full-data,
.infobox .infobox-below {
.infobox .infobox-below {
    text-align: center;
text-align: center;
}
}


/* Remove .infobox when element selectors above are removed */
.infobox .infobox-navbar {
.infobox .infobox-navbar {
    text-align: right;
/* @noflip */
text-align: right;
}
}


/* Dark mode via prefers-color-scheme */
/* Dark mode styles */
@media (prefers-color-scheme: dark) {
@media (prefers-color-scheme: dark) {
     .infobox {
     .infobox {
Line 115: Line 124:
     }
     }
}
}
 
/* Dark mode for Vector 2022 skin (data-mw-theme=dark) */
/* end stuff from common.css on enwiki */
html[data-mw-theme="dark"] .infobox {
    background-color: #1e1e1e;
/*
    color: #f0f0f0;
* not strictly certain these styles are necessary since the modules now
    border-color: #444;
* exclusively output infobox-subbox or infobox, not both
}
* just replicating the module faithfully
 
*/
html[data-mw-theme="dark"] .infobox-header,
html[data-mw-theme="dark"] .infobox-label,
html[data-mw-theme="dark"] .infobox-above,
html[data-mw-theme="dark"] .infobox-full-data,
html[data-mw-theme="dark"] .infobox-data,
html[data-mw-theme="dark"] .infobox-below,
html[data-mw-theme="dark"] .infobox-subheader,
html[data-mw-theme="dark"] .infobox-image,
html[data-mw-theme="dark"] .infobox-navbar,
html[data-mw-theme="dark"] .infobox th,
html[data-mw-theme="dark"] .infobox td {
    color: #f0f0f0;
}
 
/* end stuff from common.css on enwiki */
 
.infobox-subbox {
.infobox-subbox {
    padding: 0;
padding: 0;
    border: none;
border: none;
    margin: -3px;
margin: -3px;
    width: auto;
width: auto;
    min-width: 100%;
min-width: 100%;
    font-size: 100%;
font-size: 100%;
    clear: none;
clear: none;
    float: none;
float: none;
    background-color: transparent;
background-color: transparent;
}
}


.infobox-3cols-child {
.infobox-3cols-child {
    margin: auto;
margin: auto;
}
}


.infobox .navbar {
.infobox .navbar {
    font-size: 100%;
font-size: 100%;
}
}


Line 162: Line 155:
body.skin-minerva .infobox-header,
body.skin-minerva .infobox-header,
body.skin-minerva .infobox-subheader,
body.skin-minerva .infobox-subheader,
body.skin-minerva .infobox-above,
body.skin-minerva .infobox-above,
body.skin-minerva .infobox-title,
body.skin-minerva .infobox-title,
body.skin-minerva .infobox-image,
body.skin-minerva .infobox-image,
body.skin-minerva .infobox-full-data,
body.skin-minerva .infobox-full-data,
body.skin-minerva .infobox-below {
body.skin-minerva .infobox-below {
    text-align: center;
text-align: center;
}
}


/* Responsive fix for infobox-table in skins like Vector 2022 */
/* Since infobox is a table, many infobox templates take advantage of this to add columns and rows to the infobox itself rather than as part of a new table inside them. This class should be discouraged and removed on the long term, but allows us to at least identify these tables going forward
Currently in use on: [[Module:Infobox3cols]]
Fixes issue described in https://phabricator.wikimedia.org/F55300125 on Vector 2022.
*/
@media (min-width: 640px) {
@media (min-width: 640px) {
    body.skin--responsive .infobox-table {
  body.skin--responsive .infobox-table {
        display: table !important;
    display: table !important;
    }
  }
    body.skin--responsive .infobox-table > caption {
  body.skin--responsive .infobox-table > caption {
        display: table-caption !important;
    display: table-caption !important;
    }
  }
    body.skin--responsive .infobox-table > tbody {
  body.skin--responsive .infobox-table > tbody {
        display: table-row-group;
    display: table-row-group;
    }
  }
    body.skin--responsive .infobox-table tr {
  body.skin--responsive .infobox-table tr {
        display: table-row !important;
    display: table-row !important;
    }
  }
    body.skin--responsive .infobox-table th,
  body.skin--responsive .infobox-table th,
    body.skin--responsive .infobox-table td {
  body.skin--responsive .infobox-table td {
        padding-left: inherit;
    padding-left: inherit;
        padding-right: inherit;
    padding-right: inherit;
    }
  }
}
}

Revision as of 13:14, 12 April 2025

/* {{pp|small=y}} */
/*
 * Stuff from MediaWiki:Common.css on enwiki that is not present in common.css here
 */

/* Base styles for light mode */
.infobox {
    border: 1px solid #a2a9b1;
    color: black;
    padding: 0.2em;
    font-size: 88%;
    line-height: 1.6em;
    border-spacing: 3px;
    background-color: #f8f9fa
}

@media screen {
	.infobox {
		background-color: #f8f9fa
    }
}

@media (max-width: 640px) {
	.infobox {
		width: 100%;
	}
    
	.infobox .nowrap {
		white-space: normal;
	}
}

@media (min-width: 640px) {
	.infobox {
		/* @noflip */
		margin: 0.5em 0 0.5em 1em;
		/* @noflip */
		float: right;
		/* @noflip */
		clear: right;
		width: 22em;
	}
}

.infobox-header {
	line-height: 2.1em;
}
.infobox-label,
.infobox-above {
	line-height: 2.1em;	
}
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	vertical-align: top;
}

.infobox-label,
.infobox-data,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	/* @noflip */
	text-align: left;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-above,
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

.infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
	padding: 0.2em;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
	text-align: center;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-navbar {
	/* @noflip */
	text-align: right;
}

/* Dark mode styles */
@media (prefers-color-scheme: dark) {
    .infobox {
        background-color: #1e1e1e;
        color: #f0f0f0;
        border-color: #444;
    }

    .infobox-header,
    .infobox-label,
    .infobox-above,
    .infobox-full-data,
    .infobox-data,
    .infobox-below,
    .infobox-subheader,
    .infobox-image,
    .infobox-navbar,
    .infobox th,
    .infobox td {
        color: #f0f0f0;
    }
}
 
 /* end stuff from common.css on enwiki */
 
/*
 * not strictly certain these styles are necessary since the modules now
 * exclusively output infobox-subbox or infobox, not both
 * just replicating the module faithfully
 */
.infobox-subbox {
	padding: 0;
	border: none;
	margin: -3px;
	width: auto;
	min-width: 100%;
	font-size: 100%;
	clear: none;
	float: none;
	background-color: transparent;
}

.infobox-3cols-child {
	margin: auto;
}

.infobox .navbar {
	font-size: 100%;
}

/* T281642 */
body.skin-minerva .infobox-header,
body.skin-minerva .infobox-subheader,
body.skin-minerva  .infobox-above,
body.skin-minerva .infobox-title,
body.skin-minerva  .infobox-image,
body.skin-minerva  .infobox-full-data,
body.skin-minerva .infobox-below {
	text-align: center;
}

/* Since infobox is a table, many infobox templates take advantage of this to add columns and rows to the infobox itself rather than as part of a new table inside them. This class should be discouraged and removed on the long term, but allows us to at least identify these tables going forward
Currently in use on: [[Module:Infobox3cols]]
Fixes issue described in https://phabricator.wikimedia.org/F55300125 on Vector 2022.
*/
@media (min-width: 640px) {
  body.skin--responsive .infobox-table {
    display: table !important;
  }
  body.skin--responsive .infobox-table > caption {
    display: table-caption !important;
  }
  body.skin--responsive .infobox-table > tbody {
    display: table-row-group;
  }
  body.skin--responsive .infobox-table tr {
    display: table-row !important;
  }
  body.skin--responsive .infobox-table th,
  body.skin--responsive .infobox-table td {
    padding-left: inherit;
    padding-right: inherit;
  }
}