andrew4582

stats.css

Aug 22nd, 2010
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.62 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:30%;
  127. }
  128.  
  129. #status_area div{display:inline;}
  130.  
  131. #displayOptions
  132. {
  133.     float:right;
  134.     height:100%;
  135.     width:60%;
  136. }
  137. /*~~~~~~~~~~~~~~~~~~~~~~~~~~azureus.xsl~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  138. .statistics
  139. {
  140.     display: inline-table;
  141.     border: 0px solid #000;
  142.     width: 100%;
  143.     padding: 5px;
  144. }
  145. .statistics table
  146. {
  147.     font-size: 14px;
  148. }
  149. .statistics table thead
  150. {
  151.     height: 15px;
  152.     font-size: 14px;
  153. }
  154. .statistics tr
  155. {
  156.     height: 15px;
  157.     border: 1px solid #E5E5E5;
  158. }
  159. .statistics td
  160. {
  161.     height: 35px;
  162.     border: 1px solid #E5E5E5;
  163. }
  164. .settings
  165. {
  166.     padding: 5px;
  167. }
  168. /*~~~~~~~~~~~~~~~~~~~~~~~~~~Download Table~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  169. .download-dl_speed
  170. {
  171.     font-weight:normal;
  172.     color:Blue;    
  173.    
  174. }
  175. .download-ul_speed
  176. {
  177.     font-weight:normal;    
  178.     color:red;
  179. }
  180. #downloads {
  181.     border: 0px solid #000;
  182. }
  183. #downloads td {
  184.     border: 0px solid #000;
  185. }
  186. #downloads .table_header td
  187. {
  188.     border-bottom: 1px solid #000;
  189.     background-color: #EAEAEA;
  190. }
  191. #downloads .table_header {color:#000;font-weight:bold;}
  192. #downloads .table_header .dname{ width:220px;}
  193. #downloads .table_row .dname{ font-size:small; width:220px;}
  194.  
  195. td .dname{}
  196.  
  197. td .dsize{}
  198. td .dstatus{}
  199. td .dlspeed{}
  200. td .dpercent_done{}
  201. td .dstatus{}
  202. td .deta{}
  203. td .dshare_ratio{}
  204. td .dulspeed{}
  205. td .ddownloaded{}
  206. td .duploaded{}
  207.  
  208. .action{margin:0 2px; padding:0 2px; display:inline-block;width:50px;}
  209. .action:hover{cursor:pointer;text-decoration: underline;color:Blue;}
Advertisement
Add Comment
Please, Sign In to add comment