1
0

default.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. * {
  2. padding:0px;
  3. margin: 0px;
  4. border: none;
  5. border-spacing: 0px;
  6. font-family: Verdana, Helvetica;
  7. font-size: 12px;
  8. }
  9. #titleBar {
  10. background-color: #c1b18d;
  11. background-image: url("../pics/title_background_left.jpg");
  12. background-repeat: no-repeat;
  13. }
  14. #title {
  15. font-size: 1.5em;
  16. font-weight: 700;
  17. color: #585858;
  18. position: relative;
  19. top: 9px;
  20. left: 10px;
  21. }
  22. #logout {
  23. padding-right: 5px;
  24. position: absolute;
  25. right: 0px;
  26. background-image: url("../pics/title_background_right.jpg");
  27. background-repeat: no-repeat;
  28. background-position: right;
  29. }
  30. #logoutButton{
  31. height: 22px;
  32. width: 22px;
  33. display:block;
  34. background-image: url("../pics/logout.jpg");
  35. }
  36. #logoutButton:hover{
  37. background-image: url("../pics/logout_hover.jpg");
  38. }
  39. #mainMenu {
  40. position: absolute;
  41. left: 0px;
  42. width: 180px;
  43. padding-top: 10px;
  44. float: left;
  45. }
  46. li.mainMenu {
  47. margin-top: 5px;
  48. width: 160px;
  49. height: 16px;
  50. list-style-type: none;
  51. background-image: url("../pics/menu.jpg");
  52. background-repeat: no-repeat;
  53. }
  54. a.mainMenu {
  55. margin-left: 10px;
  56. font-weight: bold;
  57. color: #585858;
  58. text-decoration: none;
  59. }
  60. a.mainMenu:hover {
  61. color: #FFFFFF;
  62. }
  63. a.mainMenuActive {
  64. color: #FFFFFF;
  65. }
  66. ul.menu {
  67. position: relative;
  68. left: 8px;
  69. }
  70. li.menu {
  71. list-style-type: none;
  72. background-image: url("../pics/menu_box.jpg");
  73. background-repeat: repeat-y;
  74. }
  75. li.menu_last {
  76. height: 19px;
  77. list-style-type: none;
  78. background-image: url("../pics/menu_box_bottom.jpg");
  79. background-repeat: no-repeat;
  80. background-position: bottom left;
  81. }
  82. a.menu {
  83. margin-left: 10px;
  84. color: #585858;
  85. text-decoration: none;
  86. }
  87. a.menu:hover {
  88. color: #c1b18d;
  89. }
  90. #content {
  91. margin: 15px 180px 0px 180px;
  92. float: left;
  93. text-align: center;
  94. position: absolute;
  95. right: 0px;
  96. left: 0px;
  97. }
  98. #transfer_content {
  99. margin: 15px 0px 0px 0px;
  100. float: left;
  101. text-align: center;
  102. position: absolute;
  103. right: 0px;
  104. left: 0px;
  105. }
  106. #upload {
  107. height: 26px;
  108. text-align: center;
  109. background-image: url("../pics/upload.jpg");
  110. background-repeat: repeat-x;
  111. }
  112. span.upload_first {
  113. padding-right: 10px;
  114. position: relative;
  115. top: 5px;
  116. color: #585858;
  117. }
  118. span.upload {
  119. padding-left: 10px;
  120. padding-right: 10px;
  121. position: relative;
  122. top: 5px;
  123. color: #585858;
  124. }
  125. span.upload_last {
  126. padding-left: 10px;
  127. position: relative;
  128. top: 5px;
  129. color: #585858;
  130. }
  131. a.upload {
  132. color: #585858;
  133. text-decoration: none;
  134. }
  135. a.upload:hover {
  136. color: #c1b18d;
  137. text-decoration: none;
  138. }
  139. #uploadFirst {
  140. position: relative;
  141. top: -26px;
  142. height: 26px;
  143. background-image: url("../pics/upload_left.jpg");
  144. background-repeat: no-repeat;
  145. }
  146. #uploadLast {
  147. height: 26px;
  148. background-image: url("../pics/upload_right.jpg");
  149. background-repeat: no-repeat;
  150. background-position: right;
  151. }
  152. div.uploadClass {
  153. margin-left: 10px;
  154. margin-right: 10px;
  155. padding-left: 10px;
  156. padding-right: 10px;
  157. padding-top: 5px;
  158. background-color: #c1b18d;
  159. }
  160. #uploadBottom {
  161. height: 10px;
  162. margin-left: 10px;
  163. margin-right: 10px;
  164. background-color: #c1b18d;
  165. background-image: url("../pics/upload_bottom_left.jpg");
  166. background-repeat: no-repeat;
  167. }
  168. #uploadBottomEnd {
  169. height: 10px;
  170. margin-right: 10px;
  171. margin-left: 20px;
  172. position: relative;
  173. top: -10px;
  174. background-color: #c1b18d;
  175. background-image: url("../pics/upload_bottom_right.jpg");
  176. background-repeat: no-repeat;
  177. background-position: right;
  178. }
  179. #stats {
  180. position: absolute;
  181. right: 0px;
  182. width: 180px;
  183. margin-top: 15px;
  184. float: left;
  185. }
  186. #bandwidthTitle {
  187. margin-left: 20px;
  188. width: 160px;
  189. height: 16px;
  190. background-image: url("../pics/menu.jpg");
  191. background-repeat: no-repeat;
  192. }
  193. #drivespaceTitle {
  194. margin-top: 5px;
  195. margin-left: 20px;
  196. width: 160px;
  197. height: 16px;
  198. background-image: url("../pics/menu.jpg");
  199. background-repeat: no-repeat;
  200. }
  201. #close {
  202. padding-top: 10px;
  203. text-align: center;
  204. width: 100%;
  205. float: left;
  206. }
  207. #closeLink {
  208. color: #000000;
  209. text-decoration: none;
  210. }
  211. #errorTitle {
  212. color: #FF0000;
  213. font-size: 2em;
  214. font-weight: 700;
  215. padding-bottom: 10px;
  216. }
  217. #errorMessage {
  218. font-weight: 700;
  219. padding-bottom: 5px;
  220. }
  221. #statsDrivespace {
  222. margin-left: 30px;
  223. background-image: url("../pics/menu_box.jpg");
  224. background-repeat: repeat-y;
  225. }
  226. div.serverStatsBottom {
  227. height: 19px;
  228. background-image: url("../pics/menu_box_bottom.jpg");
  229. background-repeat: no-repeat;
  230. }
  231. span.serverStats {
  232. margin-left: 10px;
  233. color: #585858;
  234. }
  235. #warning {
  236. height: 26px;
  237. margin-bottom: 5px;
  238. text-align: center;
  239. background-image: url("../pics/warning.jpg");
  240. background-repeat: repeat-x;
  241. }
  242. #warningFirst {
  243. position: relative;
  244. top: -26px;
  245. height: 26px;
  246. background-image: url("../pics/warning_left.jpg");
  247. background-repeat: no-repeat;
  248. }
  249. #warningLast {
  250. height: 26px;
  251. background-image: url("../pics/warning_right.jpg");
  252. background-repeat: no-repeat;
  253. background-position: right;
  254. }
  255. #warningText {
  256. position: relative;
  257. top: 3px;
  258. color: #585858;
  259. font-size: 12pt;
  260. font-weight: 700;
  261. }
  262. #action_in_progress {
  263. height: 26px;
  264. margin-bottom: 5px;
  265. text-align: center;
  266. }
  267. #statsDiskspaceBar {
  268. padding-top: 5px;
  269. margin-left: 20px;
  270. margin-bottom: 2px;
  271. width: 100px;
  272. height: 30px;
  273. background-image: url("../pics/diskspaceBackground.jpg");
  274. background-repeat: no-repeat;
  275. background-position: bottom;
  276. }
  277. #statsDiskspaceBar2 {
  278. padding-top: 5px;
  279. margin-left: 20px;
  280. margin-bottom: 2px;
  281. width: 100px;
  282. height: 30px;
  283. }
  284. #diskspace {
  285. font-size: 9px;
  286. margin-left: 22px;
  287. color: #585858;
  288. }
  289. #statusInfos {
  290. width: 100%;
  291. }
  292. td.buttonLinks {
  293. height: 18px;
  294. padding-left: 5px;
  295. padding-right: 5px;
  296. vertical-align: top;
  297. }
  298. td.outlinks {
  299. height: 18px;
  300. padding-left: 5px;
  301. width: 100%;
  302. vertical-align: top;
  303. }
  304. #newUser {
  305. font-weight: 700;
  306. }
  307. #statsBandwidth {
  308. margin-left: 30px;
  309. background-image: url("../pics/menu_box.jpg");
  310. background-repeat: repeat-y;
  311. }
  312. div.cookie {
  313. font-weight: 700;
  314. }
  315. #settings {
  316. width: 100%;
  317. table-layout: fixed;
  318. padding-bottom: 5px;
  319. }
  320. #settings2 {
  321. width: 100%;
  322. table-layout: fixed;
  323. padding-bottom: 5px;
  324. padding-top: 10px;
  325. }
  326. td.settingsTitle {
  327. padding-top: 2px;
  328. padding-right: 10px;
  329. width: 70%;
  330. font-weight: 700;
  331. text-align: right;
  332. }
  333. td.settingsSetting {
  334. padding-top: 2px;
  335. padding-left: 10px;
  336. width: 30%;
  337. }
  338. td.settingsText {
  339. padding-top: 2px;
  340. padding-right: 10px;
  341. padding-bottom: 5px;
  342. width: 50%;
  343. text-align: right;
  344. }
  345. #statsUploadBar {
  346. padding-top: 5px;
  347. margin-left: 20px;
  348. margin-bottom: 2px;
  349. width: 100px;
  350. height: 30px;
  351. background-image: url("../pics/uploadBarBack.jpg");
  352. background-repeat: no-repeat;
  353. background-position: bottom;
  354. }