
картинки
Сообщений 1 страница 21 из 21
Поделиться42020-12-12 15:13:14
<!-- Регулировка размера шрифта в постах © 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>Поделиться52022-10-08 15:01:56
Поделиться202023-01-26 08:34:28
[html]
<style>
.punbb {
margin-left: 0px !important;
border: none!important;}
h71 {
font-size: 26px;
text-align: center;
font-weight: 300;
margin-bottom: 10px;
font-family: var(--font), sans-serif;
text-align: center;
display: block;
background: var(--color-border);
color: var(--color-main);
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
li {
background: white;
height: 40px;
line-height: 40px;
color: #666;
margin-left: 40px !important;
}
li:nth-child(2n) {
background-color: #f7f7f7;
}
#container {
background: var(--image-bk);
width: 360px;
margin: 10px auto;
box-shadow: 0 0 3px rgba(0, 0, 0.1);
}
.completed {
color: lightslategray;
text-decoration: line-through;
}
.blue {
color: blue;
}
span {
background-color: #c1d4e4;
margin-right: 20px;
height: 40px;
text-align: center;
color: white;
width: 0;
display: inline-block;
transition: 0.2s linear;
opacity: 0;
}
li:hover span {
width: 40px;
opacity: 1;
}
.fa-plus {
float: right;
}
.fa, .far, .fas {
font-family: FontAwesome;
}
</style>
<script>
//check off simple todo by clicking
$("ul").on("click", "li", function() {
$(this).toggleClass("completed")
});
$("ul").on("click", "span", function() {
$(this).parent().fadeOut(500, function() {
$(this).remove();
});
event.stopPropagation();
});
</script>
<div id="container">
<h71>Вы приняты </h71>
<ul>
<li><span><i class="fa fa-trash-o"></i></span> Пройти регистрацию</li>
<li><span><i class="fa fa-trash-o"></i></span> Написать анкету</li>
<li><span><i class="fa fa-trash-o"></i></span> Порадоваться жизни </li>
<li><span><i class="fa fa-trash-o"></i></span> Закончить с этим</li>
<li><span><i class="fa fa-trash-o"></i></span> Заполнить профиль</li>
</ul>
</div>
[/html]
Поделиться212024-06-26 15:33:07
Аватары
Отношения
Эпизоды
1
2
3














































































































