د "ميډياويکي:Gadget-responsiveContentBase.css" د بڼو تر مېنځ توپير

د ويکيپېډيا، وړیا پوهنغونډ له خوا
Content deleted Content added
د "@media (max-width:800px) { table.tmbox:not(.mbox-small),table.ambox:not(.mbox-small), table.imbox:not(.mbox-small),table.cmbox:not(.mbox-small), table.ombox:not(..." تورو مخ جوړ شو
نښلنونه: د موبايل سمون د موبايل وېب سمون
 
 
۱ کرښه: ۱ کرښه:
@media (max-width:800px) {
@media only screen and ( max-width: 600px ) {
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:600px) {
/* !important to ignore inline styles */
/* !important to ignore inline styles */
/* .mw-body-content to increase specificity */
/* .mw-body-content to increase specificity */
.mw-body-content table {
.mw-body-content table {
float: none!important;
float: none !important;
margin-left: auto !important;
margin-left: auto !important;
margin-right: auto !important;
margin-right: auto !important;
}
}

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


.mw-body-content .thumb {
.mw-body-content .thumb,
.mw-body-content figure[typeof~='mw:File/Thumb'],
.mw-body-content figure[typeof~='mw:File/Frame'] {
float: none;
float: none;
clear: none;
clear: none;
margin: .5em auto;
margin: 0.5em auto;
}
}

.mw-body-content .thumbinner {
.mw-body-content .thumbinner {
margin: 0 auto;
margin: 0 auto;
۷۸ کرښه: ۳۰ کرښه:
background-color: transparent;
background-color: transparent;
}
}

.mw-body-content .thumbinner .thumbimage {
.mw-body-content .thumbinner .thumbimage {
max-width: 100%;
max-width: 100%;
۸۳ کرښه: ۳۶ کرښه:
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 figure[typeof~='mw:File/Thumb'],
.mw-body-content figure[typeof~='mw:File/Frame'],
.mw-body-content figure[typeof~='mw:File/Thumb'] > figcaption,
.mw-body-content figure[typeof~='mw:File/Frame'] > figcaption {
border: 0;
background-color: transparent;
}

.mw-body-content figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element,
.mw-body-content figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element {
margin: 0 auto;
max-width: calc(100% - 6px);
height: auto;
object-fit: contain;
box-sizing: border-box;
border: 0;
background-color: transparent;
}

.mw-body-content .thumbcaption > .magnify {
.mw-body-content .thumbcaption > .magnify {
display: none;
display: none;
}
}

.mw-body-content figure[typeof~='mw:File/Thumb'] > figcaption::before,
.mw-body-content figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,
.mw-body-content figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after {
content: none;
}

/* amboxes become normal blocks */
/* amboxes become normal blocks */
.mw-body-content table.ambox > tbody,
.mw-body-content table.ambox > tbody,
۹۶ کرښه: ۷۶ کرښه:
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,
۱۰۲ کرښه: ۸۳ کرښه:
cursor: pointer;
cursor: pointer;
}
}

.mw-body-content table.ambox {
.mw-body-content table.ambox {
font-size: 80%;
font-size: 80%;
۱۰۹ کرښه: ۹۱ کرښه:
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;
۱۱۵ کرښه: ۹۸ کرښه:
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 {
۱۲۱ کرښه: ۱۰۵ کرښه:
overflow: auto;
overflow: auto;
}
}

.ambox.mbox-expand .mbox-text .hide-when-compact {
.ambox.mbox-expand .mbox-text .hide-when-compact {
display: inline;
display: inline;
}
}

#firstHeading .mw-editsection,
#firstHeading .mw-editsection,
#coordinates {
#coordinates {
display: none;
display: none;
}
}

.mw-body-content .infobox,
.mw-body-content .infobox,
.mw-body-content .vertical-navbox,
.mw-body-content .navbox,
.mw-body-content .navbox,
.mw-body-content .navbox > .navbox-inner {
.mw-body-content .navbox > .navbox-inner {
۱۳۸ کرښه: ۱۲۲ کرښه:
display: table;
display: table;
}
}

/* Single column refs */
.mw-body-content .references-column-count,
.mw-body-content .image > img,
.mw-body-content .column-count {
.mw-body-content [typeof~='mw:File'] .mw-file-element,
.mw-body-content [typeof~='mw:File/Frameless'] .mw-file-element {
-moz-column-width: 35em;
-webkit-column-width: 35em;
column-width: 35em;
}
.mw-body-content .image > img {
max-width: 100%;
max-width: 100%;
min-width: 20px;
min-width: 20px;
۱۵۱ کرښه: ۱۳۱ کرښه:
object-fit: contain;
object-fit: contain;
}
}

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

@media only screen and (max-width:600px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (max-width:600px) and (min-resolution: 1.5dppx)
@media only screen and ( max-width: 600px ) and ( -webkit-min-device-pixel-ratio: 1.5 ),
only screen and ( max-width: 600px) and ( min-resolution: 1.5dppx ) {
{
@supports (object-fit: contain) {
@supports ( object-fit: contain ) {
.mw-body-content div.thumbinner {
.mw-body-content div.thumbinner,
.mw-body-content figure[typeof~='mw:File/Thumb'],
.mw-body-content figure[typeof~='mw:File/Frame'] {
width: 100% !important;
width: 100% !important;
}
}

.mw-body-content div.thumbinner .thumbimage {
.mw-body-content div.thumbinner .thumbimage,
.mw-body-content figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element,
.mw-body-content figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element {
width: 100%;
width: 100%;
object-fit: contain;
object-fit: contain;
۱۷۰ کرښه: ۱۵۶ کرښه:
}
}


@media (min-width:1500px) {
@media ( min-width: 1500px ) {
.ns-0 .mw-body-content .mw-parser-output > * {
.ns-0:not(.page-Main_Page) .mw-body-content .mw-parser-output > * {
margin-right: 350px !important;
margin-right: 350px !important;
}
}

.ns-0 .mw-body-content .mw-parser-output > * > li {
.ns-0 .mw-body-content .mw-parser-output > * > li {
list-style-position: inside;
list-style-position: inside;
}
}

.ns-0 .mw-body-content .mw-parser-output > .infobox,
.ns-0 .mw-body-content .mw-parser-output > .infobox,
.ns-0 .mw-body-content .mw-parser-output > .vertical-navbox,
.ns-0 .mw-body-content .mw-parser-output > .sidebar,
.ns-0 .mw-body-content .mw-parser-output > .floatright,
.ns-0 .mw-body-content .mw-parser-output > .floatright,
.ns-0 .mw-body-content .mw-parser-output > .sistersitebox,
.ns-0 .mw-body-content .mw-parser-output > .sistersitebox,
.ns-0 .mw-body-content .mw-parser-output > .mbox-small,
.ns-0 .mw-body-content .mw-parser-output > .mbox-small,
.ns-0 .mw-body-content .mw-parser-output > .tright {
.ns-0 .mw-body-content .mw-parser-output > .tright,
.ns-0 .mw-body-content .mw-parser-output > .mw-halign-right,
.ns-0 .mw-body-content.mw-content-ltr .mw-parser-output > figure[typeof~='mw:File/Thumb']:not(.mw-halign-left, .mw-halign-none, .mw-halign-center),
.ns-0 .mw-body-content.mw-content-ltr .mw-parser-output > figure[typeof~='mw:File/Frame']:not(.mw-halign-left, .mw-halign-none, .mw-halign-center) {
margin-right: 0 !important;
margin-right: 0 !important;
margin-left: 1.4em !important;
margin-left: 1.4em !important;
}
}

.ns-0 .mw-body-content .mw-parser-output > .infobox,
.ns-0 .mw-body-content .mw-parser-output > .infobox,
.ns-0 .mw-body-content .mw-parser-output > .vertical-navbox,
.ns-0 .mw-body-content .mw-parser-output > .sidebar,
.ns-0 .mw-body-content .mw-parser-output > .floatright,
.ns-0 .mw-body-content .mw-parser-output > .floatright,
.ns-0 .mw-body-content .mw-parser-output > .tright {
.ns-0 .mw-body-content .mw-parser-output > .tright {
min-width: 330px !important;
min-width: 330px !important;
}
}

.ns-0 .mw-body-content .mw-parser-output > .infobox,
.ns-0 .mw-body-content .mw-parser-output > .infobox,
.ns-0 .mw-body-content .mw-parser-output > .vertical-navbox,
.ns-0 .mw-body-content .mw-parser-output > .sidebar,
.ns-0 .mw-body-content .mw-parser-output > .tright > .thumbinner {
.ns-0 .mw-body-content .mw-parser-output > .tright > .thumbinner {
width: 330px !important;
width: 330px !important;
box-sizing: border-box;
box-sizing: border-box;
}
}

.ns-0 .mw-body-content .mw-parser-output > .tright .thumbimage {
.ns-0 .mw-body-content .mw-parser-output > .tright .thumbimage {
width: 100%;
width: 100%;
height: auto;
height: auto;
}
}

.ns-0 .mw-body-content .mw-parser-output > .mw-halign-right > :not(figcaption) .mw-file-element,
.ns-0 .mw-body-content.mw-content-ltr .mw-parser-output > figure[typeof~='mw:File/Thumb']:not(.mw-halign-left, .mw-halign-none, .mw-halign-center) > :not(figcaption) .mw-file-element ,
.ns-0 .mw-body-content.mw-content-ltr .mw-parser-output > figure[typeof~='mw:File/Frame']:not(.mw-halign-left, .mw-halign-none, .mw-halign-center) > :not(figcaption) .mw-file-element {
width: 330px !important;
box-sizing: border-box;
height: auto;
}

.ns-0 .mw-body-content .mw-parser-output > #toc,
.ns-0 .mw-body-content .mw-parser-output > #toc,
.ns-0 .mw-body-content .mw-parser-output > .floatleft,
.ns-0 .mw-body-content .mw-parser-output > .floatleft,
.ns-0 .mw-body-content .mw-parser-output > .tleft {
.ns-0 .mw-body-content .mw-parser-output > .tleft,
.ns-0 .mw-body-content .mw-parser-output > .mw-halign-left,
.ns-0 .mw-body-content.mw-content-rtl .mw-parser-output > figure[typeof~='mw:File/Thumb']:not(.mw-halign-right, .mw-halign-none, .mw-halign-center),
.ns-0 .mw-body-content.mw-content-rtl .mw-parser-output > figure[typeof~='mw:File/Frame']:not(.mw-halign-right, .mw-halign-none, .mw-halign-center) {
margin-right: 1.4em !important;
margin-right: 1.4em !important;
}
}

.ns-0 .mw-body-content .mw-parser-output > table,
.ns-0 .mw-body-content .mw-parser-output > table,
.ns-0 .mw-body-content .mw-parser-output > .center,
.ns-0 .mw-body-content .mw-parser-output > .center,
.ns-0 .mw-body-content .mw-parser-output > .navbox {
.ns-0 .mw-body-content .mw-parser-output > .navbox {
max-width: calc( 100% - 350px );

max-width: -webkit-calc(100% - 350px);
max-width: -moz-calc(100% - 350px);
max-width: calc(100% - 350px);
}
}
}
}


@media (min-width:1900px) {
@media ( min-width: 1900px ) {
.ns-0 .mw-body-content .mw-parser-output > * {
.ns-0:not(.page-Main_Page) .mw-body-content .mw-parser-output > * {
margin-left: 350px !important;
margin-left: 350px !important;
}
}

.ns-0 .mw-body-content .mw-parser-output > #toc {
.ns-0 .mw-body-content .mw-parser-output > #toc {
box-sizing: border-box;
box-sizing: border-box;
float: left;
float: left;
}
}

.ns-0 .mw-body-content .mw-parser-output > #toc,
.ns-0 .mw-body-content .mw-parser-output > #toc,
.ns-0 .mw-body-content .mw-parser-output > .floatleft,
.ns-0 .mw-body-content .mw-parser-output > .floatleft,
.ns-0 .mw-body-content .mw-parser-output > .mbox-small-left,
.ns-0 .mw-body-content .mw-parser-output > .mbox-small-left,
.ns-0 .mw-body-content .mw-parser-output > .tleft {
.ns-0 .mw-body-content .mw-parser-output > .tleft,
.ns-0 .mw-body-content .mw-parser-output > .mw-halign-left,
.ns-0 .mw-body-content.mw-content-rtl .mw-parser-output > figure[typeof~='mw:File/Thumb']:not(.mw-halign-right, .mw-halign-none, .mw-halign-center),
.ns-0 .mw-body-content.mw-content-rtl .mw-parser-output > figure[typeof~='mw:File/Frame']:not(.mw-halign-right, .mw-halign-none, .mw-halign-center) {
margin-left: 0 !important;
margin-left: 0 !important;
}
}

.ns-0 .mw-body-content .mw-parser-output > #toc,
.ns-0 .mw-body-content .mw-parser-output > #toc,
.ns-0 .mw-body-content .mw-parser-output > .floatleft,
.ns-0 .mw-body-content .mw-parser-output > .floatleft,
۲۳۷ کرښه: ۲۴۷ کرښه:
max-width: 330px !important;
max-width: 330px !important;
}
}

.ns-0 .mw-body-content .mw-parser-output > .tleft > .thumbinner {
.ns-0 .mw-body-content .mw-parser-output > .tleft > .thumbinner {
width: 330px !important;
width: 330px !important;
box-sizing: border-box;
box-sizing: border-box;
}
}

.ns-0 .mw-body-content .mw-parser-output > .tleft .thumbimage {
.ns-0 .mw-body-content .mw-parser-output > .tleft .thumbimage {
width: 100%;
width: 100%;
height: auto;
height: auto;
}
}

.ns-0 .mw-body-content .mw-parser-output > .mw-halign-left > :not(figcaption) .mw-file-element,
.ns-0 .mw-body-content.mw-content-rtl .mw-parser-output > figure[typeof~='mw:File/Thumb']:not(.mw-halign-right, .mw-halign-none, .mw-halign-center) > :not(figcaption) .mw-file-element,
.ns-0 .mw-body-content.mw-content-rtl .mw-parser-output > figure[typeof~='mw:File/Frame']:not(.mw-halign-right, .mw-halign-none, .mw-halign-center) > :not(figcaption) .mw-file-element {
width: 330px !important;
box-sizing: border-box;
height: auto;
}

/* Do this in all namespaces */
/* Do this in all namespaces */
:not(.ns-0) .mw-body-content .mw-parser-output {
:not( .ns-0 ) .mw-body-content .mw-parser-output {
max-width: 1900px;
max-width: 1900px;
margin-left: auto;
margin-left: auto;
margin-right: auto;
margin-right: auto;
}
}

.ns-0 .mw-body > :not(.mw-body-content),
.ns-0 .mw-body > :not(.mw-body-content),
.ns-0 .mw-body-content > :not(#mw-content-text)
.ns-0 .mw-body-content > :not(#mw-content-text) {
{
max-width: -webkit-calc( 1900px - 700px );
max-width: -moz-calc( 1900px - 700px );
max-width: calc( 1900px - 700px );
max-width: calc( 1900px - 700px );
margin-left: auto;
margin-left: auto;
margin-right: auto;
margin-right: auto;
}
}

/* 700 is 350+350 (right side bar + left side bar) */
/* 700 is 350+350 (right side bar + left side bar) */
.ns-0 .mw-body-content .mw-parser-output > table,
.ns-0 .mw-body-content .mw-parser-output > table,
.ns-0 .mw-body-content .mw-parser-output > .center,
.ns-0 .mw-body-content .mw-parser-output > .center,
.ns-0 .mw-body-content .mw-parser-output > .navbox {
.ns-0 .mw-body-content .mw-parser-output > .navbox {
max-width: -webkit-calc(100% - 700px);
max-width: calc( 100% - 700px );
max-width: -moz-calc(100% - 700px);
max-width: calc(100% - 700px);
}
}

/* We increase the font size a bit */
/* We increase the font size a bit */
.skin-vector .mw-body-content {
.skin-vector .mw-body-content {
۲۷۴ کرښه: ۲۹۳ کرښه:


}
}
@media only screen and (max-width:600px) and (-webkit-min-device-pixel-ratio: 2),
@media only screen and ( max-width: 600px ) and ( -webkit-min-device-pixel-ratio: 2 ),
only screen and (max-width:600px) and (min-resolution: 2dppx)
only screen and ( max-width:600px ) and ( min-resolution: 2dppx ) {
{
/* We reduce the font size a bit, since retina screens rule */
/* We reduce the font size a bit, since retina screens rule */
.skin-vector .mw-body-content {
.skin-vector .mw-body-content {
font-size: 0.75em;
font-size: 0.75em;
}
}

.skin-vector .mw-body h1,
.skin-vector .mw-body h1,
.skin-vector .mw-body h2,
.skin-vector .mw-body h2,

د ۱۷:۳۳, ۶ جولای ۲۰۲۳ پورې تازه بڼه

@media only screen and ( max-width: 600px ) {
	/* !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,
	.mw-body-content figure[typeof~='mw:File/Thumb'],
	.mw-body-content figure[typeof~='mw:File/Frame'] {
		float: none;
		clear: none;
		margin: 0.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 figure[typeof~='mw:File/Thumb'],
	.mw-body-content figure[typeof~='mw:File/Frame'],
	.mw-body-content figure[typeof~='mw:File/Thumb'] > figcaption,
	.mw-body-content figure[typeof~='mw:File/Frame'] > figcaption {
		border: 0;
		background-color: transparent;
	}

	.mw-body-content figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element,
	.mw-body-content figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element {
		margin: 0 auto;
		max-width: calc(100% - 6px);
		height: auto;
		object-fit: contain;
		box-sizing: border-box;
		border: 0;
		background-color: transparent;
	}

	.mw-body-content .thumbcaption > .magnify {
		display: none;
	}

	.mw-body-content figure[typeof~='mw:File/Thumb'] > figcaption::before,
	.mw-body-content figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,
	.mw-body-content figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after {
		content: 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 .navbox,
	.mw-body-content .navbox > .navbox-inner {
		width: 100% !important;
		box-sizing: border-box;
		display: table;
	}

	.mw-body-content .image > img,
	.mw-body-content [typeof~='mw:File'] .mw-file-element,
	.mw-body-content [typeof~='mw:File/Frameless'] .mw-file-element {
		max-width: 100%;
		min-width: 20px;
		height: auto;
		object-fit: contain;
	}

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

@media only screen and ( max-width: 600px ) and ( -webkit-min-device-pixel-ratio: 1.5 ),
	only screen and ( max-width: 600px) and ( min-resolution: 1.5dppx ) {
	@supports ( object-fit: contain ) {
		.mw-body-content div.thumbinner,
		.mw-body-content figure[typeof~='mw:File/Thumb'],
		.mw-body-content figure[typeof~='mw:File/Frame'] {
			width: 100% !important;
		}

		.mw-body-content div.thumbinner .thumbimage,
		.mw-body-content figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element,
		.mw-body-content figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element {
			width: 100%;
			object-fit: contain;
			max-height: 60vh;
		}
	}
}

@media ( min-width: 1500px ) {
	.ns-0:not(.page-Main_Page) .mw-body-content .mw-parser-output > * {
		margin-right: 350px !important;
	}

	.ns-0 .mw-body-content .mw-parser-output > * > li {
		list-style-position: inside;
	}

	.ns-0 .mw-body-content .mw-parser-output > .infobox,
	.ns-0 .mw-body-content .mw-parser-output > .sidebar,
	.ns-0 .mw-body-content .mw-parser-output > .floatright,
	.ns-0 .mw-body-content .mw-parser-output > .sistersitebox,
	.ns-0 .mw-body-content .mw-parser-output > .mbox-small, 
	.ns-0 .mw-body-content .mw-parser-output > .tright,
    .ns-0 .mw-body-content .mw-parser-output > .mw-halign-right,
    .ns-0 .mw-body-content.mw-content-ltr .mw-parser-output > figure[typeof~='mw:File/Thumb']:not(.mw-halign-left, .mw-halign-none, .mw-halign-center),
	.ns-0 .mw-body-content.mw-content-ltr .mw-parser-output > figure[typeof~='mw:File/Frame']:not(.mw-halign-left, .mw-halign-none, .mw-halign-center) {
		margin-right: 0 !important;
		margin-left: 1.4em !important;
	}

	.ns-0 .mw-body-content .mw-parser-output > .infobox,
	.ns-0 .mw-body-content .mw-parser-output > .sidebar,
	.ns-0 .mw-body-content .mw-parser-output > .floatright,
	.ns-0 .mw-body-content .mw-parser-output > .tright {
		min-width: 330px !important;
	}

	.ns-0 .mw-body-content .mw-parser-output > .infobox,
	.ns-0 .mw-body-content .mw-parser-output > .sidebar,
	.ns-0 .mw-body-content .mw-parser-output > .tright > .thumbinner {
		width: 330px !important;
		box-sizing: border-box;
	}

	.ns-0 .mw-body-content .mw-parser-output > .tright .thumbimage {
		width: 100%;
		height: auto;
	}

    .ns-0 .mw-body-content .mw-parser-output > .mw-halign-right > :not(figcaption) .mw-file-element,
    .ns-0 .mw-body-content.mw-content-ltr .mw-parser-output > figure[typeof~='mw:File/Thumb']:not(.mw-halign-left, .mw-halign-none, .mw-halign-center) > :not(figcaption) .mw-file-element ,
	.ns-0 .mw-body-content.mw-content-ltr .mw-parser-output > figure[typeof~='mw:File/Frame']:not(.mw-halign-left, .mw-halign-none, .mw-halign-center) > :not(figcaption) .mw-file-element {
		width: 330px !important;
		box-sizing: border-box;
		height: auto;
	}

	.ns-0 .mw-body-content .mw-parser-output > #toc,
	.ns-0 .mw-body-content .mw-parser-output > .floatleft,
	.ns-0 .mw-body-content .mw-parser-output > .tleft,
    .ns-0 .mw-body-content .mw-parser-output > .mw-halign-left,
    .ns-0 .mw-body-content.mw-content-rtl .mw-parser-output > figure[typeof~='mw:File/Thumb']:not(.mw-halign-right, .mw-halign-none, .mw-halign-center),
	.ns-0 .mw-body-content.mw-content-rtl .mw-parser-output > figure[typeof~='mw:File/Frame']:not(.mw-halign-right, .mw-halign-none, .mw-halign-center) {
		margin-right: 1.4em !important;
	}

	.ns-0 .mw-body-content .mw-parser-output > table,
	.ns-0 .mw-body-content .mw-parser-output > .center,
	.ns-0 .mw-body-content .mw-parser-output > .navbox {
    	max-width: calc( 100% - 350px );
	}
}

@media ( min-width: 1900px ) {
	.ns-0:not(.page-Main_Page) .mw-body-content .mw-parser-output > * {
		margin-left: 350px !important;
	}

	.ns-0 .mw-body-content .mw-parser-output > #toc {
		box-sizing: border-box;
		float: left;
	}

	.ns-0 .mw-body-content .mw-parser-output > #toc,
	.ns-0 .mw-body-content .mw-parser-output > .floatleft,
	.ns-0 .mw-body-content .mw-parser-output > .mbox-small-left,
	.ns-0 .mw-body-content .mw-parser-output > .tleft,
    .ns-0 .mw-body-content .mw-parser-output > .mw-halign-left,
    .ns-0 .mw-body-content.mw-content-rtl .mw-parser-output > figure[typeof~='mw:File/Thumb']:not(.mw-halign-right, .mw-halign-none, .mw-halign-center),
	.ns-0 .mw-body-content.mw-content-rtl .mw-parser-output > figure[typeof~='mw:File/Frame']:not(.mw-halign-right, .mw-halign-none, .mw-halign-center) {
		margin-left: 0 !important;
	}

	.ns-0 .mw-body-content .mw-parser-output > #toc,
	.ns-0 .mw-body-content .mw-parser-output > .floatleft,
	.ns-0 .mw-body-content .mw-parser-output > .tleft {
		min-width: 330px !important;
		max-width: 330px !important;
	}

	.ns-0 .mw-body-content .mw-parser-output > .tleft > .thumbinner {
		width: 330px !important;
		box-sizing: border-box;
	}

	.ns-0 .mw-body-content .mw-parser-output > .tleft .thumbimage {
		width: 100%;
		height: auto;
	}

    .ns-0 .mw-body-content .mw-parser-output > .mw-halign-left > :not(figcaption) .mw-file-element,
    .ns-0 .mw-body-content.mw-content-rtl .mw-parser-output > figure[typeof~='mw:File/Thumb']:not(.mw-halign-right, .mw-halign-none, .mw-halign-center) > :not(figcaption) .mw-file-element,
	.ns-0 .mw-body-content.mw-content-rtl .mw-parser-output > figure[typeof~='mw:File/Frame']:not(.mw-halign-right, .mw-halign-none, .mw-halign-center) > :not(figcaption) .mw-file-element {
		width: 330px !important;
		box-sizing: border-box;
		height: auto;
	}

	/* Do this in all namespaces */
	:not( .ns-0 ) .mw-body-content .mw-parser-output {
    		max-width: 1900px;
		margin-left: auto;
		margin-right: auto;
	}

	.ns-0 .mw-body > :not(.mw-body-content),
	.ns-0 .mw-body-content > :not(#mw-content-text) {
		max-width: calc( 1900px - 700px );
		margin-left: auto;
		margin-right: auto;
	}

	/* 700 is 350+350 (right side bar + left side bar) */
	.ns-0 .mw-body-content .mw-parser-output > table,
	.ns-0 .mw-body-content .mw-parser-output > .center,
	.ns-0 .mw-body-content .mw-parser-output > .navbox {
		max-width: calc( 100% - 700px );
	}

	/* We increase the font size a bit */
	.skin-vector .mw-body-content {
		font-size: 0.95em;
	}

}
@media only screen and ( max-width: 600px ) and ( -webkit-min-device-pixel-ratio: 2 ),
	only screen and ( max-width:600px ) and ( min-resolution: 2dppx ) {
	/* We reduce the font size a bit, since retina screens rule */
	.skin-vector .mw-body-content {
		font-size: 0.75em;
	}

	.skin-vector .mw-body h1,
	.skin-vector .mw-body h2,
	.skin-vector .mw-body h3 {
		font-size: 1em;
		font-weight: bold;
	}
}