/*
///////////////////////////////////////////////////////////////////////////
// STORE ANY CUSTOM CSS STYLES IN THIS FILE
///////////////////////////////////////////////////////////////////////////
*/


/*
///////////////////////////////////////////////////////////////////////////
// SAMPLE_STYLE
//	Use this as a template for designing your own styles
//  copy the CSS below, and change sample_style to your custom style name.
//	Once you define a sample style, specify it in your supercontainer URL
//	e.g. "http://localhost:8020/SuperContainer/Custom/my/file?style=sample_style
///////////////////////////////////////////////////////////////////////////
*/
/* If the supercontainer resource is empty, the wrapper div will have a class of "empty" */
body.sample_style div.empty a#download {}

/* if the supercontainer IS an image, the wrapper div will have a class of "image", and will have a child element "img#preview", as well as the "div#title" */
body.sample_style div.image a#download {}
body.sample_style div.image a#download img#preview {}
body.sample_style div.image a#download div#title {}

/* if the supercontainer is NOT an image, the wrapper div will have a class of "file", and will have a child element "span#icon", as well as the "div#title" */
body.sample_style div.file a#download {}
body.sample_style div.file a#download span#icon {}
body.sample_style div.file a#download div#title {}

/* The table#info contains metadata about the resource */
body.sample_style table#info {}
body.sample_style table#info tr#filename {}
body.sample_style table#info tr#filesize {}
body.sample_style table#info tr#upload_date {}

/* The delete button is contained in form#delete_form */
body.sample_style form#delete_form {}

/* The upload input and submit button are contained in the form#upload_form */
body.sample_style form#upload_form {}
body.sample_style form#upload_form tr#upload_input {}
body.sample_style form#upload_form tr#upload_submit {}

/*
///////////////////////////////////////////////////////////////////////////
// END OF SAMPLE_STYLE
///////////////////////////////////////////////////////////////////////////
*/