টীকা: সংরক্ষণ করার পর, পরিবর্তনসমূহ তৎক্ষণাৎ নাও দেখাতে পারে। আপনার ব্রাউজারের ক্যাশ কিভাবে এড়াবেন তা জানতে এখানে ক্লিক করুন।
  • ফায়ারফক্স / সাফারি: Shift ধরে রাখা অবস্থায়পুনঃলোড করুন-এ ক্লিক করুন, অথবা Ctrl-F5 বা Ctrl-R (ম্যাক-এ ⌘-R) চাপুন
  • গুগল ক্রোম: Ctrl-Shift-R (ম্যাক-এ ⌘-Shift-R) চাপুন
  • ইন্টারনেট এক্সপ্লোরার: Ctrl ধরে রাখা অবস্থায় Refresh-এ ক্লিক করুন, অথবা Ctrl-F5 চাপুন
  • অপেরা: মেনু → ব্যবস্থাপনাসমূহ-এ যান (ম্যাকে অপেরা → পছন্দসমূহ) এবং এরপর গোপনীয়তা ও সুরক্ষা → ব্রাউজিং-এর তথ্য পরিষ্কার করুন → ক্যাশে করা ছবি ও ফাইলগুলি

অন্যান্য ব্রাউজার সম্পর্কে বিশদ নির্দেশাবলীর জন্য, উইকিপিডিয়া:আপনার ক্যাশে বাইপাস করুন দেখুন।

.viewer {
	width:100%;
	height: 100%;
	background-color:black;
	z-index:2000;
	position:fixed;
	top:0;
	left:0;
	overflow:auto;
}

.viewer .poem  {
	line-height:1.4em;
}

.label {
	font-family:Georgia;
	font-size:90%;
	display:inline-block;
	width:150px;
}
.logo {
	width:80px;
	height:auto;
	position:fixed;
	top:5px;
	left:5px;
}
	
.arrow {
	position:fixed;
	top:300px;
	font-size:3pc;
	color:blue;
}

.book {
	background-color:black;
	width:80%;
	min-height:85%;
	font-size:0.875em;
	border-collapse:collapse;
	margin-top:10px;
}

.page {
	text-align:justify;
	font-family:Georgia,Times New Roman,Times,serif;
	margin:0 auto;
	position:relative; /* aggiunta per gestire il template L */
}

.pagetext {
	font-size:inherit;
}

#header_r, #body_r, #footer_r {
	border-right:1px solid #b6b6b6; 
	padding: 0 1.5em 0 2em ;
	width:50%;background: -moz-linear-gradient(360deg, #ffffff 0%, #ffffff 96%, #c0c0c0 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(96%, #ffffff), color-stop(100%, #c0c0c0)); /* safari4+,chrome */
background: -webkit-linear-gradient(360deg, #ffffff 0%, #ffffff 96%, #c0c0c0 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(360deg, #ffffff 0%, #ffffff 96%, #c0c0c0 100%); /* opera 11.10+ */
background: -ms-linear-gradient(360deg, #ffffff 0%, #ffffff 96%, #c0c0c0 100%); /* ie10+ */
background: linear-gradient(90deg, #ffffff 0%, #ffffff 96%, #c0c0c0 100%); /* w3c */
}
#header_f, #body_f, #footer_f {
	padding: 0 2em 0 1.5em ; 
	width:50%;
	background: -moz-linear-gradient(360deg, #c0c0c0 0%, #ffffff 4%, #ffffff 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c0c0c0), color-stop(4%, #ffffff), color-stop(100%, #ffffff)); /* safari4+,chrome */
background: -webkit-linear-gradient(360deg, #c0c0c0 0%, #ffffff 4%, #ffffff 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(360deg, #c0c0c0 0%, #ffffff 4%, #ffffff 100%); /* opera 11.10+ */
background: -ms-linear-gradient(360deg, #c0c0c0 0%, #ffffff 4%, #ffffff 100%); /* ie10+ */
background: linear-gradient(90deg, #c0c0c0 0%, #ffffff 4%, #ffffff 100%); /* w3c */
}

#body_r, #body_f {
	height:100%;
	vertical-align:top;
}

#header_r, #header_f {
	padding-top:1.5em;
}

#footer_r, #footer_f {
	padding-bottom:1.5em;
}