teemui
|
2010-02-04
, 11:18
|
Posts: 102 |
Thanked: 23 times |
Joined on Nov 2009
@ Finland
|
#141
|
|
2010-02-04
, 16:12
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#142
|
Is it possible to change the font size? If so, that might be a fix for https://bugs.maemo.org/show_bug.cgi?id=5624
I cant get background to work for my im layout, do i need to make changes to html part or just the css file, i presume the image file needs to be in same location as css and html
|
2010-02-05
, 16:27
|
Posts: 36 |
Thanked: 2 times |
Joined on Jan 2010
@ USA
|
#143
|
|
2010-02-05
, 16:56
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#144
|
|
2010-02-05
, 17:22
|
Posts: 36 |
Thanked: 2 times |
Joined on Jan 2010
@ USA
|
#145
|
|
2010-02-05
, 17:36
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#146
|
font-size:
xx-small, x-small, small, medium, large ,x-large, xx-large
relative: 1.2em or 1.2ex absolute: 1.2pf or 1.2cm
font-size: x-large; font-size: 3.5ex; font-size: 14px;
font-size: 32px;
|
2010-02-05
, 17:44
|
Posts: 36 |
Thanked: 2 times |
Joined on Jan 2010
@ USA
|
#147
|
|
2010-02-05
, 19:12
|
Posts: 7 |
Thanked: 0 times |
Joined on Jan 2010
|
#148
|
Added the Modded files for IM-Conversations to Post 108.
Download SMS-Mod Files
Download IM-Mod Files
|
2010-02-05
, 19:32
|
|
Posts: 597 |
Thanked: 490 times |
Joined on Dec 2009
@ Germany
|
#149
|
So can I just download these links in the browser of my N900 or do I have to put these codes in myself....If I have to put them in myself, can you give steps on how to get to the particular section I need to be in to edit these files...Thanks!
|
2010-02-06
, 00:40
|
Posts: 36 |
Thanked: 2 times |
Joined on Jan 2010
@ USA
|
#150
|
don't know if that really works but it seems that most of the standard css commands are working for the conversation view here too.
so you can use:
with following absolute values:Code:font-size:
or numeric values:Code:xx-small, x-small, small, medium, large ,x-large, xx-large
examples:Code:relative: 1.2em or 1.2ex absolute: 1.2pf or 1.2cm
you could also use 1.2px (pixels). it's said that this isn't good for webpages because new rendering isn't possible but the conversation view won't be rendered again so this should be ok.Code:font-size: x-large; font-size: 3.5ex; font-size: 14px;
so i would try the pixel-value because you easily can imagine how big the font will be (avatars are 64 px large). so half avatar height will be:
just try some values and look which one works and fits your sight.Code:font-size: 32px;
the css files are in /usr/share/rtcom-messaging-ui/html/ and you should add the font-size command in your BubbleSelf and BubbleOther.
EDIT: if you don't know how to edit them by yourself. maybe someone will upload a css-file for you. i haven't got time at the moment. but if it isn't uploaded till tomorrow i will do something for you and look if it's working properly.
Tags |
bada rox, his lunchbox |
|