Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > xBTiT
Reply
  #1  
Old 11th March 2024, 01:59
torrent365 torrent365 is offline
Member
 
Join Date: Feb 2024
Posts: 4
Thumbs up Torrent Title Colour
Hi,


i am using xbtit script anyone help me change torrent title colour? and make it bold


Click the image to open in full size.
Reply With Quote
  #2  
Old 11th March 2024, 19:20
miralsplet's Avatar
miralsplet miralsplet is offline
Senior Member
 
Join Date: Nov 2013
P2P
Posts: 39
Default
Look through the css file and find the part in the code where the color for the links is written and change it according to your wishes
Reply With Quote
  #3  
Old 11th March 2024, 19:42
torrent365 torrent365 is offline
Member
 
Join Date: Feb 2024
Posts: 4
Arrow
Quote:
Originally Posted by miralsplet View Post
Look through the css file and find the part in the code where the color for the links is written and change it according to your wishes

here the css code


Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html<tag:main_rtl /> xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><tag:main_title /></title>

<if:HAS_GA>  
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("<tag:main_google />");
pageTracker._trackPageview();
} catch(err) {}</script>
</if:HAS_GA> 

<meta http-equiv="content-type" content="text/html; charset=<tag:main_charset />" />
<link rel="stylesheet" href="<tag:main_css />" type="text/css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="Gray" href="style/NB-007DTFM/main.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="Blue" href="style/NB-007DTFM/blue.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="Turquoise" href="style/NB-007DTFM/turquoise.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="Green" href="style/NB-007DTFM/green.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="Red" href="style/NB-007DTFM/red.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="Pink" href="style/NB-007DTFM/pink.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="Orange" href="style/NB-007DTFM/orange.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="Yellow" href="style/NB-007DTFM/yellow.css" />
<script src="style/NB-007DTFM/scripts/styleswitch.js" type="text/javascript"></script>
<tag:more_css />
<tag:main_jscript />
<script type='text/javascript' src='jscript/jquery-latest.min.js'></script>
<script type='text/javascript' src='jscript/jquery.jqDock.min.js'></script>
<script type='text/javascript' src='jscript/jquery.jqDock.js'></script>

<script type="text/javascript">

animatedcollapse.addDiv('header', 'fade=1,speed=1000,persist=1,hide=0')
animatedcollapse.addDiv('bottom_menu', 'fade=1,speed=1000,persist=1,hide=0')

//persist(1) uses a cookie to remember the toggled block either opened or closed and will remain in that state across your pages
//grouped like in the example below causes if you click to open one the other block(s) close
//examples of other traits  'fade=1,speed=1000,group=blocks,persist=1,hide=1')

animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted
    //$: Access to jQuery
    //divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID
    //state: "block" or "none", depending on state which is also (hide, 0 or 1) = (0)=("block" is opened) (1)=("none" is closed)
    //alert("1) DIV ID: " + divobj.id + "\n2) Current State: "+state)
}

animatedcollapse.init()

</script>

<if:HAS_MT>      
<script type="text/javascript" src="jscript/pm.js"></script>
<script>
var ss=jQuery.noConflict();
ss(document).ready(function() {

//Get the screen height and width
var maskHeight = ss(document).height();
var maskWidth = ss(window).width();
//Set heigth and width to mask to fill up the whole screen
ss('#mask').css({'width':maskWidth,'height':maskHeight});
//transition effect
setTimeout(function() {
ss('#mask').fadeIn(1000);
ss('#mask').fadeTo("slow",0.8);
}, 80000);
//if mask is clicked
ss('#mask').click(function () {
ss(this).hide();
});
});
</script>
<style>#mask{background-image: url("images/ma.gif");position:absolute;left:0;top:0;z-index:9000;background-color:#000;display:none;}</style>
</if:HAS_MT> 

<if:IS_DISPLAYED_1>
<!--[if lte IE 7]>
<style type="text/css">
#menu ul {display:inline;}
</style>
<![endif]-->
</if:IS_DISPLAYED_1>
</head>
<body>

<if:HAS_MTT>  
<div id="mask"></div>
</if:HAS_MTT> 
<tag:season />  

<if:IS_DISPLAYED_2>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td id="body-l" width="65"></td>
    <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="100%" height="26" id="topbar" style="padding:2px 0px 2px 0px;"><tag:main_slideIt />
        
        <div id="color-picker"><select class="csellect" name="switchcontrol" size="1" onChange="chooseStyle(this.options[this.selectedIndex].value, 60)">
