если я правильно понял вопрост, то да можно
вот пример первых строк в стандартном шаблоне hostcms
Цитата:
/* Теги */
div { /* border: 1px solid #f00; */}
img { border: 0; }
h1, .h1, .title { font-size: 15pt; color: #cc0000; }
h2, .h2 { font-size: 14pt; color: #cc0000; }
h1, .h1, h1 a, .h1 a, .title, .title a { font-weight: normal; font-style:normal; text-decoration: none; color: #cc0000; }
h1 a:hover { text-decoration: underline; color: #000000; }
.h1 a:hover { text-decoration: underline; color: #000000; }
h2, .h2, h2 a, .h2 a, { font-weight: normal; font-style:normal; text-decoration: none; color: #cc0000; }
h2 a:hover { text-decoration: underline; color: #000000; }
.h2 a:hover { text-decoration: underline; color: #000000; }
h2 a { font-weight: normal; font-style:normal; text-decoration: none; color: #cc0000; }
h2 a:hover { text-decoration: underline; color: #000000; }
h1, .h1, h2, .h2 { margin: 25px 0 10px 0; padding: 0; }
p { margin: 3px 0 7px 0; padding: 0; }
input, textarea { border: 1px solid #a5a5a5; padding: 1px 2px 2px 2px; }
|
ну а дальше классы и айди для конкретых дивов и др тегов