2 - Регулировка размера шрифта в постах бегунком
Изменение 2 Регулировка размера шрифта в постах бегунком
Сообщений 1 страница 6 из 6
Поделиться22018-09-02 01:52:55
Будем пробовать примеры из темы http://forum.mybb.ru/viewtopic.php?id=3 … 19#p882440
В HTML низ:
=== 1<!-- Регулировка размера шрифта в постах © Alex_63 -->
<style>
.FNTslider {
border-radius: 4px;
position:relative;z-index:1000;
background: #E0E0E0;
width: 110px;
height: 5px;
margin: 3px 5px;
border: solid 1px #ccc;
float: right;
margin-right: 7%;
}
.FNTslider .before {
height: 5px;
border: solid 1px transparent;
border-right: none 0;
border-radius: 4px 0 0 4px;
position: absolute;
background: #A0BCDA;
margin-top: -1px;
}
.FNTslider .thumb {
width: 8px;
height: 13px;
border-radius: 3px;
position: relative;
top: -4px;
background: #3980D8;
cursor: pointer;
}
</style>
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/31001.js"></script>==
- Сброс размера шрифта к стандартному значению происходит по двойному клику рядом с бегунком.=== 2
<style>
.FNTslider {
background: url(https://forumstatic.ru/files/0015/57/ba/88799.png) 0 0 no-repeat;
position: relative;
z-index: 1000;
width: 140px;
height: 20px;
margin: 3px 5px;
float: right;
margin-right: 7%;
padding: 0 20px;
}
.FNTslider .before {
background: url(https://forumstatic.ru/files/0015/57/ba/83597.png) 0 0 no-repeat;
height: 20px;
position: absolute;
padding-left: 20px;
margin-left: -20px;
z-index: 10;
padding-right: 10px;
}
.FNTslider .thumb {
width: 17px;
height: 18px;
border-radius: 3px;
position: relative;
top: 1px;
background: url(https://forumstatic.ru/files/0015/57/ba/38927.png) -1px 0 no-repeat;
cursor: pointer;
z-index: 20;
}
.FNTslider .thumb:hover {
background-position: -19px 0;
}
</style>
Поделиться32018-09-02 02:01:54
Первый бегунок отлично отработал!
Пробуем второй.
Поделиться42018-09-02 02:06:22
Второй не отработал, скорее всего ссылки на картинки не верные.
Давай первый обратно, нормальный "тестовый"
Поделиться52018-09-02 02:30:39
Будет так:
<!-- Регулировка размера шрифта в постах © Alex_63 -->
<style>
.FNTslider {
border-radius: 4px;
position:relative;z-index:1000;
background: #0000FF;
width: 110px;
height: 5px;
margin: 3px 5px;
border: solid 1px #ccc;
float: right;
margin-right: 7%;
}
.FNTslider .before {
height: 5px;
border: solid 1px transparent;
border-right: none 0;
border-radius: 4px 0 0 4px;
position: absolute;
background: #FF0000;
margin-top: -1px;
}
.FNTslider .thumb {
width: 8px;
height: 13px;
border-radius: 3px;
position: relative;
top: -4px;
background: #FFD700;
cursor: pointer;
}
</style>
<script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/31001.js"></script>
Поделиться62018-09-02 02:32:33
Пойдёт
Дальше теперь. Новая тема + 10 последних сообщений форума