maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Hitchhikers Guide to the Galaxy (https://talk.maemo.org/showthread.php?t=5056)

wodin 2007-03-05 04:19

Re: Hitchhikers Guide to the Galaxy
 
Quote:

Originally Posted by Karel Jansens (Post 37635)
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 :eek:
Quote:

Originally Posted by Karel Jansens (Post 37635)
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. :rolleyes:

wodin 2007-03-05 04:28

Re: Hitchhikers Guide to the Galaxy
 
Quote:

Originally Posted by fpp (Post 37636)
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 2007-03-05 10:36

Re: Hitchhikers Guide to the Galaxy
 
Quote:

Originally Posted by wodin (Post 37658)
That would be me :eek:
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. :rolleyes:

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. :D

aflegg 2007-03-05 10:56

Re: Hitchhikers Guide to the Galaxy
 
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

wodin 2007-03-05 21:16

Re: Hitchhikers Guide to the Galaxy
 
Quote:

Originally Posted by aflegg (Post 37677)
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 2007-03-06 10:26

Re: Hitchhikers Guide to the Galaxy
 
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.

wodin 2007-03-06 19:08

Re: Hitchhikers Guide to the Galaxy
 
Quote:

Originally Posted by aflegg (Post 37839)
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 2007-03-06 19:31

Re: Hitchhikers Guide to the Galaxy
 
Quote:

Originally Posted by aflegg (Post 37839)
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!! :D 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. ;)


All times are GMT. The time now is 11:10.

vBulletin® Version 3.8.8