Скрыть Объявление

TWD: ZOMBIE TALES

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

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


Вы здесь » TWD: ZOMBIE TALES » Второй форум » Тестовое сообщение


Тестовое сообщение

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

1

Благодарим за выбор нашего сервиса!

0

2

Здесь должен быть текст)

+1

3

<div id="radio">

<div id="radioleft">
<div id="radioimg"></div><div id="radioimgw"></div>
</div>

<div id="radioright">

<div id="poiskpropavshih"><div id="poiskpropavshihz">Розыск пропавших</div>
...</div>

<div id="obiavleniya"><div id="obiavleniyaz">Важные новости</div>
...</div>

<div id="vefire"><div id="vefirez">Сейчас в эфире</div>
...</div>

</div>
</div>








div#radio {
    display: block;
    background: url(http://forumstatic.ru/files/001b/6f/15/85333.jpg);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #ffffff5e;
}
div#radioleft, div#radioright {
    display: inline-block;
}
div#radioright {
  width: calc(100% - 108px);
}
div#radioimg {
    display: block;
    width: 100px;
    height: 100px;
    background: url(http://forumstatic.ru/files/001b/6f/15/54076.jpg);
    border: 2px solid #161616;
    outline: 1px solid #2c2c2c7d;
    box-shadow: 0 0 5px 0 #000000;
}
div#radioimgw {
    display: block;
    width: 100px;
    height: 26px;
    background: url(http://forumstatic.ru/files/001b/6f/15/98762.jpg);
    border: 2px solid #161616;
    outline: 1px solid #2c2c2c7d;
    box-shadow: 0 0 5px 0 #000000;
    margin-top: 3px;
}

div#vefire, div#obiavleniya, div#poiskpropavshih {
    display: inline-block;
    float: right;
    position: relative;
    background: #0e100f;
    width: calc(33% - 32px);
    height: 113px;
    border: 2px solid #161616;
    outline: 1px solid #2c2c2c7d;
    box-shadow: 0 0 5px 0 #000000;
    padding: 10px;
    color: #a9a69d;
    margin-left: 10px;
}
div#vefirez, div#obiavleniyaz, div#poiskpropavshihz {
    background: #1f281e;
    margin-left: -14px;
    margin-top: -5px;
    padding: 3px 3px 3px 15px;
    text-transform: uppercase;
    font: 100 10px Tahoma;
    letter-spacing: 1px;
    width: 150px;
    text-shadow: 1px 1px 1px #000000;
}
div#poiskpropavshihz:after, div#obiavleniyaz:after, div#vefirez:after {
    content: '';
    position: absolute;
    left: 0;
    margin-left: 164px;
    margin-top: -3px;
    border: 9px solid transparent;
    border-left: 9px solid #1f281e;
}

0

4

[html]<!DOCTYPE html><head>

<title>{title}</title>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">

<!--------

CHARACTERS/MUSES PAGE: PETAL DANCE by JULIAROLEPLAYS
   
    ✴ please do not steal any part of this code for personal use
    ✴ if you have any questions or come across any errors, please feel free to send me a message
    ✴ Credit links can be found at juliaroleplays.tumblr.com/theme
    ✴ filtering script from http://isotope.metafizzy.co/
    ✴ hover effect from w3schools
    ✴ tumblr contorols by @cyantists

-------->

<!---------------- FONTS ---------------->

<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">

<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>

<style type="text/css">

/*---------------- SCROLLBAR ----------------*/

    ::-webkit-scrollbar {
        width: 5px;
        height: 8px;
    }
   
    ::-webkit-scrollbar-button {
        width: 5px;
        height: 0px;
    }
   
    ::-webkit-scrollbar-thumb {
        background: #fff; /*---- scrollbar scroller ----*/
    }
   
    ::-webkit-scrollbar-track {
        background: #000; /*---- scrollbar background ----*/
    }
   