<option class="csellect" value="none" selected="selected">Color</option>
<option class="cgray" value="Gray">Gray</option>
<option class="cblue" value="Blue">Blue</option>
<option class="cturquoise" value="Turquoise">Turquoise</option>
<option class="cgreen" value="Green">Green</option>
<option class="cred" value="Red">Red</option>
<option class="cpink" value="Pink">Pink</option>
<option class="corange" value="Orange">Orange</option>
<option class="cyellow" value="Yellow">Yellow</option>
</select></div></td>
      </tr>
    </table>
    <div id="container">
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="10" height="28" id="navbar-l"></td>
          <td height="28" id="navbar-m"><table border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td height="28"><div id="topnav"><ul>
            <li><a href="index.php">Home</a></li>
            <li><a href="index.php?page=users">Members</a></li>
            <li><a href="index.php?page=viewnews">News</a></li>
            <li><a href="index.php?page=extra-stats">Stats</a></li>
            <li><a href="index.php?page=torrents">Torrents</a></li>
            <li><a href="index.php?page=upload">Upload</a></li>
            <li><a href="index.php?page=forum">Forum</a></li>
        </ul></div></td>
              <td id="nav-r" width="38" height="28"></td>
            </tr>
          </table></td>
          <td width="32" height="28" id="navbar-r"></td>
        </tr>
      </table>


<table width="100%" border="0" cellspacing="0" cellpadding="0">

</table><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="7" height="26" id="subhead-l"></td>
    <td height="26" id="subhead-m"></td>
    <td width="7" height="26" id="subhead-r"></td>
  </tr>
</table>
<if:HAS_AT>   
<br /> <center>  <tag:advertop /> </center>  
</if:HAS_AT>  
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="3" height="6" id="main-tl"></td>
    <td height="6" id="main-tm"></td>
    <td width="3" height="6" id="main-tr"></td>
  </tr>
</table>

<table align="center" width="100%" cellpadding="5" cellspacing="5" border="0" background="style/NB-007DTFM/images/main-m.png">
  <tr><td valign="top"><div id='dropdown'><tag:main_dropdown /><div></</td>
      </tr>
    </table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="3" id="main-ml"></td>
    <td id="main-mm"><div id="main"><div>
      <if:guestt>  <div id="slideIt"></if:guestt>
        <div id="header">
        <table width="100%" cellpadding="0" cellspacing="6" border="0">
        <tr>
        <td valign="top"><tag:main_header /></td>
        </tr>
        </table>
        </div>
        </div>
    <div id="bodyarea">  
         <table border="0" align="center" cellpadding="0" cellspacing="6" width="100%">
         <tr>
         <if:HAS_LEFT_COL>
        <if:HAS_LEFT>
         <td class="scol" valign="top" width="185"><tag:main_left /></td>
        </if:HAS_LEFT_COL>
        </if:HAS_LEFT>
         <td id="ccol" valign="top"><tag:main_content /></td>
        <if:HAS_RIGHT_COL>
        <if:HAS_RIGHT>
         <td class="scol" valign="top" width="185"><tag:main_right /></td>
        </if:HAS_RIGHT_COL>
        </if:HAS_RIGHT>
         </tr>
         </table>

    </div>
        </div></div></td>
    <td width="3" id="main-mr"></td>
  </tr>
</table>




<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="3" id="main-ml"></td>
        <if:guesttt> <div id="slideIt2"><tag:main_slideIt2 /></if:guesttt>
        <td id="mcol" valign="top"><div id='bottom_menu'><tag:main_footer /><if:HAS_DIS><tag:news_text /><if:HAS_AB><center> <tag:adverbottom /> </center> <br /></if:HAS_AB></if:HAS_DIS></div></td>
</div>
    <td width="3" id="main-mr"></td>
  </tr>
</table>
    
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="3" height="5" id="main-bl"></td>
    <td height="5" id="main-bm"></td>
    <td width="3" height="5" id="main-br"></td>
  </tr>
</table>
    
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="7" height="56" id="footer-l"></td>
    <td height="56" align="center" valign="middle" id="footer-m"><div id="footer" valign="bottom" align="center"><tag:style_copyright /><tag:xbtit_debug /></div></td>
    <td width="7" height="56" id="footer-r"></td>
  </tr>
</table>
</div></td>
    <td id="body-r" width="67"></td>
  </tr>
</table>

