Участник: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…»)
 
м
 
Строка 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 groove yellow;
+
     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 yellow;
+
     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 groove orange;
+
     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;
    
  }
  
}