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/nowruzgan.com/oil-timeline/styles/container.css
@font-face {
  font-family: 'BYekan';
  src:	url('fonts/BYekan.eot') format('eot'),
  		url('fonts/BYekan.woff') format('woff'),
  		url('fonts/BYekan.ttf') format('truetype');
/*  src: url('fonts/BYekan.eot');
  src: url('fonts/BYekan.woff') format('woff'), url('fonts/BYekan.ttf') format('truetype'), url('fonts/BYekan.svg') format('svg'); */
  font-weight: normal;
  font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	direction: rtl;
	overflow: none;
	color: #b1b1b1;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #4E4E4E;
}

a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
a:hover, a:active {
	color: #00cdcb;
}

#bg-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
}
#grad-background{
	width: 100%;
	height: 100%;
}

#header {
	position: fixed;
	width:auto;
	height: 130px;
	top: 50%;
	right: 50%;
	margin-right: -490px;
	margin-top: -180px;
	overflow: hidden;
	z-index: 30;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#header .logo {
	float: right;
}
#header .inside-wrapper {
	float: right;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#header.item-header {
/*	background-color: rgba(0, 0, 0, 0.4);
	padding-left: 20px;
*/}
#header.item-header .inside-wrapper {
	margin-top: -130px;
}
#header.item-header:hover .inside-wrapper {
	margin-top: 0;
}
#header h1 {
	font-family: "BYekan";
	font-size: 55px;
	margin-top: 30px;
	text-shadow: 2px 2px 2px #454545;
	filter: dropshadow(color=#454545, offx=2, offy=2);
	height: 60px;
}
#header h2 {
	font-family: "BYekan";
	font-size: 30px;
	margin-right: 15px;
	height: 40px;
}
#header h2.item-title {
	margin: 40px 0 0 0;
	text-shadow: 2px 2px 2px #454545;
	filter: dropshadow(color=#454545, offx=2, offy=2);
}
#header h3.item-date {
	font-family: "BYekan";
	font-size: 20px;
}
#header.item-header h1, #header.item-header h2, #header.item-header h3 {
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	filter: dropshadow(color=#80000000, offx=1, offy=1);
}

#preloader {
	width: 900px;
	position: fixed;
	top:50%;
	right: 50%;
	margin-top: 50px;
	margin-right: -450px;
	text-align: left;
	z-index: 35;
}
#preloader .progress-bar {
	height: 1px;
	background: #565656;
	margin-top: 2px;
}
#preloader .progress-percent {
	background: #00cdcb;
	height: 1px;
	margin-right: 100%;
	-webkit-transition: margin-right 0.8s ease-in-out;
	-moz-transition: margin-right 0.8s ease-in-out;
	-ms-transition: margin-right 0.8s ease-in-out;
	-o-transition: margin-right 0.8s ease-in-out;
	transition: margin-right 0.8s ease-in-out;
}

#main-wrapper {
	/*display: none;*/
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	direction: ltr;
}

#container {
	height: 100%;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 400px;
	background-color: rgba(0,0,0,0.5);
	color: #909090;
	font-size: 10px;
	margin-left: -200px;
	padding: 2px 0 4px 0;
	text-align: center;
	z-index: 30;
}