انتقل إلى المحتوى

مستخدم:Quotation Marks/monobook.css

من ويكيبيديا، الموسوعة الحرة

ملاحظة: بعد الحفظ، قد يلزمك إفراغ الكاش لرؤية التغييرات.

/* <pre><nowiki> */
pre { overflow: auto; }

body {
font-size: 95%;
font-family: Tahoma, Roya,  sans-serif;
}
 
/* Changing the font for textboxes and buttons to default font-family 
input, select, textbox {
 
 font-family: Roya, Tahoma, sans-serif;
 
font-size: 95%; }*/
/*To Display poems justified in IE*/
.b { /* verse container */
  text-align: justify;
  text-align-last: justify; /* for IE */
  border: 0;
}
 
.notice-text, .toggle-box, .red-button, .goal {
  font-family:Tahoma;
}
 
DIV.red-button { 
  font-family: Tahoma;
}
 
DIV.siteNoticeSmall {
  font-family: Tahoma;
  font-size: 15pt;
}