home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2008 February / MAC_easy_02_08.iso / Software / Top-Ten-Programme / Cyberduck-2.8.4.dmg / Cyberduck.wdgt / Upload.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-01-24  |  1.4 KB  |  107 lines

  1. body,
  2. html,
  3. form { margin: 0; }
  4.  
  5. #front
  6. {
  7.     width: 158px;
  8.     height: 221px;
  9.     background: transparent url("Images/front.png") no-repeat bottom left;
  10. }
  11.  
  12. #duck
  13. {
  14.     width: 158px;
  15.     height: 221px;
  16.     background: transparent url("Images/duck.png") no-repeat center 30px;
  17. }
  18.  
  19. #nickname
  20. {
  21.     display: none;
  22. }
  23.  
  24. #serverlabel
  25. {
  26.     position: absolute;
  27.     text-align: center;
  28.     left: 0;
  29.     bottom: 40px;
  30.     width: 130px;
  31.     margin: 0 14px;
  32.     font-family: "Lucida Sans";
  33.     font-weight: bold;
  34.     font-size: 8pt;
  35.     color: #fff;
  36.     text-shadow: 0 1px 2px #000;
  37. }
  38.  
  39. #catcheye:hover { text-decoration: underline; }
  40.  
  41. #back
  42. {
  43.     width: 158px;
  44.     height: 221px;
  45.     display: none;
  46.     background: transparent url("Images/back.png") no-repeat bottom left;
  47. }
  48.  
  49. .flip
  50. {
  51.     position: absolute;
  52.     bottom: 20px;
  53.     right: 14px;
  54.     z-index: 3000;
  55.     width: 13px;
  56.     height: 13px;
  57. }
  58.  
  59. #flip { background: transparent url("file:///System/Library/WidgetResources/ibutton/white_i.png") no-repeat left top; }
  60.  
  61. #fliprollie
  62. {
  63.     opacity: 0.3;
  64.     display: none;
  65.     background: transparent url("file:///System/Library/WidgetResources/ibutton/white_rollie.png") no-repeat left top;
  66. }
  67.  
  68. select#bookmarks 
  69.     width: 130px; 
  70. }
  71.  
  72. select#bookmarks option:before 
  73.     content:url(Images/bookmark.png);
  74. }
  75.  
  76. select#protocol 
  77.     width: 60px;
  78.     margin: 2px 0; 
  79. }
  80.  
  81. .button
  82. {
  83.     position: absolute;
  84.     bottom: 20px;
  85. }
  86.  
  87. div#done { right: 14px; }
  88.  
  89. div#prefs {
  90.     padding: 71px 14px 0 14px; 
  91. }
  92.  
  93. input[type=text]
  94. {
  95.     margin: 0;
  96.     width: 130px; 
  97. }
  98.  
  99. p
  100. {
  101.     margin: 0;
  102.     padding: 2px 0;
  103. }
  104.