@import url('https://www.fontstatic.com/f=yassin,amiri-quran,basim-marah,b-compset');
@font-face {
font-family: Arslan;
src: url(../../Arslan.ttf);
}
body{
background-color: lightgrey;
margin:20px auto auto;
direction:rtl;
font-family:"amiri-quran";
font-size:20px;
}
h1{
font-size: 40px;
text-align: center;
font-family: "Arslan";
margin-top:50px;
}
h2{
font-size: 30px;
font-family: "Arslan";
margin:40px 40px 10px 10px;
}
h3{
font-size: 25px;
font-family: "Arslan";
margin:30px 50px 10px 10px;
}
a.text{
margin:30px 50px 10px 10px;
}
img.coverpage{
width:100%;
height:auto;
}
img.author{
width:100%;
height:auto;
margin-bottom: 30px;
}
img.text {
display:block;
margin:20px auto 20px auto;
width:80%;
}
.container{
display:grid;
grid-template-columns: 300px minmax(500px,1024px);
grid-gap:0px;
background:whitesmoke;
}
@media(max-width:800px){
.container{
grid-template-columns: 1fr;
}
}
.content_table{
background-color: rgb(175, 186, 197);
margin:0px;
}
p{
margin:10px 40px 10px 40px;
text-align: justify;
font-size: 20px;
}
ol.text{
margin:10px 40px 10px 40px;
text-align: justify;
font-size: 20px;
}
.my-repl{
direction:ltr;
margin:20px 40px 0px 40px;
}
.py-repl-editor{
display:grid;
grid-template-columns: auto 1px 40px;
background-color:rgba(10, 6, 247, 0.007)
}
button{
height: 30px;
margin:auto;
}
.ͼ1 .cm-scroller{
overflow: hidden;
}
.footer{
margin: 100px;
}
table {
background-color: rgba(150, 212, 212, 0.4);
}
tr:nth-child(even) {
background-color: rgba(150, 212, 212, 0.4);
}