مدیاویکی:Gadget-mobile-sidebar.css

از ویکی‌پدیا، دانشنامهٔ آزاد

نکته: برای دیدن تغییرات، ممکن است نیاز باشد که حافظهٔ نهانی مرورگر خود را پس از انتشار پاک‌سازی کنید. گوگل کروم، فایرفاکس، مایکروسافت اج و سافاری: کلید Shift را نگه دارید و روی دکمهٔ Reload در نوار ابزار مرورگر کلیک کنید. برای آگاهی از جزئیات و نحوهٔ پاک‌سازی حافظهٔ نهانی سایر مرورگرها، صفحهٔ ویکی‌پدیا:میانگیر مرورگرتان را خالی کنید را ببینید.

#mobile-sidebar {
        direction: ltr;
	position: fixed;
	bottom: 20px;
	left: 20px;
	background: #54595d;	
	box-shadow: 0 0 20px #202122;
	border-radius: 10px;
	padding: 5px;
	text-align: center;
	border-top: 5px solid #666;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
	user-select: none;
}

#mobile-sidebar iframe {
	background: #fff;
	border: none;
}

#mobile-sidebar a.close {
	display: block;
	background: #202122;
	color: #fff;
	text-decoration: none;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 100%;
	margin: 10px auto;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #a2a9b1;
}

#mobile-sidebar a.close:hover {
	background: #202122;
}

#mobile-sidebar a.mobile_link {
	display: block;
	color: #a2a9b1;
	font-size: 11px;
	text-decoration: none;
	margin: 4px;
}

#mobile-sidebar .egg {
	width: 320px;
	height: 566px;
	text-align: center;
}

#mobile-sidebar .egg img {
	width: 100px;
	margin-top: 60px;
}

#mobile-sidebar .egg p {
	color: #a2a9b1;
	margin-top: 345px;
}

#mobile-sidebar .egg p a {
	color: #ddd;
}

#ca-mobile.icon a {
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/2/2a/Phone-apple-iphone.svg);
	margin: 0px;
	padding: 3.1em 0px 0px;
	display: block;
	width: 36px;
	height: 0px;
	overflow: hidden;
	background-position: 5px 60%;
	background-size: 24px 24px;
}