/*---------------- GENERAL STYLING ----------------*/

    body {
        margin: 0;
        background: #fff url(''); /*---- page background color/image ----*/
        background-attachment: fixed;
        -webkit-background-size: cover; 
        -moz-background-size: cover;
        -o-background-size: cover; 
        background-size: cover;
        background-position: bottom center;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
    }
   
    b, strong {
        color: #000; /*---- bold color----*/
    }

    i, em {
        color: #000; /*---- italic color----*/
    }
   
    a {
        font-size: 12px;
        color: #dbdbdb; /*---- link color/applies to navigation----*/
        text-decoration: none;
        transition: 0.8s;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
    }
   
    a:hover {
        color: #fff; /*---- link hover color/applies to navigation----*/
        transition: 0.8s;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
    }
   
/*---------------- CONTAINER ----------------*/
   
    #container {
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 1000px;
        height: 600px;
        background: #dbdbdb;
        overflow-y: scroll;
    }

/*---------------- SIDEBAR ----------------*/

    #sidebar {
        position: fixed;
        width: 275px;
        height: 560px;
        padding: 20px;
        background: #000; /*---- sidebar background ----*/
        color: #fff; /*---- sidebar text color ----*/
        overflow-y: auto;
        z-index: 99999999;
    }
   
    #title {
        margin-top: 25px;
        font-family: raleway; /*---- title font ----*/
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #fff; /*---- title color ----*/
    }
   
    #navigation {
        margin-top: 10px;
        font-family: raleway; /*---- navigation links ----*/
        text-align: center;
        text-transform: uppercase;
    }
   
    #navigation a {
        padding: 5px;
        transition: 0.8s;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
    }
   
    #description {
        width: 230px;
        margin: auto;
        margin-top: 10px;
    }
   
    .anger {
        height: 50px;
    }

/*-------- FILTERS --------*/

    .category {
        width: 275px;
        margin: auto;
    }

    .category h1 {
        margin-top: 15px;
        font-family: raleway; /*---- button group title font ----*/
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #fff; /*---- button group title color ----*/
    }
   
    button {
        display: inline-block;
        width: 130px;
        padding: 5px;
        margin: 2px;
        margin-top: 5px;
        font-family: raleway; /*---- button text font ----*/
        font-size: 11px;
        font-weight: 800;
        text-align: center;
        text-transform: uppercase;
        color: #000;  /*---- button text color ----*/
        border: none;
        outline: none;
        background: #dbdbdb;  /*---- button color ----*/
        transition: 0.8s;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
    }
   
    button:hover {
        color: #000; /*---- button text on hover ----*/
        background: #fff; /*---- button background on hover ----*/
        transition: 0.8s;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
    }
   
    .button:active,.button.is-checked {
        color: #000; /* selected category text color */
        background: #fff;  /* selected catergory background color */

    }
   
    .button-group {
        display: block;
    } 
   
/*-------- BOXES --------*/   

    .boxcontain {
        position: fixed;
        top: 25px;
        margin-bottom: 100px;
        margin-left: 345px;
    }
   
    .box {
        position: relative;
        height: 250px;
        width: 200px;
        margin: 5px;
        color: #fff;
        background: #fff; /* box background color */
    }
   
    .image {
        margin-left: 45px;
        margin-top: 20px;
        padding: 5px;
        border-radius: 100%;
        border: 1px solid #000; /* image border styling */
    }
   
    .info {
        width: 180px;
        margin-left: 10px;
        margin-top: 20px;
        font-family: Raleway;
    }
   
    .info h1 {
        margin-top: -10px;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        color: #000; /* name color */
    }
   
    .info h2 {
        margin-top: -5px;
        font-size: 15px;
        text-align: center;
        color: #000; /* additional info color */
    }
   
    .hover {
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 0;
        background-color: #000; /* hover background color */
        overflow: hidden;
        transition: 0.8s;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
    }
   
    .text {
        height: 230px;
        width: 180px;
        padding: 10px;
        margin: auto;
        overflow: auto;
    }
   
    .box:hover .hover {
        bottom: 0;
        height: 100%;
    }
   
    .hover h1 {
        padding: 5px;
        margin: 0;
        margin-top: 5px;
        font-family: Raleway;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        color: #fff; /* hover character name color */
    }
   
    .links {
        margin: 0;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
    }
   
    .links a {
        color: #fff; /* link color */
        transition: 0.8s;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
    }
   
    .links a:hover {
        color: #dbdbdb; /* link hover color */
        transition: 0.8s;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
    }
   
