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

ط
لا يوجد ملخص تحرير
طلا ملخص تعديل
وسم: تراجع يدوي
طلا ملخص تعديل
 
(٣ مراجعات متوسطة بواسطة نفس المستخدم غير معروضة)
سطر ١: سطر ١:
/* ------------------------------ Font ------------------------------ */
/* ------------------------------ Font ------------------------------ */
@font-face {
@font-face {
     font-family: 'IRANSans';
     font-family: 'Noto Sans Arabic';
font-style: normal;
font-style: normal;
font-weight: 300;
font-weight: 400;
src: url('/static/fonts/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
font-display: swap;
url('/static/fonts/IRANSansWeb(FaNum)_Light.woff') format('woff');
src: url('/static/fonts/NotoSansArabic-Regular.woff2') format('woff2')
}
}
@font-face {
@font-face {
     font-family: 'IRANSans';
     font-family: 'Noto Sans Arabic';
font-style: normal;
font-style: normal;
font-weight: 400;
font-weight: 500;
src: url('/static/fonts/IRANSansWeb(FaNum).woff2') format('woff2'),
font-display: swap;
url('/static/fonts/IRANSansWeb(FaNum).woff') format('woff');
src: url('/static/fonts/NotoSansArabic-Medium.woff2') format('woff2')
}
}
@font-face {
@font-face {
     font-family: 'IRANSans';
     font-family: 'Noto Sans Arabic';
font-style: normal;
font-style: normal;
font-weight: 500;
font-weight: 600;
src: url('/static/fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),
font-display: swap;
url('/static/fonts/IRANSansWeb(FaNum)_Medium.woff') format('woff');
src: url('/static/fonts/NotoSansArabic-SemiBold.woff2') format('woff2')
}
}
@font-face {
@font-face {
     font-family: 'IRANSans';
     font-family: 'Noto Sans Arabic';
font-style: normal;
font-style: normal;
font-weight: 700;
font-weight: 700;
src: url('/static/fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
font-display: swap;
url('/static/fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff');
src: url('/static/fonts/NotoSansArabic-Bold.woff2') format('woff2')
}
}


body {
body {
/* generally a sans-serif font should be here */
/* generally a sans-serif font should be here */
font-family: IRANSans,'Iranian Serif','Iranian Sans',Tahoma,'Noto Serif','Droid Arabic Naskh','DejaVu Sans',serif !important;  
font-family: 'Noto Sans Arabic', serif !important;
}
}


سطر ٣٩: سطر ٣٩:
#template-documentation, #documentation-meta-data {
#template-documentation, #documentation-meta-data {
/* generally a serif font should be here but Arial is not acceptable for Persian */
/* generally a serif font should be here but Arial is not acceptable for Persian */
font-family: IRANSans,'Iranian Serif','Iranian Sans',Tahoma,'Noto Serif','Droid Arabic Naskh','DejaVu Sans',serif !important;
font-family: 'Noto Sans Arabic', serif !important;
line-height: 1.6;
line-height: 1.6;
}
}
سطر ٤٥: سطر ٤٥:
.mw-body-content {
.mw-body-content {
font-kerning: auto;
font-kerning: auto;
font-size: 15px;
line-height: 2.1;
line-height: 2.1;
text-align: justify;
}
}


#mw-panel {
#mw-panel {
font-size: 17px;
font-size: 16px;
}
}


سطر ٨٤: سطر ٨٤:
     background: url('/w/resources/assets/favorite.png') no-repeat center center;
     background: url('/w/resources/assets/favorite.png') no-repeat center center;
}
}
#mp-help .mp-h2 span:before {
    background: url('/w/resources/assets/help.png') no-repeat center center;
}
#mp-new .mp-h2 span:before {
#mp-new .mp-h2 span:before {
سطر ٩٣: سطر ٨٩:
}
}
#mp-top .mp-h2 span:before {
#mp-top .mp-h2 span:before, #mp-badge .mp-h2 span:before {
     background: url('/w/resources/assets/top.png') no-repeat center center;
     background: url('/w/resources/assets/top.png') no-repeat center center;
}
#mp-help .mp-h2 span:before {
    background: url('/w/resources/assets/help.png') no-repeat center center;
}
.vector-menu-portal .vector-menu-content li {
  line-height: 1.3;
  font-size: 0.85em;
}
}


سطر ١٥٨: سطر ١٦٣:
.wikiInfo .wikitable tr th:nth-child(1) {
.wikiInfo .wikitable tr th:nth-child(1) {
font-weight: bold;
font-weight: bold;
background: #ecf0f5;
/* background: #ecf0f5; */
}
}


سطر ١٧١: سطر ١٧٦:
.wikiInfo .wikitable tr td:nth-child(1) {
.wikiInfo .wikitable tr td:nth-child(1) {
font-weight: bold;
font-weight: bold;
background: #ecf0f5;
vertical-align: top;
white-space: nowrap;
/* background: #ecf0f5; */
}
}


سطر ١٨٥: سطر ١٩٢:
.infobox tbody tr:nth-last-child(2) {
.infobox tbody tr:nth-last-child(2) {
display: none;
display: none;
}
a.new {
  color: #202122;
}
}