داڕێژە:وێنەی ھەڵبژێردراو/styles.css

لە ئینسایکڵۆپیدیای ئازادی ویکیپیدیاوە
/* گونجاندنی پانیی پەڕگەی وێنە و ڤیدیۆ لە بەشی وێنەی ھەڵبژێردراوی پەڕەی دەستپێک بۆ ئامێرە جیاوازەکان */

.floatnone {
	align-items: center;
	justify-content: center;
	display: flex;
}

/* Start media query for different mobile devices for fitting video and resizing featured picture (Main page) */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	#fit-video video, #mwe_player_0, #mwe_player_0 img{
		width: 100% !important;
	}
	.floatnone a.image {
		width: 90%;
		height: auto;
	}
	.floatnone img {
		width: 100%;
		height: auto;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	#fit-video video, #mwe_player_0, #mwe_player_0 img{
		width: 100% !important;
	}
	.floatnone a.image {
		width: 90%;
		height: auto;
	}
	.floatnone img {
		width: 100%;
		height: auto;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#fit-video video, #mwe_player_0, #mwe_player_0 img{
		width: 100% !important;
	}
	.floatnone a.image {
		width: 90%;
		height: auto;
	}
	.floatnone img {
		width: 100%;
		height: auto;
	}
}
 
/* According to Mobile Orientation */
@media only screen and (orientation: landscape) {
	#fit-video video, #mwe_player_0, #mwe_player_0 img{
		width: 100% !important;
	}
	.floatnone a.image {
		width: 90%;
		height: auto;
	}
	.floatnone img {
		width: 100%;
		height: auto;
	}
 }
/* End media query for different mobile devices for fitting video and resizing featured picture (Main page) */