]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/OPAC/more_colors_in_tt2.adoc
LP#1830960: update release notes to account for Bootstrap
[working/Evergreen.git] / docs / RELEASE_NOTES_NEXT / OPAC / more_colors_in_tt2.adoc
1 Easier TPAC Customization via colors.tt2
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 Twelve new colors for TPAC have been added to the colors.tt2 file as well as 
4 having coresponding changes to the style.css.tt2 file. These use 
5 descriptive rather than abstract names. These changes help avoid 
6 situations were unreadable values are placed on top of each other 
7 and where different values are wanted for elements that only refernece 
8 a single color previously. Guidelines are below for setting values that 
9 correspond to the previous values used in the colors.tt2 file.  
10 For more diverse customizations the OPAC should be reviewed before 
11 a production load.
12
13 * 'footer' is used for the background color of the footer. It replaces the 
14 'primary'.
15 * 'footer_text' sets the text color in the footer and replaces 'text_invert' 
16 * 'header' sets the background of the header and replaces 'primary_fade'
17 * 'header_text' sets the color of text in the header and replaces 'text_invert'
18 * 'header_links_bar' sets the background of the links bar that separates the 
19 header on the front page of the opac and replaces 'background_invert'
20 * 'header_links_text' sets the text on the links bar and replaces 'text_invert'
21 * 'header_links_text_hover' set the hover text color on the links bar and 
22 replaces 'primary'
23 * 'opac_button' sets the background color of the My Opac button and replaces 
24 'control'
25 * 'opac_button_text' explicitly sets the text color on the My Opac button  
26 * 'opac_button_hover' sets the background color of the My Opac button when the 
27 mouse is hovering over it and replaces 'primary'
28 * 'opac_button_hover_text' sets the text color of the My Opac button when the 
29 mouse is hovering over it and replaces 'text invert'
30
31 Note that is patch is primarily meant for users who wish to continue
32 using TPAC rather than the Bootstrap skin for a while; new Evergreen
33 users are advised to use the now-default Bootstrap skin.