Корбар:Aidan Kehoe/monobook.js: Тафовут байни таҳрирҳо

Мавод аз Википедиа — донишномаи озод
Content deleted Content added
Special handling for Arabic, Persian
Don't call the Persian font size code.
Сатри 38: Сатри 38:
addOnloadHook
addOnloadHook
(function() {
(function() {
return;

var thecss, sheetIndex, i;
var thecss, sheetIndex, i;



Нусха 07:00, 13 ноябри 2009

// [[User:Zocky/PicturePopups.js]]
document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=User:Zocky/PicturePopups.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 
// [[User:Zocky/LanguageLinks.js]]
document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=User:Zocky/LanguageLinks.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=User:Blue-Haired_Lawyer/footnote_popups.js'
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');


addOnloadHook(function (){
   menu_names = [
      "p-lang",
      "p-tb", // toolbox
      "p-search", // search box
      ];
   while ( menu_name = menu_names.pop() ) {
       menu = document.getElementById(menu_name);
       if (menu) {
          p = menu.parentNode;
          p.removeChild(menu);
          p.insertBefore( menu, p.firstChild );
       }
   }

   menu = document.getElementById('p-logo');
   if (menu) {
       menu.style.display=('none');
   }
});

if (window.location.hostname.match(/(fa|ar|ur)\.wikipedia\.org$/)) {
  addOnloadHook
    (function() {
      return;

      var thecss, sheetIndex, i;

      if (!document.styleSheets) return;

      for (sheetIndex = 0; sheetIndex < document.styleSheets.length; 
           ++sheetIndex) {
           if (document.styleSheets[sheetIndex].cssRules) { 
             thecss = document.styleSheets[sheetIndex].cssRules;
           } else {         
             thecss = document.styleSheets[sheetInde].rules;  // IE 
           }

           for (i=0;i<thecss.length;i++) {
             if ((thecss[i].selectorText.toLowerCase()=='body')) {
               thecss[i].style.cssText="font-family: Times New Roman, Serif;"
                 + "background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;"
                 + "color: black; margin: 0; padding: 0;";
             } else if (thecss[i].selectorText.toLowerCase()
                        == '#globalwrapper') {
               thecss[i].style.cssText="font-size: 1.8em; width: 100%;"
                 + "margin: 0; padding: 0;";
             }
           }
      });
}