andrew4582

stats_CSS_Aug_22_2010_404PM2

Aug 22nd, 2010
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.48 KB | None | 0 0
  1. /*
  2. Main Layout
  3. font-family: Verdana, Arial, Helvetica, sans-serif;
  4. background-image: url(../Images/DBZ/Background.gif);
  5.  
  6. font: 100.01% "Trebuchet MS" ,Verdana,Arial,sans-serif;
  7.  
  8.     background-repeat: repeat-x;
  9. */
  10. body
  11. {
  12.     margin: 0px;
  13.     background-color: #608FC8;
  14.     font: 100.01% "Trebuchet MS" ,Verdana,Arial,sans-serif;
  15.     line-height: 12px;
  16. }
  17. hr
  18. {
  19.     color: #E5E5E5;
  20.     background-color: #E5E5E5;
  21.     height: 1px;
  22.     border: 0;
  23.     margin-bottom: 5px;
  24.     margin-top: 6px;
  25. }
  26. a:link
  27. {
  28.     color: Navy;
  29.     text-decoration: none;
  30. }
  31. a:visited
  32. {
  33.     color: Navy;
  34.     text-decoration: none;
  35. }
  36. a:active
  37. {
  38.     color: Navy;
  39.     text-decoration: none;
  40. }
  41. a:hover
  42. {
  43.     color: Navy;
  44.     text-decoration: underline;
  45. }
  46. /*~~~~~~~~~~~~~~~~~~~~~~~~~~Container~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  47. #page_container
  48. {
  49.     width: 97%;
  50.     min-width: 300px;
  51.     min-height: 600px;
  52.     margin: 10px 20px 10px 20px;
  53.     border: 0px solid #818181;
  54.     position: inherit;
  55.     background-color: White;
  56.     border: .05px solid #818181;
  57. }
  58.  
  59. #container_content
  60. {
  61.     min-height: 500px;
  62.     padding: 15px;
  63.     position: inherit;
  64.     border-left: 0px solid #818181;
  65.     border: 0px solid black;
  66. }
  67. /*~~~~~~~~~~~~~~~~~~~~~~~~~~Header~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  68. #container_header
  69. {
  70.     width: 100%;
  71.     max-height: 60px;
  72.     border-bottom: 0px solid #E5E5E5;
  73. }
  74.  
  75. #title
  76. {
  77.     padding: 0px;
  78.     margin: 20px 0px 20px 0px;
  79.     font: 100% "Verdana";
  80.     font-size: 22px;
  81.     font-weight: bold;
  82.     color: #000;
  83. }
  84.  
  85. #container_footer
  86. {
  87.     clear: both;
  88.     height: 15px;
  89.     padding: 10px;
  90.     text-align: center;
  91.     padding-top: 10px;
  92.     border-top: 1px solid #818181;
  93. }
  94. /*~~~~~~~~~~~~~~~~~~~~~~~~~~stats.htm~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  95. #refreshIntervalCustom
  96. {
  97.     margin-left: 10px;
  98.     display: inline;
  99. }
  100. .hidden
  101. {
  102.     visibility: hidden;
  103. }
  104. .visible
  105. {
  106.     visibility: visible;
  107. }
  108. #result
  109. {
  110.     margin: 0px;
  111. }
  112. #top_contents
  113. {
  114.     position:relative;
  115.     font-size:small;
  116.     height:25px;
  117. }
  118. #enableRefreshCheck
  119. {
  120.     visibility:hidden;
  121. }
  122. #status_area
  123. {
  124.     float:left;
  125.     height:100%;
  126.     width:300px;
  127. }
  128.  
  129. #status_area div{display:inline;}
  130.  
  131. #displayOptions
  132. {
  133.     float:right;
  134.     height:100%;
  135.     width:450px;
  136. }
  137. #parent {
  138.     border: solid 1px #aaa;
  139.     text-align: center;
  140.     white-space: nowrap;
  141.     font-size: 20px;
  142.     letter-spacing: 35px;
  143.     line-height: 12px;
  144.     overflow: hidden;
  145.     width: 615px;
  146. }
  147.  
  148. .child {
  149.     width: 230px;
  150.     height: 100px;
  151.     border: solid 0px #ccc;
  152.     display: inline-block;
  153.     letter-spacing: normal;
  154.     font-size: normal;
  155.     white-space: normal;
  156.     text-align: normal;
  157.     vertical-align: middle;
  158. }
  159.  
  160. .rlpanel{position:relitive; width:100%;height:150x;}
  161. .leftpanel{float:left; width:50%; height:100%;display: inline-block;}
  162. .rightpanel{float:right; width:50%; height:100%;display: inline-block;}
  163. /*~~~~~~~~~~~~~~~~~~~~~~~~~~azureus.xsl~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  164. .statistics
  165. {
  166.     display: inline-table;
  167.     border: 0px solid #000;
  168.     width: 100%;
  169.     padding: 5px;
  170. }
  171. .statistics table
  172. {
  173.     font-size: 14px;
  174. }
  175. .statistics table thead
  176. {
  177.     height: 15px;
  178.     font-size: 14px;
  179. }
  180. .statistics tr
  181. {
  182.     height: 15px;
  183.     border: 1px solid #E5E5E5;
  184. }
  185. .statistics td
  186. {
  187.     height: 35px;
  188.     border: 1px solid #E5E5E5;
  189. }
  190. .settings
  191. {
  192.     padding: 5px;
  193. }
  194. /*~~~~~~~~~~~~~~~~~~~~~~~~~~Download Table~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  195. .download-dl_speed
  196. {
  197.     font-weight:normal;
  198.     color:Blue;    
  199.    
  200. }
  201. .download-ul_speed
  202. {
  203.     font-weight:normal;    
  204.     color:red;
  205. }
  206. #downloads {
  207.     border: 0px solid #000;
  208. }
  209. #downloads td {
  210.     border: 0px solid #000;
  211. }
  212. #downloads .table_header td
  213. {
  214.     border-bottom: 1px solid #000;
  215.     background-color: #EAEAEA;
  216. }
  217. #downloads .table_header {color:#000;font-weight:bold;}
  218. #downloads .table_header .dname{ width:220px;}
  219. #downloads .table_row .dname{ font-size:small; width:220px;}
  220.  
  221. td .dname{}
  222.  
  223. td .dsize{}
  224. td .dstatus{}
  225. td .dlspeed{}
  226. td .dpercent_done{}
  227. td .dstatus{}
  228. td .deta{}
  229. td .dshare_ratio{}
  230. td .dulspeed{}
  231. td .ddownloaded{}
  232. td .duploaded{}
  233.  
  234. .action{margin:0 2px; padding:0 2px; display:inline-block;width:50px;}
  235. .action:hover{cursor:pointer;text-decoration: underline;color:Blue;}
  236. h5{font-size:12px;margin-bottom:5px;}
  237.  
  238. #displayHistoryTitle{float:right; font-size:12px;font-weight:normal;margin-top:3px;}
  239. ul.avg{line-height: 20px;margin-top:0;}
  240. span.avg { margin:0 10px; font-weight:bold;font-size:14px;}
  241. .ulavg{ color:Navy;}
  242. .dlavg{ color:Navy;}
Advertisement
Add Comment
Please, Sign In to add comment