Лаборатория Январева
Главная
Скачать
Документация
Вся документация
Установка и обновление
Форматирование текста
Расширения
О CMS
Примеры проектов
История версий
Команда
Это старая версия
Справка/Разработчик/Дизайн/themes/css
за 2014-02-19 17:16:25..
css.css
themeH1
@charset "UTF-8"; @import url(themeH1.css); /* MAIN BACKGROUNDS & heights */ body { background: #fff; /*url(../images/bg/paper.jpg) repeat; */} #header { margin: 0 0px; background: #fff /*url(../images/bg/bg-light.png) repeat*/; } #footer { margin: 0 0px; background: #eee /*url(../images/bg/bg-light.png) repeat*/; } #header, #header .container { height:100px;} #wrap { margin-bottom: -60px; } #push, #footer { height: 60px; } /* HEADER */ .logo { font-size:32px; color:#f93; padding:35px 0px 10px; line-height:1em;} .slogan { padding:32px 0px 0px 0px;} .login { padding:2px 0px 2px 0px; color:#777; text-align:right; line-height:2em; } .phone { font-weight:normal; font-size:26px; color:#f93; text-align:right;} /* -------------------------------------------------------*/
themePage
@charset "UTF-8"; @import url(themeH1.css); /* MAIN BACKGROUNDS & heights */ body { background: url(../images/bg/paper.jpg) repeat;} #header { margin: 0 -25px; background: url(../images/bg/bg-light.png) repeat; } #footer { margin: 0 -25px; background: url(../images/bg/bg-light.png) repeat; } #header, #header .container { height:100px;} #wrap { margin-bottom: -60px; } #push, #footer { height: 60px; } /* HEADER */ .logo { font-size:32px; color:#f93; padding:35px 0px 10px; line-height:1em;} .slogan { padding:32px 0px 0px 0px;} .login { padding:2px 0px 2px 0px; color:#777; text-align:right; line-height:2em; } .phone { font-weight:normal; font-size:26px; color:#f93; text-align:right;} /* -------------------------------------------------------*/