Advertisement
Guest User

Untitled

a guest
May 31st, 2013
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.72 KB | None | 0 0
  1. /* Global */
  2. * {
  3.     margin:0;
  4.     padding:0;
  5. }
  6. body {
  7.     font-size:20px;
  8. }
  9. a {
  10.     color:#aaffaa;
  11.     text-decoration:none;
  12. }
  13. a:hover {
  14.     text-decoration:underline;
  15. }
  16. button {
  17.     background-color:dimgray;
  18.     border:2px solid white;
  19.     color:white;
  20.     font-size:1em;
  21.     padding:2px;
  22. }
  23. button:hover {
  24.     background-color:white;
  25.     color:dimgray;
  26. }
  27. button:active {
  28.     border-color:dimgray;
  29. }
  30. input {
  31.     padding: 2px;
  32. }
  33. /* Header */
  34. /* Main Section */
  35. div#main {
  36.     width:1000px;
  37.     height:404px;
  38. }
  39. div.workplace {
  40.     height:400px; /*400*/
  41.     border-style:solid;
  42.     border-color:white;
  43.     border-width:2px 0 2px 2px;
  44.     float:left;
  45.     overflow:hidden;
  46. }
  47. div.workplace#normal {
  48.     background-color:cornflowerblue;
  49. }
  50. div.workplace#url {
  51.     background-color:mediumseagreen;
  52. }
  53. div.workplace#drop {
  54.     background-color:palevioletred;
  55. }
  56. div.workplace.wpright {
  57.     border-right-width:2px;
  58. }
  59. div.workplace.expanded {
  60.     width:916px; /*916*/
  61.     overflow:auto;
  62. }
  63. div.workplace.collapsed {
  64.     width:38px;
  65. }
  66. div.workplace.collapsed:hover {
  67.     cursor:pointer;
  68. }
  69. div.workplace#normal.collapsed:hover {
  70.     background-color:white;
  71.     color:cornflowerblue;
  72. }
  73. div.workplace#url.collapsed:hover {
  74.     background-color:white;
  75.     color:mediumseagreen;
  76. }
  77. div.workplace#drop.collapsed:hover {
  78.     background-color:white;
  79.     color:palevioletred;
  80. }
  81. div.method {
  82.     -moz-user-select:-moz-none;
  83.     -webkit-user-select:none;
  84.     cursor:default;
  85.     font-size:1.5em;
  86.     width:876px;
  87.     margin:20px;
  88. }
  89. div.workplace.collapsed div.method {
  90.     cursor:pointer;
  91.     margin:0;
  92.     font-size:1.2em;
  93.     height:34px;
  94.     width:600px;
  95.     -moz-transform:rotate(90deg);
  96.     -o-transform:rotate(90deg);
  97.     -webkit-transform:rotate(90deg);
  98.     -ms-transform:rotate(90deg);
  99.     transform:rotate(90deg);
  100.     -moz-transform-origin:left bottom;
  101.     -o-transform-origin:left bottom;
  102.     -webkit-transform-origin:left bottom;
  103.     -ms-transform-origin:left bottom;
  104.     transform-origin:left bottom;
  105. }
  106. div.userhandle {
  107.     width:876px;
  108.     margin:20px;
  109.     overflow:auto;
  110. }
  111. div.userhandle p {
  112.     margin:10px 0 10px 0;
  113. }
  114. div.userhandle li {
  115.     margin-left:40px;
  116. }
  117. textarea#urllist {
  118.     resize:vertical;
  119.     color:#333333;
  120.     background-color:lightgrey;
  121.     border:2px solid dimgray;
  122.     width:862px;
  123.     height:177px;
  124.     min-height:188px;
  125.     padding:5px;
  126.     line-height:120%;
  127. }
  128. textarea#urllist:hover,textarea#urllist:focus {
  129.     background-color:white;
  130.     color:black;
  131. }
  132. p.psubmit {
  133.     text-align:center;
  134. }
  135. ul#filelist {
  136.     list-style:none;
  137. }
  138. ul#filelist li {
  139.     display:inline-block;
  140.     margin:2px 20px 2px 0;
  141.     *float:left;
  142. }
  143. ul#filelist input {
  144.     width:310px;
  145.     background-color:lightgrey;
  146.     color:#333333;
  147.     border:2px solid dimgray;
  148. }
  149. div#settings {
  150.     clear:left;
  151.     border:2px solid white;
  152.     position:absolute;
  153.     left:0;
  154.     bottom:-40px;
  155.     background-color:goldenrod;
  156.     width:38px;
  157.     height:38px;
  158.     overflow:hidden;
  159. }
  160. div#param {
  161.     margin:20px;
  162.     width:660px;
  163.     height:210px;
  164. }
  165. div#param p {
  166.     margin:10px 0 10px 0;
  167. }
  168. input#thumb_size {
  169.     background-color:lightgrey;
  170.     color:#333333;
  171.     font-size:1em;
  172.     width:80px;
  173.     text-align:right;
  174.     padding:0 5px 0 5px;
  175.     border:2px solid dimgray;
  176. }
  177. input#thumb_size:hover,input#thumb_size:focus {
  178.     background-color:white;
  179.     color:black;
  180. }
  181. div#tsslider {
  182.     background-color:white;
  183.     border:2px solid white;
  184.     cursor:e-resize;
  185.     width:580px;
  186.     height:25px;
  187.     margin-top:-8px;
  188. }
  189. div.tsrange {
  190.     float:left;
  191.     color:black;
  192.     width:40px;
  193.     font-size:1em;
  194.     height:25px;
  195.     text-align:center;
  196. }
  197. div#tssliderctn {
  198.     float:left;
  199.     width:500px;
  200.     height:25px;
  201. }
  202. div#tssliderbar {
  203.     background-color:magenta;
  204.     height:25px;
  205. }
  206. div#seticon {
  207.     font-size:1.5em;
  208.     text-align:center;
  209.     cursor:pointer;
  210.     position:absolute;
  211.     right:0;
  212.     bottom:0;
  213.     width:38px;
  214.     height:38px;
  215.     background-color:goldenrod;
  216.     -moz-user-select:-moz-none;
  217.     -webkit-user-select:none;
  218. }
  219. div#seticon:hover {
  220.     color:goldenrod;
  221.     background-color:white;
  222. }
  223. span.help {
  224.     border-bottom:1px dotted white;
  225.     cursor:help;
  226. }
  227. div#tips {
  228.     text-align:center;
  229.     border:2px solid white;
  230.     position:absolute;
  231.     right:40px;
  232.     bottom:-40px;
  233.     background-color:goldenrod;
  234.     -moz-user-select:-moz-none;
  235.     -webkit-user-select:none;
  236.     width:660px;
  237.     height:28px;
  238.     overflow:hidden;
  239.     padding-top:10px;
  240.     cursor:default;
  241.     font-size:0.8em;
  242. }
  243. div#usertipsicon {
  244.     font-size:1.5em;
  245.     text-align:center;
  246.     cursor:pointer;
  247.     position:absolute;
  248.     right:0;
  249.     top:-40px;
  250.     width:38px;
  251.     height:38px;
  252.     background-color:red;
  253.     border:2px solid white;
  254.     cursor:pointer;
  255.     -moz-user-select:-moz-none;
  256.     -webkit-user-select:none;
  257. }
  258. div#usertipsicon:hover {
  259.     background-color:white;
  260.     color:red;
  261. }
  262. div#usertips {
  263.     font-size:1em;
  264.     position:absolute;
  265.     right:0;
  266.     top:0;
  267.     background-color:red;
  268.     border:2px solid white;
  269.     padding:20px;
  270.     max-height:400px;
  271.     max-width:956px;
  272.     overflow: auto;
  273. }
  274. /* Result */
  275. div#result {
  276.     width:996px;
  277.      
  278.     background-color:slateblue;
  279.     border-left:2px solid white;
  280.     border-right:2px solid white;
  281.     border-bottom:2px solid white;
  282.     margin-top:-50px;
  283. }
  284. div#resulttitle {
  285.     width:274px;
  286.     font-size:1.2em;
  287.     padding:10px;
  288.     text-align:center;
  289.     -moz-user-select:-moz-none;
  290.     -webkit-user-select:none;
  291.     cursor:default;
  292. }
  293. ul#resultlist {
  294.     width:976px;
  295.     margin:10px;
  296.     list-style:none;
  297. }
  298. ul#resultlist li {
  299.     display:inline-block;
  300.     border:2px solid white;
  301.     padding:20px;
  302.     margin:10px;
  303.     width:424px;
  304.     height:347px;
  305.     vertical-align:top;
  306. }
  307. ul#resultlist li.normalresult {
  308.     background-color:cornflowerblue;
  309. }
  310. ul#resultlist li.urlresult {
  311.     background-color:mediumseagreen;
  312. }
  313. ul#resultlist li.dropresult {
  314.     background-color:palevioletred;
  315. }
  316. ul#resultlist li div.preview {
  317.     width:424px;
  318.     min-height:200px;
  319.     text-align:center;
  320. }
  321. ul#resultlist li div.preview img {
  322.     border:0;
  323.     max-width:424px;
  324.     max-height:200px;
  325. }
  326. ul#resultlist li div.links {
  327.     height:143px;
  328. }
  329. ul#resultlist li div.links p {
  330.     margin:2px 0 2px 0;
  331.     font-size:0.8em;
  332.     text-align:right;
  333. }
  334. input.url {
  335.     width:200px;
  336.     background-color:lightgrey;
  337.     color:#333333;
  338.     border:2px solid dimgray;
  339.     font-size:1em;
  340. }
  341. input.url:hover {
  342.     width:416px;
  343.     background-color:white;
  344.     color:black;
  345. }
  346. ul#resultlist li.grabimg {
  347.     text-align:center;
  348. }
  349. ul#resultlist li.grabimg img {
  350.     max-width:424px;
  351.     max-height:347px;
  352. }
  353. ul#resultlist li.imgfail {
  354.     background-color:darkred;
  355.     overflow:auto;
  356. }
  357. ul#resultlist li div.errortitle,ul#resultlist li div.errorname,ul#resultlist li div.errormsg {
  358.     margin:20px 0 20px 0;
  359. }
  360. ul#resultlist li div.errortitle {
  361.     font-size:1.5em;
  362.     text-align:center;
  363. }
  364. ul#resultlist li div.errorname {
  365.     word-wrap:break-word;
  366. }
  367. ul#resultlist li.working {
  368.     background-image:url(site-img/p.svg);
  369.     background-position:50%;
  370.     background-image:url(site-img/p.gif)\9;
  371. }
  372. div#dragover {
  373.     position:fixed;
  374.     top:0;
  375.     bottom:0;
  376.     left:0;
  377.     right:0;
  378.     background-color:rgba(255,255,255,0.8);
  379.     color: silver;
  380. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement