File: css/style.css

Recommend this page to a friend!
  Classes of Arun Kumar   Multiple File Drag and Drop Upload   css/style.css   Download  
File: css/style.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Multiple File Drag and Drop Upload
Upload drag and dropped files
Author: By
Last change: Update of css/style.css
Date: 2 years ago
Size: 1,089 bytes
 

Contents

Class file image Download
body{ width:1000px; margin:25px auto; padding:0px; font-family:Verdana, Geneva, sans-serif; } .uploadArea{ min-height:300px; height:auto; border:1px dotted #ccc; padding:10px; cursor:move; margin-bottom:10px; position:relative;} h1, h5{ padding:0px; margin:0px; } h1.title{ font-family:'Boogaloo', cursive; padding:10px; } .uploadArea h1{ color:#ccc; width:100%; z-index:0; text-align:center; vertical-align:middle; position:absolute; top:25px;} .dfiles{ clear:both; border:1px solid #ccc; background-color:#E4E4E4; padding:3px; position:relative; height:25px; margin:3px; z-index:1; width:97%; opacity:0.6; cursor:default;} h5{ width:95%; line-height:25px;} h5, h5 img { float:left; } .invalid { border:1px solid red !important; } .buttonUpload { display:inline-block; padding: 4px 10px 4px; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #0074cc; -webkit-border-radius: 4px;-moz-border-radius: 4px; border-radius: 4px; border-color: #e6e6e6 #e6e6e6 #bfbfbf; border: 1px solid #cccccc; color:#fff; } .progress img{ margin-top:7px; margin-left:24px; }