HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/chaharrah.tv/exclude/shahnameh/css/style.less
body {
	direction: rtl;
	font-family: NotoNaskhArabic;
	// padding-bottom: 100px;
	color: rgb(241, 235, 219);
	background-color: #F0F0F0;
	background-image: url(../images/grunge-dark.png);
}

h2 {
	font-size: 1.4rem;
	font-weight: 400;
}

h3 {
	font-size: 13px;
	font-weight: 700;
	margin-top: 10px;
	color: #9C3908;
}

.container {
	width: 953px !important;
	max-width: initial !important;
	padding: 0 !important;

	.row {
		margin: 0 !important;
	}
}

.dark{
	background-color: rgba(6,57,85,1);
	background-image: url(../images/grunge-light.png);
	padding-bottom: 30px;
}

.light{
	background-color: #EEE;
	background-image: url(../images/grunge-dark.png);
	padding: 10px 0 30px 0;
	color: #444;
}

.white{
	background-color: #F0F0F0;
	background-image: url(../images/grunge-dark.png);
	padding-bottom: 30px;
	color: black;
}

.black{
	background-color: #444;
	background-image: url(../images/grunge-light.png);
}

.chaharrah-logo {
	text-align: center;
	padding: 30px 0;
	
	img {
		width: 297px;
		max-width: 100%;
	}
}

h1.head-title {
	text-align: center;
	position: relative;
	margin: 50px 0;

	&:before {
		content: " ";
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: 50%;
		border-bottom: 1px solid #CCC;
		z-index: -1;
	}

	.inner {
		background-color: rgba(6,57,85,1);
		background-image: url(../images/grunge-light.png);
		padding: 0 10px;
		font-family: shablon;
	}
}

.image-heading {
	height: 536px;
	background-image: url(../images/shahnameh-manuscript.jpg);
	background-size: cover;
	background-position: 50%;
}

.forum-desc {
	margin: 20px 0;

	.avatar	{
		float: right;
		margin-top: 10px;
		margin-left: 20px;
	}

	p {
		font-size: 13px;
		line-height: 200%;
	}
}

/* label {
	vertical-align: 5px;
} */


.session {
	border-top: 1px dashed #AAA;
	border-bottom: 1px dashed #AAA;
	padding: 5px 0;

	.padded {
		padding-top: 18px;
	}
}

#video_element {
	width: 100%;
	height: 480px;

}

.video-js {
	.vjs-big-play-button {
		top: 50%;
		left: 50%;
		margin-left: -45px;
		margin-top: -22px;	
	}
}

#footer-base {
	background-position: 0px -1px;
	background-repeat: repeat-x;
	padding:25px 0;

	.col {
		text-align: center;
		font-family: tahoma, arial;
		font-size: 12px;

		.icon {
			height: 70px;

			a {
				vertical-align: -20px;
			}
		}
	}
}

@media (max-width: 953px) {
	.container {
		width: 100% !important;
	}

	.image-heading {
		height: 56.25vw;
	}

	h1.head-title {
		margin: 10px 0;
	}
	
	.chaharrah-logo {
		padding: 0;

		img {
			width: 50%;
		}
	}

}