/*---------------- TUMBLR CONTROLS STUFF ----------------*/   

  iframe.tmblr-iframe {
        z-index:99999999999999!important;
        top: 3px!important;
        right:10px!important;
        opacity:0;
        padding-right:38px;
                        /* delete invert(1) from here */
        /*filter:invert(1) contrast(150%);*/
        /*-webkit-filter:invert(1) contrast(150%);*/
        /*-o-filter:invert(1) contrast(150%);*/
        /*-moz-filter:invert(1) contrast(150%);*/
        /*-ms-filter:invert(1) contrast(150%);*/
                        /* to here if your blog has a dark background */
        transform:scale(!);
        transform-origin: 100% 0;
        -webkit-transform:scale(.75);
        -webkit-transform-origin:100% 0;
        -o-transform:scale(.75);
        -o-transform-origin:100% 0;
        -moz-transform:scale(0.75);
        -moz-transform-origin:100% 0;
        -ms-transform:scale(.75);
        -ms-transform-origin:100% 0;
        transition: 0.8s;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
    }

    iframe.tmblr-iframe:hover {
        opacity: 0.6!important;
        transition: 0.8s;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
    }
   
    .hcontrols {
        position: fixed;
        top: 5px;
        right: 0;
        z-index: 999999999;}
   
    .hcontrols svg {
        width: 20px;
        height: 20px;
        padding: 9px;}
   
    .hcontrols svg path {
        fill: #000; /* tumblr controls gear color */
    }

/*---------------- CREDIT ---- DO NOT REMOVE/MINIMIZE----------------*/

    .credit {
        position: fixed;
        bottom: 15px;
        right: 15px;
    }
   
    .credit a {
        color: #000; /* CREDIT ICONS COLOR */
        background: #dbdbdb; /* CREDIT BACKGROUND COLOR */
        transition: 0.8s;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        opacity: .5;
    }
   
    .credit a:hover {
        transition: 0.8s;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        opacity: 1;
    }
   

   
</style>

</head>
<body>

<div id="container">

<div id="sidebar">

    <div id="title">page title</div>
   
    <div id="navigation">
        <a href="">home</a> •
        <a href="">message</a> •
        <a href="">link 1</a> •
        <a href="">link 2</a>
    </div>
   
    <div id="description">
        This is what the description of you page looks like. You can talk about what you're using this page for (FC directory, muses, verses, etc etc) and mention that the filters work with multiple criteria and that more inforamtion appears when you hover over any of the boxes!
    </div>
   
<!---------------- CATEGORY 1 START ---------------->   

<div class="category">
    <h1>category</h1>
            <div class="button-group" data-filter-group="YOUR FILTER">
            <button class="button is-checked" data-filter="">any</button>
            <button class="button" data-filter=".">filter 1</button>
            <button class="button" data-filter=".">filter 2</button>
            <button class="button" data-filter=".">filter 3</button>
            <button class="button" data-filter=".">filter 4</button>
        </div>
</div>
   
<!---------------- CATEGORY 1 END ----------------> 

<!---------------- CATEGORY 2 START ---------------->   
   
<div class="category">
    <h1>category</h1>
        <div class="button-group" data-filter-group="YOUR FILTER">
            <button class="button is-checked" data-filter="">any</button>
            <button class="button" data-filter=".">filter 5</button>
            <button class="button" data-filter=".">filter 6</button>
            <button class="button" data-filter=".">filter 7</button>
            <button class="button" data-filter=".">filter 8</button>
            <button class="button" data-filter=".">filter 9</button>
        </div>
</div>
   
<!---------------- CATEGORY 2 END ----------------> 

<!-------- COPY AND PASTE

<div class="category">
    <h1>CATEGORY TITLE</h1>
        <div class="button-group" data-filter-group="YOUR FILTER">
            <button class="button is-checked" data-filter="">any</button>
            <button class="button" data-filter="FILTER NAME">BUTTON NAME</button>
            <button class="button" data-filter="FILTER NAME">BUTTON NAME</button>
            <button class="button" data-filter="FILTER">BUTTON NAME</button>
        </div>
</div>

-------->

<!---------------- PASTE MORE CATEGORIES ABOVE THIS LINE ---------------->   
   
</div>

