uydudoktoru Tanınmış Üye Yönetici 9 Ağustos 2020 #1 Simple css (extra.less) modifications to highlight/separate sticky threads Insert code in template: extra.less Kod: /* Border between sticky/normal threads */ .structItemContainer-group--sticky { border-bottom: 6px solid; color: xf-diminish(@xf-borderColor, 6%); }
Simple css (extra.less) modifications to highlight/separate sticky threads Insert code in template: extra.less Kod: /* Border between sticky/normal threads */ .structItemContainer-group--sticky { border-bottom: 6px solid; color: xf-diminish(@xf-borderColor, 6%); }
uydudoktoru Tanınmış Üye Yönetici 9 Ağustos 2020 #2 Subtle accent Insert code in template: extra.less Kod: .structItemContainer-group--sticky { background-color: @xf-paletteColor1; } .structItemContainer-group--sticky .structItem-title a:link, .structItemContainer-group--sticky .structItem-title a:visited { color: @xf-paletteColor4; }
Subtle accent Insert code in template: extra.less Kod: .structItemContainer-group--sticky { background-color: @xf-paletteColor1; } .structItemContainer-group--sticky .structItem-title a:link, .structItemContainer-group--sticky .structItem-title a:visited { color: @xf-paletteColor4; }
uydudoktoru Tanınmış Üye Yönetici 9 Ağustos 2020 #3 Highlighted Accent Insert code in template: extra.less Kod: .structItemContainer-group--sticky { background-color: @xf-paletteAccent1; } .structItemContainer-group--sticky .structItem-title a:link, .structItemContainer-group--sticky .structItem-title a:visited { color: @xf-paletteAccent3; }
Highlighted Accent Insert code in template: extra.less Kod: .structItemContainer-group--sticky { background-color: @xf-paletteAccent1; } .structItemContainer-group--sticky .structItem-title a:link, .structItemContainer-group--sticky .structItem-title a:visited { color: @xf-paletteAccent3; }