Active Topics

 



Notices


Reply
Thread Tools
wodin's Avatar
Posts: 71 | Thanked: 2 times | Joined on Jan 2007
#11
Originally Posted by Karel Jansens View Post
IMO, the new catalogue is shite for anyone but the total, clueless, not-wanting-to-learn-anything-and-I-do-mean-anything-just-make-it-work-you-nerds newbie.
That would be me
Originally Posted by Karel Jansens View Post
Oh, BTW, there is a hardware escape key, first key below the D-pad. I'm pretty certain it's mapped to the real esc-key value.
Thanks guys. I actually found mc myself and got it installed and up an running. I found the editor after I got LeafPad running. Being the total, clueless, not-wanting-to-learn-anything-and-I-do-mean-anything-just-make-it-work-you-nerds newbie I think I like LeafPad better.
 
wodin's Avatar
Posts: 71 | Thanked: 2 times | Joined on Jan 2007
#12
Originally Posted by fpp View Post
The escape key is not on the virtual keyboards because you actually have a real one. It's the hardware key just down from directional pad.
YUP, Yup, yup! vi works now. Thanks again guys. Think I'll still use LeafPad though. I'm so much more comfortable in a GUI.
 
Karel Jansens's Avatar
Posts: 3,220 | Thanked: 326 times | Joined on Oct 2005 @ "Almost there!" (Monte Christo, Count of)
#13
Originally Posted by wodin View Post
That would be me
Thanks guys. I actually found mc myself and got it installed and up an running. I found the editor after I got LeafPad running. Being the total, clueless, not-wanting-to-learn-anything-and-I-do-mean-anything-just-make-it-work-you-nerds newbie I think I like LeafPad better.
I think it's quite clear to everybody that there is no chance in hell of you ever fitting into the category in which you are trying to put yourself.
 
aflegg's Avatar
Posts: 1,463 | Thanked: 81 times | Joined on Oct 2005 @ UK
#14
The other option is to include in your user CSS page a redefinition of the font sizes, so your zoom stays at 100%, but the text is bigger.

I've not looked into this, but something like the following, based on my existing instructions:

Code:
/* <pre><nowiki>*/
@import url("http://www.bleb.org/software/770/wikipedia/myskin.css");

p {
    font-size: 125%;
}

/* </nowiki></pre> */
Untested, YMMV.

HTH,

Andrew
__________________
Andrew Flegg -- mailto:andrew@bleb.org | http://www.bleb.org
Now known as
Jaffa
 
wodin's Avatar
Posts: 71 | Thanked: 2 times | Joined on Jan 2007
#15
Originally Posted by aflegg View Post
The other option is to include in your user CSS page a redefinition of the font sizes, so your zoom stays at 100%, but the text is bigger.

I've not looked into this, but something like the following, based on my existing instructions:

Code:
/* <pre><nowiki>*/
@import url("http://www.bleb.org/software/770/wikipedia/myskin.css");

p {
    font-size: 125%;
}

/* </nowiki></pre> */
Untested, YMMV.

HTH,

Andrew
Thanks Andrew,
I tried that, and it worked. Actully because of the extreem age of my eyeballs, I used 180%.

The results were somewhat less than acceptable as some text would be magnified, but others would not. I'm not sure of the reason, but it seemed to have something to do with footnotes. Having some text magnified and other text not REALLY screwed the page layout. I'll be undoing the edit later today when I have a break.
 
aflegg's Avatar
Posts: 1,463 | Thanked: 81 times | Joined on Oct 2005 @ UK
#16
Yeah, you'll need to look at the CSS to see which other styles need doing - as I said "something like the following" ;-)

You could also try replacing "p {" with "body {", whether that'll be better or worse, I've no idea.
__________________
Andrew Flegg -- mailto:andrew@bleb.org | http://www.bleb.org
Now known as
Jaffa
 
wodin's Avatar
Posts: 71 | Thanked: 2 times | Joined on Jan 2007
#17
Originally Posted by aflegg View Post
Yeah, you'll need to look at the CSS to see which other styles need doing - as I said "something like the following" ;-)

You could also try replacing "p {" with "body {", whether that'll be better or worse, I've no idea.
Thanks again Andrew,

I'll give it a try.

The last programming I've done was on the afore mentioned PDP-11 44 in DEC Basic about 25 years ago, so the difference between "p" and "body" is completely lost on me.
 
wodin's Avatar
Posts: 71 | Thanked: 2 times | Joined on Jan 2007
#18
Originally Posted by aflegg View Post
Yeah, you'll need to look at the CSS to see which other styles need doing - as I said "something like the following" ;-)

You could also try replacing "p {" with "body {", whether that'll be better or worse, I've no idea.
Most bodacious!! It works great! HGTG is up and running an legible w/o hitting the zoom buttons.

Now if I could just figger out how to make it come up full screen.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 09:37.