..
Код:
<!-- своя картинка в каждую категорию -->
<script type="text/javascript">
$(document).ready(function () {
myarray = new Array(
"Administration", "https://upforme.ru/uploads/001b/bd/26/2/128243.png",
"First Of All", "https://upforme.ru/uploads/001b/bd/26/2/128243.png",
"Sacramento", "https://upforme.ru/uploads/001b/bd/26/2/128243.png",
"Chat", "https://upforme.ru/uploads/001b/bd/26/2/128243.png",
"Reclame", "https://upforme.ru/uploads/001b/bd/26/2/128243.png",
"Archives", "https://upforme.ru/uploads/001b/bd/26/2/128243.png",
);
$("#pun-index div.category h2").each(function () {
for (q = 0; q < myarray.length; q += 2) {
if ($(this).children("span").text() == myarray[q]) {
$(this).css({
"background": "url(" + myarray[q + 1] + ") no-repeat top center",
"width": "975px",
"height": "27px",
"margin-left": "0px",
"margin-bottom": "-10px",
"border-radius": "20px 20px 0 0"
});
}
}
});
$("#pun-index #pun-stats h2").each(function () {
for (q = 0; q < myarray.length; q += 2) {
if ($(this).children("span").text() == myarray[q]) {
$(this).css({
"background": "url(" + myarray[q + 1] + ") no-repeat top center",
"width": "890px",
"height": "50px",
"margin-left": "52px",
"margin-bottom": "-11px",
"border-radius": "20px 20px 0 0"
});
}
}
});
});
</script>
Отредактировано Jerry Dust (2026-04-28 20:04:38)
- Подпись автора

♥️
поле чудес х rich bitch x капсула х капсула'23
«good morning, reasons why I drink.»























