"میڈیاویکی:Common.css" کے نسخوں کے درمیان فرق
نعت کائنات سے
Jump to navigationJump to search
Admin (تبادلۂ خیال | شراکتیں) (نیا صفحہ: ←CSS placed here will be applied to all skins: font-family: 'Jameel Noori Nastaleeq','Alvi Nastaleeq','Pak Nastaleeq','Nafees Web Naskh','Urdu Naskh Asiatype',Tahoma,'Luci...) |
کوئی خلاصۂ ترمیم نہیں |
||
| (4 صارفین 47 کے درمیانی نسخے نہیں دکھائے گئے) | |||
| سطر 2: | سطر 2: | ||
@font-face { | |||
font-family: 'Jameel Noori Nastaleeq'; | |||
} | |||
#mw-panel { | |||
width: 22%; /* Adjust the percentage as needed */ | |||
} | |||
body { | |||
font-family: 'Jameel Noori Nastaleeq', sans-serif; | |||
font-size: 20px !important; /* Font size properly applied */ | |||
} | |||
h1, h2, h3, h4 { | |||
color: green; | |||
} | |||
#ca-talk { | |||
display: none !important; | |||
} | |||
حالیہ نسخہ بمطابق 20:43، 12 جون 2025ء
/* CSS placed here will be applied to all skins */
@font-face {
font-family: 'Jameel Noori Nastaleeq';
}
#mw-panel {
width: 22%; /* Adjust the percentage as needed */
}
body {
font-family: 'Jameel Noori Nastaleeq', sans-serif;
font-size: 20px !important; /* Font size properly applied */
}
h1, h2, h3, h4 {
color: green;
}
#ca-talk {
display: none !important;
}