מדיה ויקי:Common.css: הבדלים בין גרסאות בדף

קפיצה לניווט קפיצה לחיפוש
אין תקציר עריכה
אין תקציר עריכה
אין תקציר עריכה
שורה 263: שורה 263:
div.gallerytext p { font-size: 1px !important; color: transparent !important; line-height: 1% !important }
div.gallerytext p { font-size: 1px !important; color: transparent !important; line-height: 1% !important }
div.gallerytext p a { font-size: initial !important; line-height: initial !important; color: initial !important; }
div.gallerytext p a { font-size: initial !important; line-height: initial !important; color: initial !important; }
/*
Namespace Stripping
Fix by DDOwiki.com/page/User:Ague
20 April 2012
*/
$('a[title^="Item:"]').each(function() {
    this.innerHTML = this.innerHTML.replace(":הנצחה", "");
    this.title = this.title.replace("הנצחה:", "");
}) // Leave final semi-colon out. When MW parses this it automatically adds a semi-colon.
/*
Optionally, uncomment the code below to strip the Foo: from the page title as well. 
MAKE SURE TO DELETE THE }) ABOVE IF YOU UNCOMMENT BELOW!  */
// Strip הנצחה: from the page title
$('h1#title').each(function() {
    this.innerHTML = this.innerHTML.replace("הנצחה:", "");
});
$('title').each(function() {
    this.innerHTML = this.innerHTML.replace("Foo:", "");
})

תפריט ניווט