список тем которые нужно переделать — внешности — фак — удаление — общие шаблоны— отсутствие — магазин — банк — достижения —альтер эго— рейтинг
— банк в конкурсы — код под лотерею
— новости
новые коды в будущем
Сообщений 1 страница 9 из 9
Поделиться12023-11-16 13:18:50
Поделиться22023-11-29 23:10:53
щдщз
Поделиться32023-12-06 21:18:59
[html]
<div class="novosti"><div class="novosti_quote"><title>НОВОСТИ </title>
<name_ams> ЦИТАТА - КТО ПИШЕТ НОВОСТИ </name_ams></div>
<div class="ams_avatar"><img src=" ССЫЛКА Н АВАТАР"></div>
<div class="novosti_song"> ЦИТАТА ИЛ ТРЕК </div><div class="novosti_first_text">
НОВОСТНОЙ ТЕКСТ
</div><div class="novosti_hashtag">#ХЭШТЕГИ - ЕСЛИ НЕ НУЖНЫ УБИРАЕМ </div><div class="novosti_activ">
<div class="activ_post">
<span><a href="ССЫЛКА НА ПРОФИЛЬ "><img src="АВАТАР" title="ИМЯ"></a></span>
<span><a href="ССЫЛКА НА ПРОФИЛЬ "><img src="АВАТАР" title="ИМЯ"></a></span>
<span><a href="ССЫЛКА НА ПРОФИЛЬ "><img src="АВАТАР" title="ИМЯ"></a></span>
<re></re>
<span><a href="ССЫЛКА НА ПРОФИЛЬ "><img src="АВАТАР" title="ИМЯ"></a></span>
<span><a href="ССЫЛКА НА ПРОФИЛЬ "><img src="АВАТАР" title="ИМЯ"></a></span>
<span><a href="ССЫЛКА НА ПРОФИЛЬ "><img src="АВАТАР" title="ИМЯ"></a></span>
</div><div class="coupleofweeks">
<first_player><a href="ССЫЛК НА ПАРУ РАЗ">ИМЯ</a> </first_player>
<dash><i> &</i></dash>
<second_player><a href="ССЫЛК НА ПАРУ ДВА">ИМЯ </a></second_player></div>
<div class="novosti_post"><a href="ссылка "><b>имя игрока</b></a>: ОТКРЫВОК ЛУЧШЕГО ПОСТА
<a href="ссылка"><b>[читать дальше...]</b></a></div></div><div class="novosti_quote_bottom">
<episode><a href="ССЫЛКА НА ЭПИЗОД ">НАЗВАИЕ ЛУШЕГО ЭПИЗОДА </a ></episode></div></div>
[/html]
Поделиться42023-12-11 22:23:05
[html]<style>.blockuote { position: relative;
padding-left: 13px;
margin: 0px 40px 8px 40px;
background: #fff;
border-left: 4px solid #f4f4f4;
color: #7c7c7c;}
.blockuote:before {
position: absolute;
top: -4px;
left: -36px;
background-color: white;
text-align: center;
width: 25px;
height: 25px;
color: #8391ae;
content: "\1F676";
font-size: 35px;
line-height: 40px;
}
</style>
<div class="blockuote">
майкл возвращается, — самое ожидаемое событие на кухне за последние полчаса. воцаряется предельная тишина, стихает гомон голосов, только на фоне шипит вскипающее масло, ритмично стучат ножи по доскам, гремит посуда, гудят духовые шкафы; майкл возвращается, — самое ожидаемое событие на кухне за последние полчаса. воцаряется предельная тишина
</div>[/html]
Поделиться52023-12-12 00:52:15
Код:/***************** Стиль "Тихой Цитаты" *****************/ .quiet-quote{ position: relative; /* float: left; */ /* margin-bottom: 5px!important; */ /* text-align: center; */ /* clear: both; */ padding: 0px 20px 0px 15px!important; margin-left: 25px!important; margin-right: 45px!important; font-weight: 500; font-size: 10px!important; color: #949494; /* border: solid 1px #eaeaea; */ border-left: solid 4px #c4c4c4; /* border-right: solid 3px #eaeaea; */ text-transform: lowercase; } .quiet-quote:before, /*Шрифт, Цвет, Размер иконок*/ .quiet-quote:after{ font-size: 30px; display: inline-block; position:absolute; z-index:1000; font-weight: 700; color: #cbb76f; /*Цвет Кавычек*/ font-family:System, Arial, sans-serif; } .quiet-quote:before{ content: "\201C"; /*Код левой кавычки к Тихой цитате*/ left: -25px; top: -5px; } .quiet-quote:after{ /* content: "\201D"; /*Код правой кавычки к Тихой цитате*/ right: -15px; bottom: -20px;*/ } /***************** //END Стиль "Тихой Цитаты" *****************/
Поделиться62023-12-12 17:07:14
категории
<!--Своя картинка в каждую категорию -->
$(document).ready(function(){myarray=new Array(
"1", "https://i.ibb.co/c3dbPRm/2.png",
"2", "https://i.ibb.co/6WC2RhD/2.png",
"3", "https://i.ibb.co/8jS92ZG/1.png",
"4", "https://i.ibb.co/1GbVGKh/2.png",
"5", "https://i.ibb.co/CVFndGc/3.png",
"6", "https://i.ibb.co/Tmp0Tdb/4.png",
"7", "" //Последний элемент без запятой!
)$("#pun-index div.category h2,#pun-index #pun-stats h2").each(function (i) {
for(q=0;q<myarray.length;q++){var cssObj = {
"height":"80px",
"background-color": "transparent",
"background-image":"url("+myarray[q+1]+")",
"background-position":"50% 50%",
"background-repeat":"no-repeat",
"position":"relative",
"left":"-26px",
"margin-top":"-5px",
"width":"1049px",
"filter":"grayscale(0.2)",
"filter":"opacity(0.9)"//Последний элемент без запятой!
}
if($(this).children("span").text()==myarray[q])$(this).css(cssObj);
q++}
});
});
</script>
Поделиться82023-12-15 19:10:22
код гирлянды и снега
Код:<script type="text/javascript" src="http://www.skincorner.com/snow.js"></script> <svg class="garland" height="200" width="1000"> <path d="M0 0 C 0 0, 3 3, 5 5, C 5 5, 10 20, 25 25, C 25 25, 30 30, 35 55, C 35 55, 35 75, 65 75, C 65 75, 80 75, 105 65, C 105 65, 120 65, 135 45, C 135 45, 150 55, 165 25, C 165 25, 180 35, 195 5, C 195 5, 210 25, 235 5, C 235 5, 250 25, 265 25, C 265 25, 280 45, 295 45, C 295 45, 310 55, 335 35, C 335 35, 350 45, 375 20, C 375 20, 390 25, 405 5, C 405 5, 410 5, 425 0 " stroke="black" fill="transparent" /> <circle cx="5" cy="5" r="5" class="red" /> <circle cx="25" cy="25" r="5" class="blue" /> <circle cx="35" cy="55" r="5" class="green" /> <circle cx="65" cy="75" r="5" class="yellow" /> <circle cx="105" cy="65" r="5" class="red" /> <circle cx="135" cy="45" r="5" class="blue" /> <circle cx="165" cy="25" r="5" class="green" /> <circle cx="195" cy="5" r="5" class="yellow" /> <circle cx="235" cy="5" r="5" class="red" /> <circle cx="265" cy="25" r="5" class="blue" /> <circle cx="295" cy="45" r="5" class="green" /> <circle cx="335" cy="35" r="5" class="yellow" /> <circle cx="375" cy="20" r="5" class="red" /> <circle cx="405" cy="5" r="5" class="blue" /> </svg>
Код:/* НОВЫЙ ГОД */ .garland{--red:#e090a4;--yellow:#fff700;--green:#1fff0b;--blue:#9ecdef;--speed:1.5s;position:absolute;margin-top:-143px!important}.red{fill:var(--red);box-shadow:-5px -5px 5px black;animation:var(--speed) alternate 0s infinite blinkRed}.yellow{fill:var(--yellow);animation:var(--speed) alternate 0s infinite blinkYellow}.blue{fill:var(--blue);animation:var(--speed) alternate 0s infinite blinkBlue}.green{fill:var(--green);animation:var(--speed) alternate 0s infinite blinkGreen}@keyframes blinkRed{0%{fill:var(--red)}25%{fill:var(--blue)}50%{fill:var(--green)}75%{fill:var(--yellow)}}@keyframes blinkYellow{0%{fill:var(--yellow)}25%{fill:var(--red)}50%{fill:var(--blue)}75%{fill:var(--green)}}@keyframes blinkBlue{0%{fill:var(--blue)}25%{fill:var(--green)}50%{fill:var(--yellow)}75%{fill:var(--red)}}@keyframes blinkGreen{0%{fill:var(--green)}25%{fill:var(--yellow)}50%{fill:var(--red)}75%{fill:var(--blue)}}
Поделиться92023-12-16 17:26:15
Код:/* доп. шрифты бч */ @font-face { font-family: 'Nunito'; src: local("Nunito"), url(https://forumstatic.ru/files/001b/f0/72/94261.ttf);} @font-face { font-family: 'Knowledge'; src: local("Knowledge"), url(https://forumstatic.ru/files/001b/f0/72/54757.ttf);} @font-face { font-family: 'Mak'; src: local("Mak"), url(https://forumstatic.ru/files/001b/f0/72/16815.ttf);} @font-face { font-family: 'Manrope'; src: local("Manrope"), url(https://forumstatic.ru/files/001b/f0/72/12312.ttf);} @font-face { font-family: 'KleeOne'; src: local("KleeOne"), url(https://forumstatic.ru/files/001b/f0/72/84660.ttf);} @font-face { font-family: 'Bentoga'; src: local("Bentoga"), url(https://forumstatic.ru/files/001b/f0/72/93338.ttf);} @font-face { font-family: 'Mit'; src: local("Mit"), url(https://forumstatic.ru/files/001b/f0/72/45477.ttf);} @font-face { font-family: 'FontAwesome'; src: local("FontAwesome"), url(https://forumstatic.ru/files/001b/f0/72/74554.ttf);} @font-face { font-family: 'CascadiaMono'; src: local("CascadiaMono"), url(https://forumstatic.ru/files/001b/e9/2d/62138.ttf);} @font-face { font-family: 'Vogue'; src: local("Vogue"), url(https://forumstatic.ru/files/001b/f0/72/80642.ttf?v=1);} @font-face { font-family: "raleway"; font-style: normal; font-weight: 400; src: url(https://forumstatic.ru/files/001b/ce/c4/55308.ttf) format("woff2"); } @font-face { font-family: "NWTBodoni"; font-style: normal; font-weight: 400; src: url(https://forumstatic.ru/files/001b/f0/72/27420.ttf) format("woff2"); } @font-face { font-family: "Zaychik"; font-style: normal; font-weight: 400; src: url(https://forumstatic.ru/files/001b/f0/72/14684.ttf) format("woff2"); } @font-face {font-family: 'Andrij Cyrillic'; src: local("Andrij Cyrillic"), url(https://forumstatic.ru/files/001b/ed/c9/75452.otf?v=1);} @font-face {font-family: 'Angst'; src: local("Angst"), url(https://forumstatic.ru/files/001b/ed/c9/23440.otf);} @font-face {font-family: 'baronmtmoderncyr'; src: local("baronmtmoderncyr"), url(https://forumstatic.ru/files/001b/ed/c9/31569.ttf);} @font-face {font-family: 'Borjomi'; src: local("Borjomi"), url(https://forumstatic.ru/files/001b/ed/c9/15570.ttf);} @font-face {font-family: 'Bradobrei'; src: local("Bradobrei"), url(https://forumstatic.ru/files/001b/ed/c9/62190.otf);} @font-face {font-family: 'Condensed Regular'; src: local("Condensed Regular"), url(https://forumstatic.ru/files/001b/ed/c9/39158.otf);} @font-face {font-family: 'ethna'; src: local("ethna"), url(https://forumstatic.ru/files/001b/ed/c9/65921.ttf);} @font-face {font-family: 'Ghost Dancer'; src: local("Ghost Dancer"), url(https://forumstatic.ru/files/001b/ed/c9/81595.ttf);} @font-face {font-family: 'Good Vibes'; src: local("Good Vibes"), url(https://forumstatic.ru/files/001b/ed/c9/33443.ttf);} @font-face {font-family: 'journalism'; src: local("journalism"), url(https://forumstatic.ru/files/001b/ed/c9/63706.ttf);} @font-face {font-family: 'Karsten Thin Alt'; src: local("Karsten Thin Alt"), url(https://forumstatic.ru/files/001b/ed/c9/41810.otf);} @font-face {font-family: 'Leotaro'; src: local("Leotaro"), url(https://forumstatic.ru/files/001b/ed/c9/10900.otf);} @font-face {font-family: 'miamanueva'; src: local("miamanueva"), url(https://forumstatic.ru/files/001b/ed/c9/27059.ttf);} @font-face {font-family: 'MiddlLight TYGRA'; src: local("MiddlLight TYGRA"), url(https://forumstatic.ru/files/001b/ed/c9/31585.ttf);} @font-face {font-family: 'recolors'; src: local("recolors"), url(https://forumstatic.ru/files/001b/ed/c9/47921.otf);} @font-face {font-family: 'Salwey'; src: local("Salwey"), url(https://forumstatic.ru/files/001b/ed/c9/92659.ttf);} @font-face {font-family: 'Cuprum'; src: local("Cuprum"), url(https://forumstatic.ru/files/001b/bf/8f/40705.ttf);} @font-face {font-family: 'Rubik'; src: local("Rubik"), url(https://forumstatic.ru/files/001a/f5/e3/50092.ttf);} @font-face {font-family: 'SC Jurer'; src: local("SC Jurer"), url(https://forumstatic.ru/files/001b/ed/c9/42460.ttf);} @font-face {font-family:SKNigar ; src: local("SKNigar"), url(https://forumstatic.ru/files/001b/ed/c9/62092.otf);} @font-face {font-family: 'Yeseva One'; src: local("Yeseva One"), url(https://forumstatic.ru/files/001a/f5/e3/56589.ttf);} @font-face {font-family: 'Salome'; src: local("Salome"), url(https://forumstatic.ru/files/001a/f5/e3/11239.otf);} @font-face {font-family: 'Pride Signature'; src: local("Pride Signature"), url(https://forumstatic.ru/files/001b/bf/8f/78157.otf);} @font-face {font-family: 'AbrilFatface'; src: local("AbrilFatface"), url(https://forumstatic.ru/files/0018/6b/8f/54200.woff);} @font-face { font-family: 'Agoka Family'; src: local("AgokaFamilyRegular"), url(https://forumstatic.ru/files/001a/28/10/85666.ttf) format('truetype');} @font-face {font-family: "cessotest"; src: local("cessotest"), url(https://forumstatic.ru/files/001b/ed/c9/69125.otf);} @font-face {font-family: "Destroys"; src: local("Destroys"), url(https://forumstatic.ru/files/001b/ed/c9/86777.otf);} @font-face {font-family: "elegisepersonaluse"; src: local("elegisepersonaluse"), url(https://forumstatic.ru/files/001b/ed/c9/47358.otf );} @font-face {font-family: "fallena moodesty"; src: local("fallena moodesty"), url(https://forumstatic.ru/files/001b/ed/c9/56018.otf);} @font-face {font-family: "Geesor Unique"; src: local("Geesor Unique"), url(https://forumstatic.ru/files/001b/ed/c9/49775.otf);} @font-face {font-family: "Kahfi 0wzbz"; src: local("Kahfi 0wzbz"), url(https://forumstatic.ru/files/001b/ed/c9/78964.otf);} @font-face {font-family: "Revivalia"; src: local("Revivalia"), url(https://forumstatic.ru/files/001b/ed/c9/88216.otf);} @font-face {font-family: "Smoothies"; src: local("Smoothies"), url(https://forumstatic.ru/files/001b/ed/c9/19100.otf);} @font-face {font-family: 'TTLoveliesScript'; src: local("TTLoveliesScript"), url(https://forumstatic.ru/files/001b/ed/c9/74054.ttf);} @font-face {font-family: "vowstest"; src: local("vowstest"), url(https://forumstatic.ru/files/001b/ed/c9/51459.otf);} @font-face {font-family: "WinterShort"; src: local("WinterShort"), url(https://forumstatic.ru/files/001b/ed/c9/58713.otf);} @font-face { font-family: "Arial Black"; font-style: normal; src: url(https://forumstatic.ru/files/001b/6f/ae/31956.eot), url(https://forumstatic.ru/files/001b/6f/ae/31956.eot) format("embedded-opentype"), url(https://forumstatic.ru/files/001b/6f/ae/43588.woff2) format("woff2"), url(https://forumstatic.ru/files/001b/6f/ae/76932.woff) format("woff"), url(https://forumstatic.ru/files/001b/6f/ae/69872.ttf) format("truetype"), url(https://forumstatic.ru/files/001b/6f/ae/10163.svg) format("svg"); } @font-face { font-family: "Helvetica Bold"; font-style: normal; src: url(https://forumstatic.ru/files/001b/6f/ae/45197.eot), url(https://forumstatic.ru/files/001b/6f/ae/45197.eot) format("embedded-opentype"), url(https://forumstatic.ru/files/001b/6f/ae/37261.woff2) format("woff2"), url(https://forumstatic.ru/files/001b/6f/ae/68239.woff) format("woff"), url(https://forumstatic.ru/files/001b/6f/ae/71611.ttf) format("truetype"), url(https://forumstatic.ru/files/001b/6f/ae/52766.svg) format("svg"); } @font-face { font-family: "Helvetica Regular"; font-style: normal; src: url(https://forumstatic.ru/files/001b/6f/ae/36354.eot), url(https://forumstatic.ru/files/001b/6f/ae/36354.eot) format("embedded-opentype"), url(https://forumstatic.ru/files/001b/6f/ae/85193.woff2) format("woff2"), url(https://forumstatic.ru/files/001b/6f/ae/36754.woff) format("woff"), url(https://forumstatic.ru/files/001b/6f/ae/69832.ttf) format("truetype"), url(https://forumstatic.ru/files/001b/6f/ae/99970.svg) format("svg"); }