2023-02-27 23:28:37 +01:00
|
|
|
$black: #454545;
|
2023-10-30 05:01:40 +01:00
|
|
|
$max-width: 1024px;
|
2023-02-27 23:28:37 +01:00
|
|
|
|
2023-10-22 02:17:41 +02:00
|
|
|
html[lang="en"] {
|
2023-03-02 05:30:46 +01:00
|
|
|
font-family: "Kanit Regular";
|
|
|
|
}
|
|
|
|
|
2023-10-22 02:17:41 +02:00
|
|
|
html[lang="ar"] {
|
|
|
|
font-family: "Amiri Quran Regular";
|
2023-10-13 21:05:46 +02:00
|
|
|
}
|
|
|
|
|
2023-02-27 23:28:37 +01:00
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
html body {
|
|
|
|
color: $black;
|
2023-10-26 14:39:20 +02:00
|
|
|
height: 100%;
|
2023-10-26 14:48:22 +02:00
|
|
|
margin: 0;
|
2023-02-27 23:28:37 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
body .root {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2023-10-30 00:02:46 +01:00
|
|
|
body .root .content.theme {
|
2023-02-27 23:28:37 +01:00
|
|
|
margin: 0 auto;
|
2023-10-26 14:39:20 +02:00
|
|
|
height: 100%;
|
2023-10-30 00:02:46 +01:00
|
|
|
width: 85%;
|
2023-10-20 22:39:09 +02:00
|
|
|
max-width: $max-width;
|
2023-10-26 14:39:20 +02:00
|
|
|
|
2023-10-30 00:02:46 +01:00
|
|
|
header {
|
|
|
|
h1 {
|
|
|
|
display: flex;
|
2023-10-30 07:22:50 +01:00
|
|
|
justify-content: center;
|
2023-10-30 00:02:46 +01:00
|
|
|
align-items: center;
|
|
|
|
flex-direction: column;
|
|
|
|
font-size: xx-large;
|
|
|
|
margin: 0;
|
|
|
|
line-height: 1.5;
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
2023-10-25 08:11:54 +02:00
|
|
|
|
2023-10-30 05:01:40 +01:00
|
|
|
nav, div {
|
2023-10-30 00:02:46 +01:00
|
|
|
display: flex;
|
2023-10-30 05:01:40 +01:00
|
|
|
flex-wrap: wrap;
|
2023-10-30 00:02:46 +01:00
|
|
|
justify-content: space-between;
|
2023-10-30 05:01:40 +01:00
|
|
|
}
|
2023-10-30 00:02:46 +01:00
|
|
|
|
2023-10-30 05:01:40 +01:00
|
|
|
nav {
|
|
|
|
.react-select {
|
2023-10-30 00:02:46 +01:00
|
|
|
display: flex;
|
2023-10-30 05:01:40 +01:00
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
2023-10-30 00:02:46 +01:00
|
|
|
}
|
|
|
|
.react-select.theme {
|
2023-10-30 06:33:06 +01:00
|
|
|
justify-content: flex-end;
|
2023-10-30 00:02:46 +01:00
|
|
|
}
|
|
|
|
.react-select.language {
|
2023-10-30 06:33:06 +01:00
|
|
|
justify-content: flex-start;
|
|
|
|
min-width: 50px;
|
2023-10-30 00:02:46 +01:00
|
|
|
text-align: right;
|
2023-10-30 06:33:06 +01:00
|
|
|
ul {
|
|
|
|
position:relative;
|
|
|
|
top: 15px;
|
|
|
|
li {
|
|
|
|
align-items: center;
|
|
|
|
font-family: "Kanit Regular";
|
2023-10-30 10:55:24 +01:00
|
|
|
border-radius: 15px;
|
2023-10-30 06:33:06 +01:00
|
|
|
span {
|
|
|
|
display: flex;
|
|
|
|
height: 100%;
|
|
|
|
align-items: center;
|
|
|
|
padding-right: 7px;
|
|
|
|
}
|
|
|
|
&:hover {
|
2023-10-30 10:28:21 +01:00
|
|
|
text-decoration: none;
|
2023-10-30 06:33:06 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
li.en {
|
|
|
|
font-size: medium;
|
|
|
|
}
|
2023-10-30 05:01:40 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.br {
|
|
|
|
width: 100%;
|
2023-10-30 00:02:46 +01:00
|
|
|
}
|
2023-10-25 08:11:54 +02:00
|
|
|
}
|
2023-10-22 02:17:41 +02:00
|
|
|
}
|
2023-02-27 23:28:37 +01:00
|
|
|
|
2023-10-22 02:17:41 +02:00
|
|
|
ul.body {
|
|
|
|
clear: both;
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 0;
|
2023-10-26 14:39:20 +02:00
|
|
|
margin: 0;
|
|
|
|
overflow: auto;
|
2023-10-28 14:49:19 +02:00
|
|
|
height: 73%;
|
2023-10-21 22:47:46 +02:00
|
|
|
}
|
|
|
|
|
2023-10-26 14:39:20 +02:00
|
|
|
footer {
|
|
|
|
display: flex;
|
2023-10-28 11:08:37 +02:00
|
|
|
flex-wrap: wrap;
|
2023-10-26 14:39:20 +02:00
|
|
|
justify-content: space-between;
|
|
|
|
align-items: flex-end;
|
|
|
|
width: 100%;
|
2023-10-28 11:08:37 +02:00
|
|
|
|
|
|
|
.br {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2023-10-26 14:39:20 +02:00
|
|
|
}
|
2023-10-22 02:17:41 +02:00
|
|
|
}
|
2023-03-02 05:30:46 +01:00
|
|
|
|
2023-10-25 09:25:42 +02:00
|
|
|
body .root .content.en {
|
|
|
|
h1 {
|
|
|
|
font-size: x-large;
|
|
|
|
}
|
2023-10-30 05:01:40 +01:00
|
|
|
header {
|
|
|
|
nav, div {
|
2023-10-30 06:33:06 +01:00
|
|
|
.react-select.language {
|
|
|
|
ul {
|
|
|
|
position: relative;
|
|
|
|
top: 5px;
|
|
|
|
li.ar span {
|
|
|
|
position: relative;
|
|
|
|
bottom: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-10-30 05:01:40 +01:00
|
|
|
}
|
|
|
|
}
|
2023-10-25 09:25:42 +02:00
|
|
|
}
|
|
|
|
|
2023-10-22 02:17:41 +02:00
|
|
|
body .root .content.ar {
|
2023-10-30 00:02:46 +01:00
|
|
|
header {
|
2023-10-30 00:10:04 +01:00
|
|
|
nav, div {
|
2023-10-30 00:02:46 +01:00
|
|
|
direction: ltr;
|
|
|
|
.localized-name {
|
|
|
|
display: flex;
|
|
|
|
font-size: x-large;
|
|
|
|
justify-content: flex-end;
|
|
|
|
align-items: flex-end;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.transliterated-name {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-10-30 09:46:24 +01:00
|
|
|
.react-select.language {
|
|
|
|
.selected-option.ar {
|
|
|
|
font-size: x-large;
|
|
|
|
position: relative;
|
|
|
|
bottom: 3px;
|
|
|
|
}
|
|
|
|
}
|
2023-10-30 00:02:46 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-10-26 14:39:20 +02:00
|
|
|
footer {
|
|
|
|
flex-direction: row-reverse;
|
2023-03-02 05:30:46 +01:00
|
|
|
}
|
|
|
|
}
|
2023-10-23 19:46:09 +02:00
|
|
|
|
|
|
|
.invisible {
|
|
|
|
display: none !important;
|
|
|
|
}
|