[hideprofile]
[html]
<div class="vneshki">
<!-------------------------- ВНЕШКИ МУЖСКИЕ -------------------------------------->
<div class="table-users-male">
<div class="header">male</div>
<table cellspacing="0">
<!--------------------------------------- A B C D E F ------------------------------------------->
<tr>
<th>A — F</th>
</tr>
<!--------------------------------------- СЮДА ВПИСЫВАТЬ ИМЕНА ------------------------------------------->
<tr><td><a href="https://greylock.mybb.ru/profile.php?id=15">Dimitrii Murashev</a></td></tr>
<tr>
<td><a href="https://greylock.mybb.ru/profile.php?id=4">drew starkey</a></td>
</tr>
<tr>
<td><a href="...">Jane Doe</a></td>
</tr>
<!--------------------------------------- G H I J K L ------------------------------------------->
<tr>
<th>G — L</th>
</tr>
<!--------------------------------------- СЮДА ВПИСЫВАТЬ ИМЕНА ------------------------------------------->
<tr>
<td><a href="...">Jane Doe</a></td>
</tr>
<tr>
<td><a href="...">Jane Doe</a></td>
</tr>
<!--------------------------------------- M N O P Q R S ------------------------------------------->
<tr>
<th>M — S</th>
</tr>
<!--------------------------------------- СЮДА ВПИСЫВАТЬ ИМЕНА ------------------------------------------->
<tr>
<td><a href="https://greylock.mybb.ru/profile.php?id=5">nicholas chaves</a></td>
</tr>
<tr>
<td><a href="...">Jane Doe</a></td>
</tr>
<!--------------------------------------- T U V W X Y Z ------------------------------------------->
<tr>
<th>T — Z</th>
</tr>
<!--------------------------------------- СЮДА ВПИСЫВАТЬ ИМЕНА ------------------------------------------->
<tr>
<td><a href="...">Jane Doe</a></td>
</tr>
<tr>
<td><a href="...">Jane Doe</a></td>
</tr>
</table>
</div>
<!-------------------------- ВНЕШКИ ЖЕНСКИЕ -------------------------------------->
<div class="table-users-female">
<div class="header">female</div>
<table cellspacing="0">
<!--------------------------------------- A B C D E F ------------------------------------------->
<tr>
<th>A — F</th>
</tr>
<!--------------------------------------- СЮДА ВПИСЫВАТЬ ИМЕНА ------------------------------------------->
<tr>
<td><a href="https://greylock.mybb.ru/profile.php?id=6">anne hathaway</a></td>
</tr>
<tr>
<td><a href="https://greylock.mybb.ru/profile.php?id=9">deva cassel</a></td>
</tr>
<!--------------------------------------- G H I J K L ------------------------------------------->
<tr>
<th>G — L</th>
</tr>
<!--------------------------------------- СЮДА ВПИСЫВАТЬ ИМЕНА ------------------------------------------->
<tr>
<td><a href="...">Jane Doe</a></td>
</tr>
<tr>
<td><a href="...">Jane Doe</a></td>
</tr>
<!--------------------------------------- M N O P Q R S ------------------------------------------->
<tr>
<th>M — S</th>
</tr>
<!--------------------------------------- СЮДА ВПИСЫВАТЬ ИМЕНА ------------------------------------------->
<tr>
<td><a href="https://greylock.mybb.ru/profile.php?id=10">madelyn cline</a></td>
</tr>
<td><a href="https://greylock.mybb.ru/profile.php?id=14">milly alcock</a></td>
<tr>
<td><a href="https://greylock.mybb.ru/profile.php?section=fields&id=8">sabrina carpenter</a></td>
</tr>
<!--------------------------------------- T U V W X Y Z ------------------------------------------->
<tr>
<th>T — Z</th>
</tr>
<!--------------------------------------- СЮДА ВПИСЫВАТЬ ИМЕНА ------------------------------------------->
<tr>
<td><a href="...">Jane Doe</a></td>
</tr>
<tr>
<td><a href="...">Jane Doe</a></td>
</tr>
</table>
</div>
</div>
<style>
.vneshki {
position: relative!important;
display: flex!important;
}
.header {
background-color: #48462D;
color: #DADAD3;
font-size: 30px;
padding: 10px;
text-align: center;
text-transform: lowercase;
font-family: Bartina;
letter-spacing: 5px;
}
.table-users-male {
border-radius: 10px;
max-width: calc(100% - 2em);
margin: 10px auto;
overflow: hidden;
width: 400px;
position: relative;
}
.table-users-female {
border-radius: 10px;
max-width: calc(100% - 2em);
margin: 10px auto;
overflow: hidden;
width: 400px;
position: relative;
}
table {
width: 100%;
}
td {
text-align: center;
vertical-align: middle;
text-transform: lowercase;
letter-spacing: 2px;
}
td a {color: #eee!important;}
td a:hover {color: #e83b17!important;}
th {
background-color: #D0D0C6;
text-align: right;
text-transform: uppercase;
letter-spacing: 2px;
padding: 10px 30px 10px 0;
}
tr {
&:nth-child(2n) {background-color: #686846;}
&:nth-child(2n+1) {background-color: #5B5940;}
}
</style>
[/html]








