<

Форум тестовик

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Форум тестовик » Новый форум » Новый дизайн


Новый дизайн

Сообщений 1 страница 3 из 3

1

замена + и - на картинки

1. <!-- замена + и - на картинки -->
<style>
div.post-vote a:first-child {background:url(/uploads/000b/89/6b/244-1.gif); padding-left: 12px; padding-top: 7px;}
div.post-vote a:last-child {background:url(/uploads/000b/89/6b/244-2.gif);padding-right: 16px; padding-top: 7px;}
</style>

2.

Обрамление категорий на главной

<!-- Обрамление категорий на главной -->
<style>.category .intd,
.category .wrp-td {
  background-color:#fff; /*Фон*/
  box-shadow:inset 0 0 2em rgba(83,129,181,.7);  /*Объёмная тень внутри*/
  border-radius:23px; /*Скругления*/
  border-width:8px 0 9px 0; /*Ширина бордеров сверху- снизу*/
  border-style:solid none solid none; /*Цвет бордеров*/
  border-color:#E3E562;
  padding:12px; /* Отступ от краёв */
}
</style>
<script>
$().pun_aboutReady(function(){$('#pun-index tbody td:not(.tcl)').each(function(){
  $(this).html('<div class="wrp-td">'+$(this).html()+'</div>');});});
</script>

3.

Запятая после нажатия на ник в форме ответа

<!-- Запятая после нажатия на ник в форме ответа -->
    <script type="text/javascript">
    function to(username)
    {insert('' + username + '' + ', ');}
    </script>

0

2

Свернутый текст

<!-- Чекбокс "Выбрать все" при модерировании темы и форума © Alex_63 -->
<style>.modmenu #CheckAll{margin-left:0.7em!important}</style><script type="text/javascript">if($('#pun-modviewforum').length){$('th.tcmod').html('<input type="checkbox" id="CheckAll" title="Выбрать все">');$('#CheckAll').click(function(){if($('#CheckAll').attr('checked')){$(this).parents('table').find('td.tcmod input[type="checkbox"]').attr('checked',true);}else{$(this).parents('table').find('td.tcmod input[type="checkbox"]').attr('checked',false);}});}else if(GroupID<=2 && $('.punbb[id^="pun-multi"]').length){$('.modmenu .button').before('<span>Выбрать все</span><input type="checkbox" id="CheckAll" title="Выбрать все">');$('#CheckAll').click(function(){if($('#CheckAll').attr('checked')){$(this).parents('#pun-main').find('.pl-select input[type="checkbox"]').attr('checked',true);}else{$(this).parents('#pun-main').find('.pl-select input[type="checkbox"]').attr('checked',false);}});}</script>
<!-- //END// -Чекбокс "Выбрать все" при модерировании темы и форума -->

2.

Пагинатор:

<!-- Paginator Mybb 2011-->
<script type="text/javascript">
$('.linkst .pagelink a:not(.next):last').map(function () {
text = $(this).html();
text2 = $(this).attr('href');
ssylk = /(.*?)\/viewtopic\.php\?id=(\d+)\&p=(\d+)/g;
pId=(text2.replace(ssylk, '$2'));
Max=text;
var paginator='<div id="pagenav" style="display:none"><table id="paginator"><tr>';
for (p=1; p<=Max; p++) {
paginator += '<td><a id="pnav" style="text-decoration:none;" href="/viewtopic.php?id='+pId+'&p='+p+'">&nbsp;'+p+'&nbsp;</a></td>';
if (p%10 == 0) paginator += '</tr><tr>';
}
paginator += '</tr></table></div>';
$('#pun-viewtopic .pagelink').append(paginator);
});
$('div.pagelink').hover(function(){
$(this).find('#pagenav').toggle();
});
</script>

0

3

Свернутый текст

<!-- Кол-во новых тем в форумах © Alex_63 -->
<style>
.icon[data-new-topics]:before,
.subforums span[data-new-topics]:before {
  content:attr(data-new-topics);
  display:inline-block;position:absolute;
  height:12px;line-height:12px;
  padding:2px;text-align:center;
  font-weight:700;font-size:.8em;
  background:#ff0000;
  color:#fff;border-radius:8px;
  margin:-6px;min-width:12px;
}
.subforums span[data-new-topics]:before {
  margin-left:-16px;margin-top:0;
  font-size:.7em;padding:1px;
}
</style>
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/69941.js"></script>

0


Вы здесь » Форум тестовик » Новый форум » Новый дизайн