|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> |
|
<html dir="ltr"> |
|
<head> |
|
<style> |
|
@font-face |
|
{ |
|
font-family: 'myFirstFont'; |
|
src: url('../fonts/HacenSaudiArabia.eot'); |
|
src: url('../fonts/HacenSaudiArabia.eot?#iefix') format('embedded-opentype'), |
|
url('../fonts/HacenSaudiArabia.woff') format('woff'), |
|
url('../fonts/HacenSaudiArabia.ttf') format('truetype'), |
|
url('../fonts/HacenSaudiArabia.svg#svgFontName') format('svg'); |
|
} |
|
|
|
|
|
* { |
|
margin:0; |
|
padding:0; |
|
|
|
} |
|
|
|
body { |
|
margin:0; |
|
padding:0; |
|
font-size:1.03em; |
|
background:#C0C0C0; |
|
font-family:myFirstFont; |
|
} |
|
|
|
a:link { |
|
text-decoration: none; |
|
color: inherit; |
|
} |
|
|
|
a:visited { |
|
text-decoration: none; |
|
color: inherit; |
|
} |
|
|
|
|
|
img{ |
|
width:100%; |
|
} |
|
|
|
.general{ |
|
padding:0; |
|
margin:0; |
|
background:white; |
|
height: 3400px; |
|
width:100%; |
|
max-width:1003px; |
|
margin-right: auto; |
|
margin-left: auto; |
|
} |
|
|
|
.container{ |
|
|
|
position:relative; |
|
height:100%; |
|
width:100%; |
|
max-width:1003px; |
|
display:block; |
|
text-align:center; |
|
margin-right: auto; |
|
margin-left: auto; |
|
//border: 5px solid #333; |
|
//background:blue; |
|
} |
|
|
|
|
|
|
|
.section4{ |
|
display:flex; |
|
position:relative; |
|
height:320px; |
|
text-align:right; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
.section5{ |
|
display:flex; |
|
position:relative; |
|
direction:rtl; |
|
|
|
} |
|
|
|
.section5-1{ |
|
display:flex; |
|
position:relative; |
|
direction:rtl; |
|
|
|
} |
|
|
|
.section6{ |
|
display:flex; |
|
direction:ltr; |
|
//background:blue; |
|
Top:440px; |
|
position:relative; |
|
width:100%; |
|
max-width:697px; |
|
float:right; |
|
} |
|
|
|
.section7{ |
|
display:flex; |
|
direction:rtl; |
|
//background:blue; |
|
Top:100px; |
|
right:12px; |
|
position:relative; |
|
height:1900px; |
|
width:270px; |
|
float:right; |
|
//background:blue; |
|
} |
|
|
|
|
|
.section8{ |
|
display:flex; |
|
direction:rtl; |
|
//background:blue; |
|
//right:12px; |
|
position:relative; |
|
height:400px; |
|
width:700px; |
|
float:right; |
|
top:250px; |
|
|
|
} |
|
|
|
|
|
.sec7part1{ |
|
width:100%; |
|
display:block; |
|
} |
|
|
|
.imgstyl1 |
|
{ |
|
width:150px; |
|
height:auto; |
|
padding:5px; |
|
max-height:150px; |
|
} |
|
|
|
.textstyl |
|
{ |
|
font-family: myFirstFont; |
|
font-size:14px; |
|
color: black; |
|
direction: ltr; |
|
text-align:left; |
|
overflow:hidden; |
|
} |
|
|
|
.textsty2 |
|
{ |
|
font-family: Tahoma; |
|
font-size:14px; |
|
color: black; |
|
direction: ltr; |
|
height:50px; |
|
overflow:hidden; |
|
text-align:justify; |
|
} |
|
|
|
|
|
.newsmovbar{ |
|
background:white; |
|
height:30px; |
|
//border:5px solid #fff; |
|
display: table-cell ; |
|
padding-bottom:10px; |
|
font-size:1.3em; |
|
|
|
} |
|
|
|
ul#newsmovtab { |
|
list-style:none; |
|
margin:0; |
|
padding:0; |
|
white-space:nowrap; |
|
} |
|
|
|
ul#newsmovtab li { |
|
display:inline; |
|
white-space:nowrap; |
|
font-family: myFirstFont; |
|
font-size:16px; |
|
} |
|
|
|
.rot |
|
{ |
|
|
|
width:auto; |
|
background: rgb(219,220,226); |
|
background: -moz-linear-gradient(top, rgba(219,220,226,1) 21%, rgba(245,246,246,1) 100%); |
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(21%,rgba(219,220,226,1)), color-stop(100%,rgba(245,246,246,1))); |
|
background: -webkit-linear-gradient(top, rgba(219,220,226,1) 21%,rgba(245,246,246,1) 100%); |
|
background: -o-linear-gradient(top, rgba(219,220,226,1) 21%,rgba(245,246,246,1) 100%); |
|
background: -ms-linear-gradient(top, rgba(219,220,226,1) 21%,rgba(245,246,246,1) 100%); |
|
background: linear-gradient(to bottom, rgba(219,220,226,1) 21%,rgba(245,246,246,1) 100%); |
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdce2', endColorstr='#f5f6f6',GradientType=0 ); |
|
} |
|
|
|
.rot ul{ |
|
display:inline-block; |
|
width:100%; |
|
} |
|
.rot ul li{ |
|
|
|
list-style:none; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
.slidnewsshow{ |
|
position:absolute; |
|
display:block; |
|
//background:blue; |
|
height:440px; |
|
width:700px; |
|
max-width:700px; |
|
//top:20px; |
|
} |
|
|
|
.slidnewsshowpart1{ |
|
|
|
position: relative; height:420px; width:680px; border-left: 1px solid #DEDEDE; border-bottom: 1px solid #DEDEDE; padding:8px; |
|
} |
|
|
|
|
|
.searchbox{ |
|
position:absolute; |
|
display:block; |
|
height:80px; |
|
width:100%; |
|
max-width:290px; |
|
//top:20px; |
|
right:709px; |
|
text-align:right; |
|
|
|
} |
|
|
|
.searchcomand{ |
|
position: relative; |
|
font-family: myFirstFont; |
|
font-size:23px; |
|
color:#B1B1B1; |
|
text-align:right; |
|
height:25px; |
|
width:65px; |
|
right:12px; |
|
cursor:pointer; |
|
top:10px; |
|
} |
|
|
|
.searchinput |
|
{ |
|
position:relative; |
|
width:190px; |
|
border:1px solid #DEDEDE; |
|
height:30px; |
|
text-align:right; |
|
right: 85px; |
|
Top:-18px; |
|
} |
|
|
|
.search |
|
{ |
|
|
|
display:flex; |
|
position: relative; |
|
width:100%; |
|
border: 1px solid #B1B1B1; |
|
height:45px; |
|
background-color: #DEDEE7; |
|
} |
|
|
|
|
|
.dorostab |
|
{ |
|
|
|
display:flex; |
|
position: relative; |
|
width:292px; |
|
border: 1px solid #B1B1B1; |
|
height:45px; |
|
background-color: #DEDEE7; |
|
Top:25px; |
|
} |
|
|
|
|
|
.doros |
|
{ |
|
font-family: myFirstFont; |
|
font-size:20px; |
|
color: #B1B1B1; |
|
position: relative; |
|
width:60px; |
|
text-align:center; |
|
border-radius: 4px; |
|
cursor: pointer; |
|
display:flex; |
|
padding-right:18px; |
|
Top:5px; |
|
} |
|
|
|
.leaddsound { |
|
position: relative; |
|
font-family: myFirstFont; |
|
font-size:16px; |
|
color:#2D2D2D; |
|
text-align:right; |
|
height:25px; |
|
width:100%; |
|
padding:15px; |
|
//background-color: #25292E; |
|
left:-18px; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
.leadd { |
|
position: relative; |
|
font-family: myFirstFont; |
|
font-size:1.3em; |
|
color:#2D2D2D; |
|
text-align:left; |
|
height:25px; |
|
width:270px; |
|
padding:10px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
.leaddinter { |
|
position: relative; |
|
font-family: myFirstFont; |
|
font-size:1.3em; |
|
height:auto; |
|
width:270px; |
|
padding:10px; |
|
color: #C2D7E4; |
|
text-align:center; |
|
top:-10px; |
|
} |
|
|
|
|
|
|
|
.riadd { |
|
position: relative; |
|
font-family: myFirstFont; |
|
font-size:1.3em; |
|
color:#2D2D2D; |
|
text-align:left; |
|
height:36px; |
|
width:318px; |
|
padding:10px; |
|
float:left; |
|
|
|
} |
|
|
|
|
|
.sqr |
|
{ |
|
position: relative; |
|
height:auto; |
|
width:auto; |
|
border-left: 1px solid #DEDEDE; |
|
border-bottom: 1px solid #DEDEDE; |
|
border-top: 1px solid #DEDEDE; |
|
padding:10px; |
|
Top:60px; |
|
} |
|
|
|
|
|
.sqr1 |
|
{ |
|
position: relative; |
|
border-left: 1px solid #DEDEDE; |
|
border-bottom: 1px solid #DEDEDE; |
|
border-top: 1px solid #DEDEDE; |
|
padding:10px; |
|
width:676px; |
|
Top:50px; |
|
|
|
} |
|
|
|
|
|
|
|
.for |
|
{ |
|
font-family: myFirstFont; |
|
font-size:1em; |
|
color: #DEDEDE; |
|
position: relative; |
|
width:190px; |
|
border: 1px solid #DEDEDE; |
|
height:30px; |
|
text-align:center; |
|
} |
|
|
|
|
|
.leftside |
|
{ |
|
position: relative; |
|
display:block; |
|
border: 1px solid #DEDEDE; |
|
padding:10px; |
|
//width:270px; |
|
width:100%; |
|
font-family: myFirstFont; |
|
font-size:16px; |
|
direction: ltr; |
|
|
|
|
|
} |
|
|
|
.maillistst |
|
{ |
|
font-family: myFirstFont; |
|
font-size:1.5rem; |
|
direction: ltr; |
|
height:50px; |
|
overflow:hidden; |
|
text-align:justify; |
|
color:#3A5275; |
|
width:350px; |
|
|
|
} |
|
|
|
|
|
.mailliststbox{ |
|
position: relative; |
|
text-align:left; |
|
background-color:#C6CBD2; |
|
width:100%; |
|
border-radius:5px; |
|
border-style:solid; |
|
border-width:0px; |
|
height:30px; |
|
} |
|
|
|
.sendcomm |
|
{ |
|
position: relative; |
|
top:20px; |
|
font-size:1rem; |
|
} |
|
.eventsmarquee{ |
|
height:180px; |
|
} |
|
|
|
|
|
.sec7part4 #d4{ |
|
height:180px; |
|
} |
|
.eventsmarquee{ |
|
height:180px; |
|
|
|
} |
|
|
|
|
|
.sec7part7 #d7{ |
|
height:180px; |
|
} |
|
|
|
.istefmarqee{ |
|
height:180px; |
|
} |
|
|
|
|
|
#newsmar{ |
|
display:none; |
|
} |
|
|
|
|
|
.textinside { |
|
text-align:left; |
|
direction:ltr; |
|
font-family:Tahoma; |
|
font-size:1.3rem; |
|
font-weight:bold; |
|
} |
|
|
|
.textinside2 { |
|
direction:ltr; |
|
font-size:1.3rem; |
|
font-family:Arial; |
|
padding-right:30px; |
|
padding-left:30px; |
|
|
|
} |
|
|
|
.dowbar |
|
{ |
|
|
|
cursor:pointer; |
|
border: 1px solid #DEDEDE; |
|
width:auto; |
|
font-family: myFirstFont; |
|
font-size:19px; |
|
direction: rtl; |
|
text-align:center; |
|
background: #AAB6C6; |
|
border-radius: 8px; |
|
box-shadow: inset 0px 0px 5px #ACB985; |
|
} |
|
|
|
|
|
|
|
|
|
#gallery_kutub_ul li{ |
|
|
|
display: inline-block; |
|
margin-left:auto; |
|
margin-right:auto; |
|
width:350px; |
|
height:360px; |
|
list-style-type: none; |
|
vertical-align: middle; |
|
padding:25px; |
|
|
|
} |
|
|
|
|
|
.divwrit1{ |
|
width:400px; |
|
position: relative; |
|
background-color: rgba(0, 0, 0, 0.1); |
|
z-index: 1; |
|
border-style: solid; |
|
text-align:center; |
|
vertical-align:middle; |
|
display: table-cell; |
|
border-width: 0px; |
|
} |
|
|
|
.divwrit1img{ |
|
width:auto; max-width:350px; height:230px; |
|
} |
|
|
|
|
|
#news_ul li { |
|
display: inline-flex; |
|
list-style-type: none; |
|
direction:rtl; |
|
padding-bottom:20px; |
|
vertical-align:middle; |
|
} |
|
|
|
.socialblock{ |
|
width:50px; |
|
height:172px; |
|
display:block; |
|
position:fixed; |
|
top: 250px; |
|
//left:73px; |
|
background-color:#838383; |
|
border-radius: 8px 0px 0px 8px; |
|
} |
|
|
|
.istefsub |
|
{ |
|
margin: 1em 0; |
|
padding: 10px; |
|
width:auto; |
|
display: inline-block; |
|
list-style-type: none; |
|
vertical-align: middle; |
|
border: 1px solid #375037; |
|
background: #AAB6C6; |
|
font-family: myFirstFont; |
|
font-size:1rem; |
|
direction: ltr; |
|
text-align:left; |
|
} |
|
#gallery_image_ul { |
|
|
|
list-style:none; |
|
margin:0; |
|
padding:10px; |
|
text-align: right; |
|
// white-space:nowrap; |
|
|
|
} |
|
#gallery_image_li { |
|
display:inline; |
|
padding-right: .7em; |
|
margin: 1em 0; |
|
|
|
|
|
} |
|
|
|
|
|
.pun |
|
{ |
|
direction: rtl; |
|
text-align:right; |
|
width:200px; |
|
font-size:1.3rem; |
|
|
|
} |
|
|
|
.pun1 |
|
{ |
|
padding-right:20px; |
|
} |
|
|
|
.textstylduros |
|
{ |
|
font-family: myFirstFont; |
|
font-size:1.3rem; |
|
color: black; |
|
direction: rtl; |
|
} |
|
|
|
.textduro{ |
|
font-family:Tahoma; |
|
font-size:1rem; |
|
} |
|
|
|
|
|
.gallery_moaalf li{ |
|
|
|
display: inline-block; |
|
margin-left:auto; |
|
margin-right:auto; |
|
width:260px; |
|
//height:360px; |
|
list-style-type: none; |
|
vertical-align: middle; |
|
padding:25px; |
|
|
|
|
|
} |
|
|
|
|
|
.imgdetnews { |
|
|
|
"position: relative; |
|
width: 650px; background-color: rgba(0, 0, 0, 0.1); |
|
height: 450px; |
|
z-index: 1; |
|
border-style: solid; |
|
text-align:center; |
|
vertical-align:middle; |
|
display: table-cell; |
|
border-width: 0px; |
|
} |
|
|
|
|
|
.gallery_image_li_img { |
|
|
|
width:250px; |
|
height:auto; |
|
cursor: pointer; |
|
} |
|
|
|
.overlay { |
|
position:fixed; |
|
display:table; |
|
width: 100%; |
|
height: 100%; |
|
left: 0; |
|
right: 0; |
|
top: 0px; |
|
background: rgba(51,51,51,0.9); |
|
z-index: 10; |
|
visibility:hidden; |
|
overflow-y: scroll; |
|
overflow-x: scroll; |
|
} |
|
|
|
|
|
@media screen and ( max-width:990px){ |
|
|
|
|
|
body { |
|
font-size:1.5rem; |
|
} |
|
|
|
.general{ |
|
height: 23500px; |
|
} |
|
|
|
|
|
.slidnewsshow{ |
|
top:85px; |
|
max-width:1000px; |
|
padding-right:0; |
|
} |
|
|
|
|
|
.search |
|
{ |
|
|
|
width:100%; |
|
top:5px; |
|
|
|
} |
|
|
|
|
|
|
|
.searchbox{ |
|
|
|
right:0; |
|
max-width:700px; |
|
} |
|
|
|
.searchinput |
|
{ |
|
width:400px; |
|
right:200px; |
|
|
|
} |
|
|
|
|
|
.searchcomand{ |
|
font-size:40px; |
|
Top:-7px; |
|
} |
|
|
|
|
|
ul#newsmovtab li { |
|
font-family: Tahoma; |
|
font-size:2rem; |
|
} |
|
|
|
|
|
|
|
|
|
.section4 |
|
{ |
|
display:none; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
.section5{ |
|
//Top:100px; |
|
display:none; |
|
} |
|
|
|
|
|
.section6{ |
|
Top:220px; |
|
max-width:1003px; |
|
padding-right: 30px; |
|
max-width:930px; |
|
} |
|
|
|
.section6-0 { |
|
position:relative; |
|
max-width:1003px; |
|
} |
|
|
|
|
|
.section7{ |
|
|
|
Top:440px; |
|
right:0px; |
|
width:100%; |
|
//max-width:98%; |
|
|
|
|
|
} |
|
|
|
|
|
.sec7part1{ |
|
width:100%; |
|
display:block; |
|
position:relative; |
|
Top:20px; |
|
} |
|
|
|
.sec7part2{ |
|
width:100%; |
|
display:block; |
|
position:relative; |
|
Top:120px; |
|
|
|
} |
|
|
|
.sec7part3{ |
|
width:100%; |
|
display:block; |
|
position:relative; |
|
Top:200px; |
|
height:110px; |
|
} |
|
|
|
.sec7part4{ |
|
width:100%; |
|
height:auto; |
|
display:block; |
|
position:relative; |
|
Top:440px; |
|
} |
|
|
|
|
|
|
|
.sec7part5{ |
|
width:100%; |
|
max-width:98%; |
|
height:auto; |
|
display:block; |
|
position:relative; |
|
Top:560px; |
|
|
|
} |
|
|
|
.sec7part6{ |
|
width:100%; |
|
display:block; |
|
position:relative; |
|
Top:660px; |
|
} |
|
|
|
|
|
.sec7part7{ |
|
width:100%; |
|
display:block; |
|
position:relative; |
|
Top:770px; |
|
|
|
} |
|
|
|
|
|
.sec7part8{ |
|
width:100%; |
|
display:block; |
|
position:relative; |
|
Top:900px; |
|
} |
|
|
|
|
|
.section8{ |
|
|
|
Top:2500px; |
|
width:100%; |
|
|
|
} |
|
|
|
|
|
|
|
.leftside |
|
{ |
|
border: 1px solid #DEDEDE; |
|
width:100%; |
|
font-family: Tahoma; |
|
font-size:2.8rem; |
|
Top:10px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
.dorostab |
|
{ |
|
|
|
|
|
|
|
display:flex; |
|
position: relative; |
|
//width:99%; |
|
width:100%; |
|
justify-content: space-between; |
|
height:80px; |
|
top:48px; |
|
|
|
} |
|
|
|
|
|
.doros |
|
{ |
|
|
|
position: relative; |
|
display:flex; |
|
width:130px; |
|
justify-content: center; |
|
padding-right:0; |
|
font-size:3rem; |
|
|
|
} |
|
|
|
|
|
.leaddsound { |
|
position: relative; |
|
width:100%; |
|
font-family: Tahoma; |
|
font-size:2.4rem; |
|
padding:70px; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
.leaddinter { |
|
|
|
font-size:1.3em; |
|
height:auto; |
|
width:100%; |
|
text-align:center; |
|
top:20px; |
|
} |
|
|
|
|
|
|
|
.riadd { |
|
font-size:3em; |
|
//top:-65px; |
|
width:800px; |
|
} |
|
|
|
|
|
.sqr |
|
{ |
|
|
|
Top:115px; |
|
} |
|
|
|
|
|
.sqr1 |
|
{ |
|
|
|
width:100%; |
|
Top:110px; |
|
} |
|
|
|
|
|
|
|
.leadd { |
|
font-size:2.7em; |
|
width:auto; |
|
height:auto; |
|
} |
|
|
|
|
|
|
|
.textstyl |
|
{ |
|
font-family: Tahoma; |
|
font-size:2.3rem; |
|
font-weight:bold; |
|
|
|
} |
|
|
|
.textsty2 |
|
{ |
|
font-family: Tahoma; |
|
font-size:2rem; |
|
height:auto; |
|
//max-height:150px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
.maillistst |
|
{ |
|
|
|
font-size:3rem; |
|
height:90px; |
|
|
|
} |
|
|
|
|
|
.mailliststbox{ |
|
|
|
width:100%; |
|
height:80px; |
|
width:500px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
.sendcomm |
|
{ |
|
|
|
font-size:2.5rem; |
|
} |
|
|
|
|
|
.for |
|
{ |
|
font-family: Tahoma; |
|
font-size:1.5em; |
|
width:290px; |
|
height:50px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.sec7part4 #d4{ |
|
height:280px; |
|
} |
|
.eventsmarquee{ |
|
height:280px; |
|
|
|
} |
|
|
|
|
|
.sec7part7 #d7{ |
|
height:280px; |
|
} |
|
|
|
.istefmarqee{ |
|
height:280px; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
#newsmar{ |
|
display:block; |
|
} |
|
|
|
|
|
|
|
|
|
#gallery_kutub_ul li { |
|
|
|
display: block; |
|
width:auto; |
|
height:auto; |
|
padding:1px; |
|
float:center; |
|
padding-bottom:150px; |
|
} |
|
|
|
|
|
|
|
|
|
.divwrit1{ |
|
width:auto; |
|
display:block; |
|
float:center; |
|
margin: auto; |
|
} |
|
|
|
.divwrit1img{ |
|
width:100%; max-width:750px; height:100%; |
|
} |
|
|
|
|
|
.textinside { |
|
|
|
font-size:2.3rem; |
|
} |
|
|
|
.textinside2 { |
|
direction:rtl; |
|
font-size:2rem; |
|
|
|
} |
|
|
|
#news_ul li { |
|
display: block; |
|
list-style-type: none; |
|
direction:ltr; |
|
padding-bottom:180px; |
|
vertical-align:middle; |
|
|
|
} |
|
|
|
.imgstyl1 |
|
{ |
|
width:90%; |
|
height:auto; |
|
padding:5px; |
|
max-height:none; |
|
} |
|
|
|
|
|
|
|
.socialblock{ |
|
width:172px; |
|
height:50px; |
|
display:flex; |
|
position:fixed; |
|
top: 250px; |
|
left:10px; |
|
z-index:2; |
|
//background:none; |
|
border-radius: 8px 8px 8px 8px; |
|
padding-top:10px; |
|
} |
|
|
|
.istefsub |
|
{ |
|
font-size:3rem; |
|
} |
|
|
|
.pun |
|
{ |
|
font-size:3rem; |
|
width:450px; |
|
|
|
} |
|
|
|
.pun1 |
|
{ |
|
padding-right:50px; |
|
} |
|
|
|
|
|
.textstylduros |
|
{ |
|
font-size:1.6rem; |
|
} |
|
|
|
|
|
.textduro{ |
|
font-family:Tahoma; |
|
font-size:2.3rem; |
|
} |
|
|
|
|
|
|
|
|
|
.gallery_moaalf li{ |
|
|
|
display:block; |
|
width:650px; |
|
|
|
} |
|
|
|
|
|
|
|
.section3{ |
|
display:none; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@font-face |
|
{ |
|
font-family: 'myFirstFont'; |
|
src: url('../fonts/HacenSaudiArabia.eot'); |
|
src: url('../fonts/HacenSaudiArabia.eot?#iefix') format('embedded-opentype'), |
|
url('../fonts/HacenSaudiArabia.woff') format('woff'), |
|
url('../fonts/HacenSaudiArabia.ttf') format('truetype'), |
|
url('../fonts/HacenSaudiArabia.svg#svgFontName') format('svg'); |
|
} |
|
|
|
|
|
|
|
|
|
* { |
|
margin:0; |
|
padding:0; |
|
|
|
} |
|
|
|
|
|
body { |
|
margin:0; |
|
padding:0; |
|
|
|
} |
|
|
|
|
|
.navbar { |
|
display : flex; |
|
justify-content: space-between; |
|
align-items: center; |
|
background-color: #333; |
|
color: white; |
|
//height:37px; |
|
direction:rtl; |
|
text-align:right; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
.menu1 { |
|
|
|
display:flex; |
|
margin:0; |
|
padding:0; |
|
//background-color:blue; |
|
width: 100%; |
|
text-align:right; |
|
height:37px; |
|
z-index: 1; |
|
|
|
} |
|
|
|
|
|
.menu1 ul { |
|
|
|
|
|
display: inline-flex; |
|
background-image: linear-gradient(gray, white); |
|
width: 100%; |
|
} |
|
|
|
|
|
.menu1 ul li { |
|
list-style:none; |
|
margin: 1px; |
|
padding: 5px; |
|
border-width:20px; |
|
background-image: linear-gradient(gray, white); |
|
border: 1px solid #DEDEDE; |
|
text-align:center; |
|
//width:100%; |
|
font-family:myFirstFont; |
|
} |
|
|
|
.menu1 ul li a { |
|
|
|
text-decoration:none; |
|
color:#000; |
|
} |
|
|
|
|
|
.menu1 ul li:hover { |
|
|
|
background-image: linear-gradient(white, gray); |
|
border-radius: 2px; |
|
color:#b2ff00; |
|
} |
|
|
|
|
|
.menu1 ul li a:hover { |
|
|
|
color:#b2ff00; |
|
} |
|
|
|
|
|
|
|
.menu2 { |
|
|
|
display:none; |
|
padding:0; |
|
background-color:#333; |
|
max-width:990px; |
|
z-index: 2; |
|
} |
|
|
|
|
|
|
|
.menu1 ul li:hover .menu2 { |
|
|
|
display:block; |
|
position:absolute; |
|
margin-top:3px; |
|
margin-right:10px; |
|
|
|
|
|
} |
|
|
|
|
|
.menu1 ul li:hover .menu2 ul { |
|
display:block; |
|
margin:1px; |
|
|
|
} |
|
|
|
|
|
|
|
.menu1 ul li:hover .menu2 ul li { |
|
|
|
|
|
//max-width:490px; |
|
padding:10px; |
|
border-bottom:1px dotted #fff; |
|
text-align:right; |
|
background:transparent; |
|
border-radius:0; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
.menu1 ul li:hover .menu2 ul li:last-child { |
|
|
|
border-bottom:none; |
|
} |
|
|
|
|
|
|
|
.menu1 ul li:hover .menu2 ul li a:hover { |
|
|
|
color:#b2ff00; |
|
} |
|
|
|
|
|
|
|
.joker{ |
|
width:100px; |
|
} |
|
|
|
.joker1{ |
|
width:190px; |
|
} |
|
|
|
.joker2{ |
|
width:6.27rem; |
|
} |
|
|
|
.joker3{ |
|
width:290px; |
|
} |
|
|
|
.joker4{ |
|
width:190px; |
|
} |
|
|
|
.joker5{ |
|
width:6.27rem; |
|
} |
|
|
|
.joker6{ |
|
width:6.27rem; |
|
} |
|
|
|
.joker7{ |
|
width:6.27rem; |
|
} |
|
|
|
|
|
|
|
.toggle-button { |
|
position: absolute; |
|
top: 1.1rem; |
|
right: 1rem; |
|
display:none; |
|
flex-direction:column; |
|
justify-content: space-between; |
|
width:55px; |
|
height:45px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
.toggle-button .bar { |
|
height:30px; |
|
width: 100%; |
|
background-color: red; |
|
border-radius: 10px; |
|
margin-bottom:5px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media( max-width:990px){ |
|
|
|
.toggle-button { |
|
display:flex; |
|
} |
|
|
|
.menu1 { |
|
display: none; |
|
width: 100%; |
|
align-items: right; |
|
position:absolute; |
|
top:70px; |
|
|
|
|
|
} |
|
|
|
.navbar { |
|
flex-direction:column; |
|
align-items : flex-start; |
|
height:80px; |
|
|
|
|
|
} |
|
.menu1 ul { |
|
max-width: 610px; |
|
flex-direction: column; |
|
text-align:right; |
|
align-items: right; |
|
|
|
} |
|
|
|
|
|
.menu1 li { |
|
text-align:right; |
|
align-items: right; |
|
|
|
|
|
} |
|
|
|
.menu1 li a { |
|
padding: .5rem 1rem; |
|
|
|
|
|
} |
|
|
|
.menu1.active { |
|
display: flex; |
|
} |
|
|
|
|
|
|
|
.menu1 ul li:hover .menu2 { |
|
|
|
|
|
margin-top:3px; |
|
margin-right:190px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
.menu1 ul li:hover .menu2 ul li { |
|
width:580px; |
|
} |
|
|
|
|
|
|
|
.menu1 ul li:hover .menu2 ul { |
|
width:600px; |
|
} |
|
|
|
.menu1 ul li a { |
|
|
|
text-decoration:none; |
|
color:#000; |
|
font-size:3rem; |
|
|
|
} |
|
|
|
|
|
.joker{ |
|
width:100%; |
|
} |
|
|
|
.joker1{ |
|
width:100%; |
|
} |
|
|
|
.joker2{ |
|
width:100%; |
|
} |
|
|
|
.joker3{ |
|
width:100%; |
|
} |
|
|
|
.joker4{ |
|
width:100%; |
|
} |
|
|
|
.joker5{ |
|
width:100%; |
|
} |
|
|
|
.joker6{ |
|
width:100%; |
|
} |
|
|
|
.joker7{ |
|
width:100%; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
</style> |
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"> |
|
<meta content="ar-sa" http-equiv="Content-Language"> |
|
<style data-fbcssmodules="css:fb.css.base css:fb.css.dialog css:fb.css.iframewidget css:fb.css.customer_chat_plugin_iframe" type="text/css"> |
|
.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_reposition{overflow:hidden;position:relative}.fb_invisible{display:none}.fb_reset{background:none;border:0;border-spacing:0;color:#000;cursor:auto;direction:ltr;font-family:'lucida grande', tahoma, verdana, arial, sans-serif;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:normal}.fb_reset>div{overflow:hidden}@keyframes fb_transform{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fb_animate{animation:fb_transform .3s forwards} |
|
.fb_dialog{background:rgba(82, 82, 82, .7);position:absolute;top:-10000px;z-index:10001}.fb_dialog_advanced{border-radius:8px;padding:10px}.fb_dialog_content{background:#fff;color:#373737}.fb_dialog_close_icon{background:url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;cursor:pointer;display:block;height:15px;position:absolute;right:18px;top:17px;width:15px}.fb_dialog_mobile .fb_dialog_close_icon{left:5px;right:auto;top:5px}.fb_dialog_padding{background-color:transparent;position:absolute;width:1px;z-index:-1}.fb_dialog_close_icon:hover{background:url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent}.fb_dialog_close_icon:active{background:url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent}.fb_dialog_iframe{line-height:0}.fb_dialog_content .dialog_title{background:#6d84b4;border:1px solid #365899;color:#fff;font-size:14px;font-weight:bold;margin:0}.fb_dialog_content .dialog_title>span{background:url(https://connect.facebook.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;float:left;padding:5px 0 7px 26px}body.fb_hidden{height:100%;left:0;margin:0;overflow:visible;position:absolute;top:-10000px;transform:none;width:100%}.fb_dialog.fb_dialog_mobile.loading{background:url(https://connect.facebook.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;min-height:100%;min-width:100%;overflow:hidden;position:absolute;top:0;z-index:10001}.fb_dialog.fb_dialog_mobile.loading.centered{background:none;height:auto;min-height:initial;min-width:initial;width:auto}.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner{width:100%}.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content{background:none}.loading.centered #fb_dialog_loader_close{clear:both;color:#fff;display:block;font-size:18px;padding-top:20px}#fb-root #fb_dialog_ipad_overlay{background:rgba(0, 0, 0, .4);bottom:0;left:0;min-height:100%;position:absolute;right:0;top:0;width:100%;z-index:10000}#fb-root #fb_dialog_ipad_overlay.hidden{display:none}.fb_dialog.fb_dialog_mobile.loading iframe{visibility:hidden}.fb_dialog_mobile .fb_dialog_iframe{position:sticky;top:0}.fb_dialog_content .dialog_header{background:linear-gradient(from(#738aba), to(#2c4987));border-bottom:1px solid;border-color:#043b87;box-shadow:white 0 1px 1px -1px inset;color:#fff;font:bold 14px Helvetica, sans-serif;text-overflow:ellipsis;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0;vertical-align:middle;white-space:nowrap}.fb_dialog_content .dialog_header table{height:43px;width:100%}.fb_dialog_content .dialog_header td.header_left{font-size:12px;padding-left:5px;vertical-align:middle;width:60px}.fb_dialog_content .dialog_header td.header_right{font-size:12px;padding-right:5px;vertical-align:middle;width:60px}.fb_dialog_content .touchable_button{background:linear-gradient(from(#4267B2), to(#2a4887));background-clip:padding-box;border:1px solid #29487d;border-radius:3px;display:inline-block;line-height:18px;margin-top:3px;max-width:85px;padding:4px 12px;position:relative}.fb_dialog_content .dialog_header .touchable_button input{background:none;border:none;color:#fff;font:bold 12px Helvetica, sans-serif;margin:2px -12px;padding:2px 6px 3px 6px;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog_content .dialog_header .header_center{color:#fff;font-size:16px;font-weight:bold;line-height:18px;text-align:center;vertical-align:middle}.fb_dialog_content .dialog_content{background:url(https://connect.facebook.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;border:1px solid #4a4a4a;border-bottom:0;border-top:0;height:150px}.fb_dialog_content .dialog_footer{background:#f5f6f7;border:1px solid #4a4a4a;border-top-color:#ccc;height:40px}#fb_dialog_loader_close{float:left}.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon{visibility:hidden}#fb_dialog_loader_spinner{animation:rotateSpinner 1.2s linear infinite;background-color:transparent;background-image:url(https://connect.facebook.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);background-position:50% 50%;background-repeat:no-repeat;height:24px;width:24px}@keyframes rotateSpinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}} |
|
.fb_iframe_widget{display:inline-block;position:relative}.fb_iframe_widget span{display:inline-block;position:relative;text-align:justify}.fb_iframe_widget iframe{position:absolute}.fb_iframe_widget_fluid_desktop,.fb_iframe_widget_fluid_desktop span,.fb_iframe_widget_fluid_desktop iframe{max-width:100%}.fb_iframe_widget_fluid_desktop iframe{min-width:220px;position:relative}.fb_iframe_widget_lift{z-index:1}.fb_iframe_widget_fluid{display:inline}.fb_iframe_widget_fluid span{width:100%} |
|
.fb_mpn_mobile_landing_page_slide_out{animation-duration:200ms;animation-name:fb_mpn_landing_page_slide_out;transition-timing-function:ease-in}.fb_mpn_mobile_landing_page_slide_out_from_left{animation-duration:200ms;animation-name:fb_mpn_landing_page_slide_out_from_left;transition-timing-function:ease-in}.fb_mpn_mobile_landing_page_slide_up{animation-duration:500ms;animation-name:fb_mpn_landing_page_slide_up;transition-timing-function:ease-in}.fb_mpn_mobile_bounce_in{animation-duration:300ms;animation-name:fb_mpn_bounce_in;transition-timing-function:ease-in}.fb_mpn_mobile_bounce_out{animation-duration:300ms;animation-name:fb_mpn_bounce_out;transition-timing-function:ease-in}.fb_mpn_mobile_bounce_out_v2{animation-duration:300ms;animation-name:fb_mpn_fade_out;transition-timing-function:ease-in}.fb_customer_chat_bounce_in_v2{animation-duration:300ms;animation-name:fb_bounce_in_v2;transition-timing-function:ease-in}.fb_customer_chat_bounce_in_from_left{animation-duration:300ms;animation-name:fb_bounce_in_from_left;transition-timing-function:ease-in}.fb_customer_chat_bounce_out_v2{animation-duration:300ms;animation-name:fb_bounce_out_v2;transition-timing-function:ease-in}.fb_customer_chat_bounce_out_from_left{animation-duration:300ms;animation-name:fb_bounce_out_from_left;transition-timing-function:ease-in}.fb_invisible_flow{display:inherit;height:0;overflow-x:hidden;width:0}@keyframes fb_mpn_landing_page_slide_out{0%{margin:0 12px;width:100% - 24px}60%{border-radius:18px}100%{border-radius:50%;margin:0 24px;width:60px}}@keyframes fb_mpn_landing_page_slide_out_from_left{0%{left:12px;width:100% - 24px}60%{border-radius:18px}100%{border-radius:50%;left:12px;width:60px}}@keyframes fb_mpn_landing_page_slide_up{0%{bottom:0;opacity:0}100%{bottom:24px;opacity:1}}@keyframes fb_mpn_bounce_in{0%{opacity:.5;top:100%}100%{opacity:1;top:0}}@keyframes fb_mpn_fade_out{0%{bottom:30px;opacity:1}100%{bottom:0;opacity:0}}@keyframes fb_mpn_bounce_out{0%{opacity:1;top:0}100%{opacity:.5;top:100%}}@keyframes fb_bounce_in_v2{0%{opacity:0;transform:scale(0, 0);transform-origin:bottom right}50%{transform:scale(1.03, 1.03);transform-origin:bottom right}100%{opacity:1;transform:scale(1, 1);transform-origin:bottom right}}@keyframes fb_bounce_in_from_left{0%{opacity:0;transform:scale(0, 0);transform-origin:bottom left}50%{transform:scale(1.03, 1.03);transform-origin:bottom left}100%{opacity:1;transform:scale(1, 1);transform-origin:bottom left}}@keyframes fb_bounce_out_v2{0%{opacity:1;transform:scale(1, 1);transform-origin:bottom right}100%{opacity:0;transform:scale(0, 0);transform-origin:bottom right}}@keyframes fb_bounce_out_from_left{0%{opacity:1;transform:scale(1, 1);transform-origin:bottom left}100%{opacity:0;transform:scale(0, 0);transform-origin:bottom left}}@keyframes slideInFromBottom{0%{opacity:.1;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@keyframes slideInFromBottomDelay{0%{opacity:0;transform:translateY(100%)}97%{opacity:0;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}} |
|
</style> |
|
</head> |
|
<body bottommargin="0" leftmargin="0" marginheight="0" marginwidth="0" onload="DoAj($i)" rightmargin="0" topmargin="0"> |
|
<div class="general" style="height:auto;"> |
|
<section id="section1"> |
|
<div class="container" style=" "> |
|
<img src="rick.jpg"> |
|
</div> |
|
</section> |
|
<section id="section2"> |
|
<div class="container" style=" "> |
|
<nav class="navbar" id="nav"> |
|
<a class="toggle-button"> |
|
<span class="bar"> |
|
</span> |
|
<span class="bar"> |
|
</span> |
|
<span class="bar"> |
|
</span> |
|
</a> |
|
<div class="menu1"> |
|
<ul> |
|
<li class="joker"> |
|
<a> |
|
Home |
|
</a> |
|
</li> |
|
<li class="joker1"> |
|
<a> |
|
Biography |
|
</a> |
|
</li> |
|
<li class="joker2"> |
|
<a> |
|
News |
|
</a> |
|
<div class="menu2"> |
|
<ul> |
|
<li> |
|
<a> |
|
His Eminence's News |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Office News |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
News of Delegates |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
</li> |
|
<li class="joker3"> |
|
<a> |
|
Directions and Instructions |
|
</a> |
|
</li> |
|
</ul> |
|
</div> |
|
</nav> |
|
</div> |
|
</section> |
|
<div style="padding:10px; position: sticky;"> |
|
<div class="container" style=" "> |
|
<title> |
|
THE REPRESENTATIVE OF HIS EMINENCE PARTICIPATES IN THE COMMEMORATIVE FESTIVAL FOR THE PASSING OF 1400 ON THE MARTYRDOM OF IMAM AMIR AL-MU'MIN (PBUH) |
|
</title> |
|
<meta content="The representative of His Eminence (may Allah prolong his life), His |
|
Highness Sheikh Ali Al-Najafy, participated in the festival organized by the |
|
University of Kufa and under the patronage of the Directorate of Imam Ali’s |
|
Holy Shrine to commemorate the martyrdom of Imam Ali (PBUH) more than 1,400 |
|
years ago. The presidency of the university |
|
and in the presence of many personalities, religious, political and academic, |
|
as the festival delivered several speeches for the " name="description"> |
|
<meta content="The representative of His Eminence (may Allah prolong his life), His |
|
Highness Sheikh Ali Al-Najafy, participated in the festival organized by the |
|
University of Kufa and under the patronage of the Directorate of Imam Ali’s |
|
Holy Shrine to commemorate the martyrdom of Imam Ali (PBUH) more than 1,400 |
|
years ago. The presidency of the university |
|
and in the presence of many personalities, religious, political and academic, |
|
as the festival delivered several speeches for the " itemprop="description"> |
|
<meta content="" property="og:url"> |
|
<meta content="website" property="og:type"> |
|
<meta content="THE REPRESENTATIVE OF HIS EMINENCE PARTICIPATES IN THE COMMEMORATIVE FESTIVAL FOR THE PASSING OF 1400 ON THE MARTYRDOM OF IMAM AMIR AL-MU'MIN (PBUH)" property="og:title"> |
|
<meta content="The representative of His Eminence (may Allah prolong his life), His |
|
Highness Sheikh Ali Al-Najafy, participated in the festival organized by the |
|
University of Kufa and under the patronage of the Directorate of Imam Ali’s |
|
Holy Shrine to commemorate the martyrdom of Imam Ali (PBUH) more than 1,400 |
|
years ago. The presidency of the university |
|
and in the presence of many personalities, religious, political and academic, |
|
as the festival delivered several speeches for the " property="og:description"> |
|
<meta content="" property="og:image"> |
|
<div class="fb_reset" id="fb-root"> |
|
<div style="position: absolute; top: -10000px; width: 0px; height: 0px;"> |
|
<div> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="textinside"> |
|
<br> |
|
<p> |
|
THE REPRESENTATIVE OF HIS EMINENCE PARTICIPATES IN THE COMMEMORATIVE FESTIVAL FOR THE PASSING OF 1400 ON THE MARTYRDOM OF IMAM AMIR AL-MU'MIN (PBUH) |
|
</p> |
|
<br> |
|
<br> |
|
<p style="font-size: 16px; padding-right: 10px; width:745px;"> |
|
6/4/2019 |
|
</p> |
|
<br> |
|
</div> |
|
<div style="display:table; margin-right: auto; margin-left: auto; padding-bottom:10px;"> |
|
<div class="imgdetnews" id="layer1"> |
|
<img src="rick.jpg" style="max-width:900px;"> |
|
</div> |
|
</div> |
|
<div class="textinside2" id="layerdet" style="position: relative; height: auto; text-align:justify; border-width: 0px;"> |
|
<p class="MsoNormal" dir="LTR" style="text-align:justify;text-indent:0in; |
|
direction:ltr;unicode-bidi:embed"> |
|
<span style='line-height: |
|
200%;Calibri","sans-serif";mso-ascii-theme-font:minor-latin; |
|
mso-hansi-theme-font:minor-latin;mso-bidi-theme-font:minor-latin;mso-bidi-language: |
|
AR-IQ'> |
|
The representative of His Eminence (may Allah prolong his life), His |
|
Highness Sheikh Ali Al-Najafy, participated in the festival organized by the |
|
University of Kufa and under the patronage of the Directorate of Imam Ali’s |
|
Holy Shrine to commemorate the martyrdom of Imam Ali (PBUH) more than |
|
</span> |
|
<span dir="RTL"> |
|
</span> |
|
<span dir="RTL"> |
|
</span> |
|
<b> |
|
<span dir="RTL" lang="AR-IQ" style='line-height:200%;Calibri","sans-serif"; |
|
mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-theme-font: |
|
minor-latin;mso-bidi-language:AR-IQ'> |
|
<span dir="RTL"> |
|
</span> |
|
<span dir="RTL"> |
|
</span> |
|
1,400 |
|
</span> |
|
</b> |
|
<span style='line-height:200%;Calibri","sans-serif"; |
|
mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-theme-font: |
|
minor-latin;mso-bidi-language:AR-IQ'> |
|
years ago. The presidency of the university |
|
and in the presence of many personalities, religious, political and academic, |
|
as the festival delivered several speeches for the audience and poems and |
|
various events |
|
</span> |
|
<span dir="RTL"> |
|
</span> |
|
<span dir="RTL"> |
|
</span> |
|
<b> |
|
<span dir="RTL" lang="AR-IQ" style='font-size: |
|
14.0pt;line-height:200%;Calibri","sans-serif";mso-ascii-theme-font: |
|
minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-theme-font:minor-latin; |
|
mso-bidi-language:AR-IQ'> |
|
<span dir="RTL"> |
|
</span> |
|
<span dir="RTL"> |
|
</span> |
|
. |
|
</span> |
|
</b> |
|
<span style='line-height:200%;Calibri","sans-serif"; |
|
mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-theme-font: |
|
minor-latin;mso-bidi-language:AR-IQ'> |
|
<o:p> |
|
</o:p> |
|
</span> |
|
</p> |
|
<p> |
|
</p> |
|
<p class="MsoNormal" dir="LTR" style="text-align:justify;text-indent:0in; |
|
direction:ltr;unicode-bidi:embed"> |
|
<span style='line-height: |
|
200%;Calibri","sans-serif";mso-ascii-theme-font:minor-latin; |
|
mso-hansi-theme-font:minor-latin;mso-bidi-theme-font:minor-latin;mso-bidi-language: |
|
AR-IQ'> |
|
Sheikh Najafy explained the importance of the lessons and lessons from |
|
the pure biography of the faithful and spread to the world and its application |
|
in the community where tolerance, love, justice, peaceful coexistence and |
|
brotherhood, praising the importance of the launch of these initiatives to |
|
disseminate the traditions of the immaculate imams |
|
</span> |
|
<span dir="RTL"> |
|
</span> |
|
<span dir="RTL"> |
|
</span> |
|
<b> |
|
<span dir="RTL" lang="AR-IQ" style='line-height:200%;Calibri","sans-serif"; |
|
mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-theme-font: |
|
minor-latin;mso-bidi-language:AR-IQ'> |
|
<span dir="RTL"> |
|
</span> |
|
<span dir="RTL"> |
|
</span> |
|
. |
|
</span> |
|
</b> |
|
</p> |
|
<p class="MsoNormal" dir="LTR" style="text-align: center; text-indent: 0in; direction: ltr; unicode-bidi: embed;"> |
|
<img data-filename="2.jpg" src="rick.jpg" style="width: 778px;"> |
|
<b> |
|
<span dir="RTL" lang="AR-IQ" style='line-height:200%;Calibri","sans-serif"; |
|
mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-theme-font: |
|
minor-latin;mso-bidi-language:AR-IQ'> |
|
<br> |
|
</span> |
|
</b> |
|
<span style='line-height:200%;Calibri","sans-serif"; |
|
mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-theme-font: |
|
minor-latin;mso-bidi-language:AR-IQ'> |
|
<o:p> |
|
</o:p> |
|
</span> |
|
</p> |
|
</div> |
|
<div style="display:table; margin-right: auto; margin-left: auto;"> |
|
<div style="height:20px; width:auto; display:table-cell;"> |
|
<a target="_blank"> |
|
<div style="position:relative; top:-25px; left:-20px; width:auto; font-family: myFirstFont; color: #289FD2;"> |
|
Subscribe to Al-Najafi Telegram Channel |
|
</div> |
|
</a> |
|
</div> |
|
<div style="height:20px; width:40px; display:table-cell;"> |
|
<a target="_blank"> |
|
<img src="rick.jpg" style="height:60px; width:auto;"> |
|
</a> |
|
</div> |
|
</div> |
|
<div style="display:flex;"> |
|
<div class="fb-share-button fb_iframe_widget" data- data-layout="button_count" fb-iframe-plugin-query="app_id=1634145110196259&container_width=0&href=http%3A%2F%2Fwww.alnajafy.com%2Flist%2Fmainnews-2-444-6035.html&layout=button_count&locale=en_US&sdk=joey" fb-xfbml-state="parsed"> |
|
<span style="vertical-align: top; width: 0px; height: 0px; overflow: hidden;"> |
|
</span> |
|
</div> |
|
<a class="twitter-share-button" data-related="alnajafy" data-url=""> |
|
Tweet |
|
</a> |
|
</div> |
|
<div style="display:inline-block; text-align:right;"> |
|
<br> |
|
<br> |
|
<table border="0" cellpadding="0" cellspacing="4" dir="ltr" width="100%"> |
|
<tbody> |
|
<tr> |
|
<td> |
|
<div class="dowbar" onclick="jj(id=6035,orx=3)"> |
|
Send |
|
</div> |
|
</td> |
|
<td> |
|
<a target="_blank"> |
|
<div class="dowbar"> |
|
Print |
|
</div> |
|
</a> |
|
</td> |
|
<td> |
|
<a target="_blank"> |
|
<div class="dowbar"> |
|
Save |
|
</div> |
|
</a> |
|
</td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</body> |
|
</html> |
|
|