<else:IS_DISPLAYED_2>
<div id="bodyarea" style="padding: 1ex 0ex 0ex 0ex;">  
<table border="0" align="center" cellpadding="0" cellspacing="0" width="100%">
  <tr>
    <td valign="top" width="5" rowspan="2"></td>
      <td valign="top"><tag:main_content /></td>
    <td valign="top" width="5" rowspan="2"></td>
   </tr>
 </table>
</div>
</if:IS_DISPLAYED_2>

 <if:anon>     
<script src="<tag:protected />/jscript/anon.js" type="text/javascript"></script>
<script type="text/javascript"><!--
protected_links = "<tag:protected />";
auto_anonymize();
//--></script>
 </if:anon> 
</body>
</html>

which part i should edit? i need to change colour, font size and make font bold.


plz help me....
Reply With Quote
  #4  
Old 11th March 2024, 21:06
miralsplet's Avatar
miralsplet miralsplet is offline
Senior Member
 
Join Date: Nov 2013
P2P
Posts: 39
Default
<link rel="stylesheet" href="<tag:main_css />" type="text/css" />

main_css is the styleshet of your website
Trust me the link from your site and I'll take a look.
Reply With Quote
  #5  
Old 11th March 2024, 21:23
torrent365 torrent365 is offline
Member
 
Join Date: Feb 2024
Posts: 4
Default
Quote:
Originally Posted by miralsplet View Post
<link rel="stylesheet" href="<tag:main_css />" type="text/css" />

main_css is the styleshet of your website
Trust me the link from your site and I'll take a look.

So your point is it's not available on main.css file...so where the code present. And in which file I need to be edit...I looked almost all files but can't find out I just need to to edit few thing title more bigger and bold...plz help me...

Bump: here the stylesheet



Quote:
/* from this point to end of file is the XBTIT FM DT extra CSS */
#dock { width:100%; height:50px; }
/*position and hide the menu initially - leave room for menu items to expand...*/
#dock_container { padding-bottom:20px; display:block; width:100%; }
#dock-item { position:absolute; top:0; left:0; width:100%; display:none; margin-top:147px; }
#dock-item a img { border: none; padding: 0px; display:inline-block; display: block; margin:0px auto; }
/*dock styling...*/
/*...centre the dock...*/
#dock-item div.jqDockWrap { display:inline-block; display: block; margin:0px auto; }
/*label styling...*/
#dock-item div.jqDockLabel {position: absolute; font-weight:bold; font-style:italic; font-size:9pt; white-space:nowrap; color:#EEE; text-transform: uppercase; text-shadow:1px 1px 1px #000; cursor:default; padding: 0px; margin: 0px; display: block; width: auto; text-decoration:none; text-align: left; }
/*---*/

/* Slider Image Positions */
#slideIt { diplay:block; width:100%; min-height:100%; } /* this is for the header block */
#slideIt2 { diplay:inline-block; width:100%; min-height:32px; } /* this is for the main_footer blocks */

.slide_spacer { height:40px; }

#diemthuy{
width:720px;
height:540px;
background-image:url(images/log.jpg);
background-repeat: no-repeat;
background-position: top center;
}

input#want_username, input#want_password{
padding-left: 20px;
background: #ffffff;
background-repeat: no-repeat;
background-position: top center;
}
input#want_username{
background-image: url(images/login_.gif);
}
input#want_password {
background-image: url(images/password_.gif);
}

