xtras/mathuaerknedam 316:ba4d862b02ee: Renkoo: fix links to back...
commits at adium.im
commits at adium.im
Sun Feb 7 04:55:39 UTC 2010
details: http://hg.adium.im/xtras/mathuaerknedam/rev/ba4d862b02ee
revision: 316:ba4d862b02ee
author: mathuaerknedam
date: Fri Feb 05 09:53:47 2010 -0600
Renkoo: fix links to background images in main.css caused by moving it.
Subject: xtras/mathuaerknedam 317:f8405582e4cb: Renkoo: I need to delete the old css files...
details: http://hg.adium.im/xtras/mathuaerknedam/rev/f8405582e4cb
revision: 317:f8405582e4cb
author: mathuaerknedam
date: Sat Feb 06 22:26:47 2010 -0600
Renkoo: I need to delete the old css files...
Subject: xtras/mathuaerknedam 318:487d0a3fd9d8: Renkoo: The icons were 2px higher than the message bubbles.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/487d0a3fd9d8
revision: 318:487d0a3fd9d8
author: mathuaerknedam
date: Sat Feb 06 22:28:33 2010 -0600
Renkoo: The icons were 2px higher than the message bubbles.
Subject: xtras/mathuaerknedam 319:06b42d079318: Renkoo: Focus indicators in the form of a plus sign next to the timestamp.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/06b42d079318
revision: 319:06b42d079318
author: mathuaerknedam
date: Sat Feb 06 22:29:34 2010 -0600
Renkoo: Focus indicators in the form of a plus sign next to the timestamp.
Subject: xtras/mathuaerknedam 320:93a77be5ad7e: Renkoo: Mention indicators.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/93a77be5ad7e
revision: 320:93a77be5ad7e
author: mathuaerknedam
date: Sat Feb 06 22:55:09 2010 -0600
Renkoo: Mention indicators.
diffs (863 lines):
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/alternating.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/alternating.css Thu Feb 04 22:33:27 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/alternating.css Sat Feb 06 22:55:09 2010 -0600
@@ -16,3 +16,12 @@
margin-right: 40px;
}
+.mention
+{
+ margin-right: 30px;
+}
+
+.mention .x-myBubble
+{
+ margin-right: 10px;
+}
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/main.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/main.css Thu Feb 04 22:33:27 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/main.css Sat Feb 06 22:55:09 2010 -0600
@@ -35,7 +35,7 @@
width: 100%;
height: 45px;
border-bottom: 2px solid #d5d5d5;
- background: url("images/steelHeading.jpg") repeat-x top left;
+ background: url("../images/steelHeading.jpg") repeat-x top left;
}
#x-heading .x-conversationIncomingIcon
@@ -177,6 +177,27 @@
width: 26px;
height: 26px;
float: left;
+ margin-top: 2px;
+}
+
+.focus .x-timeStamp:before
+{
+ position: absolute;
+ margin-top: -1px;
+ right: 8px;
+ content: "\002b";
+}
+
+.mention
+{
+ -webkit-border-radius: 6px;
+ -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, .3);
+}
+
+.mention .x-avatar
+{
+ -webkit-border-radius: 4px;
+ -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, .2);
}
/*status*/
@@ -189,42 +210,42 @@
.x-statusMessage .x-myBubble .x-indicator
{
- background: url("images/steelIndicator.png") no-repeat top left;
+ background: url("../images/steelIndicator.png") no-repeat top left;
}
.x-statusMessage .x-tableBubble .x-tl
{
- background: url("images/steelCurves.png") no-repeat top left;
+ background: url("../images/steelCurves.png") no-repeat top left;
}
.x-statusMessage .x-tableBubble .x-tr
{
- background: url("images/steelCurves.png") no-repeat top right;
+ background: url("../images/steelCurves.png") no-repeat top right;
}
.x-statusMessage .x-tableBubble .x-head
{
- background: url("images/steelCurves.png") no-repeat -10px 0;
+ background: url("../images/steelCurves.png") no-repeat -10px 0;
}
.x-statusMessage .x-tableBubble .x-message
{
- background: url("images/steelBackground.png") repeat-y top left;
+ background: url("../images/steelBackground.png") repeat-y top left;
}
.x-statusMessage .x-tableBubble .x-messageRight
{
- background: url("images/steelBackground.png") repeat-y top right;
+ background: url("../images/steelBackground.png") repeat-y top right;
}
.x-statusMessage .x-tableBubble .x-bl
{
- background: url("images/steelCurves.png") no-repeat bottom left;
+ background: url("../images/steelCurves.png") no-repeat bottom left;
}
.x-statusMessage .x-tableBubble .x-br
{
- background: url("images/steelCurves.png") no-repeat bottom right;
+ background: url("../images/steelCurves.png") no-repeat bottom right;
}
.x-statusMessage .x-followUp
@@ -243,42 +264,42 @@
.x-incomingItem .x-myBubble .x-indicator
{
- background: url("images/yellowIndicator.png") no-repeat top left;
+ background: url("../images/yellowIndicator.png") no-repeat top left;
}
.x-incomingItem .x-tableBubble .x-tl
{
- background: url("images/yellowCurves.png") no-repeat top left;
+ background: url("../images/yellowCurves.png") no-repeat top left;
}
.x-incomingItem .x-tableBubble .x-tr
{
- background: url("images/yellowCurves.png") no-repeat top right;
+ background: url("../images/yellowCurves.png") no-repeat top right;
}
.x-incomingItem .x-tableBubble .x-head
{
- background: url("images/yellowCurves.png") no-repeat -10px 0;
+ background: url("../images/yellowCurves.png") no-repeat -10px 0;
}
.x-incomingItem .x-tableBubble .x-message
{
- background: url("images/yellowBackground.png") repeat-y top left;
+ background: url("../images/yellowBackground.png") repeat-y top left;
}
.x-incomingItem .x-tableBubble .x-messageRight
{
- background: url("images/yellowBackground.png") repeat-y top right;
+ background: url("../images/yellowBackground.png") repeat-y top right;
}
.x-incomingItem .x-tableBubble .x-bl
{
- background: url("images/yellowCurves.png") no-repeat bottom left;
+ background: url("../images/yellowCurves.png") no-repeat bottom left;
}
.x-incomingItem .x-tableBubble .x-br
{
- background: url("images/yellowCurves.png") no-repeat bottom right;
+ background: url("../images/yellowCurves.png") no-repeat bottom right;
}
.x-incomingItem .x-followUp
@@ -297,42 +318,42 @@
.x-outgoingItem .x-myBubble .x-indicator
{
- background: url("images/greenIndicator.png") no-repeat top left;
+ background: url("../images/greenIndicator.png") no-repeat top left;
}
.x-outgoingItem .x-tableBubble .x-tl
{
- background: url("images/greenCurves.png") no-repeat top left;
+ background: url("../images/greenCurves.png") no-repeat top left;
}
.x-outgoingItem .x-tableBubble .x-tr
{
- background: url("images/greenCurves.png") no-repeat top right;
+ background: url("../images/greenCurves.png") no-repeat top right;
}
.x-outgoingItem .x-tableBubble .x-head
{
- background: url("images/greenCurves.png") no-repeat -10px 0;
+ background: url("../images/greenCurves.png") no-repeat -10px 0;
}
.x-outgoingItem .x-tableBubble .x-message
{
- background: url("images/greenBackground.png") repeat-y top left;
+ background: url("../images/greenBackground.png") repeat-y top left;
}
.x-outgoingItem .x-tableBubble .x-messageRight
{
- background: url("images/greenBackground.png") repeat-y top right;
+ background: url("../images/greenBackground.png") repeat-y top right;
}
.x-outgoingItem .x-tableBubble .x-bl
{
- background: url("images/greenCurves.png") no-repeat bottom left;
+ background: url("../images/greenCurves.png") no-repeat bottom left;
}
.x-outgoingItem .x-tableBubble .x-br
{
- background: url("images/greenCurves.png") no-repeat bottom right;
+ background: url("../images/greenCurves.png") no-repeat bottom right;
}
.x-outgoingItem .x-followUp
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue on Green.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue on Green.css Thu Feb 04 22:33:27 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue on Green.css Sat Feb 06 22:55:09 2010 -0600
@@ -106,3 +106,13 @@
border-bottom: 1px solid #fff;
}
+.mention
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(158, 207, 53, 1)), to(rgba(153, 202, 48, 1)));
+}
+
+.mention .x-avatar
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 254, 245, 1)), to(rgba(239, 248, 220, 1)));
+}
+
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue on Red.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue on Red.css Thu Feb 04 22:33:27 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue on Red.css Sat Feb 06 22:55:09 2010 -0600
@@ -105,3 +105,14 @@
background-color: #ffdada;
border-bottom: 1px solid #fff;
}
+
+.mention
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 143, 143, 1)), to(rgba(243, 138, 138, 1)));
+}
+
+.mention .x-avatar
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 242, 242, 1)), to(rgba(255, 233, 233, 1)));
+}
+
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue on Steel.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue on Steel.css Thu Feb 04 22:33:27 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue on Steel.css Sat Feb 06 22:55:09 2010 -0600
@@ -106,3 +106,13 @@
border-bottom: 1px solid #fff;
}
+.mention
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(169, 169, 169, 1)), to(rgba(164, 164, 164, 1)));
+}
+
+.mention .x-avatar
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 252, 252, 1)), to(rgba(245, 245, 245, 1)));
+}
+
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Green on Blue.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Green on Blue.css Thu Feb 04 22:33:27 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Green on Blue.css Sat Feb 06 22:55:09 2010 -0600
@@ -106,3 +106,13 @@
border-bottom: 1px solid #fff;
}
+.mention
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 197, 248, 1)), to(rgba(122, 192, 243, 1)));
+}
+
+.mention .x-avatar
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 251, 255, 1)), to(rgba(230, 244, 255, 1)));
+}
+
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Green on Red.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Green on Red.css Thu Feb 04 22:33:27 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Green on Red.css Sat Feb 06 22:55:09 2010 -0600
@@ -106,3 +106,13 @@
border-bottom: 1px solid #fff;
}
+.mention
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 143, 143, 1)), to(rgba(243, 138, 138, 1)));
+}
+
+.mention .x-avatar
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 242, 242, 1)), to(rgba(255, 233, 233, 1)));
+}
+
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Green on Steel.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Green on Steel.css Thu Feb 04 22:33:27 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Green on Steel.css Sat Feb 06 22:55:09 2010 -0600
@@ -106,3 +106,13 @@
border-bottom: 1px solid #fff;
}
+.mention
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(169, 169, 169, 1)), to(rgba(164, 164, 164, 1)));
+}
+
+.mention .x-avatar
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 252, 252, 1)), to(rgba(245, 245, 245, 1)));
+}
+
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Red on Blue.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Red on Blue.css Thu Feb 04 22:33:27 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Red on Blue.css Sat Feb 06 22:55:09 2010 -0600
@@ -106,3 +106,13 @@
background-color: #ddf0fe;
border-bottom: 1px solid #fff;
}
+.mention
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 197, 248, 1)), to(rgba(122, 192, 243, 1)));
+}
+
+.mention .x-avatar
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 251, 255, 1)), to(rgba(230, 244, 255, 1)));
+}
+
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Red on Green.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Red on Green.css Thu Feb 04 22:33:27 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Red on Green.css Sat Feb 06 22:55:09 2010 -0600
@@ -111,3 +111,13 @@
border-bottom: 1px solid #fff;
}
+.mention
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(158, 207, 53, 1)), to(rgba(153, 202, 48, 1)));
+}
+
+.mention .x-avatar
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 254, 245, 1)), to(rgba(239, 248, 220, 1)));
+}
+
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Red on Steel.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Red on Steel.css Thu Feb 04 22:33:27 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Red on Steel.css Sat Feb 06 22:55:09 2010 -0600
@@ -108,3 +108,13 @@
border-bottom: 1px solid #fff;
}
+.mention
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(169, 169, 169, 1)), to(rgba(164, 164, 164, 1)));
+}
+
+.mention .x-avatar
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 252, 252, 1)), to(rgba(245, 245, 245, 1)));
+}
+
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Steel on Blue.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Steel on Blue.css Thu Feb 04 22:33:27 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Steel on Blue.css Sat Feb 06 22:55:09 2010 -0600
@@ -107,3 +107,13 @@
border-bottom: 1px solid #fff;
}
+.mention
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 197, 248, 1)), to(rgba(122, 192, 243, 1)));
+}
+
+.mention .x-avatar
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 251, 255, 1)), to(rgba(230, 244, 255, 1)));
+}
+
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Steel on Green.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Steel on Green.css Thu Feb 04 22:33:27 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Steel on Green.css Sat Feb 06 22:55:09 2010 -0600
@@ -112,3 +112,13 @@
border-bottom: 1px solid #fff;
}
+.mention
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(158, 207, 53, 1)), to(rgba(153, 202, 48, 1)));
+}
+
+.mention .x-avatar
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 254, 245, 1)), to(rgba(239, 248, 220, 1)));
+}
+
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Steel on Red.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Steel on Red.css Thu Feb 04 22:33:27 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Steel on Red.css Sat Feb 06 22:55:09 2010 -0600
@@ -105,3 +105,13 @@
background-color: #ffdada;
border-bottom: 1px solid #fff;
}
+.mention
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 143, 143, 1)), to(rgba(243, 138, 138, 1)));
+}
+
+.mention .x-avatar
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 242, 242, 1)), to(rgba(255, 233, 233, 1)));
+}
+
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Blue.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Blue.css Thu Feb 04 22:33:27 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Blue.css Sat Feb 06 22:55:09 2010 -0600
@@ -106,3 +106,13 @@
border-bottom: 1px solid #fff;
}
+.mention
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 197, 248, 1)), to(rgba(122, 192, 243, 1)));
+}
+
+.mention .x-avatar
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 251, 255, 1)), to(rgba(230, 244, 255, 1)));
+}
+
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Green.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Green.css Thu Feb 04 22:33:27 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Green.css Sat Feb 06 22:55:09 2010 -0600
@@ -111,3 +111,13 @@
border-bottom: 1px solid #fff;
}
+.mention
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(158, 207, 53, 1)), to(rgba(153, 202, 48, 1)));
+}
+
+.mention .x-avatar
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 254, 245, 1)), to(rgba(239, 248, 220, 1)));
+}
+
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Red.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Red.css Thu Feb 04 22:33:27 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Red.css Sat Feb 06 22:55:09 2010 -0600
@@ -106,3 +106,13 @@
border-bottom: 1px solid #fff;
}
+.mention
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 143, 143, 1)), to(rgba(243, 138, 138, 1)));
+}
+
+.mention .x-avatar
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 242, 242, 1)), to(rgba(255, 233, 233, 1)));
+}
+
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Steel.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Steel.css Thu Feb 04 22:33:27 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Steel.css Sat Feb 06 22:55:09 2010 -0600
@@ -106,3 +106,13 @@
border-bottom: 1px solid #fff;
}
+.mention
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(169, 169, 169, 1)), to(rgba(164, 164, 164, 1)));
+}
+
+.mention .x-avatar
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 252, 252, 1)), to(rgba(245, 245, 245, 1)));
+}
+
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/alternating.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/alternating.css Thu Feb 04 22:33:27 2010 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-.x-outgoingItem .x-avatar
-{
- float: right;
-}
-
-.x-outgoingItem .x-indicator
-{
- float: right;
- position: relative;
- left: 11px;
- top: 8px;
-}
-
-.x-myBubble
-{
- margin-right: 40px;
-}
-
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/main.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/main.css Thu Feb 04 22:33:27 2010 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,347 +0,0 @@
-*
-{
- word-wrap: break-word;
- word-break: break-word;
-}
-
-#x-header1
-{
- position: fixed;
- top: 0px;
- left: 0px;
- right: 0px;
- margin: 0;
- padding: 10px;
- overflow: auto;
- color: white;
- font-family: Lucida Grande;
- text-align: center;
- font-size: 10px;
- font-weight: regular;
- background: rgba(0,0,0,.65);
- z-index: 999;
-}
-
-#x-heading
-{
- position: fixed;
- top: 0px;
- left: 0px;
- margin: 0;
- padding: 5px;
- font-weight: regular;
- background-color: #fbfbed;
- z-index: 999;
- width: 100%;
- height: 45px;
- border-bottom: 2px solid #d5d5d5;
- background: url("images/steelHeading.jpg") repeat-x top left;
-}
-
-#x-heading .x-conversationIncomingIcon
-{
- position: absolute;
- left: 5px;
- top: 5px;
-}
-
-#x-heading .x-conversationIncomingIcon img
-{
- width: 48px;
- height: 48px;
-}
-
-#x-heading .x-conversationWith
-{
- position: relative;
- left: 60px;
- margin: 5px 0 0 0;
- font: bold 16px Myriad Pro, Myriad, Lucida Grande, Trebuchet MS, Arial;
- overflow: hide;
-}
-
-#x-heading .x-conversationTime
-{
- position: relative;
- left: 60px;
- color: #6d6d6d;
- font: bold 10px Myriad Pro, Myriad, Lucida Grande, Trebuchet MS, Arial;
-}
-
-body
-{
- margin-top: 65px;
- background-color: white;
- color: black;
-}
-
-.x-status_container
-{
- font: 10px Myriad, Lucida Grande, Arial;
-}
-
-
-body
-{
-}
-
-.x-followUp
-{
- clear: right;
- height: 1px;
- font-size: 1px;
- line-height: 1px;
- margin: 4px 0 4px 0;
-}
-
-.x-chatItem
-{
- opacity: 0.96;
-}
-
-.x-tableBubble
-{
- width: 100%;
-}
-
-.x-tableBubble .x-tl
-{
- height: 8px;
-}
-
-.x-tableBubble .x-tr
-{
- width: 8px;
- height: 8px;
-}
-
-.x-message
-{
- padding: 0 1em 0 1.25em;
- word-wrap: break-word;
-}
-
-.x-tableBubble .x-message
-{
- font-size: 11px;
-}
-
-.x-tableBubble .x-message img
-{
- vertical-align: middle;
-}
-
-.x-tableBubble .x-messageRight
-{
- width: 1px;
-}
-
-.x-tableBubble .x-bl
-{
- height: 10px;
-}
-
-.x-tableBubble .x-br
-{
- width: 8px;
- height: 10px;
-}
-
-.x-tableBubble .x-timeStamp
-{
- margin: 2px;
- margin-left: 7px;
- text-align: right;
- float: right;
-}
-
-.x-myBubble .x-indicator
-{
- position: absolute;
- top: 8px;
- left: 0;
- width: 13px;
- height: 11px;
-}
-
-.x-myBubble
-{
- position: relative;
- padding-left: 10px;
- margin-left: 33px;
- margin-right: 10px;
-}
-
-.x-chatItem .x-avatar
-{
- width: 26px;
- height: 26px;
- float: left;
-}
-
-/*status*/
-
-.x-statusMessage
-{
- opacity: 0.8;
- color: #676767;
-}
-
-.x-statusMessage .x-myBubble .x-indicator
-{
- background: url("images/steelIndicator.png") no-repeat top left;
-}
-
-.x-statusMessage .x-tableBubble .x-tl
-{
- background: url("images/steelCurves.png") no-repeat top left;
-}
-
-.x-statusMessage .x-tableBubble .x-tr
-{
- background: url("images/steelCurves.png") no-repeat top right;
-}
-
-.x-statusMessage .x-tableBubble .x-head
-{
- background: url("images/steelCurves.png") no-repeat -10px 0;
-}
-
-.x-statusMessage .x-tableBubble .x-message
-{
- background: url("images/steelBackground.png") repeat-y top left;
-}
-
-.x-statusMessage .x-tableBubble .x-messageRight
-{
- background: url("images/steelBackground.png") repeat-y top right;
-}
-
-.x-statusMessage .x-tableBubble .x-bl
-{
- background: url("images/steelCurves.png") no-repeat bottom left;
-}
-
-.x-statusMessage .x-tableBubble .x-br
-{
- background: url("images/steelCurves.png") no-repeat bottom right;
-}
-
-.x-statusMessage .x-followUp
-{
- background-color: #f4f0a7;
- border-bottom: 1px solid #fff;
-}
-
-.x-statusMessage .x-timeStamp
-{
- color: #676767;
-}
-
-
-/*incoming */
-
-.x-incomingItem .x-myBubble .x-indicator
-{
- background: url("images/yellowIndicator.png") no-repeat top left;
-}
-
-.x-incomingItem .x-tableBubble .x-tl
-{
- background: url("images/yellowCurves.png") no-repeat top left;
-}
-
-.x-incomingItem .x-tableBubble .x-tr
-{
- background: url("images/yellowCurves.png") no-repeat top right;
-}
-
-.x-incomingItem .x-tableBubble .x-head
-{
- background: url("images/yellowCurves.png") no-repeat -10px 0;
-}
-
-.x-incomingItem .x-tableBubble .x-message
-{
- background: url("images/yellowBackground.png") repeat-y top left;
-}
-
-.x-incomingItem .x-tableBubble .x-messageRight
-{
- background: url("images/yellowBackground.png") repeat-y top right;
-}
-
-.x-incomingItem .x-tableBubble .x-bl
-{
- background: url("images/yellowCurves.png") no-repeat bottom left;
-}
-
-.x-incomingItem .x-tableBubble .x-br
-{
- background: url("images/yellowCurves.png") no-repeat bottom right;
-}
-
-.x-incomingItem .x-followUp
-{
- background-color: #f4f0a7;
- border-bottom: 1px solid #fff;
-}
-
-.x-incomingItem .x-timeStamp
-{
- color: #bdb410;
-}
-
-
-/* outgoing */
-
-.x-outgoingItem .x-myBubble .x-indicator
-{
- background: url("images/greenIndicator.png") no-repeat top left;
-}
-
-.x-outgoingItem .x-tableBubble .x-tl
-{
- background: url("images/greenCurves.png") no-repeat top left;
-}
-
-.x-outgoingItem .x-tableBubble .x-tr
-{
- background: url("images/greenCurves.png") no-repeat top right;
-}
-
-.x-outgoingItem .x-tableBubble .x-head
-{
- background: url("images/greenCurves.png") no-repeat -10px 0;
-}
-
-.x-outgoingItem .x-tableBubble .x-message
-{
- background: url("images/greenBackground.png") repeat-y top left;
-}
-
-.x-outgoingItem .x-tableBubble .x-messageRight
-{
- background: url("images/greenBackground.png") repeat-y top right;
-}
-
-.x-outgoingItem .x-tableBubble .x-bl
-{
- background: url("images/greenCurves.png") no-repeat bottom left;
-}
-
-.x-outgoingItem .x-tableBubble .x-br
-{
- background: url("images/greenCurves.png") no-repeat bottom right;
-}
-
-.x-outgoingItem .x-followUp
-{
- background-color: #e2efc4;
- border-bottom: 1px solid #fff;
-}
-
-.x-outgoingItem .x-timeStamp
-{
- color: #9ecf35;
-}
diff -r 3fc294fd6fde -r 93a77be5ad7e Renkoo ☿.AdiumMessageStyle/Contents/Resources/noname.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/noname.css Thu Feb 04 22:33:27 2010 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-.x-name
-{
- display: none;
-}
More information about the commits
mailing list