swfupload.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. /* -----------------------------------------------
  2. www.swfupload.org
  3. Description: Common Screen Stylesheet for SWFUpload Demos
  4. Updated on: May 1, 2008
  5. ----------------------------------------------- */
  6. /* -----------------------------------------------
  7. GLOBAL RESET
  8. ----------------------------------------------- */
  9. html, body, div, span, applet, object, iframe,
  10. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  11. a, abbr, acronym, address, big, cite, code,
  12. del, dfn, font, img, ins, kbd, q, s, samp,
  13. small, strike, strong, sub, sup, tt, var,
  14. dl, dt, dd, ol, ul, li,
  15. fieldset, form, label, legend,
  16. table, caption, tbody, tfoot, thead, tr, th, td {
  17. margin: 0;
  18. padding: 0;
  19. border: 0;
  20. outline: 0;
  21. font-weight: inherit;
  22. font-style: inherit;
  23. font-size: 100%;
  24. font-family: inherit;
  25. vertical-align: baseline;
  26. }
  27. /* remember to define focus styles! */
  28. :focus { outline: 0; }
  29. body {
  30. line-height: 1;
  31. color: black;
  32. background: white;
  33. }
  34. ol, ul {
  35. list-style: none;
  36. }
  37. /* tables still need 'cellspacing="0"' in the markup */
  38. table {
  39. border-collapse: separate;
  40. border-spacing: 0;
  41. }
  42. caption, th, td {
  43. text-align: left;
  44. font-weight: normal;
  45. }
  46. blockquote:before, blockquote:after,
  47. q:before, q:after {
  48. content: "";
  49. }
  50. blockquote, q {
  51. quotes: "" "";
  52. }
  53. /* -----------------------------------------------
  54. BASIC ELEMENTS
  55. ----------------------------------------------- */
  56. /* -- Text Styles ------------------------------- */
  57. html,
  58. body {
  59. margin: 0;
  60. padding: 0;
  61. width: 100%;
  62. font: 12px/1.4em Helvetica, Arial, sans-serif;
  63. }
  64. a {
  65. color: #385ea2;
  66. text-decoration: none;
  67. }
  68. a:hover { text-decoration: underline; }
  69. strong { font-weight: 700; }
  70. h1 {
  71. font: 28px/1em Arial, Helvetica, sans-serif;
  72. padding: 60px 20px 20px;
  73. margin-bottom: 15px;
  74. color: #333;
  75. text-decoration: none;
  76. }
  77. h1 a{
  78. color: #fff;
  79. text-decoration: none;
  80. }
  81. h2 {
  82. font-size: 22px;
  83. font-weight: 300;
  84. padding-top: 1em;
  85. padding-bottom: .25em;
  86. }
  87. p {
  88. margin-top: .25em;
  89. margin-bottom: .5em;
  90. }
  91. ul { padding: 4px 5px; }
  92. ul li {
  93. padding: 4px 5px;
  94. margin: 0 20px;
  95. list-style:square;
  96. }
  97. code {
  98. display: block;
  99. background:#edffb8 none repeat scroll 0%;
  100. border-color:#b2da3a;
  101. border-style:solid;
  102. border-width:1px 0;
  103. font-size: 1em;
  104. margin: 1em 0pt;
  105. overflow:auto;
  106. padding: 0.3em 0.4em;
  107. white-space:pre;
  108. }
  109. /* -- Layout ------------------------------- */
  110. #header {
  111. background: #313131 url(../images/header-bg.jpg) repeat-x top left;
  112. height: 125px;
  113. position: relative;
  114. }
  115. #logo {
  116. padding: 0;
  117. margin: 0;
  118. background: url(../images/logo.gif) no-repeat 20px 20px;
  119. height: 106px;
  120. width: 272px;
  121. text-indent: -5000px;
  122. overflow: hidden;
  123. }
  124. /* hide link text */
  125. #logo a {
  126. display: block;
  127. color: #fff;
  128. text-indent: -5000px;
  129. overflow: hidden;
  130. height: 106px;
  131. width: 272px;
  132. }
  133. #version {
  134. color: #fff;
  135. position: absolute;
  136. right: 20px;
  137. top: 85px;
  138. }
  139. #content { width: 680px;}
  140. #content { margin: 20px 90px; }
  141. /* -- Form Styles ------------------------------- */
  142. form {
  143. margin: 0;
  144. padding: 0;
  145. }
  146. div.fieldset {
  147. border: 1px solid #afe14c;
  148. margin: 10px 0;
  149. padding: 20px 10px;
  150. }
  151. div.fieldset span.legend {
  152. position: relative;
  153. background-color: #FFF;
  154. padding: 3px;
  155. top: -30px;
  156. font: 700 14px Arial, Helvetica, sans-serif;
  157. color: #73b304;
  158. }
  159. div.flash {
  160. width: 100%;
  161. margin: 10px 5px;
  162. border-color: #D9E4FF;
  163. -moz-border-radius-topleft : 5px;
  164. -webkit-border-top-left-radius : 5px;
  165. -moz-border-radius-topright : 5px;
  166. -webkit-border-top-right-radius : 5px;
  167. -moz-border-radius-bottomleft : 5px;
  168. -webkit-border-bottom-left-radius : 5px;
  169. -moz-border-radius-bottomright : 5px;
  170. -webkit-border-bottom-right-radius : 5px;
  171. }
  172. button,
  173. input,
  174. select,
  175. textarea {
  176. border-width: 1px;
  177. margin-bottom: 10px;
  178. padding: 2px 3px;
  179. }
  180. input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */
  181. label {
  182. width: 150px;
  183. text-align: right;
  184. display:block;
  185. margin-right: 5px;
  186. }
  187. #btnSubmit { margin: 0 0 0 155px ; }
  188. /* -- Table Styles ------------------------------- */
  189. td {
  190. font: 10pt Helvetica, Arial, sans-serif;
  191. vertical-align: top;
  192. }
  193. .progressWrapper {
  194. width: 100%;
  195. overflow: hidden;
  196. }
  197. .progressContainer {
  198. margin: 5px;
  199. padding: 4px;
  200. border: solid 1px #E8E8E8;
  201. background-color: #F7F7F7;
  202. overflow: hidden;
  203. }
  204. /* Message */
  205. .message {
  206. margin: 1em 0;
  207. padding: 10px 20px;
  208. border: solid 1px #FFDD99;
  209. background-color: #FFFFCC;
  210. overflow: hidden;
  211. }
  212. /* Error */
  213. .red {
  214. border: solid 1px #B50000;
  215. background-color: #FFEBEB;
  216. }
  217. /* Current */
  218. .green {
  219. border: solid 1px #DDF0DD;
  220. background-color: #EBFFEB;
  221. }
  222. /* Complete */
  223. .blue {
  224. border: solid 1px #CEE2F2;
  225. background-color: #F0F5FF;
  226. }
  227. .progressName {
  228. font-size: 8pt;
  229. font-weight: 700;
  230. color: #555;
  231. width: 323px;
  232. height: 14px;
  233. text-align: left;
  234. white-space: nowrap;
  235. overflow: hidden;
  236. }
  237. .progressBarInProgress,
  238. .progressBarComplete,
  239. .progressBarError {
  240. font-size: 0;
  241. width: 0%;
  242. height: 2px;
  243. background-color: blue;
  244. margin-top: 2px;
  245. }
  246. .progressBarComplete {
  247. width: 100%;
  248. background-color: green;
  249. visibility: hidden;
  250. }
  251. .progressBarError {
  252. width: 100%;
  253. background-color: red;
  254. visibility: hidden;
  255. }
  256. .progressBarStatus {
  257. margin-top: 2px;
  258. width: 337px;
  259. font-size: 7pt;
  260. font-family: Arial;
  261. text-align: left;
  262. white-space: nowrap;
  263. }
  264. a.progressCancel {
  265. font-size: 0;
  266. display: block;
  267. height: 14px;
  268. width: 14px;
  269. background-image: url(../images/cancelbutton.gif);
  270. background-repeat: no-repeat;
  271. background-position: -14px 0px;
  272. float: right;
  273. }
  274. a.progressCancel:hover {
  275. background-position: 0px 0px;
  276. }
  277. /* -- SWFUpload Object Styles ------------------------------- */
  278. .swfupload {
  279. vertical-align: top;
  280. }