"میڈیاویکی:Common.css" کے نسخوں کے درمیان فرق
Jump to navigation
Jump to search
(«←Default font: html, body, textarea, .mw-body-content { font-family: "Jameel Noori Nastaleeq", "Mehr Nastaliq Web", "Alvi Lahori Nast...» مواد پر مشتمل نیا صفحہ بنایا) |
م |
||
| سطر 34: | سطر 34: | ||
div#content h2.flow-topic-title, div#content h2.flow-board-header-title { | div#content h2.flow-topic-title, div#content h2.flow-board-header-title { | ||
font-family: inherit; | font-family: inherit; | ||
| + | } | ||
| + | |||
| + | |||
| + | /* Edit window toolbar */ | ||
| + | #toolbar { | ||
| + | height: 22px; | ||
| + | margin-bottom: 6px; | ||
| + | } | ||
| + | |||
| + | /* Normal font styling for wikitable row headers with scope="row" tag */ | ||
| + | .wikitable.plainrowheaders th[scope=row] { | ||
| + | font-weight: normal; | ||
| + | /* @noflip */ | ||
| + | text-align: right; | ||
} | } | ||
نسخہ بمطابق 20:02، 4 فروری 2020ء
/* Default font */
html,
body,
textarea,
.mw-body-content {
font-family: "Jameel Noori Nastaleeq", "Mehr Nastaliq Web", "Alvi Lahori Nastaleeq", "Alvi Nastaleeq", "Nafees Nastaleeq", "Nafees Nastaleeq v1.01", "Noto Nastaliq Urdu", "Pak Nastaleeq", "Urdu Emad Nastaleeq", "PDMS_Jauhar", "Urdu Typesetting", Nafees, IranNastaliq, Amiri, Georgia, "Times New Roman", Times, sans-serif;
}
#content {
font-size: 100%;
}
textarea {
font-size: 100%;
}
#wpSummary, #wpNewTitleMain {
font-family: "Times New Roman", Arial, "Courier New", Georgia, sans-serif !important;
}
#p-lang .body, .uls-language-list {
font-family: "DejaVu Sans", Arial, sans-serif !important;
}
i {
font-family: "Jameel Noori Kasheeda", "Jameel Noori Nastaleeq", Amiri, Georgia, sans-serif !important;
font-style: normal;
}
.mw-body .mw-editsection, .mw-body .mw-editsection-like {
font-family: "Jameel Noori Nastaleeq", "Alvi Nastaleeq", "Times New Roman", Arial, "Courier New", Georgia, sans-serif !important;
}
div#content h2.flow-topic-title, div#content h2.flow-board-header-title {
font-family: inherit;
}
/* Edit window toolbar */
#toolbar {
height: 22px;
margin-bottom: 6px;
}
/* Normal font styling for wikitable row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row] {
font-weight: normal;
/* @noflip */
text-align: right;
}