/* Theme Name: Twenty Eleven Child Theme URI: http://mental-notes.ru/ Description: Child theme for the Twenty Eleven theme Author: Cookowl Author URI: http://mental-notes.ru/ Template: twentyeleven */ @import url("../twentyeleven/style.css"); #site-generator { background: #f9f9f9; border-top: 1px solid #ddd; color: #666; font-size: 12px; line-height: 2.2em; padding: 2.2em 7.6%; text-align: left; /*margin: 0 7.6%;*/ } /* Положение формы поиска в панели навигации*/ #branding #searchform { position: absolute; top: 3.8em; right: 6.3%; text-align: right; } /*Размер и шрифт заголовка поста*/ h1.entry-title{ font-size: 22px !important; font-family: Georgia, Times, serif !important; } /*Шрифт заголовков виджетов, архива рубрики или метки, комментариев*/ .widget-title{ font-family: Georgia, Times, serif !important; } /*#comments-title { font-family: Georgia, Times, serif !important; }*/ .archive .page-title{ font-family: Georgia, Times, serif !important; } #content { margin: 0 34% 0 7.6%; width: 58.4%; } #secondary { float: right; margin-right: 7.6%; width: 18.8%; } /* Не показывать заголовок на странице "Об Узелках"*/ .page-id-6 .entry-title { display: none; } /* Without explicitly setting the margin we're inheriting a value of "0" which isn't allowing space for the sidebar */ .singular #primary { margin: 0 -26.4% 0 0; } /* This hides the "previous" and "next" links at the top of the page, It's better to remove the PHP generating these links, but that's a little more difficult */ #nav-single { display: none; } /* Without explicitly setting the position we're inheriting a value of "absolute" which will place the meta information at the top of the article */ .singular .entry-header .entry-meta { position: relative; } /* Without explicitly setting the padding we're inheriting a padding-top value of "4.875em" which adds redundant whitespace to the top of the article */ .singular .hentry { padding: 0; } /* Without explicitly setting the width we're inheriting a value of "68.9%" which stops the content from taking up the majority of the space available */ .singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title { width: 100%; } /* Without explicitly setting the margin we're inheriting a margin-left and margin-right value of "7.6%" which makes the content overlap the sidebar */ .singular #content, .left-sidebar.singular #content { margin: 0 34% 0 7.6%; } /* Without explicitly setting the padding-top we're inheriting a value of "15px" which adds redundant whitespace to the top of the article */ .singular article .entry-title { padding-top: 0; } /* This is just a nicety. Moves the "Edit" link for admins to a more suitable position */ .singular .entry-meta .edit-link a { right: 0; top: 0; left: auto; } /*Share42 - кнопки поделиться в соц сетях в постах*/ #share42 {display: inline-block; padding: 6px 0 0 6px; background: #FFF; border: 1px solid #E9E9E9; border-radius: 4px;} #share42:hover {background: #F6F6F6; border: 1px solid #D4D4D4; box-shadow: 0 0 5px #DDD;} #share42 a {opacity: 0.5} #share42:hover a {opacity: 0.7} #share42 a:hover {opacity: 1}