Wpis z mikrobloga

section, footer, aside, nav,
ul.dropdown-body, ul.menu-dropdown, /* menu kontekstowe */
section.entry > article,
section.entry-photo figure,
section.entry-photo figure img, /* miniaturka obrazka dodanego do wpisu */
section.badges .badge-icon,
section.microblog-page section.stream.microblog > div.content > section.entry > article,
section.search-page section.options ul li label,

ul.actions,
div.toast,
button.plus, button.minus,
section:before,
button,
aside.advanced > header h1:after,
a.avatar figure img, /* avatary uzytkowników */
section.related-link figure, /* miniaturki powiazanych w znalezisku */
section.links-sidebar section.link > figure, /* miniaturki */
div.button > a, div.button > button,
section.links span.button span, /* kategorie w lewym sidebarze */
section.links > .content ul li a > span,
section.voters div.content,
aside.profile-top nav#profile-tab-nav .from-pagination-links-entries-stream-profile,
aside.profile-top header,
aside.profile-top nav.profile-tab-nav,
aside.left-panel > section.buttons > .content ul li a:before,
section.badges .badges figure.badge-icon,
section.bucket-editor .form-element section.chips > ul > li,
div.content chips > ul > li
header.header li a, /* przyciski na górnej belce */
header.header > div > button, /* przycisk hamburger menu left sidebar */
aside.left-panel section.add-to-bucket-btn button /* przycisk 'Dodaj kategorię' */
{
if(!borderRadiusOn)
{
border-radius: 0!important;
}
else
{
border-radius: borderRadius !important;
}
}

Robie szablon na nowy wykop i napisałem taki kod CSS. Czy takie selektory są ok?

#programowanie #css #wykop
  • 4