Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Main Layout
- font-family: Verdana, Arial, Helvetica, sans-serif;
- background-image: url(../Images/DBZ/Background.gif);
- font: 100.01% "Trebuchet MS" ,Verdana,Arial,sans-serif;
- background-repeat: repeat-x;
- */
- body
- {
- margin: 0px;
- background-color: #608FC8;
- font: 100.01% "Trebuchet MS" ,Verdana,Arial,sans-serif;
- line-height: 12px;
- }
- hr
- {
- color: #E5E5E5;
- background-color: #E5E5E5;
- height: 1px;
- border: 0;
- margin-bottom: 5px;
- margin-top: 6px;
- }
- a:link
- {
- color: Navy;
- text-decoration: none;
- }
- a:visited
- {
- color: Navy;
- text-decoration: none;
- }
- a:active
- {
- color: Navy;
- text-decoration: none;
- }
- a:hover
- {
- color: Navy;
- text-decoration: underline;
- }
- /*~~~~~~~~~~~~~~~~~~~~~~~~~~Container~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
- #page_container
- {
- width: 97%;
- min-width: 300px;
- min-height: 600px;
- margin: 10px 20px 10px 20px;
- border: 0px solid #818181;
- position: inherit;
- background-color: White;
- border: .05px solid #818181;
- }
- #container_content
- {
- min-height: 500px;
- padding: 15px;
- position: inherit;
- border-left: 0px solid #818181;
- border: 0px solid black;
- }
- /*~~~~~~~~~~~~~~~~~~~~~~~~~~Header~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
- #container_header
- {
- width: 100%;
- max-height: 60px;
- border-bottom: 0px solid #E5E5E5;
- }
- #title
- {
- padding: 0px;
- margin: 20px 0px 20px 0px;
- font: 100% "Verdana";
- font-size: 22px;
- font-weight: bold;
- color: #000;
- }
- #container_footer
- {
- clear: both;
- height: 15px;
- padding: 10px;
- text-align: center;
- padding-top: 10px;
- border-top: 1px solid #818181;
- }
- /*~~~~~~~~~~~~~~~~~~~~~~~~~~stats.htm~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
- #refreshIntervalCustom
- {
- margin-left: 10px;
- display: inline;
- }
- .hidden
- {
- visibility: hidden;
- }
- .visible
- {
- visibility: visible;
- }
- #result
- {
- margin: 0px;
- }
- #top_contents
- {
- position:relative;
- font-size:small;
- height:25px;
- }
- #enableRefreshCheck
- {
- visibility:hidden;
- }
- #status_area
- {
- float:left;
- height:100%;
- width:30%;
- }
- #status_area div{display:inline;}
- #displayOptions
- {
- float:right;
- height:100%;
- width:60%;
- }
- /*~~~~~~~~~~~~~~~~~~~~~~~~~~azureus.xsl~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
- .statistics
- {
- display: inline-table;
- border: 0px solid #000;
- width: 100%;
- padding: 5px;
- }
- .statistics table
- {
- font-size: 14px;
- }
- .statistics table thead
- {
- height: 15px;
- font-size: 14px;
- }
- .statistics tr
- {
- height: 15px;
- border: 1px solid #E5E5E5;
- }
- .statistics td
- {
- height: 35px;
- border: 1px solid #E5E5E5;
- }
- .settings
- {
- padding: 5px;
- }
- /*~~~~~~~~~~~~~~~~~~~~~~~~~~Download Table~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
- .download-dl_speed
- {
- font-weight:normal;
- color:Blue;
- }
- .download-ul_speed
- {
- font-weight:normal;
- color:red;
- }
- #downloads {
- border: 0px solid #000;
- }
- #downloads td {
- border: 0px solid #000;
- }
- #downloads .table_header td
- {
- border-bottom: 1px solid #000;
- background-color: #EAEAEA;
- }
- #downloads .table_header {color:#000;font-weight:bold;}
- #downloads .table_header .dname{ width:220px;}
- #downloads .table_row .dname{ font-size:small; width:220px;}
- td .dname{}
- td .dsize{}
- td .dstatus{}
- td .dlspeed{}
- td .dpercent_done{}
- td .dstatus{}
- td .deta{}
- td .dshare_ratio{}
- td .dulspeed{}
- td .ddownloaded{}
- td .duploaded{}
- .action{margin:0 2px; padding:0 2px; display:inline-block;width:50px;}
- .action:hover{cursor:pointer;text-decoration: underline;color:Blue;}
Advertisement
Add Comment
Please, Sign In to add comment