Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

FireBrick Custom CSS: Difference between revisions

Content deleted Content added
AA-Andrew (talk | contribs)
No edit summary
AA-Andrew (talk | contribs)
No edit summary
Line 6: Line 6:
<http css-url="http://example.com/css/myfb.css">
<http css-url="http://example.com/css/myfb.css">


For example, to change the header and footer bas from red to blue:
For example, to change the header and footer bas from red to blue, create your myfb.css file as:


<syntaxhighlight>
/*
Custoem css to make my FireBrick visibly different to normal ones
*/


div.header {
div.header {
Line 34: Line 38:
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000080', endColorstr='#202080')";
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000080', endColorstr='#202080')";
}
}
</syntaxhighlight>