Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   Forum F.A.Q problem (http://www.bvlist.com/showthread.php?t=5093)

Giorgatzelos 17th June 2010 13:54

Forum F.A.Q problem
 
PHP Code:

h2{
    
color:#666666;
    
font-size:90%;
    
font-family:arial;
    
margin:10px 10px 10px 10px;
    
font-weight:bold;
    }
    
    
h2 span{
        
font-size:105%;
        
font-weight:normal;
    }
    
    
ul{
        
margin:0px 0px 0px 0px;
        
padding:35px 0px 0px 0px;
    }
    
    
li{
    
margin:0px 0px 1px 15px;
    
padding:2px;
    list-
style-type:none;
    
display:block;
    
width:90px;
    
background-color#c0c0c0;
    
}
    
    
li a{
        
width:100%;
    }
    
    
li a:link,
    
li a:visited{
    
color:#2EB4F3;
    
font-family:verdana;
    
font-size:70%;
    
text-decoration:none;
    
display:block;
    
margin:0px 0px 0px 0px;
    
padding:0px;
    
width:100%;
    }
    
    
li a:hover{
    
color:#666666;
    
text-decoration:inherit;
    
background-color#c0c0c0;
    
}
    
    
#sideBar{
    
positionfixed;
    
widthauto;
    
height380px;
    
bottom0px;
    
right:0px;
    
background-image:url(images/test2.png);
    
background-position:top left;
    
background-repeat:no-repeat;
    }
    
    
#sideBarTab{
    
float:left;
    
height:0px;
    
width:28px;
    }
    
    
#sideBarTab img{
    
border:0px solid #FFFFFF;
    
}
    
    
#sideBarContents{
    
overflow:hidden !important;
    }
    
    
#sideBarContentsInner{
        
width:164px;
    } 

when i paste these lines in style.css of the affiliates sidebar mod everything is f****ed up and nothing shows as it should in faq and forum[till now, did not check others]...is there a way to associate the theme to style2.css and paste the code there?

i found these line in main.php of the theme....
PHP Code:

if (is_readable("themes/$theme/style.css")) {
        echo 
"<link rel=\"StyleSheet\" href=\"$siteurl/themes/$theme/style.css\" type=\"text/css\">\n<script type=\"text/javascript\" 
src=\"
$siteurl/global.js\"></script>\n"

should i add something there?

joeroberts 18th June 2010 02:28

that maens there is a conflict with the two css codes and tell you figure out what it is
this well not go away even by calling for it with another page.

Giorgatzelos 18th June 2010 14:40

Is there any flash menu modded for the tracker?i realized that flash has not any conflicts with the site....

joeroberts 18th June 2010 14:47

Not that I know I dont deal with flash


All times are GMT +2. The time now is 03:17.

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