-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Roman Ganin
committed
Apr 13, 2016
1 parent
728a735
commit 2020e63
Showing
80 changed files
with
1,065 additions
and
19 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dist/ |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html lang="ru"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Висячая пунктуация</title> | ||
</head> | ||
<style> | ||
body { background: #001f3f; font-family: 'Ahem'; padding: 30px; text-align: center;} | ||
p { font-size: 26px; line-height: 1em; color: #fff; margin: 30px auto 25px; text-align: left; display: inline-block; border: 2px solid #ffdc00; } | ||
|
||
.hang { | ||
hanging-punctuation : first last; | ||
} | ||
</style> | ||
<body> | ||
<p class="hang">(←Висячая пунктуация→»</p> | ||
<p class="hang" style="width:13.93em;">(←Эта скобка будет <del>наказана</del> «подвешена».<br>(И последняя скобка тоже будет «подвешена» (по возможности→)</p> | ||
</div> | ||
</body> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html lang="ru"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Висячая пунктуация</title> | ||
</head> | ||
<style> | ||
body { background: #001f3f; font-family: 'Ahem'; padding: 30px; text-align: center;} | ||
p { font-size: 26px; line-height: 1em; color: #fff; margin: 30px auto 25px; text-align: left; display: inline-block; border: 2px solid #ffdc00; } | ||
|
||
.hang { | ||
hanging-punctuation : first; | ||
} | ||
</style> | ||
<body> | ||
<p class="hang">(←Висячая пунктуация»</p> | ||
<p class="hang" style="width:13.93em;">(←Эта скобка будет <del>наказана</del> «подвешена».<br>(А последняя — нет)</p> | ||
</div> | ||
</body> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html lang="ru"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Висячая пунктуация</title> | ||
</head> | ||
<style> | ||
body { background: #001f3f; font-family: 'Ahem'; padding: 30px; text-align: center;} | ||
p { font-size: 26px; line-height: 1em; color: #fff; margin: 30px auto 25px; text-align: left; display: inline-block; border: 2px solid #ffdc00; } | ||
|
||
.hang { | ||
hanging-punctuation : last; | ||
} | ||
</style> | ||
<body> | ||
<p class="hang">(Висячая пунктуация→)</p> | ||
<p class="hang" style="width:11.79em;">(Эта скобка не будет <del>наказана</del> «подвешена».<br>(а вот последняя — будет→)</p> | ||
</div> | ||
</body> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html lang="ru"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Буквица</title> | ||
</head> | ||
<style> | ||
body { background: #333; } | ||
p { background: #fff; width: 440px; margin: 30px auto 25px; padding: 25px; font-size: 26px; line-height: 1em; hyphens: auto} | ||
|
||
.initial-letter::first-letter { | ||
font-size : 3em; /* Размер буквицы */ | ||
padding-right : .03px; /* Отступ справа */ | ||
color : #e7685d; /* Цвет буквицы */ | ||
float : left; /* Обтекание по правому краю */ | ||
line-height : 0.6em; /* Положение относительно текста */ | ||
} | ||
|
||
.initial-letter { | ||
clear : left; /* Clearfix */ | ||
} | ||
</style> | ||
<body> | ||
<p class="initial-letter"> | ||
Буквица — художественный приём оформления текста за счёт увеличения первой буквы главы или раздела, базовая линия которой ниже на одну или несколько строк базовой линии основного текста. | ||
</p> | ||
</body> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html lang="jp"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Переносы</title> | ||
</head> | ||
<style> | ||
body { background: #333; } | ||
p { background: #fff; width: 440px; margin: 30px auto 25px; padding: 25px; font-size: 26px; } | ||
.hyphenate { | ||
word-wrap : break-word; | ||
hyphens : auto; | ||
} | ||
</style> | ||
<body> | ||
<p class="hyphenate" lang="ru"> | ||
Спасибо, что пришли на «Апрельскую встречу SPB Frontend». | ||
Отчёт о мероприятии: | ||
<a href="#" lang="en"> | ||
https://vk.com/spb_frontend_meetup_130416?test=very_long_get_parametr_for_test_browser_hyphens | ||
</a> | ||
</p> | ||
</body> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html lang="jp"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Переносы</title> | ||
</head> | ||
<style> | ||
body { background: #333; } | ||
p { background: #fff; width: 440px; margin: 30px auto 25px; padding: 25px; font-size: 26px; } | ||
.hyphenate { | ||
word-wrap : break-word; | ||
hyphens : auto; | ||
} | ||
</style> | ||
<body> | ||
<p class="hyphenate_disabled" lang="ru"> | ||
Спасибо, что пришли на «Апрельскую встречу SPB Frontend». | ||
Отчёт о мероприятии: | ||
<a href="#" lang="en"> | ||
https://vk.com/spb_frontend_meetup_130416?test=very_long_get_parametr_for_test_browser_hyphens | ||
</a> | ||
</p> | ||
</body> | ||
</html> |
Oops, something went wrong.