FireBrick Custom CSS: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
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> |
|||