scratch – Blame information for rev

Subversion Repositories:
Rev:
Rev Author Line No. Line
2 office 1 /***
2 Styles below are only required if you're using <iframe> fallback in
3 addition to HTML5 drag & drop (only working in Firefox/Chrome).
4 ***/
5 /* Essential FileDrop zone element configuration:*/
6 .fd-zone{position:relative;overflow:hidden;/* The following are not required but create a pretty box:*/
7 width:15em;margin:0 auto;text-align:center;}
8 /* Hides <input type="file"> while simulating "Browse" button:*/
9 .fd-file{opacity:0;font-size:118px;position:absolute;right:0;top:0;z-index:1;padding:0;margin:0;cursor:pointer;filter:alpha(opacity=0);font-family:sans-serif;}
10 /* Provides visible feedback when use drags a file over the drop zone:*/
11 .fd-zone.over{border-color:maroon;background:#eee;}