[spoiler="Скрин"][/spoiler]
Отличная замена стандартным переключателем страниц для ucoz. Скрипт сделан на css3 и jQuery для Каталога Файлов. Главной особенностью данного переключателя страниц помимо красивой стилизации, является возможность разворачивания полного списка страниц и возвращение к компактному виду в один клик.
Установка:
На страницах Каталога файлов, где есть переключатели, замените $PAGE_SELECTOR$ на:
Код
<style>
.aponewselect {
white-space:normal;
width:500px;
}
.swchItem, .swchItemA, .swchItemDots {
padding:1px 3px 1px 3px;
margin-right:3px;
margin-bottom:2px !important;
background:rgba(220, 220, 220, 0.8);
border-top:1px solid #aaa;
border-left:1px solid #aaa;
border-right:1px solid #eee;
border-bottom:1px solid #eee;
border-radius:2px;
min-width:20px;
height:15px;
text-align:center;
cursor:pointer;
transition: border .3s linear, background .2s linear;
-moz-transition: border .3s linear, background .2s linear;
-webkit-transition: border .3s linear, background .2s linear;
-o-transition: border .3s linear, background .2s linear;
text-decoration:none !important;
color:#777 !important;