<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Top-Bar-Website {
  background-color: #484b55;
  color: #ffffff;
}
.Top-Bar-Musjid {
  background-color: #b51a00;
  color: #ffffff;
}
.Fajr {
  background-color: #016e8f;
  color: #ffffff;
}
.Zuhr {
  background-color: #016e8f;
  color: #ffffff;
}
.Asr {
  background-color: #016e8f;
  color: #ffffff;
}
.Maghrib {
  background-color: #016e8f;
  color: #ffffff;
}
.Isha {
  background-color: #016e8f;
  color: #ffffff;
}
.Jumuah {
  background-color: #ffff00;
  color: #ffff00;
}
.Perpetual-Times {
  background-color: #f7f2ea;
  color: #3f3c25;
}
.Odd-Notices {
  background-color: #ebebeb;
  color: #000000;
}
.Even-Notices {
  background-color: #fca9df;
  color: #000000;
}
.Time-Change-Heading {
  background-color: #ebebeb;
  color: #e22400;
}
.Time-Change-Blocks {
  background-color: #ebebeb;
  color: #000000;
}
.New-Time-Change {
  background-color: #ebebeb;
  color: #e22400;
  animation-name: new-change;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.Programmes-Heading {
  background-color: #ebebeb;
  color: #e22400;
}
.Programmes-Blocks {
  background-color: #ebebeb;
  color: #000000;
}
.New-Programmes {
  background-color: #ebebeb;
  color: #000000;
  animation-name: new-prog;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.Footer-Website {
  background-color: #484b55;
  color: #fcfcfc;
}
.Footer-Musjid {
  background-color: #5f5f5f;
  color: #ffffff;
}
.change-date {
  border-bottom: 2px solid #000000;
}
.azaan-change {
  border-right: 1px solid #000000;
}
.jamaat-change {
  border-left: 1px solid #000000;
}
.changed-today {
  outline: 8px solid #ebebeb;
  background-color: #ebebeb;
  outline-offset: -5px;
  animation-name: todays-change;
  animation-duration:3s;
  animation-iteration-count:infinite;
}
.forbidden-in {
  animation-name: forbidden;
  animation-duration:1s;
  animation-iteration-count:infinite;
}
@keyframes forbidden {
  from {
    background-color: #f00
  }
  to {
    background-color: #f7f2ea  }
}
@keyframes new-change{
  0%{background-color: #ebebeb}
  25%{background-color: #ebebeb}
  50%{background-color: #ebebeb}
  75%{background-color: #ebebeb}
  100%{background-color: #ebebeb}
}
@keyframes todays-change{
  0%{outline-style:dashed}
  25%{outline-style:solid}
  50%{outline-style:dashed}
  75%{outline-style:solid}
  100%{outline-style:dashed}
}
@keyframes new-prog{
  0%{background-color: #ebebeb}
  25%{background-color: #ebebeb}
  50%{background-color: #ebebeb}
  75%{background-color: #ebebeb}
  100%{background-color: #ebebeb}
}
</pre></body></html>