888TopicPost_Blog888
@Comment=all@
$View=all$
Мне забавно посмотреть что это такое хд
·Это просто тест блога
Сообщений 1 страница 17 из 17
Поделиться12016-04-13 12:52:11
Поделиться22016-04-16 00:09:01
Новые сообщения
Поделиться42016-04-16 12:50:35
Шикарно.
Поделиться52016-04-16 13:24:21
Шикарно.
Поделиться62016-04-16 13:34:16
Это очень круто
Поделиться92016-12-20 22:55:32
//$('.post-author').find('#textchar_info').prependTo().siblings('.pa-avatar');
//.first()
//$('.pa-avatar').prepend($('#textchar_info'));
//$('.pa-avatar').prepend($('#textchar_info:first-child'));
Поделиться102016-12-20 22:56:36
$('.post-author').find('#textchar_info').parent().siblings('li.pa-avatar').each(function() {
$(this).prepend($('#textchar_info'));
});
Поделиться112016-12-20 23:56:31
<style type="text/css">
.pa-avatar>div{
position:relative;
z-index:20;
display:inline-block;
margin: auto;
padding:0;
}
.pa-avatar>div img{
position:absolute;
top:0;left:0;
z-index:-2;
}
.pa-avatar>div>span{
margin: 0px;
padding: 4px 0px;
display: table-cell;
vertical-align: middle;
border-image: none;
border-style: solid none none;
background: none repeat scroll 0% 0%rgba(255, 255, 255, 0.8);
opacity: 0;
transition: opacity 0.6s ease 0s;
line-height: 10px;
border-style: solid none solid none;
border-color: #7A7A7A;
}
.pa-avatar:hover>div>span{
opacity:1.0;
}
.pa-avatar>div>span a{
color:#195A1A!important; /*Цвет ccылок*/
}
.pa-avatar>div>span a:hover{
color:#FF0000!important; /*Цвет ccылок при наведении*/
text-decoration:underline!important;
}
</style>
<script type="text/javascript">
$('.pa-avatar').each(function(){
var that =$(this).parents('.post-author').find('.ava-wrp::first'),
a = $(this).find('img:first');
if(a.length&&that.length){
b = that.parents('li[class^="pa-fld"]'),
h = a.height(),w=a.width(),
c = a.wrap('<div style="width:'+w+'px;height:'+h+'px;"></div>').parent();
c.prepend('<span style="max-width:100%;height:'+(h-3*2-10)+'px;">'+b.remove().html()+'</span>');
}
});
</script>
Поделиться132016-12-20 23:57:15
<script>$('.post-author li.pa-avatar').each(function() {
$(this).prepend($('#textchar_info'));
});
</script>
Поделиться142016-12-21 00:00:55
<script type="text/javascript">
$('.pa-avatar').each(function(){
var that =$(this).parents('.post-author').find('.ava-wrp::first'),
a = $(this).find('img:first');
if(a.length&&that.length){
b = that.parents('li[class^="pa-fld"]'),
h = a.height(),w=a.width(),
c = a.wrap('<div style="width:'+w+'px;height:'+h+'px;"></div>').parent();
c.prepend('<span style="max-width:100%;height:'+(h-3*2-10)+'px;">'+b.remove().html()+'</span>');
}
});
</script>
Поделиться152016-12-21 00:04:14
<script>$('.post-author li.pa-avatar').each(function() {
$(this).prepend($('#textchar_info'));
});
</script>
$('.pa-avatar').each(function(){
var that =$(this).parents('.post-author').find('#textchar_info::first'),
a = $(this).find('img:first');
if(a.length&&that.length){
h = a.height(),w=a.width(),
c = a.wrap('<div style="width:'+w+'px;height:'+h+'px;"></div>').parent();
c.prepend('<span style="max-width:100%;height:'+(h-3*2-10)+'px;">'+that.remove().html()+'</span>');
$('.pa-avatar').each(function(){
var that =$(this).parents('.post-author').find('.ava-wrp::first'),
a = $(this).find('img:first');
if(a.length&&that.length){
b = that.parents('li[class^="pa-fld"]'),
h = a.height(),w=a.width(),
c = a.wrap('<div style="width:'+w+'px;height:'+h+'px;"></div>').parent();
c.prepend('<span style="max-width:100%;height:'+(h-3*2-10)+'px;">'+b.remove().html()+'</span>');
}
});
Поделиться162016-12-24 19:21:00
<script type="text/javascript">
$('.pa-avatar').each(function(){
var that =$(this).parents('.post-author').find('#textchar_info::first'),
a = $(this).find('img:first');
if(a.length&&that.length){
h = a.height(),w=a.width(),
c = a.wrap().parent();
c.prepend('<div style="max-width:100%;height:'+(h-18)+'px;" id="textchar_info">'+that.remove().html()+'</div>');
}
});
</script>