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

Riverdale

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

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


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


@cheryl_b

Сообщений 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://se.uploads.ru/TkPhs.jpg">
 
 <div class="info">
 
   <div class="uname">@cheryl_b</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>Cheryl Blossom</b>
   </div>
 </div>
 </div>
 
<div style="height: 60px; width: 100%;"></div>

 <table>
 
 <tr>
   <td class="pic"><img src="http://s8.uploads.ru/zvXVU.jpg"></td>
   <td class="pic"><img src="http://sh.uploads.ru/7pMbK.jpg"></td>
   <td class="pic"><img src="http://sh.uploads.ru/nQyVP.jpg"></td>
 </tr>

 <tr>
   <td class="pic"><img src="http://s1.uploads.ru/SFUn1.jpg"></td>
   <td class="pic"><img src="http://s4.uploads.ru/o58ew.jpg"></td>
   <td class="pic"><img src="http://s1.uploads.ru/pcRoL.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>

0

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="http://sg.uploads.ru/EY5VD.jpg">
     </td>
     
     <td class="words">
     
       <div class="top">
         <img src="http://s6.uploads.ru/9sUyh.jpg">
         
         <div class="uname">@cheryl_b</div>
         <div class="place">Riverdale</div>
       </div>
       
       <div class="stats">
         <b>78 likes</b>
         <a href="http://shine.jcink.net/index.php?showuser=8549" title="BY MITZI">15m</a>
       </div>
       
       <div class="caption">
       <b>@cheryl_b</b> новая помада, очень классная новая помада <h>#riverdale #blossom #girl #red #newlipstick #redlipstick #beauty #hot #passion #style #makeup</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 » @cheryl_b


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