This file contains 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
modules.require(['i-bem__dom', 'jquery'], function(BEMDOM, $) { | |
$('.block') | |
}) |
This file contains 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
function isNumeric(n) { | |
return !isNaN(parseFloat(n)) && isFinite(n); | |
} |
This file contains 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
a | |
{ | |
text-decoration: none; | |
color: #fff; | |
font-family: "Trebuchet MS"; | |
font-size: 14px; | |
font-weight: bold; | |
text-shadow: 0 1px 0 rgba(0,0,0,.3); | |
line-height: 24px; | |
padding: 4px 10px; |
This file contains 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://clck.ru/d/_DP820mM15kId | |
http://clck.ru/d/W3EGMhVZ15kIl | |
http://clck.ru/d/yvjcixu815kJJ | |
*/ | |
ol, ul | |
{ | |
list-style: none; |
This file contains 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://clck.ru/d/7IfEw0cr15kKL */ | |
@font-face | |
{ | |
font-family: 'TravelingTypewriter'; | |
src: local('TravelingTypewriter'), | |
url('http://dl.dropbox.com/u/3584294/TravelingTypewriter.otf'); | |
} |
This file contains 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://clck.ru/d/wF6GyFCC14CDp | |
*/ | |
.hollywood | |
{ | |
padding: 50px 0 0 20px; | |
margin: 0; | |
min-height: 1000px; |
This file contains 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://clck.ru/d/wF6GyFCC14CDp | |
*/ |
This file contains 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
body | |
{ | |
font: 14px/1.3 Arial; | |
} | |
.pseudo | |
{ | |
text-decoration: none; | |
position: relative; | |
color: blue; |
This file contains 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://clck.ru/d/ubPU44a314BE9 | |
http://clck.ru/d/XPwfJrtk14BEv | |
*/ | |
p | |
{ | |
color: transparent; |
This file contains 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://clck.ru/d/v2borCbi14BD5 | |
http://dl.dropbox.com/u/1744447/fonts/foundation-icons-general.eot | |
http://dl.dropbox.com/u/1744447/fonts/foundation-icons-general.woff | |
http://dl.dropbox.com/u/1744447/fonts/foundation-icons-general.ttf | |
http://dl.dropbox.com/u/1744447/fonts/foundation-icons-general.svg | |
*/ |