У Вас отключён javascript.
В данном режиме, отображение ресурса
браузером не поддерживается

Riverdale

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

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


Вы здесь » Riverdale » INSTAGRAM » @dalesy


@dalesy

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

1

Код:
<!--HTML--><link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>

<center><div class="demondays">

<div class="header">

 <img src="http://data.whicdn.com/avatars/6070194/profile.jpg?1418843194">
 
 <div class="info">
 
   <div class="uname">@dalesy</div>
   
   <a href="http://shine.jcink.net/index.php?showuser=8549" title="BY MITZI"><div class="follow">follow</div></a>
   
   <div class="etc">...</div>
   
   <div class="under"><b> Daisy Herondale</b>
  
   <a href="/"></a>
   </div>
 </div>
 </div>
 
<div style="height: 60px; width: 100%;"></div>

 <table>
 
 <tr>
   <td class="pic"><img src="https://proxy12.online.ua/devushki/r2-35339ce2c9/small_55efeefde6347.jpg"></td>
   <td class="pic"><img src="https://proxy10.online.ua/devushki/r2-c3aac61d1e/small_53f60671502bc.jpg/"></td>
   <td class="pic"><img src="http://oi57.tinypic.com/282pzqg.jpg"></td>
 </tr>

 <tr>
   <td class="pic"><img src="http://phoebejtonkin.net/wp-content/uploads/2015/08/01-150x150.jpg"></td>
   <td class="pic"><img src="http://proxy10.media.online.ua/devushki/r2-924de3d266/small_55a655270dac3.jpg"></td>
   <td class="pic"><img src="https://scontent.cdninstagram.com/t51.2885-19/s150x150/10859969_1705660352985477_2013497339_a.jpg"></td>
 </tr>
   
 </table>

</div></center>

<style>

 .demondays {
   background: #fafafa;
   width: 500px;
   padding: 30px 20px;
   color: #4b4f54;
   box-shadow: -1px 1px 5px rgba(0,0,0,.2);
 }
 
 .demondays .header img {
   width: 140px;
   height: 140px;
   border-radius: 50%;
   float: left;
   border: solid 1px #cccfd0;
   margin-left: 10px;
 }
 
 .demondays .info {
   margin-left: 180px;
   font: 15px 'lato';
   line-height: 22px;
   text-align: left;
 }
 
 .demondays .uname {
   font-size: 30px;
   display: block;
   float: left;
   margin-top: 2px;
 }
 
 .demondays .follow {
   color: #4090db;
   text-transform: uppercase;
   font-size: 12px;
   margin-left: 10px;
   border: solid 1px;
   padding: 5px 10px;
   border-radius: 2px;
   font-weight: bold;
   display: inline-block;
   line-height: 16px;
 }
 
 .demondays .follow:hover {
   border-color: #2d6599;
   color: #2d6599;
 }
 
 .demondays .follow a {
   color: #4090db;
   text-decoration: none;
 }
 
 .demondays .etc {
   color: #fafafa;
   text-shadow: 1px 0px #8d9192, -1px 0px #8d9192, 0px 1px #8d9192, 0px -1px #8d9192;
   font-size: 25px;
   letter-spacing: 3px;
   display: inline-block;
   padding-left: 10px;
 }
 
 .demondays .under {
   padding-top: 15px;
 }

 .demondays .info .under a {
   display: block;
   color: #125688;
   text-decoration: none;
 }

 .demondays .pic {
   border: solid 5px #fafafa;
   background: #fff;
   text-align: center;
 }
 
 .demondays .pic img {
   height: 150px;
 }
 
</style>

+1

2

Код:
<!--HTML--><link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>

<center><div class="plasticbeach">

 <table>
 
   <tr>
     <td class="pic">
       <img src="https://66.media.tumblr.com/0be442cdcde4ac7d81d773a50aa3f586/tumblr_o80d7s57QS1uvzldco1_500.png">
     </td>
     
     <td class="words">
     
       <div class="top">
         <img src="http://data.whicdn.com/avatars/6070194/profile.jpg?1418843194">
         
         <div class="uname"> @dalesy</div>
         <div class="place">Riverdale</div>
       </div>
       
       <div class="stats">
         <b>162 likes</b>
         <a href="http://shine.jcink.net/index.php?showuser=8549" title="BY MITZI">30m</a>
       </div>
       
       <div class="caption">
       <b>@dalesy</b> и - идеально <h>#сексавленту</h>
       </div>
     </td>
   </tr> 
   
 </table>
 
</div></center>

<style>
 
 .plasticbeach {
   background: #fff;
   color: #4b4f54;
   width: 550px;
   box-shadow: -1px 1px 5px rgba(0,0,0,.2);
 }
 
 .plasticbeach .pic img {
   width: 300px;
 }
 
 .plasticbeach .words {
   width: 250px;
   vertical-align: top;
   padding: 20px;
   font: 14px lato;
 }
 
 .plasticbeach .top {
   height: 70px;
   border-bottom: solid 1px #eeefef;
 }
 
 .plasticbeach .top img {
   border-radius: 50%;
   width: 50px;
   height: 50px;
   border: solid 1px #cccfd0;
   float: left;
   margin-right: 10px;
 }
 
 .plasticbeach .uname {
   color: #125688;
   font: bold 16px lato;
   padding-left: 20px;
   padding-top: 5px;
 }
 
 .plasticbeach .place {
   font-size: 14px;
   color: #4090db;
 }
 
 .plasticbeach .stats {
   padding-top: 10px;
 }
 
 .plasticbeach .stats b {
   float: left;
   color: #4b4f54;
 }
 
 .plasticbeach .stats a {
   float: right;
   color: #a5a7aa;
   text-decoration: none;
 }
 
 .plasticbeach .stats a:hover {
   color: #818488;
 }
 
 .plasticbeach .caption {
   clear: both;
   padding-top: 10px;
   line-height: 20px;
 }
 
 .plasticbeach .caption b {
   color: #125688;
 }
 
 .plasticbeach .caption h {
   color: #125688;
 }
</style>

0


Вы здесь » Riverdale » INSTAGRAM » @dalesy


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