omgdbl

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

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


Вы здесь » omgdbl » Тестовый форум » просто закрытая тема


просто закрытая тема

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

1

ыть

Подпись автора

https://forumstatic.ru/files/001a/cf/3c/94939.jpg

0

2

Код:
.post-content .spoiler-box > div:before,
.post-content .spoiler-box > div.visible:before {
  width: 9px;
  margin-right: 10px !important;
  font-family: 'FontAwesome';
  color: #222;
}

.post-content .spoiler-box > div:before {
  content: '\f107';
}

.post-content .spoiler-box > div.visible:before {
  content: '\f106';
}
Подпись автора

https://forumstatic.ru/files/001a/cf/3c/94939.jpg

0

3

Код:
a.qc-post-link img {
  display: none;
}

a.qc-post-link:before {
  margin: 0 0 0 2px !important;
  content: '';
  height: 10px;
  width: 11px;
  background-color: #a75454;
  -webkit-mask-image: url(https://forumstatic.ru/files/001b/6f/ae/34828.svg);
  mask-image: url(https://forumstatic.ru/files/001b/6f/ae/34828.svg);
  display: inline-block;
}

a.qc-post-link:hover:before {
  background-color: #323232 !important;
}
Подпись автора

https://forumstatic.ru/files/001a/cf/3c/94939.jpg

0

4

https://i.imgur.com/B51HJyR.gif
https://forumupload.ru/uploads/001a/cf/3c/2/305528.gif
https://forumupload.ru/uploads/001a/cf/3c/2/437728.gif
https://forumupload.ru/uploads/001a/cf/3c/2/572874.gif

Подпись автора

https://forumstatic.ru/files/001a/cf/3c/94939.jpg

0

5

https://forumupload.ru/uploads/001a/cf/3c/2/573130.gif
https://forumupload.ru/uploads/001a/cf/3c/2/641134.gif
https://forumupload.ru/uploads/001a/cf/3c/2/275298.gif
https://forumupload.ru/uploads/001a/cf/3c/2/814156.gif

Подпись автора

https://forumstatic.ru/files/001a/cf/3c/94939.jpg

0

6

Код:
<script>
$(document).ready(function() {
	$(".post-content").each(function(index) {
    var hiddenLength = $(this).find(".hide_Nic-SIG").text().length;
    var postLength = $(this).children(":visible").not(".post-sig").text().length - hiddenLength;
    var str = $(this).parent().parent().parent().parent().children().children().children("strong").not(".fnt");
    var postNum = str.text();
    var sym = "";
	    if (postLength % 100 < 10 || postLength % 100 > 15) {
    	if (postLength %10 == 1) {
        sym = "символ"; 
    	} else if (postLength %10 > 1 && postLength % 10 < 5) { 
        sym = "символа"; 
    	} else { 
        sym = "символов"; 
    	}
    } else { 
    	sym = "символов"; 
    }

    str.html('' + postNum + ' ('+ postLength + ' ' + sym + ')');
	});
});
</script>
Подпись автора

https://forumstatic.ru/files/001a/cf/3c/94939.jpg

0

7

Код:
body {
  background-image: var(--bodybgimg);
  background-color: var(--bodybgcolor);
  background-size: cover;
  background-attachment: fixed;
}

#pun {
  background: var(--punbgcolor);
  width: var(--bodywidth);
  margin: calc(var(--headerheight) - 30px) auto 40px;
  padding: 100px var(--bodypadding) 0;
  color: var(--textcolor);
  box-sizing: border-box;
  border-radius: 0;
  position: relative;
  box-shadow: 0 0 0 1px var(--buttonbgcolor);
}

#pun:before {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: calc(100% + var(--headerheight) - 155px);
  position: absolute;
  z-index: -1;
  margin: calc(0px - var(--headerheight) + 130px) 0 0 -20px;
  top: 0;
  left: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: 0 0 0 1px var(--buttonbgcolor);
}

.punbb:before {
  content: "";
  display: block;
  width: calc(100% + 18px);
  height: calc(100% + 110px);
  position: absolute;
  z-index: -1;
  margin: -100px 0 0 -9px;
  top: 0;
  left: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: 0 0 0 1px var(--buttonbgcolor);
}
Подпись автора

https://forumstatic.ru/files/001a/cf/3c/94939.jpg

0

8

https://allfont.ru/cache/css/b52.css

Подпись автора

https://forumstatic.ru/files/001a/cf/3c/94939.jpg

0


Вы здесь » omgdbl » Тестовый форум » просто закрытая тема


Рейтинг форумов | Создать форум бесплатно