фвсфвс
всф
Сообщений 1 страница 8 из 8
Поделиться22016-01-14 21:43:18
[AVA]http://avatars.kards.qip.ru/images/avatar/e4/e4/58596.gif[/AVA]
Поделиться32016-01-14 21:55:40
[AVA]http://avatars.kards.qip.ru/images/avatar/41/67/26433.gif[/AVA]
Поделиться62016-02-20 20:48:39
/*Ставим шапку*/
body {
background-image: url("http://storage7.static.itmages.ru/i/16/0211/h_1455199464_1941752_f6ee2d19ee.png");
background-repeat: no-repeat;
background-position: top center;
background-color: transparent!important;
}
/*Ставим фон*/
HTML {
background-color: #f1f1f1;
background-image: url("http://storage3.static.itmages.ru/i/16/0209/h_1455033154_5062332_fa3aded60d.jpg");
background-repeat: repeat;
background-position: center top;
background-attachment: fixed
}
Поделиться72016-03-04 13:47:06
<!--Ставим рамки для Аватара -->
<style type="text/css">
li.pa-avatar .Wrp-ava img[alt]{
display:block;
padding:0;
border-width:0;
margin:6px; /*Отступ рамки*/
}
</style>
<script>
$(document).ready(function(){
var imgWrp = "http://storage4.static.itmages.ru/i/16/0221/h_1456057318_9382789_f0c49b493b.png"; // Ccылка на картинку;
imgWrp = '<img src="'+imgWrp+'" width=100% height=100% style="position:absolute;z-index:100;"/>'
$("div.post-author ul li.pa-avatar img[alt]").each(function () {
$(this).wrap('<div class="Wrp-ava" style="display:inline-block;text-align:left;position:relative;"></div>');
$(this).parent().prepend(imgWrp)
});});
</script><!--Конец//Рамки для Аватара-->