الفرق بين المراجعتين لصفحة: «ميدياويكي:Common.css»

من ويكي متون للسلامة الرقمية
لا ملخص تعديل
لا ملخص تعديل
سطر ١٨: سطر ١٨:
   font-style: normal;
   font-style: normal;
   font-weight: 400;
   font-weight: 400;
  font-size: 22px;
   url(https://fonts.googleapis.com/css?family=Tajawal);
   url(https://fonts.googleapis.com/css?family=Tajawal);
}
}
@font-face {
@font-face {
    font-family: 'Tajawal';
  font-family: 'Tajawal';
    font-style: normal;
  font-style: normal;
    font-weight: 400;
  font-weight: 400;
    url(https://fonts.googleapis.com/css?family=Tajawal);
  font-size: 22px;
  url(https://fonts.googleapis.com/css?family=Tajawal);
}
}
.firstHeading {
.firstHeading {
سطر ٣١: سطر ٣٣:
h1, h2, h3 {
h1, h2, h3 {
   color: #00A099;
   color: #00A099;
}
.mw-content-text{
  font-size: 22px;
}
}

مراجعة ١٥:٤٥، ١٨ ديسمبر ٢٠٢٣

/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على كل الواجهات */
#ca-talk { display:none!important; }
.mw-logo-icon {
  width: 180px;
  height: 180px;
}
.mw-logo-wordmark {
  display: none;
}
.mw-parser-output {
  text-align: right;
}
table, th, td{
  text-align: right;
}
body {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  url(https://fonts.googleapis.com/css?family=Tajawal);
}
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  url(https://fonts.googleapis.com/css?family=Tajawal);
}
.firstHeading {
  color: #00A099;
}
h1, h2, h3 {
  color: #00A099;
}