Ничего особенного, Firefox + Stylish со своим css для ЛОР, Tilda, в тильде Tmux, в тмаксе mocp, newsbeuter, pry (удобная командная оболочка для Ruby, замена irb).
@namespace url(http://www.w3.org/1999/xhtml);
html {
background:#111 !important;
}
html * {
background: none !important;
color:#CCC !important;
border-color:#0AA !important;
border-width:1 !important;
font: 16px Terminus !important;
}
html a,
html a * {
color:#AAF !important;
text-decoration:underline !important
}
html a:visited,
html a:visited *,
html a:active,
html a:active * {
color:#AAF !important
}
html a:hover,
html a:hover * {
color:#FAA !important;
}
html input,
html select,
html button,
html textarea {
background:#000000 !important;
border: 1px solid #AAA !important;
}
html input[type=button],
html input[type=submit],
html input[type=reset],
html input[type=image],
html button {
}
html input:focus,
html select:focus,
html option:focus,
html button:focus,
html textarea:focus {
background:#000000 !important;
color:#CCC !important;
border: 1px solid #AAA !important;
}
html input[type=button]:focus,
html input[type=submit]:focus,
html input[type=reset]:focus,
html input[type=image]:focus,
html button:focus {
border: 1px solid #00FF00 !important;
}
html input[type=radio] {
background:none !important;
border: 1px solid #AAA !important;
}
html img[src],
html input[type=image] {opacity:.5}
html img[src]:hover,
html input[type=image]:hover {opacity:1}
Спасибо, но у меня почему нет границы по периметру, отделяющий одно сообщение от другого.
В редакторе stylish пишется:
Ошибка при анализе значения "border-width". Потерянное объявление
потому видать и не отображаются границы. Если в настройках ЛОР-а поставить «тёмную» тему - границы сообщений будут, а вот границ комментариев\блоков кода уже нет. С «white2» ещё хуже.