Menu

#26 FIX or TIP for changing the color of the header bar

open
nobody
None
5
2004-07-10
2004-07-10
Anonymous
No

<P>Find these line in /issue-
tracker/themes/default/tpl</P>
<P><td class="header" align="left" width="80%"><img
src="{$smarty.env.imgs.logo}" width="200" height="48"
alt="Issue Tracker" /></td><BR><td class="header"
align="center" width="20%"></P>
<P>and change it to (change to any color you like):</P>
<P><td class="header" style="background-color:
#336699; color: #DFDFDF;" align="left"
width="80%"><img src="{$smarty.env.imgs.logo}"
width="200" height="48" alt="Issue
Tracker" /></td><BR><td class="header"
style="background-color: #336699; color: #DFDFDF;"
align="center" width="20%"></P>
<P>You can't change the CSS file, althought it might
also be possible to read an additional css file where you
override the 'header' class.<BR></P>

Discussion

  • Nobody/Anonymous

    Logged In: NO

    all HTML was rewuired here dont know how to paste it in
    another form....

    greatings l.roovers@nospam@hccnet.nl

     
  • Nobody/Anonymous

    Logged In: NO

    Or look into these files:
    The styles:
    - /issue-tracker/themes/default/theme.php
    - /issue-tracker/themes/default/screen.css

    The images
    - /issue-tracker/themes/default/image.php
    Here you basically define which imagefile to call for a certain
    situation.

    and change the .header section

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.