မီႇတီႇယႃႇဝီႇၶီႇ:Gadget-mobile-sidebar.css

လုၵ်ႉတီႈ ဝီႇၶီႇၽီးတီးယႃး ဢၼ်လွတ်ႈလႅဝ်းထၢင်ႇႁၢင်ႈ ၼၼ်ႉမႃး

မၢႆတွင်း: ဝၢႆးသေသိမ်းပၼ်ယဝ်ႉ၊ တွၼ်ႈတႃႇ ၸဝ်ႈၵဝ်ႇ တေႁၼ်လႆႈ လွင်ႈလႅၵ်ႈလၢႆႈၼၼ်ႉ ၸဝ်ႈၵဝ်ႇတေၸၢင်ႈလႆႈလတ်းၶၢမ်ႈ ၶႅတ်ႉၶျ် တူဝ်ပိုတ်ႇဝႅပ်ႉၸဝ်ႈၵဝ်ႇယဝ်ႉ။

  • ၽွင်းမိူဝ်ႈတိုၵ်ႉၼဵၵ်း Reload တီႈ Firefox / Safari: ၼၼ်ႉ ၼဵၵ်းဝႆႉပႃး Shift ၊ဢမ်ႇၼၼ် ၼဵၵ်းပၼ် Ctrl-F5 ဢမ်ႇၼၼ် Ctrl-R (တီႈၼႂ်း Mac ၼႆ ၼဵၵ်းပၼ်⌘-R)
  • တီႈၼႂ်း Google Chrome: ၼဵၵ်းပၼ် Ctrl-Shift-R (တီႈၼႂ်း Mac ၼႆႉ ၼဵၵ်းပၼ်⌘-Shift-R )
  • ၽွင်းမိူဝ်ႈ တိုၵ်ႉၼဵၵ်း Refreshတီႈ Internet Explorer/ Edge: ၼဵၵ်းဝႆႉပၼ် Ctrl ဢမ်ႇၼၼ် ၼဵၵ်းပၼ် Ctrl-F5
  • တီႈၼႂ်း Opera: ၵႂႃႇၸူးတီႈ Menu → Settings (ပေႃးပဵၼ်တီႈၼႂ်း Mac ၸိုင် Opera → Preferences ) သေ သိုပ်ႇၵႂႃႇ Privacy & security → Clear browsing data → Cached images and files ၼၼ်ႉလႄႈ။
/*
 * Copied from [[meta:User:Brion VIBBER/mobile-sidebar.css]] as of last update (2014-10-13, [[meta:Special:Permalink/10181319]])
 */
#mobile-sidebar {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #444;	
	box-shadow: 0 0 20px #333;
	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: #333;
	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 #aaa;
}

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

#mobile-sidebar a.mobile_link {
	display: block;
	color: #aaa;
	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: #aaa;
	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;
}