default.css 5.7 KB

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