Участник:T kns/markthreads.user.css — различия между версиями
Материал из Энциклопедия leprosorium.ru
T kns (обсуждение | вклад) (Новая страница: «@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("leprosorium.ru") { .b-post_comments > .comment.indent_0:nth-of-type(odd) > .c_i { b…») |
T kns (обсуждение | вклад) м |
||
Строка 4: | Строка 4: | ||
.b-post_comments > .comment.indent_0:nth-of-type(odd) > .c_i { | .b-post_comments > .comment.indent_0:nth-of-type(odd) > .c_i { | ||
− | border-left: 3px | + | border-left: 3px solid #fbec5d; |
} | } | ||
.b-post_comments > .comment.indent_0:nth-of-type(odd)~.comment:not(.indent_0) > .c_i { | .b-post_comments > .comment.indent_0:nth-of-type(odd)~.comment:not(.indent_0) > .c_i { | ||
− | border-left: 1px solid | + | border-left: 1px solid #fbec5d; |
} | } | ||
− | |||
− | |||
.b-post_comments > .comment.indent_0:nth-of-type(even) > .c_i { | .b-post_comments > .comment.indent_0:nth-of-type(even) > .c_i { | ||
− | border-left: 3px | + | border-left: 3px solid orange; |
} | } |
Текущая версия на 12:22, 27 августа 2015
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("leprosorium.ru") { .b-post_comments > .comment.indent_0:nth-of-type(odd) > .c_i { border-left: 3px solid #fbec5d; } .b-post_comments > .comment.indent_0:nth-of-type(odd)~.comment:not(.indent_0) > .c_i { border-left: 1px solid #fbec5d; } .b-post_comments > .comment.indent_0:nth-of-type(even) > .c_i { border-left: 3px solid orange; } .b-post_comments > .comment.indent_0:nth-of-type(even)~.comment:not(.indent_0) > .c_i { border-left: 1px solid orange; } }