xtras/mathuaerknedam 369:6da03aaf3e6f: Mockie: make icon-left va...
commits at adium.im
commits at adium.im
Wed Feb 24 01:12:44 UTC 2010
details: http://hg.adium.im/xtras/mathuaerknedam/rev/6da03aaf3e6f
revision: 369:6da03aaf3e6f
author: mathuaerknedam
date: Tue Feb 23 14:31:58 2010 -0600
Mockie: make icon-left variants not-broken.
Subject: xtras/mathuaerknedam 370:73141e19f1e2: Mockie: more indicator tweaks.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/73141e19f1e2
revision: 370:73141e19f1e2
author: mathuaerknedam
date: Tue Feb 23 16:09:29 2010 -0600
Mockie: more indicator tweaks.
Subject: xtras/mathuaerknedam 371:39baebd275cd: Mockie: more indicator tweaks.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/39baebd275cd
revision: 371:39baebd275cd
author: mathuaerknedam
date: Tue Feb 23 16:09:42 2010 -0600
Mockie: more indicator tweaks.
diffs (truncated from 1918 to 1000 lines):
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/blue/topleft.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/blue/topleft.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/blue/topright.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/blue/topright.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/brown/topleft.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/brown/topleft.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/brown/topright.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/brown/topright.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/context/topleft.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/context/topleft.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/context/topright.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/context/topright.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/green/topleft.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/green/topleft.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/green/topright.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/green/topright.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/indigo/topleft.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/indigo/topleft.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/indigo/topright.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/indigo/topright.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/maroon/topleft.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/maroon/topleft.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/maroon/topright.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/maroon/topright.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/olive/topleft.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/olive/topleft.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/olive/topright.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/olive/topright.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/orange/topleft.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/orange/topleft.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/orange/topright.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/orange/topright.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/red/topleft.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/red/topleft.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/red/topright.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/Images/red/topright.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css Tue Feb 23 16:09:42 2010 -0600
@@ -0,0 +1,387 @@
+body
+{
+ top: -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;
+}
+
+#topic #topicEdit
+{
+ padding-top: 4px;
+ padding-right: 12px;
+ padding-bottom: 5px;
+ padding-left: 14px;
+ display: block;
+
+ word-wrap: break-word;
+ word-break: break-word;
+}
+
+#topic[title=""] #topicEdit:after
+{
+ content: "< no topic available >";
+}
+
+.x-incoming
+{
+ color: black;
+}
+
+.x-outgoing
+{
+ color: black;
+}
+
+.x-incoming a:hover,
+.x-outgoing a:hover
+{
+ color: white;
+}
+
+.x-sender
+{
+ color: white;
+ font-weight: bold;
+ font-size: 11px;
+}
+
+.x-mask
+{
+ background-color: rgba(128, 128, 128, .2);
+}
+
+.x-protocol
+{
+ color: rgba(255, 255, 255, .5);
+ font-weight: bold;
+ font-size: 11px;
+}
+
+.x-time
+{
+ font-weight: normal;
+}
+
+.x-status_container
+{
+ color: black;
+}
+
+.x-status_message a:hover
+{
+ background-color: rgba(208, 208, 208, 1);
+}
+
+.x-bottomdivider
+{
+ border-bottom: 1px solid #BEBEBE;
+}
+
+a,
+a:link
+{
+ text-decoration: none;
+}
+
+.x-context .x-message
+{
+ background: rgba(255, 255, 255, .6);
+ color: rgba(0, 0, 0, .6);
+}
+
+.x-context .x-time_consecutive,
+.x-context .x-time_initial,
+.x-status_time
+{
+ color: rgba(0, 0, 0, .6);
+}
+
+.x-context .x-buddyicon
+{
+ background: rgba(0, 0, 0, .2);
+}
+
+.x-context .x-topleft
+{
+ background: no-repeat url(../images/context/topleft.png);
+}
+
+.x-context .x-sender
+{
+ background: rgba(0, 0, 0, .2);
+}
+
+.x-context .x-protocol
+{
+ background: no-repeat url(../images/context/topright.png) right;
+}
+
+img.scaledToFitImage
+{
+ width:auto;
+}
+
+body
+{
+ margin: 0px 0px 0px 0px;
+}
+
+#Chat
+{
+ overflow: hidden;
+ padding: 5px 10px 0px 10px;
+}
+
+.x-incoming
+{
+ margin-top: 5px;
+ margin-bottom: 5px;
+ clear: both;
+}
+
+.x-outgoing
+{
+ margin-top: 5px;
+ margin-bottom: 5px;
+ clear: both;
+}
+
+.x-topleft
+{
+ height: 14px;
+ float: left;
+ width: 4px;
+}
+
+.x-sender
+{
+ height: 14px;
+ margin-right: 4px;
+ overflow: hidden;
+ padding-right: 30px;
+}
+
+.x-buddyicon
+{
+ display: block;
+ width: 32px;
+ height: 32px;
+ padding: 0px;
+ text-align: center;
+}
+
+.x-mask
+{
+ width: 32px;
+ height: 32px;
+ padding: 0px;
+}
+
+.x-protocol
+{
+ float: right;
+ position: relative;
+ height: 14px;
+ top: -14px;
+ padding-right: 4px;
+ right: 0px;
+ margin-bottom: -14px;
+ word-wrap: normal;
+}
+
+.x-time_initial,
+.x-time_consecutive
+{
+ float: right;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ padding-right: 4px;
+ padding-left: 4px;
+ margin-left: 4px;
+}
+
+.x-message
+{
+ overflow: auto;
+ margin: 0;
+ padding: 0;
+}
+
+.x-text,
+.x-status_message
+{
+ padding-top: 2px;
+ padding-right: 4px;
+ padding-bottom: 2px;
+ padding-left: 4px;
+}
+
+.x-status_container
+{
+ clear: both;
+ margin-bottom: 5px;
+}
+
+.x-status_container + .x-status_container:not(.firstFocus)
+{
+ margin-top: -5px;
+}
+
+.x-status_time
+{
+ float: right;
+ margin-top: 0px;
+ margin-left: 4px;
+ margin-bottom: 0px;
+}
+
+.x-bottomdivider
+{
+ width: 100%;
+ position: fixed;
+ bottom: 0px;
+ margin: 0px;
+ padding: 0px;
+ left: 0px;
+}
+
+.firstFocus > .x-message > .x-text:before,
+.firstFocus > .x-text:before,
+.firstFocus > .x-status_message:before
+{
+ position: absolute;
+ margin-top: -19px;
+ margin-left: -2px;
+ content: "FOCUS LOST HERE";
+ background: rgba(192, 192, 192, 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: 6px;
+ -webkit-border-top-right-radius: 6px;
+}
+
+.firstFocus > .x-message > .x-text,
+.firstFocus > .x-text
+{
+ margin-top: 15px;
+}
+
+.firstFocus > .x-message > .x-time_initial,
+.firstFocus > .x-time_consecutive
+{
+ margin-top: 19px;
+}
+
+.firstFocus > .x-message > .x-text,
+.firstFocus > .x-text,
+.firstFocus > .x-status_message
+{
+ border-top: 4px solid rgba(192, 192, 192, 1);
+ margin-bottom: 2px;
+ margin-left: 2px;
+ padding-left: 2px;
+ padding-right: 4px;
+}
+
+.firstFocus > .x-status_message:before
+{
+ margin-top: -19px;
+ margin-left: -4px;
+}
+
+.firstFocus > .x-status_message,
+.firstFocus > .x-status_message > x-status_time
+{
+ margin-top: 18px;
+}
+
+.firstFocus > .x-status_message
+{
+ padding: 2px;
+ padding-left: 4px;
+ margin-left: 0px;
+}
+
+.mention > .x-message > .x-text:before,
+.mention.x-message-next > .x-text:before
+{
+ position: absolute;
+ margin-top: -19px;
+ margin-left: -2px;
+ content: "MENTIONED HERE";
+ background: rgba(192, 192, 192, 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: 6px;
+ -webkit-border-top-right-radius: 6px;
+}
+
+.mention > .x-message > .x-text,
+.mention.x-message-next > .x-text
+{
+ margin-top: 15px;
+}
+
+.mention > .x-message > .x-time_initial,
+.mention.x-message-next > .x-time_consecutive
+{
+ margin-top: 19px;
+}
+
+.mention > .x-message > .x-text,
+.mention.x-message-next > .x-text
+{
+ border-top: 4px solid rgba(192, 192, 192, 1);
+ margin-bottom: 2px;
+ margin-left: 2px;
+ padding-left: 2px;
+ padding-right: 4px;
+}
+
+.history + :not(.history):before
+{
+ position: absolute;
+ margin-top: -22px;
+ left: 10px;
+ content: "MESSAGE HISTORY ENDS HERE";
+ background: rgba(192, 192, 192, 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: 6px;
+ -webkit-border-bottom-right-radius: 6px;
+}
+
+.history + :not(.history)
+{
+ margin-top: 5px;
+ padding-top: 18px;
+ border-top: 4px solid rgba(192, 192, 192, 1);
+}
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_brown_olive.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_brown_olive.css Tue Feb 23 16:09:42 2010 -0600
@@ -0,0 +1,100 @@
+body,
+#topic,
+.x-status_container
+{
+ background-color: #eef3eb;
+}
+
+.x-incoming .x-buddyicon
+{
+ background: rgba(178, 125, 75, .2);
+}
+
+.x-incoming .x-topleft
+{
+ background: url(../images/brown/topleft.png) no-repeat;
+}
+
+.x-incoming .x-sender
+{
+ background: #b27d4b;
+}
+
+.x-incoming .x-protocol
+{
+ background: no-repeat url(../images/brown/topright.png) right;
+}
+
+.x-incoming .x-time_consecutive,
+.x-incoming .x-time_initial
+{
+ color: #b27d4b;
+}
+
+.x-incoming .x-message
+{
+ background: rgba(226, 219, 203, .9);
+ border-top: 1px solid #b27d4b;
+}
+
+.x-incoming .x-message-next
+{
+ border-top: 1px solid rgba(178, 125, 75, .4);
+}
+
+.x-incoming a:hover
+{
+ background: #b27d4b;
+}
+
+.x-incoming a
+{
+ color: #b27d4b;
+}
+
+.x-outgoing .x-buddyicon
+{
+ background: rgba(116, 157, 95, .2);
+}
+
+.x-outgoing .x-topleft
+{
+ background: no-repeat url(../images/olive/topleft.png);
+}
+
+.x-outgoing .x-sender
+{
+ background: #749d5f;
+}
+
+.x-outgoing .x-protocol
+{
+ background: no-repeat url(../images/olive/topright.png) right;
+}
+
+.x-outgoing .x-time_consecutive,
+.x-outgoing .x-time_initial
+{
+ color: #749d5f;
+}
+
+.x-outgoing .x-message
+{
+ background: rgba(213, 225, 207, .9);
+ border-top: 1px solid #749d5f;
+}
+
+.x-outgoing .x-message-next
+{
+ border-top: 1px solid rgba(116, 157, 95, .4);
+}
+
+.x-outgoing a
+{
+ color: #749d5f;
+}
+
+.x-outgoing a:hover
+{
+ background: #749d5f;
+}
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_indigo_maroon.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_indigo_maroon.css Tue Feb 23 16:09:42 2010 -0600
@@ -0,0 +1,105 @@
+body,
+#topic,
+.x-status_container
+{
+ background-color: #f8f0f0;
+}
+
+#curtain
+{
+ background-color: rgba(255, 255, 255, .8);
+}
+
+.x-incoming .x-buddyicon
+{
+ background: rgba(75, 93, 178, .2);
+}
+
+.x-incoming .x-topleft
+{
+ background: no-repeat url(../images/indigo/topleft.png);
+}
+
+.x-incoming .x-sender
+{
+ background: #4b5db2;
+}
+
+.x-incoming .x-protocol
+{
+ background: no-repeat url(../images/indigo/topright.png) right;
+}
+
+.x-incoming .x-time_consecutive,
+.x-incoming .x-time_initial
+{
+ color: #4b5db2;
+}
+
+.x-incoming .x-message
+{
+ background: rgba(213, 211, 228, .9);
+ border-top: 1px solid #4b5db2;
+}
+
+.x-incoming .x-message-next
+{
+ border-top: 1px solid rgba(75, 93, 178, .4);
+}
+
+.x-incoming a:hover
+{
+ background: #4b5db2;
+}
+
+.x-incoming a
+{
+ color: #4b5db2;
+}
+
+.x-outgoing .x-buddyicon
+{
+ background: rgba(177, 74, 75, .2);
+}
+
+.x-outgoing .x-topleft
+{
+ background: no-repeat url(../images/maroon/topleft.png);
+}
+
+.x-outgoing .x-sender
+{
+ background: #b14a4b;
+}
+
+.x-outgoing .x-protocol
+{
+ background: no-repeat url(../images/maroon/topright.png) right;
+}
+
+.x-outgoing .x-time_consecutive,
+.x-outgoing .x-time_initial
+{
+ color: #b14a4b;
+}
+
+.x-outgoing .x-message
+{
+ background: rgba(233, 207, 207, .9);
+ border-top: 1px solid #b14a4b;
+}
+
+.x-outgoing .x-message-next
+{
+ border-top: 1px solid rgba(177, 74, 75, .4);
+}
+
+.x-outgoing a
+{
+ color: #b14a4b;
+}
+
+.x-outgoing a:hover
+{
+ background: #b14a4b;
+}
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_orange_green.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_orange_green.css Tue Feb 23 16:09:42 2010 -0600
@@ -0,0 +1,105 @@
+body,
+#topic,
+.x-status_container
+{
+ background-color: #f2fbee;
+}
+
+#curtain
+{
+ background-color: rgba(255, 255, 255, .8);
+}
+
+.x-incoming .x-buddyicon
+{
+ background: rgba(255, 124, 0, .2);
+}
+
+.x-incoming .x-topleft
+{
+ background: no-repeat url(../images/orange/topleft.png);
+}
+
+.x-incoming .x-sender
+{
+ background: #FF7C00;
+}
+
+.x-incoming .x-protocol
+{
+ background: no-repeat url(../images/orange/topright.png) right;
+}
+
+.x-incoming .x-time_consecutive,
+.x-incoming .x-time_initial
+{
+ color: #FF7C00;
+}
+
+.x-incoming .x-message
+{
+ background: rgba(244, 225, 190, .9);
+ border-top: 1px solid #FF7C00;
+}
+
+.x-incoming .x-message-next
+{
+ border-top: 1px solid rgba(255, 124, 0, .4);
+}
+
+.x-incoming a:hover
+{
+ background: #FF7C00;
+}
+
+.x-incoming a
+{
+ color: #FF7C00;
+}
+
+.x-outgoing .x-buddyicon
+{
+ background: rgba(102, 204, 50, .2);
+}
+
+.x-outgoing .x-topleft
+{
+ background: no-repeat url(../images/green/topleft.png);
+}
+
+.x-outgoing .x-sender
+{
+ background: #66CC32;
+}
+
+.x-outgoing .x-protocol
+{
+ background: no-repeat url(../images/green/topright.png) right;
+}
+
+.x-outgoing .x-time_consecutive,
+.x-outgoing .x-time_initial
+{
+ color: #66CC32;
+}
+
+.x-outgoing .x-message
+{
+ background: rgba(213, 241, 200, .9);
+ border-top: 1px solid #66CC32;
+}
+
+.x-outgoing .x-message-next
+{
+ border-top: 1px solid rgba(102, 204, 50, .4);
+}
+
+.x-outgoing a
+{
+ color: #66CC32;
+}
+
+.x-outgoing a:hover
+{
+ background: #66CC32;
+}
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_red_blue.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/colors_red_blue.css Tue Feb 23 16:09:42 2010 -0600
@@ -0,0 +1,105 @@
+body,
+#topic,
+.x-status_container
+{
+ background-color: #fff4f4;
+}
+
+#x-curtain
+{
+ background-color: rgba(255, 255, 255, .8);
+}
+
+.x-incoming .x-buddyicon
+{
+ background: rgba(0, 45, 255, .2);
+}
+
+.x-incoming .x-topleft
+{
+ background: no-repeat url(../images/blue/topleft.png);
+}
+
+.x-incoming .x-sender
+{
+ background: #002CFF;
+}
+
+.x-incoming .x-protocol
+{
+ background: no-repeat url(../images/blue/topright.png) right;
+}
+
+.x-incoming .x-time_consecutive,
+.x-incoming .x-time_initial
+{
+ color: #002cff;
+}
+
+.x-incoming .x-message
+{
+ background: rgba(204, 204, 246, .9);
+ border-top: 1px solid #002CFF;
+}
+
+.x-incoming .x-message-next
+{
+ border-top: 1px solid rgba(0, 45, 255, .4);
+}
+
+.x-incoming a:hover
+{
+ background: #002CFF;
+}
+
+.x-incoming a
+{
+ color: #002CFF;
+}
+
+.x-outgoing .x-buddyicon
+{
+ background: rgba(255, 0, 1, .2);
+}
+
+.x-outgoing .x-topleft
+{
+ background: no-repeat url(../images/red/topleft.png);
+}
+
+.x-outgoing .x-sender
+{
+ background: #FF0001;
+}
+
+.x-outgoing .x-protocol
+{
+ background: no-repeat url(../images/red/topright.png) right;
+}
+
+.x-outgoing .x-time_consecutive,
+.x-outgoing .x-time_initial
+{
+ color: #FF0001;
+}
+
+.x-outgoing .x-message
+{
+ background: rgba(255, 195, 195, .9);
+ border-top: 1px solid #FF0001;
+}
+
+.x-outgoing .x-message-next
+{
+ border-top: 1px solid rgba(255, 0, 1, .4);
+}
+
+.x-outgoing a
+{
+ color: #FF0001;
+}
+
+.x-outgoing a:hover
+{
+ background: #FF0001;
+}
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/icon_alternate.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/icon_alternate.css Tue Feb 23 16:09:42 2010 -0600
@@ -0,0 +1,25 @@
+.x-incoming .x-buddyicon
+{
+ float: right;
+ margin-bottom: 5px;
+ margin-left: 5px;
+}
+
+.x-outgoing .x-buddyicon
+{
+ float: left;
+ margin-right: 5px;
+ margin-bottom: 5px;
+}
+
+.x-incoming .x-mask
+{
+ float: right;
+ margin-right: -37px;
+}
+
+.x-outgoing .x-mask
+{
+ float: left;
+ margin-left: -37px;
+}
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/icon_hidden.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/icon_hidden.css Tue Feb 23 16:09:42 2010 -0600
@@ -0,0 +1,19 @@
+.x-buddyicon
+{
+ display: none;
+}
+
+.x-mask
+{
+ display: none;
+}
+
+p
+{
+ padding-right: 1px;
+}
+
+.x-sender
+{
+ padding-right: 41px;
+}
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/icon_left.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/icon_left.css Tue Feb 23 16:09:42 2010 -0600
@@ -0,0 +1,13 @@
+.x-buddyicon
+{
+ float: left;
+ margin-right: 5px;
+ margin-bottom: 5px;
+}
+
+.x-mask
+{
+ float: left;
+ margin-left: -37px;
+}
+
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/icon_right.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/icon_right.css Tue Feb 23 16:09:42 2010 -0600
@@ -0,0 +1,28 @@
+.x-buddyicon
+{
+ float: right;
+ margin-bottom: 5px;
+ margin-left: 5px;
+}
+
+.x-mask
+{
+ float: right;
+ margin-right: -37px;
+}
+
+.x-status_time
+{
+ margin-right: 41px;
+}
+
+.x-status_container
+{
+ margin-right: 37px;
+}
+
+.x-status_container .x-status_time
+{
+ margin-right: 0px;
+}
+
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/images/blue/topleft.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/images/blue/topleft.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/images/blue/topright.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/images/blue/topright.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/images/brown/topleft.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/images/brown/topleft.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/images/brown/topright.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/images/brown/topright.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/images/context/topleft.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/images/context/topleft.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/images/context/topright.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/images/context/topright.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/images/green/topleft.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/images/green/topleft.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/images/green/topright.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/images/green/topright.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/images/indigo/topleft.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/images/indigo/topleft.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/images/indigo/topright.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/images/indigo/topright.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/images/maroon/topleft.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/images/maroon/topleft.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/images/maroon/topright.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/images/maroon/topright.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/images/olive/topleft.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/images/olive/topleft.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/images/olive/topright.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/images/olive/topright.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/images/orange/topleft.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/images/orange/topleft.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/images/orange/topright.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/images/orange/topright.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/images/red/topleft.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/images/red/topleft.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/images/red/topright.png
Binary file Mockie ☿.AdiumMessageStyle/Contents/Resources/images/red/topright.png has changed
diff -r d5b2ed06fef5 -r 39baebd275cd Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/styles/basestyle.css Tue Feb 23 13:53:36 2010 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,380 +0,0 @@
-body
More information about the commits
mailing list