View Single Post
  #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