<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Element specific rules that affect only this element class */

.custombox-tipsandtricks {
    width: 100%;
}

/* Skined variants */

.custombox-header-thumb.tipsandtricks.colored {
    border-right: 1px solid #c76205;
}

.custombox-header-caption.tipsandtricks.colored {
    color: #c76205;
}

.custombox-header-thumb.tipsandtricks {
    background-image: url("/mod/customlabel/type/tipsandtricks/pix/icon_tipsandtricks.png");
}

.custombox-header-thumb.tipsandtricks.flatstyle {
    background-image: url("/mod/customlabel/pix/spots/greenspot.png");
}

.custombox-header-thumb.tipsandtricks.flatstyle:after {
    content: "\f0eb"; /* fa-lighttube-o */
}
</pre></body></html>