maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Community (https://talk.maemo.org/forumdisplay.php?f=16)
-   -   The maemo.org mobile skin: text much too large. (https://talk.maemo.org/showthread.php?t=46531)

col37400 2010-03-05 02:17

The maemo.org mobile skin: text much too large.
 
I assume the "minimalist" skin is intended for viewing on mobiles etc.

But when I use it, viewing in the N900 browser, the text is too large. I usually have the text size in the browser set to "large" because I find this gives me the best text size on most website (including other vbulletin forums using their mobile skins), but when I view maemo.org forums the text is stupidly large, making it nearly unusable. If I set text size to "normal" in the N900 browser, it is readable but still a lot bigger than it needs to be.

Is this intentional?

andrewfblack 2010-03-05 03:42

Re: The maemo.org mobile skin: text much too large.
 
I was testing and since I tested it on N810 and N900 with normal setting it looked alot smaller them it does on large settings I'm going to be doing some adjusting soon.

shadowjk 2010-03-05 10:43

Re: The maemo.org mobile skin: text much too large.
 
I got so annoyed at the gigantic font I decided to google my way around to figure out the bare minimum of what CSS is and how to use it to override the settings on talk.maemo.org. If you know how to edit a file in the terminal, then add a file called /home/user/.mozilla/microb/chrome/userContent.css with the following contents (or add at the bottom if file already exists):

Code:

@-moz-document domain(talk.maemo.org) {
* { font-size: 14pt !important;} 
small { font-size: 10pt !important;}
small>span { font-size: 10pt !important;}
}

This made t.m.o usable for me again on N900 :) Or it would have, if the jump-to-first-unread post thing hadn't broken apart for the minimalist light theme too :D

BTW, looking at the source in firefox, it colours some things red.. For example (whitespace removed) </table|
Perhaps that pipe is supposed to be > since the next thing after the |, ignoring whitespace, is <a ;-)

noobmonkey 2010-03-05 10:50

Re: The maemo.org mobile skin: text much too large.
 
i find it works fine on the dark - lite theme... :D

col37400 2010-03-05 11:14

Re: The maemo.org mobile skin: text much too large.
 
Quote:

Originally Posted by noobmonkey (Post 556692)
i find it works fine on the dark - lite theme... :D

Ah, true... problem solved!


All times are GMT. The time now is 15:55.

vBulletin® Version 3.8.8