View Single Post
  #1  
Old 17th June 2010, 13:54
Giorgatzelos's Avatar
Giorgatzelos Giorgatzelos is offline
Senior Member
 
Join Date: Nov 2009
Greece
Posts: 300
Default 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?
Reply With Quote