/*DEFINE THE SHOUTBOX CSS */
.shoutbox_body { font-family: verdana; color: black; float: middle; background-color:#87898A; }
.shoutbox_contain { border: 0; height: 350; width: 100%; overflow: auto; align: middle; }
.shoutbox_history { border: 0;height: 100%;width: 100%;align: middle; }
.shoutbox_messageboxback { background-color:#87898A; }
.shoutbox_noalt { background-color: #87898A; }
.shoutbox_alt { background-color: #4D5157; }
.shoutbox_msgbox { width: 100%; font-size: 12px; background-color: AliceBlue;border: 1px solid black; }
.shoutbox_shoutbtn { font-size: 12px; background-color: AliceBlue;border: 1px solid black; font-weight: bold; }
.shoutbox_error { color: red;font-size: 13px; }

.ratingblock {
display:block;
margin-top:5px;
}

.loading {
height: 30px;
background: url(images/working.gif) 50% 50% no-repeat;
}

.unit-rating { /* the UL */
list-style:none;
margin: 0px;
padding:0px;
height: 30px;
position: relative;
background: url(images/starrating.gif) top left repeat-x;
}

.unit-rating li{
text-indent: -90000px;
padding:0px;
margin:0px;
float: left;
}

.unit-rating li a {
outline: none;
display:block;
width:30px;
height: 30px;
text-decoration: none;
text-indent: -9000px;
z-index: 20;
position: absolute;
padding: 0px;
}

.unit-rating li a:hover{
background: url(images/starrating.gif) left center;
z-index: 2;
left: 0px;
}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
background: url(images/starrating.gif) left bottom;
position: absolute;
height: 30px;
display: block;
text-indent: -9000px;
z-index: 1;
}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}

A:link, A:visited, A:active {
text-decoration: none;
color: #333;
font-size:12px;
}
A:hover {
text-decoration: underline;
color: #111;
}
#topnav {
display: block;
position: relative;
height: 28px;
float: left;
margin: 0px;
padding: 0px;
}
#topnav ul {
margin: 0px;
padding: 0;
list-style-type: none;
width: auto;
float: left;
height: 28px;
}
#topnav ul li {
display: block;
float: left;
height: 28px;
margin: 0px;
padding: 0px;
}
#topnav ul li a {
display: block;
float: left;
text-decoration: none;
height: 28px;
line-height: 28px;
color: #555;
background-image: url(images/gray/nav-btn.jpg);
background-repeat: no-repeat;
background-position: right top;
white-space: nowrap;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
margin: 0px;
padding-top: 0;
padding-right: 20px;
padding-bottom: 0;
padding-left: 5px;
font-weight: bold;
}
#topnav ul li a:hover {
color: #111;
text-decoration: none;
}
TD.red {
background-color: #BBB;
color: #990000;
border: 1px solid #444;
}
TD.green {
background-color: #BBB;
color: #009900;
border: 1px solid #444;
}
TD.yellow {
background-color: #BBB;
color: #999900;
border: 1px solid #444;
}
TD.red a:link {
color: #990000;
}
TD.green a:link {
color: #009900;
}
TD.yellow a:link {
color: #999900;
}
BODY {
background-color: #7e7e7e;
margin: 0px;
padding: 0px;
font-size: 11px;
color: #333;
}
#body-l {
background-image: url(images/gray/left.jpg);
background-repeat: repeat-y;
background-position: left top;
}
#body-r {
background-image: url(images/gray/right.jpg);
background-position: right top;
}
#topbar {
background-image: url(images/gray/top-bar.jpg);
background-repeat: repeat-x;
background-position: top;
}
#container {
background-color: #e2e2e2;
margin: 5px;
padding: 4px;
width: auto;
}
#navbar-l {
background-image: url(images/gray/navbar-l.jpg);
background-repeat: no-repeat;
background-position: left top;
}
#navbar-m {
background-image: url(images/gray/navbar-m.jpg);
background-repeat: repeat-x;
background-position: top;
}
#navbar-r {
background-image: url(images/gray/navbar-r.jpg);
background-repeat: no-repeat;
background-position: right top;
}
#topnav {
height: 28px;
line-height: 28px;
}
#nav-r {
background-image: url(images/gray/nav-r.jpg);
background-repeat: no-repeat;
background-position: left top;
}
#header-l {
background-image: url(images/gray/header-left.jpg);
background-repeat: no-repeat;
background-position: left top;
}
#header-m {
background-image: url(images/gray/header-bkg.jpg);
background-repeat: repeat-x;
background-position: top;
}
#logo {
background-image: url(images/gray/logo.jpg);
background-repeat: no-repeat;
background-position: left top;
display: block;
margin: 0px;
padding: 0px;
float: left;
height: 71px;
width: 40px;
}
#header-r {
background-image: url(images/gray/header-right.jpg);
background-repeat: no-repeat;
background-position: right top;
}
#subhead-l {
background-image: url(images/gray/sub-header-left.jpg);
background-repeat: no-repeat;
background-position: left top;
}
#subhead-m {
background-image: url(images/gray/sub-header-bkg.jpg);
background-repeat: repeat-x;
background-position: top;
}
#subhead-r {
background-image: url(images/gray/sub-header-right.jpg);
background-repeat: no-repeat;
background-position: right top;
}
#main-tl {
background-image: url(images/gray/main-tl.jpg);
background-repeat: no-repeat;
}
#main-tm {
background-image: url(images/gray/main-tf.jpg);
background-repeat: repeat-x;
background-position: top;
}
#main-tr {
background-image: url(images/gray/main-tr.jpg);
background-repeat: no-repeat;
}
#main-ml {
background-image: url(images/gray/main-ml.jpg);
background-repeat: repeat-y;
background-position: left;
}
#main-mm {
background-color: #e2e2e2;
}
#main-mr {
background-image: url(images/gray/main-mr.jpg);
background-repeat: repeat-y;
background-position: right;
}
#main-bl {
background-image: url(images/gray/main-bl.jpg);
background-repeat: no-repeat;
}
#main-bm {
background-image: url(images/gray/main-bf.jpg);
background-repeat: repeat-x;
}
#main-br {
background-image: url(images/gray/main-br.jpg);
background-repeat: no-repeat;
}#footer-l {
background-image: url(images/gray/footer-left.jpg);
background-repeat: no-repeat;
background-position: left;
}
#footer-m {
background-image: url(images/gray/footer-bkg.jpg);
background-repeat: repeat-x;
background-position: top;
}
#footer-r {
background-image: url(images/gray/footer-right.jpg);
background-repeat: no-repeat;
background-position: right;
}
#footer {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
text-align: center;
}
#color-picker {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
clear: right;
float: right;
width: 100px;
padding: 5px;
}
.csellect {
color: #CCCCCC;
background-color: #7e7e7e;
}
.cgray{
color: #555;
background-color: #bbb;
}
.cblue{
color: #0099FF;
background-color: #1818a0;
}
.cturquoise{
color: #8be8ff;
background-color: #07b4de;
}
.cgreen{
color: #66FF00;
background-color: #18a018;
}
.cred{
color: #ff9393;
background-color: #c91d1d;
}
.cpink{
color: #ffa7f9;
background-color: #ed28df;
}
.corange{
color: #FFCC66;
background-color: #e08007;
}
.cyellow{
color: #ffffff;
background-color: #e1e92c;
}
input {
font-size: 10px;
border: 1px solid #555;
background-color: #CCC;
color: #333;
}
select {
font-size: 10px;
border: 1px solid #555;
color: #333;
background-color: #CCC;
}
textarea {
font-size: 10px;
border: 1px solid #555;
background-color: #CCC;
color: #333;
padding: 6px;
}
.left-c {
padding-top: 5px;
padding-bottom: 5px;
vertical-align: top;
}
.center-c {
padding: 5px;
vertical-align: top;
}
.right-c {
padding-top: 5px;
padding-bottom: 5px;
vertical-align: top;
}
/* BLOCK STYLE */
.scol .NB-block, #ccol .NB-block {
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 6px;
margin-left: 0px;
}
.scol .btl{
width: 25px;
background-image: url(images/gray/NB-btl.jpg);
height: 34px;
}
.scol .btm{
background-image: url(images/gray/NB-btf.jpg);
background-repeat: repeat-x;
height: 34px;
}
.scol .btc{
background-repeat: no-repeat;
font-size: 11px;
color: #444444;
font-family: verdana, tahoma, arial, sans-serif;
background-image: url(images/gray/NB-btc.jpg);
padding-left: 2px;
text-align: left;
font-weight: bold;
background-position: left;
display: block;
}
.btitle {
height: 13px;
padding-top: 3px;
}
.scol .btr{
width: 8px;
background-image: url(images/gray/NB-btr.jpg);
height: 34px;
}
.scol .bml{
width: 4px;
background-repeat: repeat-y;
background-image: url(images/gray/NB-bml.jpg);
}
.scol .bmm{
background-image: url(images/gray/NB-bmm.jpg);
font-size: 11px;
color: #000;
font-family: Arial, Helvetica, sans-serif;
vertical-align:top;
background-repeat: repeat-y;
background-color: #b4b4b4;
padding-top: 4px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 4px;
margin: 0px;
background-position: left;
}
.scol .bmr{
width: 5px;
background-repeat: repeat-y;
background-image: url(images/gray/NB-bmr.jpg);
}
.scol .bbl{ width: 8px; background-image: url(images/gray/NB-bbl.jpg); }
.scol .bbb {
background-image: url(images/gray/NB-bbf.jpg);
background-repeat: repeat-x;
}
.scol .bbm{
width: 100%;
background-repeat: no-repeat;
background-image: url(images/gray/NB-bbm.jpg);
background-position: left;
}
.scol .bbr{ width: 8px; background-image: url(images/gray/NB-bbr.jpg); }

