ব্যবহারকারী:Jayprakash12345/common.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য

বিষয়বস্তু বিয়োগ হয়েছে বিষয়বস্তু যোগ হয়েছে
Jayprakash12345 (আলোচনা | অবদান)
".viewer { width:100%; height: 100%; background-color:black; z-index:2000; position:fixed; top:0; left:0; overflow:auto; } .viewer .poem { li..." দিয়ে পাতা তৈরি
 
(কোনও পার্থক্য নেই)

০৬:৪৫, ১৬ সেপ্টেম্বর ২০২০ তারিখে সম্পাদিত সর্বশেষ সংস্করণ

.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;
}