CSS
- 7 ответов
- 0 вопросов
4
Вклад в тег
function nihuyanedelat () { $loh == 0; NCNecros == 0;}
function pishicodbleat ('clean', 'perfect', 'no-crutches', 'more-money') {
var $lenivaya_jopa = [name]=>"NCNecros";
if (!loh) {
$(workay_po_hardu) { document.respect('true');
} else {
$(sosai) { life.realise('false');
}
day.addEventListener('NCNecros').onPC&morningСoffee = pishicodbleat();
background: url(images/bg2.jpg) 50% 0 no-repeat #цвет; //По центру вверху
/* или */
background: url(images/bg2.jpg) 50% 100px no-repeat #цвет; //По центру с отступом сверху 100px
function last_posts__func( $atts ) {
$atts = shortcode_atts( array(
'id' => '1', //ID категории по умолчанию 1
'list' => '3', //Количество постов по умолчанию 3
'tag' => '1', //ID исключающего тега по умолчанию 1
//Можно использовать только id, для slug используйте tag_slug__in
'before' => '<div class="last__post">',
'after' => '</div>',
'before_h' => '<h3>',
'after_h' => '</h3>'
), $atts );
$args = array(
'category__in' => $id,
'tag__not_in' => $tag,
'posts_per_page' => $list
);
$query = new WP_Query($args);
while( $query->have_posts() ){ $query->the_post();
$before;
$before_h;
the_title(); // заголовок
$after_h;
the_content(); // текст записи в стандартном выводе
$after;
} wp_reset_postdata(); // сбрасываем переменную $query
}
return $query;
}
add_shortcode('last_post', 'last_posts__func');
functions.php
шаблона темы.[last_post id="1" list="3" tag="58"]
<div class="menu__wrapper">
<div class="menu">
...
</div>
</div><!--/.menu__wrapper (отмечаем конец обертки, дабы не путать с другими закрывающими тегами) -->
.menu__wrapper {
width: 100%;
margin: 0 auto;
}
.menu {
width: auto;
margin: 0;
text-align: center;
}
div.menu
, при которой margin: 0 auto;
будет продолжать выравнивать блок по центру. Но тогда возникнет проблема с расширением меню при добавлении пунктов. <div id="nedooval"></div>
#nedooval {
width: 250px;
height: 30px;
background: red;
border-top-left-radius: 100px 30px; /* значение по ширине и по высоте */
border-top-right-radius: 100px 30px;
}
Firefox до версии 4.0 использует нестандартное свойство-moz-border-radius-topright
Chrome до версии 4.0, Safari до версии 5.0, iOS используют нестандартное свойство-webkit-border-top-right-radius
border-radius: <радиус>{1,4} [ / <радиус>{1,4}]
border-radius: 100px 100px 0 0;
border-radius