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

نعت کائنات سے
Jump to navigationJump to search
("←‏CSS placed here will be applied to all skins: h1 { color: green; } h2 { color: green; } h3 { color: green; } h4 { color: green; } #ca-talk { display: none !important; }" سے مندرجات صفحہ کی تبدیلی)
ٹیگ: مواد کی تبدیلی
کوئی خلاصۂ ترمیم نہیں
سطر 2: سطر 2:




h1 {
 
     color: green;
@font-face {
     font-family: 'Jameel Noori Nastaleeq';
    src: url('path-to-font-file.ttf');
}
}
h2 {
 
     color: green;
body {
     font-family: 'Jameel Noori Nastaleeq', sans-serif;
}
}
h3 {
 
h1, h2, h3, h4 {
     color: green;
     color: green;
}
}
h4 {
 
     color: green;
#ca-talk {
     display: none !important;
}
}
#ca-talk { display: none !important; }

نسخہ بمطابق 17:26، 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');
}

body {
    font-family: 'Jameel Noori Nastaleeq', sans-serif;
}

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

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