The default filelist has no css classes or styles except in the pagination Standard filelist paging has one class on the outer div the rest is styled by reference
.filelist_paging {}
.filelist_paging span {}
.filelist_paging a {}
HTML
Using HTML the filelist is far more flexible Xt functions can be split on to multiple lines for clarity
At the begining of the filter makes the filter negative
Template variables
.file_mime.
returns the mime of the file ie image/png audio/mp3
.file_type.
returns the name of the icon file (without .png extension) As used by the Xtgem filebrowser for that type of file http://xtgem.com/images/icons/mimes/.file_type..png
.file_url.
Address of the file
.file_name.
Name of the file
.file_name_parsed.
Name of the file with underscores converted to spaces
.file_name_base.
Name of the file without the extension
.file_name_base_parsed.
Name of the file without the extension and with underscores converted to spaces
.file_size.
Size of the file
.file_size_kb.
Size of the file in kilobytes
.file_size_mb.
Size of the file in megabytes
.file_date.
The files date
.file_time.
The files time
.file_datetime.
The files date and time
?__xt_download=1
Add this after .file_url. to force images etc to download instead of opening