Участник:T kns/markthreads.user.css — различия между версиями

Материал из Энциклопедия leprosorium.ru
Перейти к: навигация, поиск
(Новая страница: «@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…»)
(нет различий)

Версия 10:43, 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 groove yellow;
    
  }
  
  .b-post_comments > .comment.indent_0:nth-of-type(odd)~.comment:not(.indent_0) > .c_i {
    border-left: 1px solid yellow;
    
  }
  

  
  .b-post_comments > .comment.indent_0:nth-of-type(even) > .c_i {
    border-left: 3px groove orange;
    
  }
  
  .b-post_comments > .comment.indent_0:nth-of-type(even)~.comment:not(.indent_0) > .c_i {
    border-left: 1px solid orange;
    
  }
  
}