.btl{ width: 25px; background-image: url(images/gray/NB-ftl.jpg); }
.btm{
background-image: url(images/gray/NB-ftf.jpg);
background-repeat: repeat-x;
}
.btc{
background-repeat: no-repeat;
font-size: 11px;
color: #444444;
font-family: verdana, tahoma, arial, sans-serif;
background-image: url(images/gray/NB-ftc.jpg);
vertical-align: text-top;
padding-left: 2px;
text-align: left;
font-weight: bold;
background-position: left;
line-height: 34px;
height: 34px;
}
.btr{
width: 8px;
background-image: url(images/gray/NB-ftr.jpg);
}
.bml{
width: 4px;
background-repeat: repeat-y;
background-image: url(images/gray/NB-fml.jpg);
}
.bmm{
background-image: url(images/gray/NB-fmm.jpg);
font-size: 11px;
color: #000;
font-family: Arial, Helvetica, sans-serif;
vertical-align:top;
background-repeat: repeat-y;
background-color: #FFF;
padding-top: 4px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 4px;
margin: 0px;
background-position: left;
}
.bmr{
width: 5px;
background-repeat: repeat-y;
background-image: url(images/gray/NB-fmr.jpg);
}
.bbl{ width: 8px; background-image: url(images/gray/NB-fbl.jpg); }
.bbb {
background-image: url(images/gray/NB-fbf.jpg);
background-repeat: repeat-x;
}
.bbm{
width: 100%;
background-repeat: no-repeat;
background-image: url(images/gray/NB-fbm.jpg);
background-position: left;
}
.bbr{ width: 8px; background-image: url(images/gray/NB-fbr.jpg); }
/* A quote, perhaps from another post. */
.quote { color: #000; background:#8A8DD0; font-family: verdana, arial, helvetica, sans-serif; border: 1px solid #817cae; margin: 1px; padding: 1px; font-size: x-small; line-height: 1.4em; }
/* A code block - maybe even PHP ;). */
.code { color: #D0D0D0; background:#181818; font-family: courier new, times new roman, monospace; font-size: x-small; line-height: 1.3em; /* Put a nice border around it. */ border: 1px solid #565962; margin: 1px auto 1px auto; padding: 1px; width: 99%; /* If IE wrap its contents, Else show scrollbars. */ overflow: auto; /* Stop after about 24 lines, and just show a scrollbar. */ max-height: 24em; }
.post {
padding:0px;
margin:1px;
color:#000;
line-height: 1.4em;
text-align:left;
white-space:wrap;
overflow: auto;
}
.post table {
margin: 0px;
}
.pager {
background-image: url(images/NB_bcm.png);
background-repeat: repeat-x;
background-position: center center;
padding-top: 2px;
padding-right: 4px;
padding-bottom: 2px;
padding-left: 4px;
font-size: 10px;
font-weight: bold;
}
.pagercurrent {
background-image: url(images/NB_bcm.png);
background-repeat: repeat-x;
background-position: center center;
padding-top: 2px;
padding-right: 4px;
padding-bottom: 2px;
padding-left: 4px;
font-size: 10px;
font-weight: bold;
}
.pager a:link,
.pager a:visited,
.pagercurrent a:link,
.pagercurrent a:visited {
text-decoration:none;
color: #116a62;
}
.pager a:hover,
.pagercurrent a:hover {
text-decoration:none;
color: #0099FF;
}
#slide-img {
clear: left;
float: left;
width: 26px;
margin: 0px;
padding: 0px;
background-image: url(images/gray/close.png);
background-repeat: no-repeat;
background-position: top;
height: 26px;
}
#slide-img:hover {
background-image: url(images/gray/open.png);
}
#slideIt .header {
border: 1px solid #444;
background-color: #DDD;
line-height: 22px;
background-image: url(images/gray/catbg.jpg);
height: 28px;
}
#slideIt form table td {
background-color: #999;
border: 1px solid #444;
padding: 1px;
}
#slideIt form table TD.red {
background-color: #666;
color: #CC0000;
font-weight: bold;
}
#slideIt form table TD.green {
background-color: #666;
color: #00CC00;
font-weight: bold;
}
#slideIt form table TD.yellow {
background-color: #666;
color: #CCCC00;
font-weight: bold;
}
#slideIt .tool {
background-color: #CCC;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #444;
border-bottom-color: #444;
}
#slideIt .lista {
background-color: #666;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #444;
border-left-color: #444;
color: #CCCCCC;
}
.header {
border: 1px solid #444;
background-color: #DDD;
background-image: url(images/gray/catbg.jpg);
height: 28px;
margin: 0px;
padding: 6px;
}
#ccol .lista {
background-color: #CCCCCC;
border: 1px solid #444;
}
.error { color:black; font-weight: bold; font-size: 14pt; background:url(images/chr.gif); background-repeat: repeat-x;}
.information { color:black; font-weight: bold; font-size: 14pt; background:url(images/chb.gif); background-repeat: repeat-x;}
.success { color:black; font-weight: bold; font-size: 14pt; background:url(images/chg.gif); background-repeat: repeat-x;}
td.deleted {
background-color:#FF95AC;
color:#000000;
}
td.added {
background-color:#C1FF83;
color:#000000;
}
td.modified {
background-color:#DEDEDE;
color:#000000;
}

