"میڈیاویکی:Common.css" کے نسخوں کے درمیان فرق

نعت کائنات سے
Jump to navigationJump to search
کوئی خلاصۂ ترمیم نہیں
ٹیگ: دستی ردِّ ترمیم
کوئی خلاصۂ ترمیم نہیں
سطر 6: سطر 6:
     src: url('path-to-font-file.ttf');
     src: url('path-to-font-file.ttf');
}
}
#mw-panel {
    width: 20% !important; /* Adjust the percentage as needed */
}


body {
body {

نسخہ بمطابق 17:59، 12 جون 2025ء

/* CSS placed here will be applied to all skins */


@font-face {
    font-family: 'Jameel Noori Nastaleeq';
    src: url('path-to-font-file.ttf');
}


#mw-panel {
    width: 20% !important; /* Adjust the percentage as needed */
}


body {
    font-family: 'Jameel Noori Nastaleeq', sans-serif;
    font-size: 16px !important; /* Font size properly applied */
}

h1, h2, h3, h4 {
    color: green;
}

#ca-talk {
    display: none !important;
}