J1.5

Difference between revisions of "Customising the Beez template/CSS/layout.css/a:hover,a:active,a:focus"

From Joomla! Documentation

< J1.5:Customising the Beez template‎ | CSS/layout.css
(New page: <source lang="css"> →‎##### layout.css line 19-23 ####: a:hover,a:active,a:focus { background:#000; color:#FFF; } </source> <includeonly> :Further information: [[Customising th...)
 
Line 12: Line 12:
 
</includeonly>
 
</includeonly>
 
:Storage location: [[Customising the Beez template/CSS/layout.css|layout.css]]
 
:Storage location: [[Customising the Beez template/CSS/layout.css|layout.css]]
 +
[[Category:Customizing Beez]]

Revision as of 06:30, 16 March 2013

The "J1.5" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

/* ##### layout.css line 19-23 #### */

a:hover,a:active,a:focus
{
    background:#000;
    color:#FFF;
}
Storage location: layout.css