Edgewall Software

Changes between Version 7 and Version 8 of CookBook/SiteStyleCss


Ignore:
Timestamp:
Jan 10, 2015, 12:35:30 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • CookBook/SiteStyleCss

    v7 v8  
    11= Interface Customization using site/style.css =
    22
    3 This page intends to collect useful snippets for including in a project style.css file. Any snippet below is intended to be included inside the style.css that was referenced from the [SiteHtml site.html] file.  Typically these are used to differentiate one Trac installation from another. See [TracInterfaceCustomization#SiteAppearance Trac Interface Customization] for information on enabling a site.css.
     3This page has some useful site styling tips. The snippets below should be included inside the style.css referenced from the [SiteHtml site.html] file. Typically these are used to differentiate one Trac installation from another. See [TracInterfaceCustomization#SiteAppearance Trac Interface Customization] for information on enabling a site.css.
    44
    55== Get the "Red" Out ==
    6 The theme of a the basic Trac installation is Red and Black on White.  To change most of the Red (!#b00) used in Trac to some other color, in this example Blue (!#00b):
     6The theme of a the basic Trac installation is Red and Black on White. To change most of the Red (!#b00) used in Trac to for example Blue (!#00b):
    77{{{
    88#!css
     
    1313}
    1414}}}
    15 This will change most of the Red in Trac and in Bitten.  However some additional plugins may still use Red where it would be desired to use the new theme color.
     15This will change most of the Red in Trac and in Bitten. However some additional plugins may still use Red where it would be desired to use the new theme color.
    1616
    1717== Change The Citation Colors ==
     
    3535
    3636== Adding Background Color to the Main Navigation Bar ==
    37 The main navigation bar (Wiki, Timeline, Roadmap, Browse Source, View Tickets, New Tickets, Search) appears in black on white.  To change the background color, in this example to a pale blue:
     37The main navigation bar (Wiki, Timeline, Roadmap, Browse Source, View Tickets, New Tickets, Search) appears in black on white.  To change the background color to for example a pale blue:
    3838{{{
    3939#!css