All pastes #894755 Raw Edit

Miscellany

public text v1 · immutable
#894755 ·published 2008-02-07 07:05 UTC
rendered paste body
        <?php /* Changes every other comment to a different class */    
        if ('alt' == $oddcomment) $oddcomment = '';
        else $oddcomment = 'odd';
        ?>
olan bölümü bulup
        <?php /* Changes every other comment to a different class */    
        if ('alt' == $oddcomment) $oddcomment = 'odd';
        else $oddcomment = 'alt';
        ?>

olarak değiştirin.
Style.css (stil dosyası) dosyasına aşağıdaki eklemeleri yapın.

ol.alt {
	background-color: #EAF2EE;
/*istediğiniz renk kodunu girin*/
}

ol.odd {
	background-color: #00ff00;
/*istediğiniz renk kodunu girin*/
        }

ol.mycomment {
	background-color: #EAF2EE;
/* istediğiniz renk kodunu yazın */
/*Bu renk yazının yazarının yorumlarının rengi olacak */
}