MediaWiki:PoemButtons.js: Difference between revisions
No edit summary |
No edit summary |
||
| Line 31: | Line 31: | ||
} ); | } ); | ||
setTimeout(function () { | setTimeout(function () { | ||
$('a[rel="Poem1"], a[rel="Poem2"]').each(function () { | |||
this.style.backgroundColor = "red"; | |||
this.style.border = "3px solid blue"; | |||
this.style.marginTop = "20px"; | |||
this.style.transform = "translateY(20px)"; | |||
this.style.width = "60px"; | |||
this.style.height = "60px"; | |||
this.style.backgroundSize = "40px 40px"; | |||
}); | |||
}, 500); | |||
}; | }; | ||