|
|
2010-02-11
, 17:36
|
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#192
|
2) I fixed the date and time, thanks

3) and 4) I tried but I do something wrong... After replacing the files, I get the black screen in the conversation
| The Following User Says Thank You to b666m For This Useful Post: | ||
|
|
2010-02-11
, 18:22
|
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#193
|
|
|
2010-02-11
, 19:06
|
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#194
|
Thanks I try again...
for the AccentColor2 you mean the code of the color ? something like #0234AB ?
id="MyName" class="Name Color1 My" id="YourName" class="Name Color2 Your" id="Something" class="Bla Color1"

id="MyName" class="Name" id="YourName" classe="Name"
id="MyName" class="Name Meee" id="YourName" class="Name Youuu"
.Name { if you want to edit both Names at the same time }
.Name.Meee { if you only want to edit MyName }
.Name.Youuu { if you only want to edit YourName }
id="MyName" class="MeeeName" id="YourName" class="YouuuName"
|
|
2010-02-11
, 19:24
|
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#195
|
1) I open the IM conversation and the messages jumping to the first message (not to the last like the SMS conversation).
|
|
2010-02-11
, 20:00
|
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#196
|
all these tags after class = are just assignments for the css-file.
an example in four steps:
1. so you can edit the options of "MyName" by adding a block .Name.My { ... }Code:id="MyName" class="Name Color1 My" id="YourName" class="Name Color2 Your" id="Something" class="Bla Color1"
<span id="MessageSenderNameSelf" class="MessageNameField #4169E1 Self"></span>
span.MessageNameField.Self {
color:#4169E1;
word-wrap: break-word;
vertical-align: middle;
}
span.MessageNameField.Other {
color:#FF0000;
word-wrap: break-word;
vertical-align: middle;
}


...
|
|
2010-02-11
, 20:07
|
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#197
|
Thanks
I do it with this line (for other too):
Code:<span id="MessageSenderNameSelf" class="MessageNameField #4169E1 Self"></span>

(if I want to change color, I need change both html and css files ? I'll right ?)
Now I'll try to get the round corners on the avatar...

We need found the solution
|
|
2010-02-11
, 20:22
|
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#198
|

<div class="MessageAvatar"><img id="AvatarImgSelf" src="" class="MessageAvatar" /> </div>
<div class="MessageAvatar MessageAvatarSelf"><div id="AvatarImgBorderSelf" class="MessageAvatarBorder Self MessagingAvatarBorderColor"></div>
|
|
2010-02-11
, 20:35
|
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#199
|
img.MessageAvatar {
...
outline-style: solid;
outline-width: 3px;
outline-offset: -1px;
-moz-outline-radius: 6px;
}
div.MessageAvatarBorder {
...
-moz-border-radius: 6px;
border-width: 1px;
border-style: solid;
}
|
|
2010-02-11
, 21:30
|
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#200
|

Hi All,
I'm using Reflektorfalke's bubble mod for my IM conversations, because I like the way it resizes to match the length of the text, but the conversation tends to get a bit messy when there are several small messages.
Does anyone have a fix for this? Some way to reserve the whole width of the screen for each message, without the bubble filling the whole width?
div.Message {
min-width: 400px;
...
}

![]() |
| Tags |
| bada rox, his lunchbox |
| Thread Tools | |
|
Thanks.
1) I dont changing my .js file...
2) I fixed the date and time, thanks
3) and 4) I tried but I do something wrong... After replacing the files, I get the black screen in the conversation
Can you see my files and change them please ? Thanks
Lausanne & Lyon de descente...
----------------
Schturman's home page
Schturman's repo on openrepos
RPM packaging directly on your Jolla phone.
Root & User SSH access to Jolla via WinSCP.
Root and User SSH access to Jolla via Nautilus on Linux PC.