adium 3489:2e1d21faf070: Mockie: Re-add Mockie to (crudely) reso...
commits at adium.im
commits at adium.im
Wed Nov 3 13:41:23 UTC 2010
details: http://hg.adium.im/adium/rev/2e1d21faf070
revision: 3489:2e1d21faf070
author: mathuaerknedam
date: Tue Nov 02 16:14:36 2010 -0500
Mockie: Re-add Mockie to (crudely) resolve issue on case sensitive filesystems. Fixes #14480.
(transplanted from a9237108d80c45e3430be9a6077637d15f20f5c7)
diffs (truncated from 1343 to 1000 lines):
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Info.plist
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Info.plist Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleVersion</key>
+ <string>2.0</string>
+ <key>XtraBundleVersion</key>
+ <string>1</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleGetInfoString</key>
+ <string>2.0</string>
+ <key>OriginalAuthor</key>
+ <string>Adam Iser?</string>
+ <key>CFBundleIdentifier</key>
+ <string>im.adium.Mockie.style</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>1.0</string>
+ <key>CFBundleName</key>
+ <string>Mockie</string>
+ <key>CFBundlePackageType</key>
+ <string>AdIM</string>
+ <key>MessageViewVersion</key>
+ <integer>4</integer>
+ <key>DefaultFontFamily</key>
+ <string>Lucida Grande</string>
+ <key>DefaultFontSize</key>
+ <integer>11</integer>
+ <key>DefaultVariant</key>
+ <string>Brown - Icon Left</string>
+ <key>ShowsUserIcons:Brown - Icon Hidden</key>
+ <false/>
+ <key>ShowsUserIcons:Indigo - Icon Hidden</key>
+ <false/>
+ <key>ShowsUserIcons:Orange - Icon Hidden</key>
+ <false/>
+ <key>ShowsUserIcons:Red - Icon Hidden</key>
+ <false/>
+ <key>DefaultBackgroundColor</key>
+ <string>eef3eb</string>
+ <key>DefaultBackgroundColor:Brown - Icon Alternate</key>
+ <string>eef3eb</string>
+ <key>DefaultBackgroundColor:Brown - Icon Hidden</key>
+ <string>eef3eb</string>
+ <key>DefaultBackgroundColor:Brown - Icon Right</key>
+ <string>eef3eb</string>
+ <key>DefaultBackgroundColor:Indigo - Icon Alternate</key>
+ <string>f8f0f0</string>
+ <key>DefaultBackgroundColor:Indigo - Icon Hidden</key>
+ <string>f8f0f0</string>
+ <key>DefaultBackgroundColor:Indigo - Icon Left</key>
+ <string>f8f0f0</string>
+ <key>DefaultBackgroundColor:Indigo - Icon Right</key>
+ <string>f8f0f0</string>
+ <key>DefaultBackgroundColor:Orange - Icon Alternate</key>
+ <string>f2fbee</string>
+ <key>DefaultBackgroundColor:Orange - Icon Hidden</key>
+ <string>f2fbee</string>
+ <key>DefaultBackgroundColor:Orange - Icon Left</key>
+ <string>f2fbee</string>
+ <key>DefaultBackgroundColor:Orange - Icon Right</key>
+ <string>f2fbee</string>
+ <key>DefaultBackgroundColor:Red - Icon Alternate</key>
+ <string>fff4f4</string>
+ <key>DefaultBackgroundColor:Red - Icon Hidden</key>
+ <string>fff4f4</string>
+ <key>DefaultBackgroundColor:Red - Icon Left</key>
+ <string>fff4f4</string>
+ <key>DefaultBackgroundColor:Red - Icon Right</key>
+ <string>fff4f4</string>
+</dict>
+</plist>
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Content.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Content.html Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,14 @@
+<div class="%messageClasses%">
+ <div class="x-wrap">
+ <div class="x-buddyicon">
+ <img src="%userIconPath%" />
+ </div>
+ <div class="x-sender">%sender%</div>
+ <div class="x-service">%service%</div>
+ <div class="x-message" style="background-color:%textbackgroundcolor{.9}%;">
+ <div class="x-time" title="%time{dd MMM yyyy}%">%time%</div>
+ <div class="x-text">%message%</div>
+ </div>
+ </div>
+</div>
+<div id="insert"></div>
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Incoming/buddy_icon.png
Binary file Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Incoming/buddy_icon.png has changed
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Outgoing/buddy_icon.png
Binary file Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Outgoing/buddy_icon.png has changed
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Status.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Status.html Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,7 @@
+<div class="%messageClasses%">
+ <div class="x-wrap">
+ <span class="x-time" title="%time{dd MMM yyyy}%">%time%</span>
+ <span class="x-text">%message%</span>
+ </div>
+</div>
+<div id="insert"></div>
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,346 @@
+body
+{
+ margin: 0px;
+}
+
+#Chat
+{
+ overflow: hidden;
+ padding: 5px 10px 5px 10px;
+}
+
+#topic
+{
+ position: fixed;
+ top: 0px;
+ right: 0px;
+ left: 0px;
+ z-index: 100;
+ border-bottom: 2px solid rgba(0, 0, 0, .2);
+ -webkit-box-shadow: 0px 1px 5px #fff;
+ opacity: 1;
+ -webkit-transition: opacity .1s linear;
+}
+
+#topic:hover
+{
+ opacity: .2;
+}
+
+#topic #topicEdit
+{
+ margin-top: 4px;
+ margin-right: 12px;
+ margin-bottom: 5px;
+ margin-left: 14px;
+ display: block;
+
+ word-wrap: break-word;
+ word-break: break-word;
+}
+
+#topic[title=""] #topicEdit:after
+{
+ content: "< no topic available >";
+}
+
+.incoming,
+.outgoing,
+.status,
+.event
+{
+ margin-top: 5px;
+ clear: both;
+}
+
+.incoming a:hover,
+.outgoing a:hover
+{
+ color: white;
+}
+
+.x-buddyicon img
+{
+ display: block;
+ width: 32px;
+ height: 32px;
+ padding: 0px;
+ text-align: center;
+}
+
+.x-sender
+{
+ color: white;
+ font-weight: bold;
+ font-size: 11px;
+ height: 14px;
+ padding-right: 4px;
+ padding-left: 4px;
+ overflow: hidden;
+}
+
+.message .x-sender
+{
+ -webkit-border-top-left-radius: 5px;
+ -webkit-border-top-right-radius: 5px;
+}
+
+.x-service
+{
+ color: rgba(255, 255, 255, .5);
+ font-weight: bold;
+ font-size: 11px;
+ float: right;
+ position: relative;
+ height: 14px;
+ top: -14px;
+ padding-right: 4px;
+ right: 0px;
+ margin-bottom: -14px;
+ word-wrap: normal;
+}
+
+.x-text,
+.x-time
+{
+ display: block;
+ padding-right: 4px;
+ padding-left: 4px;
+}
+
+.x-time
+{
+ font-weight: normal;
+ color: rgba(0, 0, 0, .6);
+ float: right;
+ margin-left: 4px;
+}
+
+.message .x-text,
+.message .x-time
+{
+ padding-top: 2px;
+ padding-bottom: 2px;
+}
+
+.status .x-text,
+.event .x-text,
+.status .x-time,
+.event .x-time
+{
+ padding-top: 0px;
+ padding-bottom: 1px;
+}
+
+.status .x-text a:hover,
+.event .x-text a:hover
+{
+ background-color: rgba(208, 208, 208, 1);
+}
+
+.x-bottomdivider
+{
+ border-bottom: 1px solid #BEBEBE;
+}
+
+a,
+a:link
+{
+ text-decoration: none;
+}
+
+.history .x-message
+{
+ color: rgba(0, 0, 0, .6);
+}
+
+img.scaledToFitImage
+{
+ width:auto;
+}
+
+.firstFocus.message .x-text:before,
+.firstFocus.status .x-wrap:before,
+.firstFocus.event .x-wrap:before
+{
+ position: absolute;
+ right: 10px;
+ margin-top: -19px;
+ content: "focus lost here";
+ background: rgba(184, 184, 184, 1);
+ color: white;
+ font-weight: bold;
+ font-size: 11px;
+ z-index: 99;
+ white-space: nowrap;
+ overflow: hidden;
+ padding: 2px;
+ padding-left: 4px;
+ -webkit-border-top-left-radius: 5px;
+ -webkit-border-top-right-radius: 5px;
+}
+
+.firstFocus.status .x-wrap:before,
+.firstFocus.event .x-wrap:before
+{
+ padding-right: 4px;
+ margin-top: -17px;
+}
+
+.firstFocus.message .x-text,
+.firstFocus.status .x-wrap,
+.firstFocus.event .x-wrap
+{
+ border-top: 4px solid rgba(184, 184, 184, 1);
+}
+
+.firstFocus.message .x-text
+{
+ margin-top: 15px;
+ margin-right: 2px;
+}
+
+.firstFocus.message .x-time
+{
+ margin-top: 19px;
+}
+
+.firstFocus.status .x-wrap,
+.firstFocus.event .x-wrap
+{
+ margin-top: 18px;
+ /*margin-top: 20px;*/
+ /*padding-top: 2px;*/
+}
+
+.mention .x-text:before
+{
+ position: absolute;
+ margin-top: -19px;
+ margin-left: -2px;
+ content: "mentioned here";
+ background: rgba(184, 184, 184, 1);
+ color: white;
+ font-weight: bold;
+ font-size: 11px;
+ z-index: 99;
+ white-space: nowrap;
+ overflow: hidden;
+ padding: 2px;
+ padding-right: 4px;
+ -webkit-border-top-left-radius: 5px;
+ -webkit-border-top-right-radius: 5px;
+}
+
+.mention .x-text
+{
+ border-top: 4px solid rgba(184, 184, 184, 1);
+ padding-left: 2px;
+ padding-right: 4px;
+ margin-bottom: 2px;
+ margin-left: 2px;
+ margin-top: 15px;
+}
+
+.mention .x-time
+{
+ margin-top: 19px;
+}
+
+.mention.firstFocus .x-text:before
+{
+ content: "mentioned here + focus lost here";
+ padding-left: 4px;
+}
+
+.mention.firstFocus .x-text
+{
+ margin-left: 0px;
+}
+
+.history + :not(.history):before
+{
+ position: absolute;
+ margin-top: -22px;
+ margin-left: 0px;
+ content: "message history ends here";
+ background: rgba(184, 184, 184, 1);
+ color: white;
+ font-weight: bold;
+ font-size: 11px;
+ z-index: 99;
+ white-space: nowrap;
+ overflow: hidden;
+ padding: 4px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ -webkit-border-bottom-left-radius: 5px;
+ -webkit-border-bottom-right-radius: 5px;
+}
+
+.history + :not(.history)
+{
+ margin-top: 5px;
+ padding-top: 18px;
+ border-top: 4px solid rgba(184, 184, 184, 1);
+}
+
+.history + :not(.history).status.firstFocus:before,
+.history + :not(.history).event.firstFocus:before
+{
+ margin-top: -14px;
+}
+
+.history + :not(.history).status.firstFocus,
+.history + :not(.history).event.firstFocus
+{
+ padding-top: 10px;
+}
+
+.message.consecutive:not(.firstFocus) .x-buddyicon,
+.message.consecutive:not(.firstFocus) .x-topleft,
+.message.consecutive:not(.firstFocus) .x-sender,
+.message.consecutive:not(.firstFocus) .x-service
+{
+ display: none;
+}
+
+.message.consecutive:not(.firstFocus)
+{
+ margin-top: 0px;
+ margin-bottom: 0px;
+}
+
+#Chat > div:first-of-type
+{
+ margin-top: 0px;
+}
+
+#insert
+{
+ display: none;
+}
+
+.history .x-buddyicon
+{
+ opacity: .5;
+}
+
+.history .x-sender
+{
+ color: rgba(255, 255, 255, .9);
+}
+
+.status .x-wrap,
+.event .x-wrap
+{
+ -webkit-border-radius: 3px;
+}
+
+.status.firstFocus .x-wrap,
+.event.firstFocus .x-wrap
+{
+ -webkit-border-top-left-radius: 0px;
+ -webkit-border-top-right-radius: 0px;
+}
+
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/colors_brown_olive.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/colors_brown_olive.css Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,91 @@
+body,
+#topic
+{
+ background-color: rgba(238, 243, 235, .8);
+}
+
+.status .x-wrap,
+.event .x-wrap
+{
+ background-color: rgba(241, 245, 240, .8);
+}
+
+.incoming .x-buddyicon
+{
+ background: rgba(178, 125, 75, .2);
+}
+
+.incoming .x-sender,
+.incoming a:hover
+{
+ background: rgba(178, 125, 75, 1);
+}
+
+.incoming.history .x-sender,
+.incoming.history a:hover
+{
+ background: rgba(209, 184, 156, 1);
+}
+
+.incoming .x-time,
+.incoming a
+{
+ color: rgba(178, 125, 75, 1);
+}
+
+.incoming.history .x-time
+{
+ color: rgba(209, 184, 156, 1);
+}
+
+.incoming .x-message
+{
+ background: rgba(226, 219, 203, .9);
+ border-top: 1px solid rgba(178, 125, 75, 1);
+}
+
+.incoming.history .x-message,
+.incoming.consecutive .x-message
+{
+ border-top: 1px solid rgba(209, 184, 156, 1);
+}
+
+.outgoing .x-buddyicon
+{
+ background: rgba(116, 157, 95, .2);
+}
+
+.outgoing .x-sender,
+.outgoing a:hover
+{
+ background: rgba(116, 157, 95, 1);
+}
+
+.outgoing.history .x-sender,
+.outgoing.history a:hover
+{
+ background: rgba(178, 200, 166, 1);
+}
+
+.outgoing .x-time,
+.outgoing a
+{
+ color: rgba(116, 157, 95, 1);
+}
+
+.outgoing.history .x-time
+{
+ color: rgba(178, 200, 166, 1);
+}
+
+.outgoing .x-message
+{
+ background: rgba(213, 225, 207, .9);
+ border-top: 1px solid rgba(116, 157, 95, 1);
+}
+
+.outgoing.history .x-message,
+.outgoing.consecutive .x-message
+{
+ border-top: 1px solid rgba(178, 200, 166, 1);
+}
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/colors_indigo_maroon.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/colors_indigo_maroon.css Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,91 @@
+body,
+#topic
+{
+ background-color: rgba(248, 240, 240, .8);
+}
+
+.status .x-wrap,
+.event .x-wrap
+{
+ background-color: rgba(250, 244, 244, .8);
+}
+
+.incoming .x-buddyicon
+{
+ background: rgba(75, 93, 178, .2);
+}
+
+.incoming .x-sender,
+.incoming a:hover
+{
+ background: rgba(75, 93, 178, 1);
+}
+
+.incoming.history .x-sender,
+.incoming.history a:hover
+{
+ background: rgba(161, 168, 211, 1);
+}
+
+.incoming .x-time,
+.incoming a
+{
+ color: rgba(75, 93, 178, 1);
+}
+
+.incoming.history .x-time
+{
+ color: rgba(161, 168, 211, 1);
+}
+
+.incoming .x-message
+{
+ background: rgba(213, 211, 228, .9);
+ border-top: 1px solid rgba(75, 93, 178, 1);
+}
+
+.incoming.history .x-message,
+.incoming.consecutive .x-message
+{
+ border-top: 1px solid rgba(161, 168, 211, 1);
+}
+
+.outgoing .x-buddyicon
+{
+ background: rgba(177, 74, 75, .2);
+}
+
+.outgoing .x-sender,
+.outgoing a:hover
+{
+ background: rgba(177, 74, 75, 1);
+}
+
+.outgoing.history .x-sender,
+.outgoing.history a:hover
+{
+ background: rgba(212, 159, 159, 1);
+}
+
+.outgoing .x-time,
+.outgoing a
+{
+ color: rgba(177, 74, 75, 1);
+}
+
+.outgoing.history .x-time
+{
+ color: rgba(212, 159, 159, 1);
+}
+
+.outgoing .x-message
+{
+ background: rgba(233, 207, 207, .9);
+ border-top: 1px solid rgba(177, 74, 75, 1);
+}
+
+.outgoing.history .x-message,
+.outgoing.consecutive .x-message
+{
+ border-top: 1px solid rgba(212, 159, 159, 1);
+}
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/colors_orange_green.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/colors_orange_green.css Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,91 @@
+body,
+#topic
+{
+ background-color: rgba(242, 251, 238, .8);
+}
+
+.status .x-wrap,
+.event .x-wrap
+{
+ background-color: rgba(245, 253, 241, .8);
+}
+
+.incoming .x-buddyicon
+{
+ background: rgba(255, 124, 0, .2);
+}
+
+.incoming .x-sender,
+.incoming a:hover
+{
+ background: rgba(255, 124, 0, 1);
+}
+
+.incoming.history .x-sender,
+.incoming.history a:hover
+{
+ background: rgba(249, 188, 120, 1);
+}
+
+.incoming .x-time,
+.incoming a
+{
+ color: rgba(255, 124, 0, 1);
+}
+
+.incoming.history .x-time
+{
+ color: rgba(249, 188, 120, 1);
+}
+
+.incoming .x-message
+{
+ background: rgba(244, 225, 190, .9);
+ border-top: 1px solid rgba(255, 124, 0, 1);
+}
+
+.incoming.history .x-message,
+.incoming.consecutive .x-message
+{
+ border-top: 1px solid rgba(249, 188, 120, 1);
+}
+
+.outgoing .x-buddyicon
+{
+ background: rgba(102, 204, 50, .2);
+}
+
+.outgoing .x-sender,
+.outgoing a:hover
+{
+ background: rgba(102, 204, 50, 1);
+}
+
+.outgoing.history .x-sender,
+.outgoing.history a:hover
+{
+ background: rgba(172, 228, 145, 1);
+}
+
+.outgoing .x-time,
+.outgoing a
+{
+ color: rgba(102, 204, 50, 1);
+}
+
+.outgoing.history .x-time
+{
+ color: rgba(172, 228, 145, 1);
+}
+
+.outgoing .x-message
+{
+ background: rgba(213, 241, 200, .9);
+ border-top: 1px solid rgba(102, 204, 50, 1);
+}
+
+.outgoing.history .x-message,
+.outgoing.consecutive .x-message
+{
+ border-top: 1px solid rgba(172, 228, 145, 1);
+}
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/colors_red_blue.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/colors_red_blue.css Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,91 @@
+body,
+#topic
+{
+ background-color: rgba(255, 244, 244, .8);
+}
+
+.status .x-wrap,
+.event .x-wrap
+{
+ background-color: rgba(255, 246, 246, .8);
+}
+
+.incoming .x-buddyicon
+{
+ background: rgba(0, 45, 255, .2);
+}
+
+.incoming .x-sender,
+.incoming a:hover
+{
+ background: rgba(0, 45, 255, 1);
+}
+
+.incoming.history .x-sender,
+.incoming.history a:hover
+{
+ background: rgba(127, 145, 250, 1);
+}
+
+.incoming .x-time,
+.incoming a
+{
+ color: rgba(0, 45, 255, 1);
+}
+
+.incoming.history .x-time
+{
+ color: rgba(127, 145, 250, 1);
+}
+
+.incoming .x-message
+{
+ background: rgba(204, 204, 246, .9);
+ border-top: 1px solid rgba(0, 45, 255, 1);
+}
+
+.incoming.history .x-message,
+.incoming.consecutive .x-message
+{
+ border-top: 1px solid rgba(127, 145, 250, 1);
+}
+
+.outgoing .x-buddyicon
+{
+ background: rgba(255, 0, 1, .2);
+}
+
+.outgoing .x-sender,
+.outgoing a:hover
+{
+ background: rgba(255, 0, 1, 1);
+}
+
+.outgoing.history .x-sender,
+.outgoing.history a:hover
+{
+ background: rgba(254, 123, 123, 1);
+}
+
+.outgoing .x-time,
+.outgoing a
+{
+ color: rgba(255, 0, 1, 1);
+}
+
+.outgoing.history .x-time
+{
+ color: rgba(254, 123, 123, 1);
+}
+
+.outgoing .x-message
+{
+ background: rgba(255, 195, 195, .9);
+ border-top: 1px solid rgba(255, 0, 1, 1);
+}
+
+.outgoing.history .x-message,
+.outgoing.consecutive .x-message
+{
+ border-top: 1px solid rgba(254, 123, 123, 1);
+}
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/icon_alternate.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/icon_alternate.css Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,32 @@
+.incoming .x-wrap
+{
+ margin-right: 37px;
+}
+
+.outgoing .x-wrap
+{
+ margin-left: 37px;
+}
+
+.incoming .x-buddyicon
+{
+ position: absolute;
+ right: 10px;
+}
+
+.outgoing .x-buddyicon
+{
+ position: absolute;
+ left: 10px;
+}
+
+.firstFocus.message .x-text:before
+{
+ right: 49px;
+}
+
+.firstFocus.status .x-text:before,
+.firstFocus.event .x-text:before
+{
+ right: 10px;
+}
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/icon_hidden.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/icon_hidden.css Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,20 @@
+.x-buddyicon
+{
+ display: none;
+}
+
+.x-sender
+{
+ padding-right: 41px;
+}
+
+.firstFocus.message .x-text:before
+{
+ right: 12px;
+}
+
+.firstFocus.status .x-text:before,
+.firstFocus.event .x-text:before
+{
+ right: 10px;
+}
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/icon_left.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/icon_left.css Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,21 @@
+.message .x-wrap
+{
+ margin-left: 37px;
+}
+
+.message .x-buddyicon
+{
+ position: absolute;
+ left: 10px;
+}
+
+.firstFocus.message .x-text:before
+{
+ right: 12px;
+}
+
+.firstFocus.status .x-text:before,
+.firstFocus.event .x-text:before
+{
+ right: 10px;
+}
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/icon_right.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Styles/icon_right.css Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,18 @@
+.x-wrap
+{
+ margin-right: 37px;
+}
+
+.message .x-buddyicon
+{
+ position: absolute;
+ right: 10px;
+}
+
+.firstFocus.message .x-text:before,
+.firstFocus.status .x-text:before,
+.firstFocus.event .x-text:before
+{
+ right: 49px;
+}
+
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Topic.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Topic.html Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,1 @@
+%topic%
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Variants/Brown - Icon Alternate.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Variants/Brown - Icon Alternate.css Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,3 @@
+ at import url(../Styles/basestyle.css);
+ at import url(../Styles/colors_brown_olive.css);
+ at import url(../Styles/icon_alternate.css);
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Variants/Brown - Icon Hidden.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Variants/Brown - Icon Hidden.css Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,3 @@
+ at import url(../Styles/basestyle.css);
+ at import url(../Styles/colors_brown_olive.css);
+ at import url(../Styles/icon_hidden.css);
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Variants/Brown - Icon Left.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Variants/Brown - Icon Left.css Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,3 @@
+ at import url(../Styles/basestyle.css);
+ at import url(../Styles/colors_brown_olive.css);
+ at import url(../Styles/icon_left.css);
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Variants/Brown - Icon Right.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Variants/Brown - Icon Right.css Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,3 @@
+ at import url(../Styles/basestyle.css);
+ at import url(../Styles/colors_brown_olive.css);
+ at import url(../Styles/icon_right.css);
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Variants/Indigo - Icon Alternate.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Variants/Indigo - Icon Alternate.css Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,3 @@
+ at import url(../Styles/basestyle.css);
+ at import url(../Styles/colors_indigo_maroon.css);
+ at import url(../Styles/icon_alternate.css);
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Variants/Indigo - Icon Hidden.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Variants/Indigo - Icon Hidden.css Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,3 @@
+ at import url(../Styles/basestyle.css);
+ at import url(../Styles/colors_indigo_maroon.css);
+ at import url(../Styles/icon_hidden.css);
diff -r 274916fd9c38 -r 2e1d21faf070 Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Variants/Indigo - Icon Left.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/Message Styles/Mockie.AdiumMessageStyle/Contents/Resources/Variants/Indigo - Icon Left.css Tue Nov 02 16:14:36 2010 -0500
@@ -0,0 +1,3 @@
+ at import url(../Styles/basestyle.css);
+ at import url(../Styles/colors_indigo_maroon.css);
+ at import url(../Styles/icon_left.css);
More information about the commits
mailing list