This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="chat"> | |
<ul class="chat_messages"> | |
<li class="message message_support">Добрый день.</li> | |
<li class="message message_client">Скажите, а у вас в компании все выглядят как вы?</li> | |
<li class="message message_support">Нет. Только я так выгляжу. А вы только по этому обратились?</li> | |
<li class="message message_client">Да. Других проблем нет. </li> | |
<li class="message message_support">Спасибо, за обращение</li> | |
</ul> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* message iChat style | |
*/ | |
#chat { | |
padding: 10px 5px; | |
overflow: hidden; | |
} | |
#chat .message { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* message iChat style | |
*/ | |
#chat { | |
padding: 10px 5px; | |
overflow: hidden; | |
} | |
#chat .message { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Scrolling shadows by @kizmarh */ | |
html { | |
background: #FFF; | |
} | |
.scrollbox { | |
position: relative; | |
z-index: 1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Text shadow demo | |
*/ | |
h1 { | |
padding: 14px 0 0 14px; | |
border: solid 5px red; | |
display: inline-block; | |
font-family: Helvetica; | |
text-shadow: -14px -14px 0 #000; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Text shadow demo | |
*/ | |
h1 { | |
padding: 14px 0 0 14px; | |
border: solid 5px red; | |
display: inline-block; | |
font-family: Helvetica; | |
text-shadow: -14px -14px 0 #000; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* pureCSS interesting back button */ | |
/* common styles */ | |
.btn, | |
.btn_inner { | |
display: inline-block; | |
z-index: 1; | |
width: auto; | |
position: relative; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* pureCSS interesting back button */ | |
/* common styles */ | |
.btn, | |
.btn_inner { | |
display: inline-block; | |
z-index: 1; | |
width: auto; | |
position: relative; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* http://stackoverflow.com/q/10749929/1057730 | |
*/ | |
#wrap { | |
position: absolute; | |
top: 0; | |
height: 100%; | |
left: 0; | |
width: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Languages list on https://www.tumblr.com/preferences | |
{block:English}en{/block:English} | |
{block:German}de{/block:German} | |
{block:French}fr{/block:French} | |
{block:Italian}it{/block:Italian} | |
{block:Japanese}ja{/block:Japanese} | |
{block:Turkish}tr{/block:Turkish} | |
{block:Spanish}es{/block:Spanish} |