дизайн
Сообщений 1 страница 22 из 22
Поделиться22023-08-06 18:03:26
<!-- Черная Подсказка--> <script> $(document).ready(function(){$('*[title]').not('*[title] *[title]').tipsy({gravity:$.fn.tipsy.autoNS})}); $.catch = function(a,f){$(function(){var t,i=0;function s(){i++;if(i>120)return;t=setTimeout(function(){if(!$(a).length){s();return};f()},100);}s();});} $.catch('.pa-awards img[title]',function(){$('.punbb li.pa-awards img[title]').tipsy({fade:true,gravity:'s award'});}); </script> <!-- конец--> <!-- отключение наград --> <style type="text/css"> li#navawards {display: none;} </style> <!-- конец --> <!--Выделение кода в блоке "Код" с перемещение в буфер обмена // © Damassk, версия 2019г. --> <script type="text/javascript" src="https://forumstatic.ru/files/0016/4a/bf/98029.js"></script> <script>eval(select_text.toString().replace(/\}$/,'try{document.execCommand("copy")}catch(e){}}'))</script> <script type="text/javascript">select_text.linkText = 'выделить [копируется сразу]' //текст ссылки</script> <!-- конец --> <!-- Убрать пожаловаться --> <script type="text/javascript"> RusffCore.sets.show_reportBtn = 0; </script> <!-- конец --> <!-- Скрыть "отредактировано" из сообщения --> <style>.lastedit {display:none;}</style> <!-- конец --> <!-- поднятие репутации в закрытых темах --> <script type="text/javascript">// спасибо форуму https://downtown.f-rpg.ru/ if($('pun-viewtopic').length)function changeVisibility(b){$('#'+b).toggle(); return}; </script> <!-- конец --> <!--// Быстроплюсы v.2 РЕНО by Deff //--> <script type="text/javascript" src="https://forumstatic.ru/files/0012/d8/04/58219.js" addComment="1"></script> <script> ReactionsPlugin.setConfig({ disable: true }); </script> <!--Скрытие профиля в теме тегом--> <style type="text/css">.hideprofile .post-author,.hideprofile .pl-email,.hideprofile .pl-website{display:none!important} .hideprofile .post-body,.hideprofile .post-links,.hideprofile .post-links ul,.post.hideprofile h3>span{margin-left:0!important}</style> <script> FORUM.set('editor.addition.tags.hideprofile',{name:'Скрыть минипрофиль',onclick:function(){insert('[hideprofile]');}}); $().pun_mainReady(function(){$('.post:contains("[hideprofile]")').addClass('hideprofile').html(function(){return $(this).html().replace(/\[hideprofile\]/gim,'')})}); </script> <!-- Конец --> </div> <div id="pun-title" class="section"> <table id="title-logo-table" cellspacing="0"> <tbody id="title-logo-tbody"> <tr id="title-logo-tr"> <td id="title-logo-tdl" class="title-logo-tdl"> <h1 class="title-logo"><span>castle of glass</span></h1> </td> <td id="title-logo-tdr" class="title-logo-tdr"><!-- banner_top --></td> </tr> </tbody> </table> </div> <div id="pun-navlinks" class="section"> <h2><span>Меню навигации</span></h2> <ul class="container"> <li id="navindex"><a href="https://sastest.rusff.me/"><span>Форум</span></a></li> <li id="navuserlist"><a href="https://sastest.rusff.me/userlist.php" rel="nofollow"><span>Участники</span></a></li> <li id="navsearch"><a href="https://sastest.rusff.me/search.php" rel="nofollow"><span>Поиск</span></a></li> <li id="navregister"><a href="https://sastest.rusff.me/register.php" rel="nofollow"><span>Регистрация</span></a></li> <li id="navlogin"><a href="https://sastest.rusff.me/login.php" rel="nofollow"><span>Войти</span></a></li> </ul> </div> <div id="pun-ulinks" class="section" onclick="void(0)"> <h2><span>Пользовательские ссылки</span></h2> <ul class="container"> <li class="item1"><a href="https://sastest.rusff.me/search.php?action=show_recent">Активные темы</a></li> </ul> </div>
Поделиться32023-08-06 18:04:33
<div id="html-footer" class="section"> <div class="container"><!-- Анти-в-строчку для Сообщений и Репутации © deff --> <script type="text/javascript"> function changeS(sc,ch,st){$(sc).parent().each(function(){$(this).html($(this).html().replace(ch,st));});} changeS('.pa-posts','Сообщений:','Сообщений:</br>'); changeS('.pa-respect','Уважение</a>:','Уважение</a>:<br>'); changeS('.pa-respect','Уважение:','Уважение:<br>'); </script> <!--написано символов--> <script>var a,L,epl=$("#main-reply"),str='<small id="plng">Написано символов: <b>00</b> </small>';epl.parents("fieldset").find("legend").prepend(str);function epl3(){a=epl.val().length;if(a>9){L=''}else{L='0'};$("#plng b").text(L+a)};epl3();$(".pl-quote").click(function (){setTimeout('epl3()',100)});epl.bind('mouseout mousemove keydown keypress keyup',function(e){epl3()});</script> <!--конец --> <!-- Личная страница part 2 --> <div id="character" class="reveal-modal xlarge main container"> <div class='modal_wrap'></div> <a class="close-reveal-modal" title="закрыть">×</a> </div> <script type="text/javascript"> function showTab(elem){ $(".menu span").removeClass("tabactive"); $(elem).addClass("tabactive"); $("div.submenutext").hide(); var activeDiv = $(elem).attr("alt"); $("div."+activeDiv).fadeIn(); return false; } $(".modal-link").click(function() { var modId = $(this).attr('id'); $('.modal_wrap').html(''); $.get('pages/'+modId, function (data){ $('.modal_wrap').html($(data).find('.character').html()); }); $(".submenutext").hide(); $(".submenutext:first").show(); }); </script> <!--Кнопки вверх вниз--> <div class="go-up" id='ToTop' title="вверх">▲</div> <div class="go-down" id='OnBottom' title="вниз">▼</div> <script type="text/javascript"> $(function(){ if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow") $(window).scroll(function(){ if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow") else $("#ToTop").fadeIn("slow") }); if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow") $(window).scroll(function(){ if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow") else $("#OnBottom").fadeIn("slow") }); $("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")}) $("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")}) }); </script> <div class="footer"> <div class="banners"> <div class="container"> <p> <a href="https://vk.com/byalexkolmar" target="_blank" title="вёрстка, дизайн, обучение от бродяги"><img src="https://i.imgur.com/VblrKZk.png"></a> <a href="" title="баннер"><img src="https://dummyimage.com/88x31/506574/e2e2e2.png"></a> <a href="" title="баннер"><img src="https://dummyimage.com/88x31/506574/e2e2e2.png"></a> <a href="" title="баннер"><img src="https://dummyimage.com/88x31/506574/e2e2e2.png"></a> <a href="" title="баннер"><img src="https://dummyimage.com/88x31/506574/e2e2e2.png"></a> <a href="" title="баннер"><img src="https://dummyimage.com/88x31/506574/e2e2e2.png"></a> <a href="" title="баннер"><img src="https://dummyimage.com/88x31/506574/e2e2e2.png"></a> <a href="" title="баннер"><img src="https://dummyimage.com/88x31/506574/e2e2e2.png"></a> <a href="" title="баннер"><img src="https://dummyimage.com/88x31/506574/e2e2e2.png"></a> <a href="" title="баннер"><img src="https://dummyimage.com/88x31/506574/e2e2e2.png"></a> </p> <p> <a href="" title="баннер"><img src="https://dummyimage.com/88x31/506574/e2e2e2.png"></a> <a href="" title="баннер"><img src="https://dummyimage.com/88x31/506574/e2e2e2.png"></a> <a href="" title="баннер"><img src="https://dummyimage.com/88x31/506574/e2e2e2.png"></a> <a href="" title="баннер"><img src="https://dummyimage.com/88x31/506574/e2e2e2.png"></a> <a href="" title="баннер"><img src="https://dummyimage.com/88x31/506574/e2e2e2.png"></a> </p> </div> </div> </div> <!-- Скрываем профиль в постах © Deff --> <script type="text/javascript"> (function () { function addStyle() { /*==123==; <style type="text/css">#### .post-author,#### .post-sig,#### .pl-email,#### .pl-website{display:none !important}#### .post-body,#### .post-links,#### .post-links ul,#### h3>span{margin-left:0 !important}</style> ==123==;*/ } addStyle = addStyle.toString().split('==123==;')[1]; $('.post .post-content img[alt="hide-autor"]').each(function(){ var id = $(this).parents('.post').prop('id'); $(addStyle.replace(/####/gim,'#'+id)).insertBefore($(this)); });}()); </script> <script type="text/javascript"> (function(){function rep(str, p1,offset, s){ return '>'+p1.replace(/"([^ "][^"]+?)"/gm,'«$1»')+'<';} $('.post-content p').each(function(){ $(this).html(('</>'+$(this).html()+'</>').replace(/>([^<>]+)</gm, rep)); });}()); </script> <script src="https://forumstatic.ru/files/0017/95/29/89289.js"></script> <script> hvScriptSet.addMask({ guestAccess: ['We All Go A Little Mad Sometimes'], forumAccess: { 'We All Go A Little Mad Sometimes': ['Администраторы', 'пользователи'] }, forumAccessExtended: { 'We All Go A Little Mad Sometimes': ['Администраторы', 'пользователи'] }, userFields: ['pa-author', 'pa-title', 'pa-avatar', 'pa-posts', 'pa-respect', 'pa-online'] }); </script> <!--------------------------- замена приветствия ---------------------------> <script type="text/JavaScript"> $('#pun-status').html($('#pun-status').html().replace('Привет', 'помянем')); </script> <!-- Кликабельность ника в постах Гостя --> <script>$(".post[data-group-id=3]").find(".pa-author").html(function(){return this.innerHTML.replace(/(<.+>)(.+)$/,'$1<a href="javascript:to(\'$2\')">$2</a>')});</script> <!-- Конец --> <!-- Разделение тем: "Важные темы" и "Темы форума" // © Alex_63 --> <style> #pun-main .forum table{ table-layout: auto;} #pun-main tr.tr-divider { font-weight: bold; font-family: arsenal; text-transform: uppercase; } </style> <script type="text/javascript">if($('#pun-viewforum').length){$('tr[class$="isticky"]:first').before('<tr class="tr-divider imp"><td class="td-divider" colspan="4">Важные темы</td></tr>');$('tr[class$="isticky"]:last').next('tr').before('<tr class="tr-divider st"><td class="td-divider" colspan="4">Темы форума</td></tr>');$('.stickytext').remove()}</script> <!-- //End//-Разделение тем --> <!-- Регулировка размера шрифта в постах © Alex_63 --> <style> .FNTslider { /* border-radius: 4px; */ position: relative; z-index: 1000; background: #f5f5f4; width: 110px; height: 6px; margin: 4px 5px; float: right; /* margin-top: 6px; */ /* margin-right: 7%; */ border: 1px solid #b4afad; border-radius: 5px; } .FNTslider .before { height: 6px; /* border: solid 0px transparent; */ /* border-right: none 0; */ /* border-radius: 4px 0 0 4px; */ position: absolute; background: #f5f5f4; margin-top: -1px; /* box-shadow: 0px 0px 2px 0px rgb(203 176 120) inset; */ /* color: #0c0c0c; */ border: 1px solid #b4afad; border-radius: 5px; margin-left: -1px; } .FNTslider .thumb { width: 15px; height: 15px; border-radius: 0%; position: relative; top: -5px; margin-left: -2px; background: #758bab; /* border: 1px solid var(--text); */ box-sizing: border-box; border-radius: 8px; cursor: pointer; } </style> <script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/31001.js"></script> <!-- Конец --> <!-- ТЕГ абзаца - [indent] --> <style>#button-indent {background:url(//s7.uploads.ru/t/mnkgq.png)no-repeat center 6px!important;}</style> <script type="text/javascript">(function(){ var b = '[indent]'; $("#button-strike").after('<td id="button-indent" title="Отступы"><img src="/i/blank.gif" onclick="smile(\''+b+'\')"></td>'); var indent = '<span style="display:inline-block;margin:0.7em 1.1em;"></span>'; /*удвоенные Отступы сверху и слево*/ $('.post-content p:contains("'+b+'")').each(function(){ $(this).html( $(this).html().replace(/\[indent\]/gm,indent));});}()); </script><!-- Конец --> <!-- скрыть поделиться --> <script type="text/javascript"> RusffCore.sets.share = false; </script> <!— конец —> <!--- Скрыть rss-atom ---> <style type="text/css"> .punbb .modmenu .container span {display: none;} </style> <!--- конец ---> <!-- Разделение ников пользователей в теме запятой --> <script>$('#topic-users-in a').prev('a').after(',');</script> <!--конец--> <!-- запятая после ника --> <script type="text/javascript"> function to(username) {insert('[b]' + username + '[/b]' + ', ');} </script> <!--конец--> <!-- НАЧАЛО. ссылка на новые сообщения --> <script type="text/javascript"> $('#pun-ulinks ul').prepend('<li class="item1"><a href="/search.php?action=show_new">Новые сообщения</a></li>'); </script> <!-- КОНЕЦ. ссылка на новые сообщения --> <!-- ШРИФТЫ --> <script type="text/javascript"> if ($('#pun-viewtopic,#pun-post,#pun-edit,#pun-poll,#pun-messages').length)(function () { var ft = $("#font-area"),i,FntArr,j = ""; FntArr=new Array ( "yeseva one ", "Oswald ", "Arsenal ", "Philosopher ", "Playfair Display ", "Raleway ", "Oranienbaum ", "Cinzel Decorative ", "Lobster ", "Roboto ", "Fjalla One ", "Abril Fatface ", "EB Garamond ", "Old Standard TT ", "Homemade Apple ", "Allerta Stencil ", "Spectral ", "Alegreya Sans SC ", "bebasneueregular ", "Comfortaa ", "Cuprum ", "Nautilus Pompilius ", "Pirata One ", "Plaingermanica ", "Doppelganger rus", "Mergury", "Rubik" ); for (i=0;i<FntArr.length;i++ ){j+='<div><span style="font-family:'+FntArr[i]+'">'+FntArr[i]+'</span><img src="/i/blank.gif" onclick="\ bbcode(\'[fo'+'nt='+FntArr[i]+']\',\'[/font]\')" /></div>';};ft.append(j)}()) </script> <!-- Тире и дефис --> <script type="text/javascript"> $('.post-content p').each(function(){ function replacer(str){return str.replace(/-\s|–\s/gm,'— ');} var a = $(this).clone().wrap('<div></div>').parent().html(); var b = a.replace(/>[^<>]+</gim,replacer); if(a!=b)$(this).replaceWith(b) }); </script> <script type="text/javascript"> (function(){function rep(str, p1,offset, s){ return '>'+p1.replace(/"([^ "][^"]+?)"/gm,'«$1»')+'<';} $('.post-content p').each(function(){ $(this).html(('</>'+$(this).html()+'</>').replace(/>([^<>]+)</gm, rep)); });}()); </script> <!--НАЧАЛО. выравнивание по ширине--> <script> $("#button-right").after('<td id="button-justify" title="Выравнивание по ширине"><img src="/i/blank.gif" onclick="bbcode(\'[align=justify]\', \'[/align]\');"/></td>'); </script> <style> #button-justify { background: url("//se.uploads.ru/LVN4z.png") no-repeat scroll center 6px rgba(0, 0, 0, 0) !important; } </style> <!--КОНЕЦ. выравнивание по ширине--> <!-- Быстрое редактирование постов © Alex_63 // V.3 --> <script src="https://forumstatic.ru/files/0015/c4/3f/97896.js" type="text/javascript"></script> <!-- Восстановление последнего поста при утере by Человек-Шаман --> <script> $(document).ready(function() { $('#addition-area').append(function() { return $('<div>Восстановить последний пост</div>').click(restoreLastPost); }); function restoreLastPost() { $('#main-reply').val(localStorage.ReservePost); }; }); </script> <!--конец--> <!-- Мгновенный предпросмотр сообщения © Alex_63 --> <script type="text/javascript"> var PPREV = {}; PPREV.position = 0; //Положение окна Предпросмотра: 0 - над полем ввода, 1 - под полем ввода, 2 - справа PPREV.quote_cite = 'написал(а):'; //Надпись в окне цитаты </script> <script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/10524.js"></script> <script type="text/javascript">if($('#pun-messages').length){var pprevcont='<fieldset id="post-preview"><legend><span>Предварительный просмотр сообщения</span></legend><div class="fs-box"><div class="post-box"><div class="post-content"></div></div></div></fieldset>';if(document.URL.indexOf('&p')!=-1){if(PPREV.position==0 || PPREV.position==2) {$('#post').prepend(pprevcont);}if(PPREV.position==1){$('#post').append(pprevcont);}}else if(document.URL.indexOf('?action=new')!=-1){if(PPREV.position==0 || PPREV.position==2){$('#profile fieldset:first').before(pprevcont);}if(PPREV.position==1){$('#profile fieldset:first').after(pprevcont);}}if($('#post-preview').text().length<1){$('#post-preview').hide();}else{$('#post-preview').show();ParseContent();}var sTim;$('#main-reply:first').live('input',function(){ParseContent();});$('#form-buttons img,div[id$="-area"] *').click(function(){sTim=setTimeout(function(){clearTimeout(sTim);ParseContent();},40);});}</script> <!-- Кнопка отключения мгновенного предпросмотра --> <style>#togglePreview{float:right;margin-top:-17px}</style> <script type="text/javascript">(function (){ var a='Включить быстрый предпросмотр'; var b='Отключить быстрый предпросмотр'; var d='_PreviewToggle'; setCookiePPrev=function(a,b,c){if(c){var d=new Date();d.setTime(d.getTime()+c);}if(a && b)document.cookie=a+'='+b+(c ? '; expires='+d.toUTCString() : '');else return false;} getCookiePPrev=function(a){var b=new RegExp(a+'=([^;]){1,}');var c=b.exec(document.cookie);if(c)c=c[0].split('=');else return false;return c[1] ? c[1] : false;} $('<small id="togglePreview"><input type="button" class="button" value="'+ b +'" onclick="togglePreview(this)"/></small>').insertAfter('#post fieldset:last legend'); var x = ParseContent; window.togglePreview = function(sel){//alert(sel.value); if(sel.value==a){sel.value=b;setCookiePPrev(d,'0',-1000);ParseContent=x;ParseContent();$('#post-preview').show(); return} if(sel.value==b){sel.value=a;setCookiePPrev(d,'OFF',30*3600*24*30*1000);if($('#pun-viewtopic').length){$('#post-preview').hide()}ParseContent=function(){return};return} }; if(getCookiePPrev(d)=='OFF'){$('#togglePreview>.button').click()}; }()) </script> <!-- Полноэкранный просмотр изображений v.2 (с) satsana, 2021 --> <script type="text/javascript" > var lightimgtime = 4000; // Время автоперелистывания в мс, 1с = 1000мс var lightimgauto = 0; // 1 - автоперелистывание включается само var lightlinks = 0; // 1 - блокировка ссылок с изображений </script> <script type="text/javascript" src="https://forumstatic.ru/files/0017/b3/fc/26185.js"></script> <link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/0017/b3/fc/82704.css" /></div> </div>
Поделиться42023-08-31 11:15:19
@font-face {font-family: Deutsch Gothic;
src: local("Deutsch Gothic"), url(https://forumstatic.ru/files/0019/69/9c/76856.ttf);}
@font-face {font-family: Schwabacher;
src: local("Schwabacher"), url(https://forumstatic.ru/files/0016/1a/7c/11027.ttf);}
@font-face {font-family: Devitos;
src: local("Devitos"), url(https://forumstatic.ru/files/001a/d9/a5/51081.otf);}
@font-face {font-family: Beckett-KanzleiCYRegular;
src: local("Beckett-KanzleiCYRegular"), url(https://forumstatic.ru/files/001a/fb/46/16469.ttf);}
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');
@font-face {font-family: Chomsky;
src: local("Chomsky"), url(https://forumstatic.ru/files/001b/02/8d/38659.otf);}
Поделиться52023-08-31 11:16:51
<div class="music_box"><div class="music-container" onclick="toggleAudio()"><audio controls controlslist="nodownload">
<source src="http://forumstatic.ru/files/001b/ed/0b/68118.mp3" title="название" type="audio/mpeg">
Your browser does not support the audio tag.</audio>
<div class="play-button"></div>
<div class="track_name" title="для тейлор ♥">
<marquee behavior="alternate" direction="left" scrollamount="2">
sam smith
<span> fire on fire </span>
</marquee>
</div>
</div>
</div>
<script>
const audio = document.querySelector('audio');
const container = document.querySelector('.container');
const audioDuration = document.querySelector('.duration');
const playButton = document.querySelector('.play-button');
let isPlaying = false;
const toggleAudio = (event) => {
if (isPlaying) {
audio.pause()
isPlaying = false
playButton.classList.remove('playing')
} else {
audio.play()
isPlaying = true
playButton.classList.add('playing')
}
}
</script>
Поделиться62023-10-13 16:04:29
fgdfgfdg
Поделиться72023-10-13 16:24:53
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Поделиться82023-10-13 16:25:03
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla p
Поделиться102023-12-15 11:08:48
sasdasdasdas
Поделиться122023-12-17 14:48:53
На первый взгляд, Аркадия Бэй — типичная, непримечательная американская глубинка, затаившаяся посреди двух стихий: могучего Тихого океана и лесистого подножия Прибрежного хребта. По праву может считаться как одним из самых живописных город штата, так и самых мрачных, ведь в своих архивах Аркадия Бэй скрывает множество тайн, заманивая к себе любопытных туристов и абмициозных толстосумов.
В далеком прошлом город населяли коренные народы Америки, но со временем племена индейцев были вытеснены и сейчас местные жители уже и не вспоминают, кем именно был заложен город, оставив пережитые десятилетия пылиться на страницах истории.
Активно развивающийся и набирающий популярность экологический туризм спас Аркадию Бэй от упадка, дав вторую жизнь еще и местному порту, который когда-то был основным источником торговли. В окрестностях проложили пешеходные тропы, протяженностью на несколько километров, позволяющие не только отвлечься от городской суеты, но и оценить природные красоты и исторические места города. Другим важным критерием, привлекающим все больше туристов, становится дурная слава, разошедшаяся по стране. В то время как одни приезжают в город, чтобы увидеть места съемок последних кассовых фильмов, другие сочиняет легенды вокруг популярных мест, ссылаясь на рассказы местных о таинственном маяке на побережье, древнем духе, обитающем в лесу или на приводящие в ужас факты о процветающей ранее лечебнице Паркер Вилледж.
Все это стабильно приносит доход в бюджет города, привлекая внимание: с 1962-го Аркадия Бэй приветствует на своей территории молодое поколение, приглашая в один из самых лучших коллежей страны. Правда, учеба в нем обходится намного дороже, чем в любом учебном заведении близ расположенного Портленда. А так же внимание привлекает один из самых дорогих отелей в регионе, позволяющий не только провести с комфортом несколько дней в городе, но и прикоснуться к истории.
Основная инфраструктура расположена в центре и находится в шаговой доступности. Она включает в себя все административные здания, построенные еще в прошлом столетии, розничные точки продаж и сетевые магазины, городскую больницу, полицейский департамент и пожарную станцию. Центральная площадь украшена большим фонтаном, причисленным к собственности местной библиотеки и архива — одному из самых больших зданий в Аркадии Бэй. В городе плохо развита транспортная сеть ввиду сравнительно небольшой территории, но жителям предлагается доступные по ценам услуги такси и сеть железных дорог, благодаря которой можно добраться в любую точку страны.
На западных окраинах города пролегли тихие зажиточные районы. Там друг за другом выросли большие новые дома с зелеными лужайками, олицетворявшие американскую мечту, до которой смогли дотянуться все местные. В то время как северные районы, рядом с железной дорогой, пришли в упадок. Бедные слои населения сводят концы с концами, а трейлерный парк, тем временем, уходит все глубже в лес.
Лето в Аркадии Бэй теплое и влажное, а зимы дождливые, но умеренные, с редким снегопадом.
Поделиться132023-12-20 16:25:42
[html]<div id="radiobells_container"> #radiobells_script_hash</div><link href="https://forumstatic.ru/files/0010/96/f7/39705.css" type="text/css" rel="stylesheet" /><script type="text/javascript">var rad_backcolor="#0d0d0d"; var rad_logo = "white"; var rad_autoplay = true; var rad_width = "responsive"; var rad_width_px = 330;var rad_stations =[['http://radiomv.hostingradio.ru/radiomv256.mp3 ','Милицейская волна'],['http://emgregion.hostingradio.ru:8064/moscow.europaplus.mp3','Европа плюс'],['http://air.radiorecord.ru:805/rr_320','Радио Рекорд'],[' http://icecast.newradio.cdnvideo.ru/newradio3','Новое радио'],['http://online.pilotfm.ru:8000/pilot_dance_mp3','Радио Пилот FM'],['http://213.159.214.57:8000/matryoshka ','Радио Матрешка'],['http://online.radio-megapolis.ru:8000/megapolis_mp3 ','Радио Мегаполис'],['http://media.luga.ru:8002/live ','Радио Микс '],['http://retroserver.streamr.ru:8043/retro256.mp3 ','Радио Ретро FM'],
['http://nashe1.hostingradio.ru/nashe-128.mp3','Наше радио']];</script><script type="text/javascript" src="https://forumstatic.ru/files/0010/96/f7/98952.js" charset="UTF-8"></script>[/html]
Поделиться142023-12-20 16:32:47
[html]
<div id="app-cover">
<div id="bg-artwork"></div>
<div id="bg-layer"></div>
<div id="player">
<div id="player-track">
<div id="album-name"></div>
<div id="track-name"></div>
<div id="track-time">
<div id="current-time"></div>
<div id="track-length"></div>
</div>
<div id="s-area">
<div id="ins-time"></div>
<div id="s-hover"></div>
<div id="seek-bar"></div>
</div>
</div>
<div id="player-content">
<div id="album-art">
<img src="https://raw.githubusercontent.com/himalayasingh/music-player-1/master/img/_1.jpg" class="active" id="_1">
<img src="https://raw.githubusercontent.com/himalayasingh/music-player-1/master/img/_2.jpg" id="_2">
<img src="https://raw.githubusercontent.com/himalayasingh/music-player-1/master/img/_3.jpg" id="_3">
<img src="https://raw.githubusercontent.com/himalayasingh/music-player-1/master/img/_4.jpg" id="_4">
<img src="https://raw.githubusercontent.com/himalayasingh/music-player-1/master/img/_5.jpg" id="_5">
<div id="buffer-box">Buffering ...</div>
</div>
<div id="player-controls">
<div class="control">
<div class="button" id="play-previous">
<i class="fas fa-backward"></i>
</div>
</div>
<div class="control">
<div class="button" id="play-pause-button">
<i class="fas fa-play"></i>
</div>
</div>
<div class="control">
<div class="button" id="play-next">
<i class="fas fa-forward"></i>
</div>
</div>
</div>
</div>
</div>
</div>[/html]
Поделиться152023-12-20 16:56:59
[{n:"Nightwish - Nemo",u:"https://forumstatic.ru/files/001b/ed/0b/76623.mp3",c:""}]
Поделиться162023-12-20 16:57:54
[{n:"dfsdfsd",u:"https://forumstatic.ru/files/001b/ed/0b/76623.mp3",c:""},
{n:"sfdsfsf",u:"https://forumstatic.ru/files/001b/ed/0b/76623.mp3",c:""}]
Поделиться172023-12-22 00:48:34
[audio=https://forumstatic.ru/files/001b/ed/0b/76623.mp3]Nightwish - Nemo[/audio]
Поделиться182023-12-22 00:51:38
[html]<audio>https://forumstatic.ru/files/001b/ed/0b/76623.mp3</audio>[/html]
Поделиться192023-12-22 00:55:47
[html]<iframe id="html_frame9088325144357" src="https://forumscripts.ru/html_in_posts/1.0.9/i/frame.html" class="html_frame" name="html_frame9088325144357" scrolling="auto" frameborder="0" vspace="0" hspace="0" width="100%" height="70" allowfullscreen="" sandbox="allow-same-origin allow-top-navigation allow-forms allow-scripts allow-popups" style="height: 70px;"></iframe>[/html]
Поделиться202023-12-22 00:57:38
[html]<audio controls="" src="https://forumstatic.ru/files/0015/1b/9c/16399.mp3"></audio>[/html]
Поделиться212023-12-22 00:59:22
[html]<audio src="https://forumstatic.ru/files/0015/1b/9c/16399.mp3"></audio>[/html]
Поделиться222023-12-26 19:12:16
[html]<table style="table-layout:fixed;width:100%"><tbody><tr><td style="background-color:#000000"><center><img class="postimg" loading="lazy" src="https://forumupload.ru/uploads/001b/ed/0b/480/654299.png"></a> <img class="postimg" loading="lazy" src="https://forumupload.ru/uploads/001b/ed/0b/480/602152.png"></a> <img class="postimg" loading="lazy" src="https://forumupload.ru/uploads/001b/ed/0b/480/924047.png"></a></center></td></tr></tbody></table>[/html]