.clear {
clear:both;
}
.poller { /* The poller box */
width:100%;
overflow:hidden;
background-color: transparent;
}
.pollerTitle { /* Poller title above radio buttons */
margin-top:0px;
margin-bottom:5px;
font-weight:bold;
font-size:1em;
}
.pollerOption { /* Label for each radio button */
margin:0px;
}
.result_pollerOption { /* Label for each option above graph - i.e. results */
margin:0px;
font-size:0.8em;
}
.result_pollerTitle { /* Title of poller - when ajax shows the results */
margin-top:0px;
margin-bottom:5px;
font-weight:bold;
font-size:1em;
}
.result_pollGraph img { /* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
float:left;
}
.result_pollGraph div { /* The <div> tag where the percentage result is shown */
float:left;
height:12px;
background-repeat:repeat-x;
color:#FFF;
font-size:0.9em;
line-height:16px;
}
.result_pollGraph { /* Graph div - parent of both the corner images and the div displaying percentage votes */
height:12px;
}
.poller_waitMessage { /* Message when Ajax is working getting restults fromt the server */
display:none;
}
.result_totalVotes{
clear:left;
font-size:0.8em;
margin-top:10px;
font-style:italic;
background:transparent;
}
th {
text-align:left;
}
.formButton {
width:75px;
}
/* css for dropdown menu */
#menu {width:auto; height:30px; background:transparent; text-align:center; margin:0 auto;}
/* Donot change the values of this menu */
#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; background:#666666; border:1px solid #111111;}
#menu ul {display:inline-block;}

