MediaWiki:Gadget-responsiveContentBaseTimeless.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Remove display:block for tables, that doesn't even work and is breaking things
m Spacing (mw coding style)
Line 13: Line 13:
padding: 0 4px;
padding: 0 4px;
}
}

.mw-body-content td.mbox-imageright.mbox-imageright {
.mw-body-content td.mbox-imageright.mbox-imageright {
float:right;
float:right;
padding: 0 4px;
padding: 0 4px;
}
}

.mw-body-content td.mbox-text {
.mw-body-content td.mbox-text {
display: block;
display: block;
Line 28: Line 30:
width: auto !important;
width: auto !important;
}
}

#mp-topbanner > tbody > tr > td:nth-child(1) {
#mp-topbanner > tbody > tr > td:nth-child(1) {
flex:3 0 auto;
flex:3 0 auto;
width: auto !important;
width: auto !important;
}
}

#mp-topbanner > tbody > tr > td:nth-child(n+2) {
#mp-topbanner > tbody > tr > td:nth-child(n+2) {
flex:0 0 auto;
flex:0 0 auto;
width: auto !important;
width: auto !important;
}
}

/* main page table */
/* main page table */
#mp-upper > tbody > tr,
#mp-upper > tbody > tr,
Line 58: Line 63:
margin-right: auto !important;
margin-right: auto !important;
}
}

.mw-body-content table {
.mw-body-content table {
overflow: auto;
overflow: auto;
Line 70: Line 76:
margin: .5em auto;
margin: .5em auto;
}
}

.mw-body-content .thumbinner {
.mw-body-content .thumbinner {
margin: 0 auto;
margin: 0 auto;
Line 77: Line 84:
background-color: transparent;
background-color: transparent;
}
}

.mw-body-content .thumbinner .thumbimage {
.mw-body-content .thumbinner .thumbimage {
max-width: 100%;
max-width: 100%;
Line 82: Line 90:
object-fit: contain;
object-fit: contain;
}
}

.mw-body-content .thumbimage {
.mw-body-content .thumbimage {
border: 0;
border: 0;
background-color: transparent;
background-color: transparent;
}
}

.mw-body-content .thumbcaption > .magnify {
.mw-body-content .thumbcaption > .magnify {
display: none;
display: none;
Line 95: Line 105:
display: block;
display: block;
}
}

/* of which we hide some parts by default to shorten them */
/* of which we hide some parts by default to shorten them */
.mw-body-content .ambox .mbox-image,
.mw-body-content .ambox .mbox-image,
Line 101: Line 112:
cursor: pointer;
cursor: pointer;
}
}

.mw-body-content table.ambox {
.mw-body-content table.ambox {
font-size: 80%;
font-size: 80%;
Line 108: Line 120:
border-width: 0 0 0 3px;
border-width: 0 0 0 3px;
}
}

.mw-body-content .ambox .mbox-text-span {
.mw-body-content .ambox .mbox-text-span {
text-overflow: ellipsis;
text-overflow: ellipsis;
Line 114: Line 127:
display: block;
display: block;
}
}

/* But we can flip a class to undo the hiding */
/* But we can flip a class to undo the hiding */
.ambox.mbox-expand .mbox-text-span {
.ambox.mbox-expand .mbox-text-span {
Line 120: Line 134:
overflow: auto;
overflow: auto;
}
}

.ambox.mbox-expand .mbox-text .hide-when-compact {
.ambox.mbox-expand .mbox-text .hide-when-compact {
display: inline;
display: inline;
Line 137: Line 152:
display: table;
display: table;
}
}

/* Single column refs */
/* Single column refs */
.mw-body-content .references-column-count,
.mw-body-content .references-column-count,
Line 144: Line 160:
column-width: 35em;
column-width: 35em;
}
}

.mw-body-content .image > img {
.mw-body-content .image > img {
max-width: 100%;
max-width: 100%;
Line 150: Line 167:
object-fit: contain;
object-fit: contain;
}
}

