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
#!/usr/bin/env python3 | |
import re, sys, os | |
""" | |
Converts the Nix profile SH script to a Fish-compatible profile using a | |
simple line-by-line replace algorithm. | |
""" | |
# Regular expressions for things we need to rewrite | |
RE_TEST = re.compile("\[([^\]]+)\]") |
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 | |
*/ | |
.multilevel, | |
.multilevel ol | |
{ | |
counter-reset: list; |
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
/* | |
* Страница карточек шаг 3 | |
* http://clck.ru/d/UwKTkih_14p1p | |
* http://clck.ru/d/TyYG2nfR14p1H | |
*/ | |
body | |
{ | |
text-align: justify; | |
} |
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
/* | |
* Страница карточек шаг 2 | |
* http://clck.ru/d/OkAGYhJd14p0D | |
*/ | |
/* | |
* Страница карточек | |
* http://clck.ru/d/UABmzLuo14p-h | |
*/ |
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/UABmzLuo14p-h | |
*/ | |
.card | |
{ | |
border: 1px solid #ccc; | |
margin-bottom: 5px; | |
} |
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 | |
*/ | |
html, body { | |
margin: 0; | |
padding: 0; | |
height: 100%; | |
width: 100%; |
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/fLXRAghf14C1t | |
*/ | |
a.pseudo | |
{ | |
text-decoration: 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/ubPU44a314BE9 | |
http://clck.ru/d/XPwfJrtk14BEv | |
*/ | |
html, | |
body, | |
p |
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 | |
*/ |
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
/* | |
сделать так, чтобы элементы | |
sub и sup не увеличивали строку | |
так плохо: http://clck.ru/d/mWi7nomA145GV | |
так хорошо: http://clck.ru/d/sdxajxRo145GJ | |
*/ | |
body { | |
font: 18px Helvetica, sans-serif; |
NewerOlder