minimal_mod: more tweaks for the new variants.
1.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/SenderColor EveryTime.css Thu Mar 18 00:31:35 2010 -0500
1.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/SenderColor EveryTime.css Thu Mar 18 13:53:55 2010 -0500
1.3 @@ -1,11 +1,12 @@
1.4 -.message .x-time
1.5 +.message:not(.consecutive) .x-time
1.6 {
1.7 - margin-top: 18px;
1.8 + margin-top: 3px;
1.9 + padding-top: 1.78em;
1.10 }
1.11
1.12 .message.consecutive .x-time
1.13 {
1.14 - margin-top: 2px;
1.15 + margin-top: 3px;
1.16 }
1.17
1.18 .consecutive .x-time
2.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/SenderColor SingleLine.css Thu Mar 18 00:31:35 2010 -0500
2.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/SenderColor SingleLine.css Thu Mar 18 13:53:55 2010 -0500
2.3 @@ -6,12 +6,16 @@
2.4 .x-container:not(.consecutive)
2.5 {
2.6 border-top: none;
2.7 + padding-top: 0px;
2.8 + padding-bottom: 0px;
2.9 }
2.10
2.11 .x-container
2.12 {
2.13 padding-left: 0px;
2.14 padding-right: 0px;
2.15 + padding-top: 0px;
2.16 + padding-bottom: 0px;
2.17 }
2.18
2.19 #insert,
2.20 @@ -42,27 +46,34 @@
2.21
2.22 .x-sender
2.23 {
2.24 - max-width: 8em;
2.25 + max-width: 10em;
2.26 + padding-right: 4px;
2.27 + padding-left: 4px;
2.28 }
2.29
2.30 .status .x-sender:after,
2.31 .event .x-sender:after
2.32 {
2.33 color: rgb(192, 192, 192) !important;
2.34 - content: "<***>";
2.35 + content: "<-->";
2.36 }
2.37
2.38 .x-time
2.39 {
2.40 padding-left: 16px;
2.41 - padding-right: 8px;
2.42 + padding-right: 4px;
2.43 float: none;
2.44 }
2.45
2.46 +.message.consecutive .x-message
2.47 +{
2.48 + padding-top: 4px;
2.49 +}
2.50 +
2.51 .x-message
2.52 {
2.53 padding-right: 8px;
2.54 - padding-left: 8px;
2.55 + padding-left: 4px;
2.56 width: 100%;
2.57 }
2.58
2.59 @@ -91,7 +102,7 @@
2.60 -webkit-background-size: 10px 100%;
2.61 }
2.62
2.63 -.focus.mention .x-time
2.64 +/*.focus.mention .x-time
2.65 {
2.66 background:
2.67 -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))) 0px 0px no-repeat,
2.68 @@ -105,6 +116,11 @@
2.69 .focus .x-time
2.70 {
2.71 background: rgba(0, 0, 0, .05);
2.72 +}*/
2.73 +
2.74 +.focus .x-sender
2.75 +{
2.76 + background: rgba(240, 240, 240, .5);
2.77 }
2.78
2.79 .actionMessageUserName
3.1 --- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css Thu Mar 18 00:31:35 2010 -0500
3.2 +++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css Thu Mar 18 13:53:55 2010 -0500
3.3 @@ -71,6 +71,8 @@
3.4 color: #333333;
3.5 margin: 0;
3.6 line-height: 1.4em;
3.7 + word-wrap: break-word;
3.8 + word-break: break-word;
3.9 }
3.10
3.11 #Chat