[F2U] TH is the new DA (css guide)

username

Profile


Guide

Profile widget background

This changes the background of all the widgets displayed on the profile page. The value is the same as the background CSS property, including any color or image.

Default background examples:
background:#33da12;
background:rgba(255,34,125,0.6);
background:linear-gradient(white, pink);
background:url(image-link.png);
$widget equivalents:
$widget:#33da12;
$widget:rgba(255,34,125,0.6);
$widget:linear-gradient(white, pink);
$widget:url(image-link.png);

CSS

This is the main CSS style sheet.

Preview folder mode

This mode displays the folders in the Characters gallery to be square icons. Images can be added in the preview window via the folder settings. To disable this mode, simply place /* and */ before and after the import link, respectively.

Custom CSS

Anything below this line is the perfect spot to add any custom CSS to suit your needs: be it custom skins for your bulletin, gallery or HTML layouts you add.