Подскажите, пожалуйста, как поменять цвет и шрифт названия сообщения. Что именно в файле style.css ныжно отредактировать. Методом тыка разобраться никак не могу…
Как поменять стиль заголовка?

Подскажите, пожалуйста, как поменять цвет и шрифт названия сообщения. Что именно в файле style.css ныжно отредактировать. Методом тыка разобраться никак не могу…
В файле style.css найдите раздел /*—[ Content CSS ]—*/, там изменить значение color для content.
К сожалению, у меня в style.css нет раздела /*—[ Content CSS ]—*/.
Если есть возможность взгляните, пожалуйста на страницу http://ivan-kovalenko.hrest.info/
Нужно как-то сделать заголовки Таймсом, 18 кеглем и убрать синюю подложку…
Может, надо править не в style.css, а в каком-нибудь другом файле?
На всякий случай код css тоже покажу:
/*
Theme Name: LifeRoad
Theme URI: majordomo.org
Description: Ссылки на основные страницы сразу под заголовком
Version: 1.1
Author: majordomo.ru
This theme was designed and built by majordomo.ru
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/
body {
font-size: 12px;
font-family: Verdana, Tahoma, Arial, Sans-Serif;
background: #4d5847;
color: #CACACA;
padding: 0;
border: 0px;
border-collapse: collapse;
margin: 0;
background-image: url(images/bg.gif);
background-position: top;
background-repeat: repeat-x;
}
a {
color: #589341;
text-decoration: underline;
}
#header {
height: 260px;
width: 780px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
margin: 0 auto;
clear: both;
background-position: left;
}
#pages {
height: 43px;
width: 780px;
margin: 0 auto;
background-repeat: no-repeat;
background-image: url(images/menu_line.gif);
padding: 0;
overflow: hidden;
}
#pages a {
color: #FFFFFF;
font-family: Arial, Verdana, Tahoma, Sans-Serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
margin: auto 0px auto 0px;
}
#pages a:hover {
color: #cbf2b5;
}
#pages a:after {
content: " |";
color: #8c9a84;
margin-left: 5px;
}
#pages ul {
margin: 0px 5px;
padding: 10px 25px;
list-style-type: none;
}
#pages ul li {
display: inline;
margin: 0px 5px;
}
#pages ul li ul li, #pages ul li ul {
display: none;
margin: 0px 5px;
}
<!– Другий рядок у шапці: ivan-kovalenko.hrest-info –>
#title{
margin: 0 75px 0 25px;
padding: 45px 0 0 0;
text-align: right;
color: #000;
font-size: 12px;
text-decoration: none;
}
<!– Перший рядок у шапці: Іван Коваленко –>
#title h1 {
font-weight: normal;
margin: 0;
padding: 0;
font-size: 38px;
text-decoration: none;
}
#title a {
text-decoration: none;
}
#main {
margin: 0 auto;
width: 760px;
background-color: #FFF;
background-position: right;
background-image: url(images/line.png);
background-repeat: repeat-y;
padding: 0;
overflow: visible;
text-align: left;
}
#corner {
background-color: #FFF;
height: 32px;
background-position: right;
background-image: url(images/page_corner.gif);
background-repeat: no-repeat;
width: 760px;
}
#content {
width: 510px;
margin: 0;
padding: 0 20px;
float: left;
color: #000;
overflow: visible;
/*display: table;*/
}
#sidebar {
margin: 10px 0 0 0;
color: #000;
overflow: hidden;
padding: 0;
width: 200px;
}
#sidebar ul {
margin: 0;
padding: 0 25px;
}
#sidebar ul li {
list-style-type: none;
margin: 0;
padding: 0;
}
#sidebar ul li h2 {
font-size: 12px;
margin: 15px 0 7px 0;
padding: 0;
}
#sidebar ul li ul {
margin: 0;
padding: 0;
}
#sidebar ul li ul li{
margin: 0 0 0 7px;
padding: 0;
}
#sidebar ul li ul li ul{
margin: 0 0 0 7px;
padding: 0;
}
#footer {
text-align: center;
margin: 0;
clear: left;
background: #4d5847;
padding: 10px;
margin: 0 auto;
width: 740px;
border-top: 20px solid #fff;
}
#footer a {
color: #cbf2b5;
text-decoration: underline;
}
.title-post {
line-height: 20px;
color: #2f669d;
overflow: visible;
padding: 0;
}
.title-post span {
background-color: #2f669d;
color: #fff;
padding: 5px 10px;
}
.title-post a {
text-decoration: underline;
color: #fff;
margin: 0;
font-size: 10px;
white-space: nowrap;
}
.title-post strong a{
text-decoration: none;
}
.post {
margin: 20px 0px 40px 0px;
}
.entry {
text-align: justify;
}
.edit {
background-image: url(images/icon_edit.gif);
background-position: center left;
background-repeat: no-repeat;
line-height: 24px;
height: 24px;
padding: 6px 0px 6px 27px;
text-decoration: none;
}
.comments {
background-image: url(images/icon_comments.gif);
background-position: center left;
background-repeat: no-repeat;
line-height: 24px;
height: 24px;
padding: 6px 0px 6px 27px;
}
.pagetitle {
font-size: 11px;
font-weight: bold;
text-align: center;
margin: 0;
padding: 0;
}
form {
margin: 30px;
}
form input{
font-size: 10px;
font-family: Verdana, Tahoma, Arial, Sans-Serif;
border: 1px solid #ccc;
}
form textarea {
border: 1px solid #ccc;
font-size: 10px;
font-family: Verdana, Tahoma, Arial, Sans-Serif;
}
#searchform input{
font-size: 10px;
font-family: Verdana, Tahoma, Arial, Sans-Serif;
vertical-align: middle;
}
#searchform {
display: inline;
margin: 60px 20px 20px 20px;
}
#searchsubmit {
background-image: url(images/icon_search.gif);
border: none;
margin: 0;
padding: 0;
vertical-align: bottom;
}
#s {
border: #ccc solid 1px;
color: #ccc;
padding: 3px;
margin: 0;
}
#content h3{
margin: 0;
padding: 0;
font-size: 16px;
}
.center {
text-align: center;
}
.alignleft {
text-align: left;
margin: 15px 0px 5px 0px;
}
.alignright {
text-align: right;
margin: 5px 0px;
}
.postmetadata a{
text-decoration: none;
}
#line {
height: 10px;
clear: both;
}
.entry img {
margin: 10px;
}
#content h2{
font-size: 16px;
}
Точно не уверен, но вроде бы цвет синей подложки менять нужно здесь:
.title-post {
line-height: 20px;
color: #2f669d;
overflow: visible;
padding: 0;
попробуйте…
Точно! Поправил параметры .title-post { и всё получилось!
Большое спасибо!
Вот визуальный отчёт о результатах: http://ivan-kovalenko.hrest.info/ 🙂