Mail.ruПочтаМой МирОдноклассникиВКонтактеИгрыЗнакомстваНовостиКалендарьОблакоЗаметкиВсе проекты

CSS. Помогите, пожалуйста

povelitelgnomov Ученик (83), на голосовании 1 год назад

Есть файл CSS, что нужно добавить, чтоб информация на сайте была так же размещена, как и на шаблоне
header {
height: 12em;
background: url(../images/logo.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;

}

#search_bar {
margin-bottom: 6%;
}

#navbar {
border-top: 2px solid rgb(80, 149, 188);
height: 2em;
}

#bar2, #bar3, #bar4, #bar5 {
margin-top: 9%;
}

#footer {
margin-top: 3%;
margin-bottom: 2%;
color: rgb(127, 127, 127);
font-size: 9pt;
}



.nav_link {
color: #fff;
font-weight: bold;
font-size: 10pt;
}

.active {
background: rgb(80, 149, 188);
height: 30px;
}

.nav_link:hover {
text-decoration: none;
color: #aaa;
font-weight: bold;
}
.scontent {
margin-right: 35%;
}

.bar_txt {
margin-bottom: 0;
color: rgb(160, 155, 149);
font-weight: bold;
}
.ret{
text-indent: 2.8em; /* Отступ первой строки */
text-align: justify; /* Выравнивание по ширине */
}


.rss {
border-bottom: 1px rgb(0, 123, 255) dotted;
}

#notes {
color: rgb(0, 123, 255);
}

.foot_link {
color: rgb(127, 127, 127);
}

.foot_link:hover {
color: rgb(170, 170, 170);
text-decoration: none;
}

#RSS {
margin-left: 20%;
}

li {
list-style-type: square;
color: #5992bd;
font-size: 13pt;
}
body{
font-family: Tahoma;
background: url(../images/bg.jpg);}
#area{
background: rgb(45, 90, 119);}
#content{
background: #fff;}
#navbar{
background: rgb(45, 90, 119);}
#nav_sidebar{
background: rgb(45, 90, 119);}
#logo{
margin-bottom: 0;
color: rgb(273, 100, 100);
font-weight: bold;
letter-spacing: 1px;}
#description{
color: rgb(245, 0, 41);
font-weight: bold;}
a{
color:#5992bd;
text-decoration: none;}
a:hover{
color:#2d5a79;}
#content_txt{
margin-top: 3%;
color: rgb(0, 0, 0);
margin-right: 3%;
font-weight: bold;}
#h7{
font-weight: bold;
color: rgb(92, 146, 180);
margin-top: 4%;
margin-bottom: 0;
font-size: 14pt;}
.main_description{
color: rgb(160, 155, 149);
margin-top: 0;
margin-bottom: 0;}
#search1::placeholder{color: rgb(0, 0, 0);}
#search2::placeholder{color: rgb(0, 0, 0);}
#RSS{margin-left: 20%;}
.form-group{
margin-top: 10%;
margin-bottom: 0;}
ul{
list-style-position:inside;}
Голосование за лучший ответ
Похожие вопросы