Ничего
Просто
Страница: 1
Сообщений 1 страница 8 из 8
Поделиться22013-11-07 21:35:16
Код:
<!-- Cлайдер --> <div style= top:450px;margin-left:140px;position:absolute;z-index:100;"> <div id="slider2" slide-width="560" slide-height="200" class="slider" style="padding:0;height:0;width:0"> <img button-width="42" class="button-left hide" src="http://s7.uploads.ru/c47nm.png"/> <img button-width="42" class="button-right" src="http://s7.uploads.ru/c47nm.png"/> <!-- 1-й Контейнер слайдера --> <div class="slider-content active"> <a href="ССЫЛКА"> <img src="http://s7.uploads.ru/xZuFQ.png"title="Здесь должен быть текст" width="400" height="191" class="Hoverbuttons"></a> <!-- 2-й Контейнер слайдера --> <div class="slider-content"> <div style="padding: 6px; background: #; opacity: 0.8; -moz-border-radius: 0px 0px 0em 0em;width: 200px; margin: -1px 0px 0px 1px; border-radius: 10px;text-align: right;"> <a href="http://mastership.artbb.ru/pages/banneri" class="sbla">Здесь</a> <a href="http://mastership.artbb.ru/viewtopic.php?id=26"class="sbla">Ничего</a> <a href="http://thebeginning11.proboards.com/index.cgi?action=viewprofile&user=sabrinita" class="sbla">Не</a> <a href="http://thebeginning11.proboards.com/index.cgi?action=viewprofile&user=lathen" class="sbla">Будет</a> <a href="http://thebeginning11.proboards.com/index.cgi?action=viewprofile&user=lathen" class="sbla">Такие</a> <a href="http://thebeginning11.proboards.com/index.cgi?action=viewprofile&user=lathen" class="sbla">Дела</a> </div> </div> <!-- 3-й Контейнер слайдера --> <div class="slider-content"> 3-й Контент </div> </div><script>$("#slider2").slideF();</script><!--//End Cлайдер --> </div>
Поделиться32013-11-08 05:04:00
Код:
<!-- Двойной спойлер Инфы в Профиле, в Топике --> <script> LIArray=new Array( //это не скрывается //"pa-author", //Ник-Нейм //"pa-avatar", //Аватар //"pa-title", //статус // 1 кнопка - ссылка на Картинку "http://s4.uploads.ru/YtO5N.png", "pa-reg", //Зарегистрирован "pa-invites", //Приглашений "pa-posts", //Кол-во сообщений: "pa-respect", //Уважение: "pa-positive", //Позитив "pa-sex", //Пол "pa-age", //Возраст "pa-icq", //Аська "pa-ip", //IP Юзера "pa-time-visit", //Провел на форуме: "pa-last-visit", //Последний визит: //"pa-online", //Пользователь online - Не засовываем в спойлеры // 2 кнопка- ссылка на Картинку "http://s5.uploads.ru/ktyYX.png", "pa-from", //Откуда "pa-fld1", //Доп.Поле.1 "pa-fld2", //Доп.Поле.2 "pa-fld3", //Доп.Поле.3 "pa-fld4", //Доп.Поле.4 "pa-fld5", //Доп.Поле.5 //Конец Списка, "_End" ) wrapp1="<li class='post-author-Sp'><img style='cursor:pointer' src='"; wrappEnd="'><ul style='display:none'></ul></li>"; wrapp2="<li class='post-author-Sp Sp2'><img style='cursor:pointer' src='"; var L='',TsK1='',TsK2='';b=LIArray.length-1; for(i=0; i<b; i++){a=LIArray[i];if(a.indexOf('http://')==0){TsK1=i;break;}} for(j=i+1; j<b; j++){a=LIArray[j];if(a.indexOf('http://')==0){TsK2=j;break;}} wrapp1=wrapp1+LIArray[TsK1]+wrappEnd;wrapp2=wrapp2+LIArray[TsK2]+wrappEnd;; $(".post .post-author").each(function() { Noset=true; for(i=TsK1+1; i<TsK2; i++){a=LIArray[i]; var C=$(this).find('.'+LIArray[i]) if(C.length&&Noset){Noset=false;C.before(wrapp1);D=$(this).find('li.post-author-Sp ul')} if(C.html()!=null){C.appendTo(D)} } Noset=true; for(i=TsK2+1; i<LIArray.length-1; i++){var C=$(this).find('.'+LIArray[i]) if(C.length&&Noset){Noset=false;$(this).find('li.post-author-Sp').after(wrapp2);D=$(this).find('li.post-author-Sp.Sp2 ul:last')} if(C.html()!=null){C.appendTo(D)} } }); $(".post .post-author-Sp ").click(function() { $(this).find('ul:first').toggle('slow') });</script> <!--Конец//=Двойной спойлер Инфы в Профиле, в Топике-->
Поделиться42013-11-08 16:28:02
Код:
<script type="text/javascript"> var L0='<img class="imgON_Off" src="'; var L1='" style="cursor:pointer;cursor:hand;width:153;margin-top:3px;margin-left:-10px;" />'; //153 - размер картинки по горизонтали var ImgON="http://s7.uploads.ru/5OVy7.png"; // Картинка Online; var ImgOff="http://s55.radikal.ru/i149/1009/e7/5251a5a51615.jpg"; // Картинка OffLine; $("#pun-viewtopic .post .post-author ul").each(function () { $(this).html('<div class=UL>'+$(this).html()+'</div>'); if ($(this).find(".pa-online").html()!=null){$(this).append(L0+ImgON+L1) }else $(this).append(L0+ImgOff+L1); $(this).find(".pa-author,.pa-title,.pa-avatar").insertBefore($(this).find("div.UL"));}); //Кому не надо изначального свертывания - строку розовым убираем $("ul .imgON_Off").click(function () { $(this).parent("ul").find(".UL").toggle('slow');}); </script>
$("div.UL").hide(); //Кому не надо изначального свертывания - строку розовым убираем
Поделиться52013-11-08 16:34:15
Код:
<style type="text/css"> li.pa-time-visit, li.pa-online{ display:none; } </style>
Убирает надпись "активен".
Поделиться62013-11-08 19:12:57
Код:
.punbb .post .post-author { padding:12px 7px!important; background:url(http://s7.uploads.ru/zGjxY.png) 0 top no-repeat,url(http://s7.uploads.ru/zGjxY.png) 0 bottom no-repeat,url(http://s7.uploads.ru/zGjxY.png) 0 0 repeat-y; }
Оформление профиля.
Поделиться72013-11-26 15:59:07
Код:
<!-- Увеличение картинки при наведении --> <style> table.prev { width:0; border-collapse:collapse; } .Myimg { text-align:center; width:100px; position:absolute; display:none; z-index:100; margin-top:-100px; margin-left:-30px; } #ObrmlTable{ padding:34px; } table.prev td{ padding:0 4px; } </style> <center><div id=ObrmlTable> <table class=prev><tr> <td><img class="tryam" src="http://s6.uploads.ru/oDMBa.png" width="50"/><div class="Myimg" style="display:none;"><img src="http://s6.uploads.ru/nPw7C.png" style="width:100%;"/></div></td> <td><img class="tryam" src="http://s6.uploads.ru/oDMBa.png" width="50"/><div class="Myimg" style="display:none;"><img src="http://s6.uploads.ru/nPw7C.png" style="width:100%;"/></div></td> <td><img class="tryam" src="http://s6.uploads.ru/oDMBa.png" width="50"/><div class="Myimg" style="display:none;"><img src="http://s6.uploads.ru/nPw7C.png" style="width:100%;"/></div></td> </tr></table></div>
Поделиться82013-11-28 19:39:52
Код:
.punbb .post .post-author { padding:10px 6px!important; background:url(http://s6.uploads.ru/g8Axz.png) 0 top no-repeat,url(http://s7.uploads.ru/cFtMa.png) 0 bottom no-repeat; }
оформление профиля
Страница: 1