style.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546
  1. /* YUI CSS Reset */
  2. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,nav,header,footer{margin:0;padding:0;} table{border-collapse:collapse;border-spacing:0;} fieldset,img{border:0;} address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} ol,ul{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';} abbr,acronym{border:0;}
  3. @font-face {
  4. font-family: 'Raleway';
  5. font-style: normal;
  6. font-weight: 400;
  7. src: local('Raleway'), url("Raleway.woff") format('woff');
  8. }
  9. * {
  10. -moz-box-sizing: border-box;
  11. -webkit-box-sizing: border-box;
  12. box-sizing: border-box;
  13. }
  14. /* Clearfix */
  15. .cf:before,
  16. .cf:after {
  17. content: " "; /* 1 */
  18. display: table; /* 2 */
  19. }
  20. .cf:after {
  21. clear: both;
  22. }
  23. /**
  24. * For IE 6/7 only
  25. * Include this rule to trigger hasLayout and contain floats.
  26. */
  27. .cf {
  28. *zoom: 1;
  29. }
  30. html {
  31. height: 100%;
  32. }
  33. body {
  34. height: 100%;
  35. font: 14px/22px "Helvetica Neue","Helvetica", Arial, sans-serif;
  36. color: white;
  37. -webkit-font-smoothing: antialiased;
  38. position: relative;
  39. background-color: rgb(31,31,31);
  40. background-position: 0 88px;
  41. }
  42. div.main {
  43. border: 2px solid transparent;
  44. position: absolute;
  45. top: 88px;
  46. bottom: 0;
  47. left: 0;
  48. right: 0;
  49. }
  50. div.main.drop {
  51. border: 2px solid yellow;
  52. }
  53. #header {
  54. text-align: center;
  55. height: 88px;
  56. background-color: rgb(255, 132, 0);
  57. background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 132, 0)), to(rgb(255, 100, 0)));
  58. background-image: -webkit-linear-gradient(top, rgb(255, 132, 0), rgb(255, 100, 0));
  59. background-image: -moz-linear-gradient(top, rgb(255, 132, 0), rgb(255, 100, 0));
  60. background-image: -ms-linear-gradient(top, rgb(255, 132, 0), rgb(255, 100, 0));
  61. background-image: -o-linear-gradient(top, rgb(255, 132, 0), rgb(255, 100, 0));
  62. background-image: linear-gradient(top, rgb(255, 132, 0), rgb(255, 100, 0));
  63. }
  64. .nav {
  65. height: 88px;
  66. padding: 14px;
  67. }
  68. .nav:before {
  69. content: "%%WEBINTF_TITLE%%";
  70. font-family: "Raleway", "Helvetica Neue";
  71. font-size: 36px;
  72. line-height: 60px;
  73. }
  74. .btn {
  75. display: inline-block;
  76. background-color: transparent;
  77. color: white;
  78. font-size: 1.3em;
  79. font-weight: bold;
  80. line-height: 52px;
  81. text-align: center;
  82. padding: 0 12px;
  83. height: 58px;
  84. min-width: 140px;
  85. cursor: pointer;
  86. }
  87. .btn:hover{
  88. opacity: 0.5;
  89. }
  90. .btn:active{
  91. opacity: 0.25;
  92. }
  93. .linkBtn {
  94. float: left;
  95. width: 82px;
  96. }
  97. .linkBtn .icon {
  98. height: 60px;
  99. background-image: url('data:image/png;base64,iVBORw0KGgoAAAAN\
  100. SUhEUgAAACYAAAAqCAYAAADf/ynVAAAEMElEQVRYw82YbUhTURjHLbPUMkojQ\
  101. 7Awh4rh28ygQCR6ISg/hIj4gkQmFvjNUszYFyXKan5JIqQMihTRRCkzzWmGgS\
  102. 0T8q10rmEiNjXNmpJTb/9Hzmxd3bzb1c0H/nC455zn/u55ec5zrgPHcQ5iBHO\
  103. HAiApFMrK7qL9ioTaxIDCeaJnjvYEc6+rq7s6OTnZNT8//2d2dlZH5fr6+hyx\
  104. oyYKLCkpSQogPcczepaQkBBqFzDYhsbGxhzOhCkUimxqYw+w7cPDw/WmwIaGh\
  105. l6hjZvNwaRSqQRT9ssUGOom/P39fWwOVl1dncatYOXl5edtCgZzwVQ9RjkBio\
  106. WuQTegW5AMSoQuDQ4OPkJbZ1uC7dHr9V9QdjHTbufMzIyK2toMrLCwMBox68V\
  107. K7dDmTUFBwWmbgFG07+3tLUD5ooD2GT09PXLqYwswj+npaSXK3gLa+01NTSmp\
  108. z5qDpaWlHdTpdN0UxwR8xA6AqVNTUyPWFIwieXNzswzT85Ad1iGQBNoLeTF5Q\
  109. 76sLryvr+8J9bH0FLAUzA3R/jVG4WtZWVm6q6trxDKZxYKorqqqKgM7cwR9Go\
  110. SMsNVgQUFB+7HTfhsCKELGj5GRkbdqtbqsu7v7QWdnZ1F/f3+JVqtVoG7M0I7\
  111. 6UN81A6uoqEjhrDT0vbAmYBTBVSrVU2vBqK8lp4AlYJ4IEwPWgqHvN/Kx6mBy\
  112. ufwUJ9KYj9UDo/y9q6srXywYNki+0LuA4NweIeIdyjUiuF6RD6F3AUFg8fHxw\
  113. XNzc5RN0NdmQeMWAE1B16kvQsgn3BNCrAaj4YZ20WKlaN7U1HQFYLeN2m\yFz\
  114. kJ3oOfQB+gzbT6oHaKU+y50DlocIfi4ibtAJjshPNk7HC0B8zOO4qOjo5V4Hi\
  115. X2EgsdQ0Cu4p0SfoLAYFsiIyOjWlpa8tra2uRY9PdxrGjYNIoFc8Yp8J18km9\
  116. 6B70L79wsB\MxzfHy8zXiRYMRq8XzjKvxOcJqYmGg19j02NvYez3evCJabm3u\
  117. cv3o7Ojrusel1EgHlAh2gc5XvXyaTHTULRplme3u7nN8R+Zc6ICDgCOrDWFrj\
  118. JiSNoVGmrALyof8ZcXFxJ+ng5/tXKpVL4tuSeIWh/rjcnqchj42NPcH7cRLIc\
  119. q99DNiblX1Z3eIPl7y8vDjEMY0J3638+PYfWHJychguqnOmAhK2uw6HcUlxcX\
  120. Gqh4fHIVO5mEESieRwaWlpOq56NfA7a+ZyrI+JiQleFoymBvEqW2jUhLMZTHE\
  121. fcq/GgYGBSsoeSBqN5hkSQwXqVOZg+NbQ0JBlvDyMwbbhy2o5Oxne/ZIYloB5\
  122. eXl5I8b8tBcYvZsYloBhLSRydjbG8A+MtipSkiJ7gxGDIWws/uvCL8pOe4MRg\
  123. +E2tQCWkpIiMRcmbGXEQCyLYDjxz3DrxMASbbz4M7n1Y5eNwQIh7TqA0jIWh7\
  124. 9sCR/uX\PB8PQAAAABJRU5ErkJggg==');
  125. background-position: 36px 6px;
  126. background-repeat: no-repeat;
  127. }
  128. .uploadBtn {
  129. float: right;
  130. position: relative;
  131. overflow: hidden;
  132. font-family: "Helvetica Neue";
  133. font-weight: lighter;
  134. font-size: 54px;
  135. }
  136. #fileupload {
  137. opacity: 0;
  138. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  139. filter: alpha(opacity=0);
  140. -moz-opacity: 0;
  141. -khtml-opacity: 0;
  142. position: absolute;
  143. top: 0;
  144. right: 0;
  145. bottom: 0;
  146. font-size: 1000px !important;
  147. cursor: pointer;
  148. }
  149. .messageUpload {
  150. margin: 80px 0px;
  151. }
  152. .messageUpload h1 {
  153. font-size: 30px;
  154. font-weight: bold;
  155. text-align: center;
  156. text-shadow: 1px 1px 2px black;
  157. line-height: 60px;
  158. }
  159. .messageUpload p {
  160. text-align: center;
  161. text-shadow: 1px 1px 2px black;
  162. }
  163. .messageDownload {
  164. margin: 50px 0px;
  165. }
  166. .messageDownload h1 {
  167. font-size: 30px;
  168. font-weight: bold;
  169. text-align: center;
  170. text-shadow: 1px 1px 2px black;
  171. line-height: 60px;
  172. }
  173. .messageDownload p {
  174. text-align: center;
  175. text-shadow: 1px 1px 2px black;
  176. }
  177. .files {
  178. text-align: left;
  179. margin-left: 20px;
  180. text-shadow: 1px 1px 2px black;
  181. line-height: 30px;
  182. }
  183. .uploads li {
  184. height: 80px;
  185. padding: 0 20px;
  186. position: relative;
  187. }
  188. .uploads li:nth-child(2n),
  189. .downloads li:nth-child(odd) {
  190. background-color: rgba(0,0,0,0.2);
  191. }
  192. .uploads .filename, .done, .fail {
  193. font-size: 20px;
  194. line-height: 50px;
  195. text-align: left;
  196. height: 40px;
  197. padding: 0 20px;
  198. position: relative;
  199. margin: 10px auto;
  200. }
  201. .downloads li {
  202. font-size: 20px;
  203. line-height: 50px;
  204. text-align: left;
  205. height: 100%;
  206. width: 100%;
  207. padding: 0 20px;
  208. margin: 5px;
  209. }
  210. .downloads li:hover,
  211. .downloads lu:hover {
  212. background-color: rgb(255, 132, 0);
  213. background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 132, 0)), to(rgb(255, 100, 0)));
  214. background-image: -webkit-linear-gradient(top, rgb(255, 132, 0), rgb(255, 100, 0));
  215. background-image: -moz-linear-gradient(top, rgb(255, 132, 0), rgb(255, 100, 0));
  216. background-image: -ms-linear-gradient(top, rgb(255, 132, 0), rgb(255, 100, 0));
  217. background-image: -o-linear-gradient(top, rgb(255, 132, 0), rgb(255, 100, 0));
  218. background-image: linear-gradient(top, rgb(255, 132, 0), rgb(255, 100, 0));
  219. }
  220. /*.downloads img {
  221. width: 80px;
  222. height: 45px;
  223. -webkit-border-radius: 5px;
  224. -moz-border-radius: 5px;
  225. border-radius: 5px;
  226. vertical-align: middle;
  227. }*/
  228. .downloads {
  229. width: 80%;
  230. margin: 0 auto;
  231. display: block;
  232. position: relative;
  233. }
  234. @media (max-width: 960px) {
  235. .downloads {
  236. width: 100%;
  237. }
  238. }
  239. .downloads > div {
  240. width: 25%;
  241. /*height: 300px;*/
  242. float: left;
  243. display: inline-block;
  244. -webkit-background-size: cover;
  245. -moz-background-size: cover;
  246. background-size: cover;
  247. }
  248. .main.downloads > div .content {
  249. display: none;
  250. }
  251. @media (max-width: 1280px) {
  252. .main.downloads > div {
  253. width: 33.33333%;
  254. }
  255. }
  256. @media (max-width: 960px) {
  257. .main.downloads > div {
  258. width: 50%;
  259. }
  260. }
  261. @media (max-width: 480px) {
  262. .main.downloads > div {
  263. width: 100%;
  264. }
  265. }
  266. .downloads .inner {
  267. display: block;
  268. background-image: url("gradient-cell.png");
  269. background-position: bottom center;
  270. background-repeat: repeat-x;
  271. position: relative;
  272. width: 100%;
  273. height: 100%;
  274. z-index: 0;
  275. }
  276. .downloads a.inner {
  277. color:white;
  278. }
  279. .downloads a.inner:hover .icon {
  280. opacity:.7;
  281. }
  282. .downloads a.inner:hover .infos {
  283. opacity: 0;
  284. }
  285. .downloads .inner .icon {
  286. opacity: 0;
  287. -webkit-transition: opacity .2s;
  288. -o-transition: opacity .2s;
  289. transition: opacity .2s;
  290. background-color: black;
  291. background-position: center center;
  292. background-repeat: no-repeat;
  293. height: 100%;
  294. width: 100%;
  295. z-index: 99;
  296. }
  297. .downloads .inner .icon.bgz {
  298. -webkit-background-size: 40%;
  299. background-size: 40%;
  300. }
  301. .downloads .inner .down.icon {
  302. background-image: url(web-download-fixed.png);
  303. }
  304. .downloads .inner .open.icon {
  305. background-image: url(web-open-fixed.png);
  306. }
  307. .downloads .inner .down.icon.bgz {
  308. background-image: url(web-download.png);
  309. }
  310. .downloads .inner .open.icon.bgz {
  311. background-image: url(web-open.png);
  312. }
  313. .downloads .inner .infos {
  314. width: 100%;
  315. display: inline-block;
  316. position: absolute;
  317. bottom: 0;
  318. -webkit-transition: opacity .2s;
  319. -o-transition: opacity .2s;
  320. transition: opacity .2s;
  321. }
  322. .downloads .inner .infos span {
  323. width: 100%;
  324. /*background:red;*/
  325. padding:3px 10px 0 13px;
  326. overflow-y: hidden;
  327. display: inline-block;
  328. text-shadow: 0 2px 0 rgba(0,0,0,0.5);
  329. }
  330. .downloads .inner .infos span.first-line {
  331. font-size: 1.3em;
  332. }
  333. .downloads .inner .infos span.second-line {
  334. font-size: 1em;
  335. }
  336. #overlay {
  337. position: absolute;
  338. display: none;
  339. opacity:0;
  340. background:black;
  341. background:rgba(0,0,0,.8);
  342. left: 0;
  343. top: 0;
  344. bottom: 0;
  345. right: 0;
  346. }
  347. #overlay.shown {
  348. opacity: 1;
  349. display: block;
  350. }
  351. #overlay #modal {
  352. position: absolute;
  353. background:rgb(31,31,31);
  354. width: 50%;
  355. height: 50%;
  356. top: 25%;
  357. left: 25%;
  358. }
  359. #overlay #modal .downloads {
  360. width: 100%;
  361. }
  362. #overlay #modal .downloads > div {
  363. width: 50%;
  364. }
  365. @media (min-width: 1280px) {
  366. #overlay #modal .downloads > div {
  367. width: 25%;
  368. }
  369. }
  370. @media (max-width: 1280px) {
  371. #overlay #modal .downloads > div {
  372. width: 50%;
  373. }
  374. }
  375. #menu ul li ul {
  376. display:none;
  377. }
  378. #menu ul li:hover ul {
  379. display:block;
  380. background-color: rgb(42,42,42);
  381. }
  382. .uploads .progress {
  383. height: 20px;
  384. border: 0px solid white;
  385. border-radius: 20px;
  386. position: relative;
  387. overflow: hidden;
  388. padding: 2px;
  389. }
  390. .uploads .progress .barWrapper {
  391. position: absolute;
  392. top:0px;
  393. left:0px;
  394. right:0px;
  395. bottom:0px;
  396. background-color: rgb(42,42,42);
  397. }
  398. .uploads .progress .bar {
  399. background-color: white;
  400. position: absolute;
  401. top:0px;
  402. left:0px;
  403. right:0px;
  404. bottom:0px;
  405. border-radius:20px;
  406. color:#1F1F1F;
  407. text-align:center;
  408. }
  409. .uploads li.fail .progress .bar {
  410. background-image: none;
  411. background-color: transparent;
  412. box-shadow: none;
  413. }
  414. .uploads .progress .dots {
  415. padding: 0 8px;
  416. line-height: 0px;
  417. font-size: 20px;
  418. font-weight: bold;
  419. float: left;
  420. color: rgb(255, 132, 0);
  421. }
  422. .uploads .progress .dots:before {
  423. content: "uploading ";
  424. color: white;
  425. line-height: 12px;
  426. font-size: 12px;
  427. }
  428. .uploads li.fail .progress:before,
  429. .uploads li.done .progress .bar:before {
  430. line-height: 20px;
  431. font-size: 12px;
  432. font-weight: bold;
  433. padding: 0 12px;
  434. float: right;
  435. }
  436. .uploads li.fail .progress:before {
  437. content: "File transfer failed";
  438. color: rgb(255, 132, 0);
  439. }
  440. .uploads li.done .progress .bar:before {
  441. content: "File transfer complete";
  442. color: white;
  443. }
  444. .uploads li:hover .stop {
  445. display: block;
  446. }
  447. .uploads li.done:hover .stop,
  448. .uploads li.fail:hover .stop {
  449. display: none;
  450. }
  451. .uploads .stop {
  452. width: 26px;
  453. height: 26px;
  454. border-radius: 50%;
  455. background-color: #ff3b30;
  456. position: absolute;
  457. top: 8px;
  458. right: 8px;
  459. cursor: pointer;
  460. display: none;
  461. }
  462. .uploads .stop:before {
  463. content: "-";
  464. font-size: 44px;
  465. text-align: center;
  466. line-height: 18px;
  467. width: 100%;
  468. padding-left: 4px;
  469. }
  470. #footer {
  471. font-size: .9em;
  472. line-height: 1.3em;
  473. margin-top: 40px;
  474. padding-bottom: 8px;
  475. text-align: center;
  476. color: rgb(120, 120, 120);
  477. text-shadow: 1px 1px 2px black;
  478. width: 100%;
  479. }
  480. #footer a{
  481. color: rgb(255, 132, 0);
  482. }