xtras/mathuaerknedam 447:0dc975209847: minimal_mod: more tweaks ...
commits at adium.im
commits at adium.im
Thu Mar 18 18:54:02 UTC 2010
details: http://hg.adium.im/xtras/mathuaerknedam/rev/0dc975209847
revision: 447:0dc975209847
author: mathuaerknedam
date: Thu Mar 18 13:53:55 2010 -0500
minimal_mod: more tweaks for the new variants.
diffs (111 lines):
diff -r acaef596ee92 -r 0dc975209847 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/SenderColor EveryTime.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/SenderColor EveryTime.css Thu Mar 18 00:31:35 2010 -0500
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/SenderColor EveryTime.css Thu Mar 18 13:53:55 2010 -0500
@@ -1,11 +1,12 @@
-.message .x-time
+.message:not(.consecutive) .x-time
{
- margin-top: 18px;
+ margin-top: 3px;
+ padding-top: 1.78em;
}
.message.consecutive .x-time
{
- margin-top: 2px;
+ margin-top: 3px;
}
.consecutive .x-time
diff -r acaef596ee92 -r 0dc975209847 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/SenderColor SingleLine.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/SenderColor SingleLine.css Thu Mar 18 00:31:35 2010 -0500
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/SenderColor SingleLine.css Thu Mar 18 13:53:55 2010 -0500
@@ -6,12 +6,16 @@
.x-container:not(.consecutive)
{
border-top: none;
+ padding-top: 0px;
+ padding-bottom: 0px;
}
.x-container
{
padding-left: 0px;
padding-right: 0px;
+ padding-top: 0px;
+ padding-bottom: 0px;
}
#insert,
@@ -42,27 +46,34 @@
.x-sender
{
- max-width: 8em;
+ max-width: 10em;
+ padding-right: 4px;
+ padding-left: 4px;
}
.status .x-sender:after,
.event .x-sender:after
{
color: rgb(192, 192, 192) !important;
- content: "<***>";
+ content: "<-->";
}
.x-time
{
padding-left: 16px;
- padding-right: 8px;
+ padding-right: 4px;
float: none;
}
+.message.consecutive .x-message
+{
+ padding-top: 4px;
+}
+
.x-message
{
padding-right: 8px;
- padding-left: 8px;
+ padding-left: 4px;
width: 100%;
}
@@ -91,7 +102,7 @@
-webkit-background-size: 10px 100%;
}
-.focus.mention .x-time
+/*.focus.mention .x-time
{
background:
-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))) 0px 0px no-repeat,
@@ -105,6 +116,11 @@
.focus .x-time
{
background: rgba(0, 0, 0, .05);
+}*/
+
+.focus .x-sender
+{
+ background: rgba(240, 240, 240, .5);
}
.actionMessageUserName
diff -r acaef596ee92 -r 0dc975209847 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css Thu Mar 18 00:31:35 2010 -0500
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css Thu Mar 18 13:53:55 2010 -0500
@@ -71,6 +71,8 @@
color: #333333;
margin: 0;
line-height: 1.4em;
+ word-wrap: break-word;
+ word-break: break-word;
}
#Chat
More information about the commits
mailing list