J1.5 talk

Difference between revisions of "Customising the Milky Way template"

From Joomla! Documentation

Line 9: Line 9:
  
 
'''#page_bg {
 
'''#page_bg {
 +
 
background: #COLOR;'''
 
background: #COLOR;'''
  
 
Change "COLOR" to whatever color you want the site background to be (the big window background that exists "around" your joomla site").  Here's a [http://www.computerhope.com/htmcolor.htm reference of some colors]. [[User:Corsulian|Corsulian]] 15:21, 1 June 2008 (EDT)
 
Change "COLOR" to whatever color you want the site background to be (the big window background that exists "around" your joomla site").  Here's a [http://www.computerhope.com/htmcolor.htm reference of some colors]. [[User:Corsulian|Corsulian]] 15:21, 1 June 2008 (EDT)

Revision as of 14:22, 1 June 2008

Suggested Additions[edit]

From the perspective of a person relatively new to CSS and templates, the first question I had was:

  1. What can I do about changing this banner? Corsulian 14:24, 1 June 2008 (EDT)

Basic Additions[edit]

As this happens to be what I'm doing (hijacking the milkyway template for own devices), I'll attempt some updates here:

The Page Background[edit]

In the file, <root>/templates/rhuk_milkyway/css/white_bg.css there is some code:

#page_bg {

background: #COLOR;

Change "COLOR" to whatever color you want the site background to be (the big window background that exists "around" your joomla site"). Here's a reference of some colors. Corsulian 15:21, 1 June 2008 (EDT)