Results 1 to 7 of 7

Thread: CSS Mod

  1. #1

    Default CSS Mod

    Hi,

    i want to change the color of the text in the footer.tpl (About Us | Advertise | Partner & Friends | Privacy Policy | Copyright Issues). I can't find the line in the style.css to change it. I hope somebody can help me. Thanks in advance.

    regards

    Igor

    http://www.VioTV.net
    VioTV.net - Broadcasting Democracy

  2. #2
    Join Date
    Aug 2007
    Posts
    112

    Default Re: CSS Mod

    I may be wrong but i don't think you can change it just for the footer.tpl. I think it is changed Globally throughout the site in the css. Can someone else clarify?

  3. #3

    Default

    edit the footer.tpl and chage the class "menu" to "footermenu" and add the following code to style.css.

    If you need another color for footer menu you can chage here



    Code:
    a.footermenu, a.footermenu:link, a.footermenu:link:visited {
    font-family: Verdana, Arial;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    }
    
    a.footermenu:hover { color: #FF0; }

  4. #4

    Default Re: CSS Mod

    thanks guys, that works fine. to see how it looks like visit my site http://www.VioTv.net

    thanks again to all who helped me.

    schöne grüße

    igor
    VioTV.net - Broadcasting Democracy

  5. #5
    Join Date
    Dec 2007
    Posts
    1

    Default Re: CSS Mod

    I wanted to know...how did you get you website to look like that? I guess what I am asking is how do you change your website look and feel (template). I want to change my site color, header, fonts, and logo. What files are you editing, etc. ?

  6. #6

    Default

    For modifying site you need to edit the files in template folder.If you need to change the header edit the header.tpl file

  7. #7

    Default Re: CSS Mod

    Hi, thanks for visiting my site. I changed the table in the header.tpl and i changed my style.css.

    here is the header code. i hope i could help you :wink:

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <title>Viotv - Free lustige videos, Lustige Videos, Witzige Videos, Fun Clips</title>
    <meta name="author" content="Igor Samoruchow">
    <meta name="copyright" content="Igor Samoruchow 2007©">
    <Meta name = "Expires" content = "none">
    <meta name="keywords" content="free lustige videos, lustige video clips, kostenlose videos, viotv, lustig, witze, witzige, fun, funny, videoclips, ablachen, humor, videoportal, community">
    <meta name="description" content="free lustige videos, lustige video clips, kostenlose videos, viotv, lustig, witze, fun, funny, videoclips, ablachen, VioTv.net - das neue Videoportal mit Spassgarantie und spitzen Community">
    <Meta name = "Pagetopic" content = "Medien">
    <Meta name = "Pagetype" content = "Video">
    <Meta name = "Audience" content = "Alle">
    
    
    <link rel="alternate" type="application/rss+xml" title="20 Latest videos" href="{$baseurl}/rss/new/">
    <link rel="alternate" type="application/rss+xml" title="20 Most Viewed Videos" href="{$baseurl}/rss/views/">
    <link rel="alternate" type="application/rss+xml" title="20 Most Commented Videos" href="{$baseurl}/rss/comments/">
    
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    
    <script language="JavaScript" type="text/javascript">
    var imgurl='{$baseurl}/templates/images';
    var baseurl='{$baseurl}';
    </script>
    
    <script language="JavaScript" type="text/javascript" src="{$baseurl}/ajax/cpaint2.inc.js"></script>
    <script language="JavaScript" type="text/javascript" src="{$baseurl}/js/myjavascriptfx.js"></script>
    <script language="JavaScript" type="text/javascript" src="{$baseurl}/js/indexonly.js"></script>
    <script language="JavaScript" type="text/javascript" src="{$baseurl}/js/myjavascriptajax.js"></script>
    <script language="JavaScript" type="text/javascript" src="{$baseurl}/js/myjavascript.js"></script>
    <link href="{$baseurl}/templates/css/style.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    <!--
    -->
    </style>
    </head>
    <body>
    
    <table width="780" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
    <tr>
    <td>
    
    <table cellspacing="0"  border="0" cellpadding=0 width="100%">
    <tr valign="middle">
    <td align="right">[img]{$baseurl}/templates/images/logo.jpg[/img]
      <map name="m_logo" id="m_logo">
        <area shape="poly" coords="408,0,540,0,540,20,408,20,408,0" href="http://www.viotv.net" alt="" />
        <area shape="poly" coords="14,23,217,23,217,122,14,122,14,23" href="http://www.viotv.net" alt="" />
        <area shape="poly" coords="778,59,880,59,880,79,778,79,778,59" href="{$baseurl}/upload.php" alt="" />
        <area shape="poly" coords="565,59,655,59,655,79,565,79,565,59" href="{$baseurl}/groups.php" alt="" />
        <area shape="rect" coords="331,59,401,79" href="{$baseurl}/recent/" alt="" />
        <area shape="poly" coords="672,59,762,59,762,79,672,79,672,59" href="{$baseurl}/friends.php" alt="" />
        <area shape="poly" coords="419,59,548,59,548,79,419,79,419,59" href="{$baseurl}/channels.php" alt="" />
        <area shape="rect" coords="247,59,317,79" href="{$baseurl}/index.php" alt="" />
      </map></td>
    </tr>
    <tr valign="middle">
      <td align="right">{insert name="msg_count" assign=total_msg}
        <table cellspacing="0" cellpadding="0" border="0">
          <tr> {if $smarty.session.USERNAME ne ""}
            <td>{$smarty.session.USERNAME}!
                [img]{$baseurl}/templates/images/icon_mail_off.gif[/img] ({$total_msg}) </td>
            <td style="padding-right: 5px; padding-left: 5px; padding-bottom: 0px; padding-top: 0px">|</td>
            <td>Log Out</td>
            {else}
            <td>Sign Up</td>
            <td style="padding-right: 5px; padding-left: 5px; padding-bottom: 0px; padding-top: 0px">|</td>
            <td>Log In</td>
            {/if}
            <td style="padding-right: 5px; padding-left: 5px; padding-bottom: 0px; padding-top: 0px">|</td>
            <td>Help</td>
            <td style="padding-right: 5px; padding-left: 5px; padding-bottom: 0px; padding-top: 0px"> </td>
            <td>[img]{$baseurl}/templates/images/rss.gif[/img]</td>
          </tr>
        </table></td>
    </tr>
    </table>
    
    <div align="center">{if $head_bottom ne ""}
      {include file = head_bottom/$head_bottom}
      {/if}
      
      {if $head_bottom_add ne ""}
      {include file = head_bottom/$head_bottom_add}
      {/if} 
    
      
      {insert name=advertise adv_name='banner_top'}
      
      
    
      
      </div>
      
      <table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">
    </div>
    <tr valign=top>
    <td>
    VioTV.net - Broadcasting Democracy

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •