FireBrick Custom CSS: Difference between revisions
Appearance
	
	
Content deleted Content added
 →Example - changing font size: More coincide CSS  | 
				 →Internal inline CSS - using data URIs:  CSS more concise  | 
				||
| Line 114: | Line 114: | ||
Example, straight inline CSS (exercise caution regarding prohibited characters if adapting). 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.  | 
  Example, straight inline CSS (exercise caution regarding prohibited characters if adapting). 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 lang=xml><http css-url="data:text/css,@media screen{div.main,div.sidemenu div.menu a,div.topmenu,textarea{font-size:x-small}div.footer  | 
  <syntaxhighlight lang=xml><http css-url="data:text/css,@media screen{div.main,div.sidemenu div.menu a,div.topmenu,textarea{font-size:x-small}div.footer{padding:2px 10px 1px}div.footer *{vertical-align:top}}"  />  | 
||
</syntaxhighlight>  | 
  </syntaxhighlight>  | 
||
| Line 127: | Line 127: | ||
<syntaxhighlight>  | 
  <syntaxhighlight>  | 
||
css-url="data:text/css;charset=UTF-8;base64,  | 
  css-url="data:text/css;charset=UTF-8;base64,QG1lZGlhIHNjcmVlbntkaXYubWFpbixkaXYuc2lkZW1l  | 
||
bnUgZGl2Lm1lbnUgYSxkaXYudG9wbWVudSx0ZXh0YXJlYXtmb250LXNpemU6eC1zbWFsbH1kaXYuZm9vdGVye3BhZGR  | 
|||
lkZW1lbnUgZGl2Lm1lbnUgYSxkaXYudG9wbWVudSx0ZXh0YXJlYXtmb250LXNpemU6eC1zbWFsbH1ka  | 
  |||
pbmc6MnB4IDEwcHggMXB4fWRpdi5mb290ZXIgKnt2ZXJ0aWNhbC1hbGlnbjp0b3B9fQ=="  | 
|||
XYuZm9vdGVyLGRpdi5mb290ZXIgKnt2ZXJ0aWNhbC1hbGlnbjp0b3A7cGFkZGluZy10b3A6MnB4O3BhZ  | 
  |||
GRpbmctYm90dG9tOjFweH19"  | 
  |||
</syntaxhighlight>  | 
  </syntaxhighlight>  | 
||