.mw-body-content {
.mw-body-content {
word-wrap: break-word;
word-wrap: break-word;
Line 156: Line 174:


@media only screen and (max-width:550px) and (-webkit-min-device-pixel-ratio: 1.5),
@media only screen and (max-width:550px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width:550px) and (min-resolution: 1.5dppx)
only screen and (max-width:550px) and (min-resolution: 1.5dppx) {
{
@supports (object-fit: contain) {
@supports (object-fit: contain) {
.mw-body-content div.thumbinner {
.mw-body-content div.thumbinner {
Line 163: Line 180:
padding: 0 !important;
padding: 0 !important;
}
}

.mw-body-content div.thumbinner .thumbimage {
.mw-body-content div.thumbinner .thumbimage {
width: 100%;
width: 100%;

Revision as of 02:09, 15 November 2019

@media (max-width:850px) {
	table.tmbox:not(.mbox-small),table.ambox:not(.mbox-small),
	table.imbox:not(.mbox-small),table.cmbox:not(.mbox-small),
	table.ombox:not(.mbox-small) {
	    margin: 0;
	    padding: 5px;
	    box-sizing: border-box;
	    border-collapse: separate;
	}
	
	.mw-body-content td.mbox-image.mbox-image {
	    float: left;
	    padding: 0 4px;
	}

	.mw-body-content td.mbox-imageright.mbox-imageright {
		float:right;
		padding: 0 4px;
	}

	.mw-body-content td.mbox-text {
		display: block;
		width: auto;
	}
	
	/* Main page fixes */
	#mp-topbanner > tbody > tr {
		display: flex;
		flex-wrap: wrap;
		width: auto !important;
	}

	#mp-topbanner > tbody > tr > td:nth-child(1) {
		flex:3 0 auto;
		width: auto !important;
	}

	#mp-topbanner > tbody > tr > td:nth-child(n+2) {
		flex:0 0  auto;
		width: auto !important;
	}

	/* main page table */
	#mp-upper > tbody > tr,
	#mp-upper > tbody > tr > *,
	#mp-bottom > tbody > tr,
	#mp-bottom > tbody > tr > *,
	#mp-tfp > table > tbody > tr,
	#mp-tfp > table > tbody > tr > * {
		display: block;
		width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
	}
}

@media only screen and (max-width:550px) {
	/* !important to ignore inline styles */
	/* .mw-body-content to increase specificity */
	.mw-body-content table {
		float: none!important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.mw-body-content table {
		overflow: auto;
		overflow-y: hidden;
		overflow-x: auto;
		max-width: 100% !important;
	}

	.mw-body-content .thumb {
		float: none;
		clear: none;
		margin: .5em auto;
	}

	.mw-body-content .thumbinner {
		margin: 0 auto;
		max-width: 100%;
		box-sizing: border-box;
		border: 0;
		background-color: transparent;
	}

	.mw-body-content .thumbinner .thumbimage {
		max-width: 100%;
		height: auto;
		object-fit: contain;
	}

	.mw-body-content .thumbimage {
		border: 0;
		background-color: transparent;
	}

	.mw-body-content .thumbcaption > .magnify {
		display: none;
	}
	
	/* amboxes become normal blocks */
	.mw-body-content table.ambox > tbody,
	.mw-body-content table.ambox > tbody > tr {
		display: block;
	}

	/* of which we hide some parts by default to shorten them */
	.mw-body-content .ambox .mbox-image,
	.mw-body-content .ambox .mbox-text .hide-when-compact {
		display: none;
		cursor: pointer;
	}

	.mw-body-content table.ambox {
		font-size: 80%;
		background-color: transparent;
		margin-left: 0 !important;
		padding: 0 !important;
		border-width: 0 0 0 3px;
	}

	.mw-body-content .ambox .mbox-text-span {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		display: block;
	}

	/* But we can flip a class to undo the hiding */
	.ambox.mbox-expand .mbox-text-span {
		text-overflow: initial;
		white-space: normal;
		overflow: auto;
	}

	.ambox.mbox-expand .mbox-text .hide-when-compact {
		display: inline;
	}
	
	#firstHeading .mw-editsection,
	#coordinates {
		display: none;
	}
	
	.mw-body-content .infobox,
	.mw-body-content .vertical-navbox,
	.mw-body-content .navbox,
	.mw-body-content .navbox > .navbox-inner {
		width: 100% !important;
		box-sizing: border-box;
		display: table;
	}

	/* Single column refs */
	.mw-body-content .references-column-count,
	.mw-body-content .column-count {
		-moz-column-width: 35em;
		-webkit-column-width: 35em;
		column-width: 35em;
	}

	.mw-body-content .image > img {
		max-width: 100%;
		min-width: 20px;
		height: auto;
		object-fit: contain;
	}

	.mw-body-content {
		word-wrap: break-word;
	}
}

@media only screen and (max-width:550px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width:550px) and (min-resolution: 1.5dppx) {
	@supports (object-fit: contain) {
		.mw-body-content div.thumbinner {
			width: 100% !important;
			padding: 0 !important;
		}

		.mw-body-content div.thumbinner .thumbimage {
			width: 100%;
			object-fit: contain;
			max-height: 60vh;
		}
	}
}