Change the template color
Hi.
Haw i change the color and text from this 2 box. The frist box is "feature this" and the second box is "inapropiate". The 2 box is with "no login users".
Please to pardon my ingles.
My Site http://www.x-myx.com/porn WARNING ADULT SITE
thank you very much
http://www.laguiadelpecado.net/fot/Screen.jpg
Re: Change the template color
If your talking about the view_video.tpl page, you can change it by looking at your CSS files.
Re: Change the template color
Edit view_video.tpl file and findout the following
<table border="0" width="100%" bgcolor="#ffff99">
you need to change the bgcolor (bgcolor="#ffff99") for changing he box color
Edit video.css and findout #video_tools_result
edit the background-color, and border-color
Re: Change the template color
Quote:
Edit video.css and findout #video_tools_result
edit the background-color, and border-color
Sanks for your anser.
I don't find the #video_tools_result
Down is my video.css file
div.video_block {
padding-bottom: 1em;
background-color: #100000;
}
div.video {
border:1px solid #d6daef;
margin:10px auto;
padding:6px;
width:160px;
height:225px;
background-color:#30373B;
overflow:hidden;
}
img.preview {
border:1px solid #30373A;
h: expression(onmouseover=new Function("this.style.border='2px solid #7F0000';"),onmouseout=new Function("this.style.border='1px solid #30373A';"));
}
img.preview:hover {
border:2px solid #7F0000;
}
div.video_block p {
margin:0;
padding:0;
margin-bottom: 3px;
}
p.video_title a, div.video_title a, .moduleEntryTitle {
font-size: 13px;
font-weight: bold;
margin-bottom: 2px;
color:#99CCFF;
}
p.video_title a:hover, div.video_title a:hover {
color: #CCFFFF;
}
p.video_details {
font-size: 12px;
color: #999999;
}
p.video_details a {
font-weight: normal;
color: #999999;
text-decoration: none;
}
p.video_details a:hover {
color: #FF7400;
}
p.video_description {
font-size: 12px;
margin: 8em;
padding: 8em;
}
div.video_description {
font-size: 12px;
margin: 0.5em 0;
}
div.video_tags a, div.video_tags a:visited {
font-size: 8pt;
font-weight: bold;
color: #99CCFF;
}
div.video_tags a:hover {
color: #CCFFFF;
text-decoration: underline;
}