View Single Post
Old 11-15-2009, 10:37 PM   #92
Dopedangel
Wizard
Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.
 
Dopedangel's Avatar
 
Posts: 1,759
Karma: 30063305
Join Date: Dec 2006
Location: Singapore
Device: Boyue
You really need to add ability to change background color and text size as black on white is not the most comfortable to read for a long period of reading

A script like this would in the Contents bar that could change page background and text size would be a good Idea. I just copied pasted the source from somewhere
but I think you would get what I mean.


Quote:
Color:
<a href="javascript:BGColor('white')"> -1-</a>

<a href="javascript:BGColor('lightgrey')"> -2-</a>
<a href="javascript:BGColor('silver')"> -3-</a>
<a href="javascript:BGColor('beige')"> -4-</a>
<a href="javascript:BGColor('antiquewhite')"> -5-</a>
<a href="javascript:BGColor('navajowhite')"> -6-</a>
<a href="javascript:BGColor('wheat')"> -7-</a>

<a href="javascript:BGColor('burlywood')"> -8-</a>
<a href="javascript:BGColor('tan')"> -9-</a>


Text Size:
<a href="#" onclick="ChSize('10')">10</a>--
<a href="#" onclick="ChSize('11')">11</a>--
<a href="#" onclick="ChSize('12')">12</a>--
<a href="#" onclick="ChSize('13')">13</a>--

<a href="#" onclick="ChSize('14')">14</a>--
<a href="#" onclick="ChSize('15')">15</a>--
<a href="#" onclick="ChSize('16')">16</a>--
<a href="#" onclick="ChSize('17')">17</a>--
<a href="#" onclick="ChSize('18')">18</a>--
<a href="#" onclick="ChSize('19')">19</a>--
<a href="#" onclick="ChSize('20')">20</a>--
<a href="#" onclick="ChSize('21')">21</a>--
<a href="#" onclick="ChSize('22')">22</a>--

<a href="#" onclick="ChSize('23')">23</a>--
<a href="#" onclick="ChSize('24')">24</a>
Dopedangel is offline