<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>Edit script source (RClick on yellow monkey in status line - manage scripts - choose this script - edit - first time choose editor) - this is one you need &lt;br&gt;
&lt;pre&gt;
var bg_color = &quot;#ffffe0&quot;; // this is LightYellow background
var border_color = &quot;#ffd700&quot;; 
var font_color = &quot;#4682b4&quot;;
var font_face = &quot;verdana&quot;;
var font_size = &quot;10px&quot;; 
&lt;/pre&gt;
change values as you want - you can write just
&quot;black&quot; or &quot;white&quot; or number (see. http://en.wikipedia.org/wiki/Web_colors for color names and values)&lt;br&gt;&lt;br&gt;

Sorry, now I look into my source code - and find it is too far from ideal, sometimes I wrote values direct inline into function, so to change fonts size and color for title and url find and change this&lt;br&gt; (!!!! This page show code incorect, so in next code lines there are font definitions, like &lt;code&gt;font-size: 13px; color: #8b0000;&lt;/code&gt;, but you can't see it here :)  )
&lt;pre&gt;
if (ttTitle) {ttTitle='&lt;font style=&quot;font-size: 13px; color: #8b0000;&quot;&gt;' + ttTitle+'&lt;/font&gt;&lt;br&gt;';} 
		 else {ttTitle='';}

&lt;/pre&gt;&lt;br&gt;
for title, and&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;
tt_div.innerHTML = ttTitle+favIco + 
		'&lt;font style=&quot;font-size: 12px&quot;&gt;' + ttUrlHost+'&lt;/font&gt;' + urlPage+tt_err;
&lt;/pre&gt;&lt;br&gt;
for link host (I made it larger than link to page)
&lt;br&gt; -- experiment with font sizes and make you preferences</body>
  <body-html>Edit script source (RClick on yellow monkey in status line - manage scripts - choose this script - edit - first time choose editor) - this is one you need &lt;br /&gt;&lt;pre&gt;
var bg_color = &quot;#ffffe0&quot;; // this is LightYellow background
var border_color = &quot;#ffd700&quot;; 
var font_color = &quot;#4682b4&quot;;
var font_face = &quot;verdana&quot;;
var font_size = &quot;10px&quot;; 
&lt;/pre&gt;
change values as you want - you can write just
&quot;black&quot; or &quot;white&quot; or number (see. &lt;a href=&quot;http://en.wikipedia.org/wiki/Web_colors&quot;&gt;http://en.wikipedia.org/wiki/Web_colors&lt;/a&gt; for color names and values)&lt;br /&gt;&lt;br /&gt;

Sorry, now I look into my source code - and find it is too far from ideal, sometimes I wrote values direct inline into function, so to change fonts size and color for title and url find and change this&lt;br /&gt; (!!!! This page show code incorect, so in next code lines there are font definitions, like &lt;code&gt;font-size: 13px; color: #8b0000;&lt;/code&gt;, but you can't see it here :)  )
&lt;pre&gt;
if (ttTitle) {ttTitle='&amp;lt;font&gt;' + ttTitle+'&amp;lt;/font&gt;&lt;br /&gt;';} 
		 else {ttTitle='';}

&lt;/pre&gt;&lt;br /&gt;
for title, and&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
tt_div.innerHTML = ttTitle+favIco + 
		'&amp;lt;font&gt;' + ttUrlHost+'&amp;lt;/font&gt;' + urlPage+tt_err;
&lt;/pre&gt;&lt;br /&gt;
for link host (I made it larger than link to page)
&lt;br /&gt; -- experiment with font sizes and make you preferences</body-html>
  <created-at type="datetime">2008-11-22T12:51:27Z</created-at>
  <forumable-id type="integer">30002</forumable-id>
  <forumable-type>Script</forumable-type>
  <id type="integer">79518</id>
  <topic-id type="integer">18051</topic-id>
  <updated-at type="datetime">2008-11-22T14:45:57Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">54535</user-id>
</post>
