Как выделить текст серым цветом
1
Здравствуйте скажите пожалуйста как можно выделить текст в топике серым цветом? как на Хабре
- +1
- 11 марта 2010, 06:35
- mab0001
в файле \templates\skin\new\css\style.css найти такой кусок
/* Body
-------------------------------------------------------------------*/
html, body { height: 100%; }
body { font: 12px/18px Tahoma, Arial, Helvetica, sans-serif; color: #333; background: #f7f8f9; }
h1, h2, h3, h4, h5, h6 { font: normal 18px Verdana; color: #333; }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 20px; line-height: 24px; margin-bottom: 7px; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 18px; line-height: 22px; margin-bottom: 5px; color: #CCCCCC} /* вот он - цвет*/
h5 { font-size: 18px; line-height: 22px; margin-bottom: 5px; color: #CCCCCC} /* вот уеще*/
h6 { font-size: 18px; line-height: 22px; margin-bottom: 5px; color: #CCCCCC} /* и еще*/
и прописать цвет (подписано).
Комментарии (2)
RSS свернуть / развернуть