<!-------- START OF BOXES -------->

<div class="boxcontain">
   
<!-------- CHARACTER START -------->

<div class="box FILTERS">
    <img src="https://placehold.it/100" class="image">
    <div class="info">
        <h1>Character Name</h1>
        <h2>Additional Information</h2>
    </div>
    <div class="hover">
    <div class="text">
   
        <h1>character name</h1>
        <div class="links">
            <a href="">link 1</a>  •
            <a href="">link 2</a>  •
            <a href="">link 3</a> 
        </div>

your text/information here

    </div>
    </div>   
</div>

<!-------- CHARACTER END -------->

<!---------------- COPY AND PASTE

<div class="box FILTERS">
    <img src="https://placehold.it/100" class="image">
    <div class="info">
        <h1>Character Name</h1>
        <h2>Additional Information</h2>
    </div>
    <div class="hover">
    <div class="text">
   
        <h1>character name</h1>
        <div class="links">
            <a href="">link 1</a>  •
            <a href="">link 2</a>  •
            <a href="">link 3</a> 
        </div>
       
your text/information here

    </div>
    </div>   
</div>

----------------->

<!-------- END OF BOXES -------->

</div>

<!-------- CREDIT ---- DO NOT REMVOE OR ALTER -------->

<div class="credit" title="juliaroleplays">
        <a href="https://juliaroleplays.tumblr.com" style="padding: 5px; border: 1px solid; border-radius: 100%">
            <i class="fas fa-moon"></i>
        </a>
</div>

<!-------- CREDIT ---- DO NOT REMVOE OR ALTER -------->

<!-------- TUMBLR CONTROLS-------->

<div class="hcontrols"><svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7S41.9,103.9,45.3,102.3z"/></svg></div>

<!-------- FILTERING SCRIPT -------->

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/2.2.2/isotope.pkgd.min.js"></script><script type="text/javascript">

// external js: isotope.pkgd.js

// init Isotope
var $grid = $('.boxcontain').isotope({
  itemSelector: '.box'
});

// store filter for each group
var filters = {};

$('#sidebar').on( 'click', '.button', function() {
  var $this = $(this);
  // get group key
  var $buttonGroup = $this.parents('.button-group');
  var filterGroup = $buttonGroup.attr('data-filter-group');
  // set filter for group
  filters[ filterGroup ] = $this.attr('data-filter');
  // combine filters
  var filterValue = concatValues( filters );
  // set filter for Isotope
  $grid.isotope({ filter: filterValue });
});

// change is-checked class on buttons
$('.button-group').each( function( i, buttonGroup ) {
  var $buttonGroup = $( buttonGroup );
  $buttonGroup.on( 'click', 'button', function() {
    $buttonGroup.find('.is-checked').removeClass('is-checked');
    $( this ).addClass('is-checked');
  });
});

// flatten object by concatting values
function concatValues( obj ) {
  var value = '';
  for ( var prop in obj ) {
    value += obj[ prop ];
  }
  return value;
}

</script>

</body></html>[/html]

0

5

http://avatar-collection.ru/images/avatar-n-100-s.jpg

Тара Чамблер

00.00.0000 г.р.

сейчас лидер разрушенного Хиллтопа, в прошлом - ученица полицейский академии

Достоинства: текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст

Предпочтения: текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст

Цели и желания: текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст

Недостатки и слабости: текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст

Антипатии: текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст

Фобии: текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст

Внешность, характер и биография

текст

Отношения

текст

Хронология до Лонг-Айленда

текст

0

6

http://avatar-collection.ru/images/avatar-n-100-s.jpg

Лидер разрушенного Хиллтопа
в прошлом - ученица полицейский академии

Питомец: есть, собака, лабрадор, Джэк

Тара Чамблер

00.00.0000 г.р.

Достоинства: текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст

Предпочтения: текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст

Цели и желания: текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст

Недостатки и слабости: текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст

Антипатии: текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст

Фобии: текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст текст

Внешность, характер и биография

текст

Отношения

текст

Хронология до Лонг-Айленда

текст

0


Вы здесь » TWD: ZOMBIE TALES » Второй форум » Тестовое сообщение


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