255 160 0 1 100
255 255 0 1 30

Codly

html css js $('a').each(function() { var a = new RegExp('/' + window.location.host + '/'); if(!a.test(this.href)) { $(this).click(function(event) { event.preventDefault(); event.stopPropagation(); window.open(this.href, '_blank'); }); } });
Яндекс.Метрика Яндекс.Метрика