Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   xBTiT (http://www.bvlist.com/forumdisplay.php?f=30)
-   -   Torrent Title Colour (http://www.bvlist.com/showthread.php?t=12788)

torrent365 11th March 2024 01:59

Torrent Title Colour
 
Hi,


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


https://i.postimg.cc/Gt27Mpq3/Screen...x-Torrents.png

miralsplet 11th March 2024 19:20

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

torrent365 11th March 2024 19:42

Quote:

Originally Posted by miralsplet (Post 57388)
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:


xmlns="http://www.w3.org/1999/xhtml">

<tag:main_title />

 























     











 


 



 
   
   
   
 

     
       
     
   

       
       

   

     
       
         
         
         
       
     






 
   
   
   
 

 
 
 
 
 

 
   
   
   
 



 
   


 
   
   
   
 

       

       
       

   
 
       
       
       
       
       

       
       
       
       
       
       

       
       
       
       


   

       






 
   
       

       


   
 

   

 
   
   
   
 

   

 
   
   
   
 




 

 
   
     
   
 
 




    


 




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


plz help me....

miralsplet 11th March 2024 21:06



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

torrent365 11th March 2024 21:23

Quote:

Originally Posted by miralsplet (Post 57390)


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
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 ######### */

miralsplet 12th March 2024 22:39

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.


All times are GMT +2. The time now is 00:42.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.