Active Topics

 


Reply
Thread Tools
TomJ's Avatar
Posts: 505 | Thanked: 665 times | Joined on Oct 2009
#131
Quick question:

On one of the status icon modding discussions someone pointed out that rather than replacing the icons in /usr/share/... you can put icons in ~/.local/share/... (where ... represents the rest of the requisite path). This has the advantage that if you bugger it up you can always delete the borked files and the defaults will take over after a reboot; also, they shoukd persist after a firmware upgrade. Has anyone tried this for Conversations css files?
__________________
Want to know how to add public holidays to your device calendar? See the instructions wiki page.

Want to improve the location bar's search capabilities? there's a wiki page for that too...
 
Reflektorfalke's Avatar
Posts: 597 | Thanked: 490 times | Joined on Dec 2009 @ Germany
#132
Originally Posted by TomJ View Post
Quick question:

On one of the status icon modding discussions someone pointed out that rather than replacing the icons in /usr/share/... you can put icons in ~/.local/share/... (where ... represents the rest of the requisite path). This has the advantage that if you bugger it up you can always delete the borked files and the defaults will take over after a reboot; also, they shoukd persist after a firmware upgrade. Has anyone tried this for Conversations css files?
Yep, tried but didnīt work for me...
Plz let us know if it worked for you!?
 
TomJ's Avatar
Posts: 505 | Thanked: 665 times | Joined on Oct 2009
#133
Originally Posted by Reflektorfalke View Post
Yep, tried but didnīt work for me...
Plz let us know if it worked for you!?
Well, it works fofr me for the icons; when I have a little time to brush up my css (viz: get my head back around the box model) and fiddle with the files myself I'll give it a go.
__________________
Want to know how to add public holidays to your device calendar? See the instructions wiki page.

Want to improve the location bar's search capabilities? there's a wiki page for that too...
 
Posts: 739 | Thanked: 114 times | Joined on Sep 2009
#134
Anyone know how to change the font color for the date/timer on the SMS? I can't figure out that part.
 
Posts: 2,829 | Thanked: 1,459 times | Joined on Dec 2009 @ Finland
#135
Nice thread. Any wiki entry about this?
 

The Following User Says Thank You to slender For This Useful Post:
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#136
Originally Posted by romanianusa View Post
Here's mine w/ transparency and background:
which opacity-command did you use for that?


Originally Posted by vinz486 View Post
b666m thanks!!! perfect layout for my taste...

How i can have same layout for chats? So chats and sms looks like exactly the same?
np

mhm... you have to edit the html and css files...
they are nearly the same... just some other names are used...
just open the smsconversation file right next to the chatconversation file and look at the differences


Originally Posted by romanianusa View Post
Anyone know how to change the font color for the date/timer on the SMS? I can't figure out that part.
you may have to add two blocks for that in the css-file:

Code:
span.MessageTimeStamp.Other {
        color: #059ACF;
}

span.MessageDeliveryTimeStamp.Other {
        color: #ACF059;
}
haven't tested it yet, but it should do it...

it's shown in the message with a | in the middle...

edit: ehm yes... .Other for your contact's timestamp and .Self for your own ^^

Last edited by b666m; 2010-02-02 at 21:55.
 
Posts: 739 | Thanked: 114 times | Joined on Sep 2009
#137
Originally Posted by b666m View Post
which opacity-command did you use for that?
I use opacity:0.5 inside div.BubbleSelf and div.BubbleOther

The time/date color change works great...thanks!
 
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#138
Originally Posted by romanianusa View Post
I use opacity:0.5 inside div.BubbleSelf and div.BubbleOther
uhhhmmm... okay... that didn't work for me... but maybe it was just in the wrong place as i tried that *g*
but thx for pointing out that this command is working

The time/date color change works great...thanks!
good to hear - especially because i couldn't test this one ^^
it was just some guessing based on the html and css files xD
 
Posts: 739 | Thanked: 114 times | Joined on Sep 2009
#139
Originally Posted by b666m View Post
uhhhmmm... okay... that didn't work for me... but maybe it was just in the wrong place as i tried that *g*
but thx for pointing out that this command is working
Try this (example of mine):

div.BubbleSelf {

background-color: #408a9a;
color:#999999;
text-shadow:black 3px 2px 5px;
-moz-border-radius: 30px;
border-style:solid;
border-width: 4px;
border-color:#5A6C9A;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 4px;
vertical-align: middle;
padding: 4px 8px;
display: inline-block;
max-width: 614px;
min-height: 56px;
opacity:0.5

And this for background:

div.Message {

background: url(3.png) fixed 100%; background-position:100% 100%;background-repeat: no-repeat;

vertical-align:middle;
padding-bottom: 8px;
clear: both;
display: block;
padding-left: 8px;


}
 
pelago's Avatar
Posts: 2,121 | Thanked: 1,540 times | Joined on Mar 2008 @ Oxford, UK
#140
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
 
Reply

Tags
bada rox, his lunchbox


 
Forum Jump


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