xtras/mathuaerknedam 449:0b1573298772: SO: Italicize action send...

commits at adium.im commits at adium.im
Fri Mar 19 04:26:54 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/0b1573298772
revision:	449:0b1573298772
author:		mathuaerknedam
date:		Thu Mar 18 14:33:48 2010 -0500

SO: Italicize action sender/message for the Compact Variant.
Subject: xtras/mathuaerknedam 450:4e8e83832e6b: merge

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/4e8e83832e6b
revision:	450:4e8e83832e6b
author:		mathuaerknedam
date:		Thu Mar 18 23:26:37 2010 -0500

merge

diffs (94 lines):

diff -r 0dc975209847 -r 4e8e83832e6b Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css	Thu Mar 18 13:53:55 2010 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Variants/Compact.css	Thu Mar 18 23:26:37 2010 -0500
@@ -284,7 +284,7 @@
 .history.message
 {
 	padding-right: 0px;
-	background: 
+	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, .5))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 1)), to(rgba(248, 248, 248, 1))) 5px 0px no-repeat;
 	-webkit-background-size: 5px 100%, 100% 100%;
@@ -292,7 +292,7 @@
 
 .history.mention.message
 {
-	background: 
+	background:
 		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, .5))) 0px 0px no-repeat,
 		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .9)), to(rgba(248, 248, 248, .9))) 5px 0px no-repeat;
 	-webkit-background-size: 5px 100%, 100% 100%;
@@ -397,3 +397,23 @@
 	top: -11px !important;
 }
 
+.actionMessageUserName
+{
+	display: none;
+}
+
+.actionMessageBody:after
+{
+	content: "";
+}
+
+.actionMessageBody:before
+{
+	content: "";
+}
+
+.action .x-sender,
+.action .x-message
+{
+	font-style: italic !important;
+}
diff -r 0dc975209847 -r 4e8e83832e6b minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Content.html
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Content.html	Thu Mar 18 13:53:55 2010 -0500
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Content.html	Thu Mar 18 23:26:37 2010 -0500
@@ -1,6 +1,6 @@
-<div class="x-container %messageClasses% %userIcons%" style="background-color:%textbackgroundcolor{.75}%;">
+<div class="x-container %messageClasses% %userIcons%" style="background-color:%textbackgroundcolor{.75}%;" src="%userIconPath%">
+	<img class="x-buddyicon" src="%userIconPath%" />
 	<div class="x-time" title="%time{dd MMM yyyy}%">%time%</div>
-	<img class="x-buddyicon" src="%userIconPath%" />
 	<div class="x-sender" style="color: %senderColor%;" title="%senderPrefix% %senderScreenName%">%sender%</div>
 	<div class="x-message" title="%service% %time%">%message%</div>
 </div>
diff -r 0dc975209847 -r 4e8e83832e6b minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/SenderColor SingleLine.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/SenderColor SingleLine.css	Thu Mar 18 13:53:55 2010 -0500
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/SenderColor SingleLine.css	Thu Mar 18 23:26:37 2010 -0500
@@ -35,6 +35,7 @@
 	border-top: 1px solid rgba(0, 0, 0, .1);
 	padding-top: 4px;
 	padding-bottom: 2px;
+	margin-left: 0px !important;
 }
 
 .x-sender,
diff -r 0dc975209847 -r 4e8e83832e6b minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css	Thu Mar 18 13:53:55 2010 -0500
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/main.css	Thu Mar 18 23:26:37 2010 -0500
@@ -146,18 +146,13 @@
 	color: #9F9F9F;
 }
 
-/*.x-message
+.message:not([src*="buddy_icon.png"]) .x-time,
+.message:not([src*="buddy_icon.png"]) .x-sender,
+.message:not([src*="buddy_icon.png"]) .x-message
 {
-	overflow: auto;
+	margin-left: 30px;
 }
 
-.x-message,
-.history .x-message
-{
-	width: auto;
-	text-align: left;
-}*/
-
 img.x-buddyicon
 {
 	float: left;


More information about the commits mailing list