FireBrick Custom CSS: Difference between revisions
Appearance
Content deleted Content added
fix syntax |
|||
| Line 121: | Line 121: | ||
</syntaxhighlight> |
</syntaxhighlight> |
||
Note the presence of the comma after <code>text/css</code>. This is essential in a <code>data</ |
Note the presence of the comma after <code>text/css</code>. This is essential in a <code>data</code> URI. |
||
=== Base64-encoded data === |
=== Base64-encoded data === |
||
| Line 130: | Line 130: | ||
In the following example, line-breaks may be included for readability. These ''must'' be removed and the whole string must be entered as a single line. |
In the following example, line-breaks may be included for readability. These ''must'' be removed and the whole string must be entered as a single line. |
||
<syntaxhighlight> |
<syntaxhighlight lang=html> |
||
css-url="data:text/css;charset=UTF-8;base64,QG1lZGlhIHNjcmVlbntkaXYubWFpbixkaXYuc2lkZW1l |
css-url="data:text/css;charset=UTF-8;base64,QG1lZGlhIHNjcmVlbntkaXYubWFpbixkaXYuc2lkZW1l |
||
bnUgZGl2Lm1lbnUgYSxkaXYudG9wbWVudSx0ZXh0YXJlYXtmb250LXNpemU6eC1zbWFsbH1kaXYuZm9vdGVye3 |
bnUgZGl2Lm1lbnUgYSxkaXYudG9wbWVudSx0ZXh0YXJlYXtmb250LXNpemU6eC1zbWFsbH1kaXYuZm9vdGVye3 |
||