#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline-block; display:inline;}
#menu ul ul {position:absolute; left:-9999px; width:auto;}

#menu ul.level1 {margin:3px auto;}
#menu ul.level1 li.level1-li {float:left; display:block; position:relative;}

#menu b {position:absolute;} /* -- for IE6 non-flyout dropdowns to stop flickering - who knows why --*/

#menu a {display:block; font:normal 11px verdana,arial,sans-serif; color:#CCCCCC; line-height:26px; text-decoration:none; padding:0 20px;}
#menu ul.level1 li.level1-li a.level1-a {float:left;}

#menu ul li:hover > ul {visibility:visible; left:0; top:24px;}
#menu ul ul li:hover > ul {visibility:visible; left:100%; top:auto; margin-top:-25px; margin-left:-4px;}
#menu li.left:hover > ul {visibility:visible; left:auto; right:0; top:25px;}
#menu li.left ul li:hover > ul {visibility:visible; left:auto; right:100%; top:auto; margin-top:-25px; margin-right:-4px;}

#menu a:hover ul {left:0; top:25px;}
#menu li.left a:hover ul {left:auto; right:-1px; top:25px;}

#menu li.left ul a {text-align:right;}

#menu a:hover a:hover ul,
#menu a:hover a:hover a:hover ul {left:100%; visibility:visible;}
#menu li.left a:hover a:hover ul,
#menu li.left a:hover a:hover a:hover ul {left:auto; right:0; visibility:visible;}

#menu a:hover ul ul,
#menu a:hover a:hover ul ul {left:-9999px;}
#menu li.left a:hover ul ul,
#menu li.left a:hover a:hover ul ul {left:-9999px;}

#menu li a.drop {background:transparent url(images/white-down.gif) no-repeat right center;}
#menu li a.fly {background:transparent url(images/white-right.gif) no-repeat right center;}
#menu li.left ul a.fly {background:transparent url(images/white-left.gif) no-repeat left center;}

#menu li a:hover,
#menu li a.fly:hover {color:#CCCCCC; background-color:#666666; border-top:1px solid #111111; border-bottom:1px solid #111111;}
#menu li:hover > a,
#menu ul li:hover > a.fly {color:#CCCCCC; background-color:#666666; border-top:1px solid #111111; border-bottom:1px solid #111111;}

#menu table {position:absolute; height:0; width:0; left:0; border-collapse:collapse; margin-top:-6px;}
#menu table table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-30px; margin-left:-4px;}

#menu li.left table {position:absolute; height:0; width:0; left:auto; right:0; border-collapse:collapse; margin-top:-4px;}
#menu li.left table table {position:absolute; left:auto; right:100%; height:0; width:0; border-collapse:collapse; margin-top:-30px; margin-right:-4px;}
/* end menu */
/* ######### End Ajax Poll System ######### Start Ajax Chat ######### */
#chat {
overflow: auto;
width: 100%;
height: 220px;
padding: 0px;
}
#chatbarText {
width: 70%;
background-color: #FFFFFF;
background-image: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
#chatoutput .lista {
background-color: transparent;
background-image: none;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
margin: 0px;
padding: 0px;
}
#chatoutput ul {
list-style: none;
margin:0px;
padding:0px;
padding:5px 4px 6px 5px;
}
div.chatoutput {
color:#777;
line-height: 150%;
margin-bottom:2px;
background-color: #DDD;
border: 1px solid #999;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 3px;
padding-left: 10px;
}
div.loader {
background-image: url('images/ajaxchat/loading.gif');
background-repeat: no-repeat;
background-position:center center;
width:32px;
height:32px;
}

#chatoutput ul li {
}
#chatoutput ul li span.name {
display: block;
background:url(images/ajaxchat/bubble.png) no-repeat left;
padding-left:19px;
margin-bottom:1px;
font-weight: normal;
color: #005552;
}

#chatoutput ul li:hover span.name {
background:url(images/ajaxchat/bubblehover.png) no-repeat left;
}
form {
padding:0px;
margin:6px;
}
#chatoutput {
text-align: left;
margin-right: 0px;
}
/* swaps edit and delete images on mouse over */
img.EditSwap {
background:url(images/ajaxchat/shout_edit_gray.gif) no-repeat bottom;
}
img.EditSwap:hover {
background:url(images/ajaxchat/shout_edit.png) no-repeat bottom;
}
img.DeleteSwap {
background:url(images/ajaxchat/shout_delete_gray.gif) no-repeat bottom;
}
img.DeleteSwap:hover {
background:url(images/ajaxchat/shout_delete.png) no-repeat bottom;
}
/* end of swaping */

img.form {
background:url(images/ajaxchat/frame.png) no-repeat;
}
img.form:hover {
background:url(images/ajaxchat/frame_hover.png) no-repeat;
}
/* ######### End Ajax Chat ######### */
Reply With Quote
  #6  
Old 12th March 2024, 22:39
miralsplet's Avatar
miralsplet miralsplet is offline
Senior Member
 
Join Date: Nov 2013
P2P
Posts: 39
Default Torrent Title Colour
A:link, A:visited, A:active {
text-decoration: none;
color: #333;
font-size:12px;
}
A:hover {
text-decoration: underline;
color: #111;
}
#topnav {
display: block;
position: relative;
height: 28px;
float: left;
margin: 0px;
padding: 0px;
}
#topnav ul {
margin: 0px;
padding: 0;
list-style-type: none;
width: auto;
float: left;
height: 28px;
}
#topnav ul li {
display: block;
float: left;
height: 28px;
margin: 0px;
padding: 0px;
}
#topnav ul li a {
display: block;
float: left;
text-decoration: none;
height: 28px;
line-height: 28px;
color: #555;
background-image: url(images/gray/nav-btn.jpg);
background-repeat: no-repeat;
background-position: right top;
white-space: nowrap;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
margin: 0px;
padding-top: 0;
padding-right: 20px;
padding-bottom: 0;
padding-left: 5px;
font-weight: bold;
}
#topnav ul li a:hover {
color: #111;
text-decoration: none;
}
TD.red {
background-color: #BBB;
color: #990000;
border: 1px solid #444;
}
TD.green {
background-color: #BBB;
color: #009900;
border: 1px solid #444;
}
TD.yellow {
background-color: #BBB;
color: #999900;
border: 1px solid #444;
}
TD.red a:link {
color: #990000;
}
TD.green a:link {
color: #009900;
}
TD.yellow a:link {
color: #999900;
}
BODY {
background-color: #7e7e7e;
margin: 0px;
padding: 0px;
font-size: 11px;
color: #333;
}

Bump: Friend, in this code you have so many notes about the color that you can change everything as you wish.

Bump: If you can't find it otherwise, use the right click and you will see the result or part of the code you are looking for.
Reply With Quote
Reply

Tags
colour , title , torrent

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 11:26. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.