xtras/mathuaerknedam 388:474f0ff3d2f1: Gone Dark: Add 'Polarized...
commits at adium.im
commits at adium.im
Mon Mar 1 01:27:46 UTC 2010
details: http://hg.adium.im/xtras/mathuaerknedam/rev/474f0ff3d2f1
revision: 388:474f0ff3d2f1
author: mathuaerknedam
date: Sun Feb 28 16:12:23 2010 -0600
Gone Dark: Add 'Polarized' variants from official styles on xtras.
Subject: xtras/mathuaerknedam 389:ccbf22e871aa: Gone Dark: Replace consecutive divider image with css.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/ccbf22e871aa
revision: 389:ccbf22e871aa
author: mathuaerknedam
date: Sun Feb 28 16:13:54 2010 -0600
Gone Dark: Replace consecutive divider image with css.
Subject: xtras/mathuaerknedam 390:a04746c3f60c: Gone Dark: focus indicator improvements
details: http://hg.adium.im/xtras/mathuaerknedam/rev/a04746c3f60c
revision: 390:a04746c3f60c
author: mathuaerknedam
date: Sun Feb 28 19:21:18 2010 -0600
Gone Dark: focus indicator improvements
Subject: xtras/mathuaerknedam 391:640b5d624a40: Gone Dark: Adding mention indicators to the polarized variants.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/640b5d624a40
revision: 391:640b5d624a40
author: mathuaerknedam
date: Sun Feb 28 19:26:23 2010 -0600
Gone Dark: Adding mention indicators to the polarized variants.
diffs (truncated from 1629 to 1000 lines):
diff -r e299684dac04 -r 640b5d624a40 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Status.html
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Status.html Thu Feb 25 22:25:11 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Status.html Sun Feb 28 19:26:23 2010 -0600
@@ -1,2 +1,2 @@
<div class="x-status %messageClasses%" title="%time{dd MMM yyyy}%">%message% (%time%)</div>
-<div id="insert"></div>
+<span id="insert"></span>
diff -r e299684dac04 -r 640b5d624a40 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Main.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Main.css Sun Feb 28 19:26:23 2010 -0600
@@ -0,0 +1,236 @@
+
+
+body
+{
+ margin: 0px;
+ padding: 0px;
+}
+
+#Chat
+{
+ overflow: hidden;
+ padding-top: 4px;
+ /*padding-bottom: 6px;*/
+ margin-bottom: 0px;
+}
+
+#x-header
+{
+ display: block;
+ height: 50px;
+ position: fixed;
+ top: 0;
+ width: 100%;
+
+ z-index: 100;
+ opacity: 1;
+ -webkit-transition: opacity .1s linear;
+}
+
+#x-header:hover
+{
+ opacity: .3;
+}
+
+#topic #x-header
+{
+ height: inherit;
+ background: none;
+}
+
+#topic #topicEdit
+{
+
+ -webkit-background-size: 100% 100%;
+
+
+ position: fixed;
+ left: 0px;
+ right: 0px;
+ padding-left: 20px;
+ padding-right: 20px;
+ padding-top: 8px;
+ padding-bottom: 8px;
+ line-height: 1.3em;
+
+}
+
+#x-headerImage
+{
+ width: 32px;
+ height: 32px;
+ margin-left: 20px;
+ margin-top: 4px;
+ padding: 3px;
+ float: left;
+}
+
+#x-headerChatStarted
+{
+
+ font-size: 10px;
+ float: left;
+ margin-left: 10px;
+ margin-top: 6px;
+}
+
+#x-headerChatStarted h2
+{
+ font-size: 19px;
+ font-weight: bold;
+ margin: 0;
+ padding: 0;
+}
+
+#x-headerSpace
+{
+ height: 50px;
+}
+
+.x-userName
+{
+ font-size: 1.4em;
+ font-weight: bold;
+ margin-left: 20px;
+ margin-right: 20px;
+ margin-bottom: -3px;
+
+}
+
+.x-service
+{
+ position: absolute;
+ right: 20px;
+ margin-top: .5em;
+ font-size: .8em;
+
+
+}
+
+.x-content
+{
+
+ line-height: 1.3em;
+
+ word-wrap: break-word;
+}
+
+.x-message1 a
+{
+ text-decoration: underline;
+}
+
+.x-gloss
+{
+
+}
+
+.x-contentText
+{
+ padding-top: 5px;
+ padding-bottom: 5px;
+ margin-right: 60px;
+ margin-left: 20px;
+}
+
+.x-divider
+{
+
+ margin-bottom -1px;
+}
+
+.x-shadow
+{
+
+ height: 9px;
+}
+
+.x-date
+{
+ float: right;
+ font-size: .9em;
+ margin-right: 20px;
+ padding-top: 6px;
+ padding-left: 6px;
+
+}
+
+.x-message2 a
+{
+ text-decoration: underline;
+}
+
+.x-status
+{
+
+ text-align: center;
+ padding-top: 4px;
+ padding-bottom: .3em;
+ padding-left: 20px;
+ padding-right: 20px;
+ font-size: .9em;
+ font-weight: bold;
+}
+
+.x-status a,
+#x-header a
+{
+
+}
+
+.x-context
+{
+ opacity: .6;
+}
+
+img.scaledToFitImage
+{
+ width:auto;
+}
+
+.focus
+{
+
+}
+
+.focus .focus
+{
+ background-color: none;
+}
+
+.focus .x-service
+{
+
+}
+
+.focus.x-status
+{
+
+
+}
+
+.history.x-status
+{
+ opacity: .6;
+}
+
+.x-content
+{
+
+}
+
+#Chat > div:last-of-type
+{
+ padding-bottom: 15px;
+}
+
+.x-shadow
+{
+ display: none;
+}
+
+.message:not(.x-divider)
+{
+ padding-bottom: 9px;
+}
+
diff -r e299684dac04 -r 640b5d624a40 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css Sun Feb 28 19:26:23 2010 -0600
@@ -0,0 +1,236 @@
+ at import url("./Main.css");
+
+body
+{
+
+
+}
+
+#Chat
+{
+
+
+
+
+}
+
+#x-header
+{
+
+
+
+
+
+ background: url("../images/Polarized/backgroundHeader.png") repeat-x top;
+
+
+
+}
+
+#x-header:hover
+{
+
+}
+
+#topic #x-header
+{
+
+
+}
+
+#topic #topicEdit
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, .8)), color-stop(.65, rgba(255, 255, 255, .95)), color-stop(.75, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
+
+
+ color: #888;
+
+
+
+
+
+
+
+
+ -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .7);
+}
+
+#x-headerImage
+{
+
+
+
+
+
+
+}
+
+#x-headerChatStarted
+{
+ color: #888;
+
+
+
+
+}
+
+#x-headerChatStarted h2
+{
+
+
+
+
+}
+
+#x-headerSpace
+{
+
+}
+
+.x-userName
+{
+
+
+
+
+
+ text-shadow: 0px -1px 5px #fff;
+}
+
+.x-service
+{
+
+
+
+
+ color: hsla(0, 0%, 0%, .4);
+ text-shadow: 0px 1px 2px #fff;
+}
+
+.x-content
+{
+ color: #222;
+
+ background: url("../images/Polarized/transGrey.png");
+
+}
+
+.x-message1 a
+{
+
+}
+
+.x-gloss
+{
+ background: url("../images/Polarized/gloss.png") no-repeat center top;
+}
+
+.x-contentText
+{
+
+
+
+
+}
+
+.x-divider
+{
+ border-top: 2px groove rgba(255, 255, 255, .7);
+
+}
+
+.x-shadow
+{
+ background: url("../images/Polarized/messageShadow.png") repeat-x top;
+
+}
+
+.x-date
+{
+
+
+
+
+
+ text-shadow: #fff 1px 1px 0px;
+}
+
+.x-message2 a
+{
+
+}
+
+.x-status
+{
+ color: hsla(0, 0%, 0%, .7);
+
+
+
+
+
+
+
+}
+
+.x-status a,
+#x-header a
+{
+ color: rgb(88, 88, 88);
+}
+
+.x-context
+{
+
+}
+
+img.scaledToFitImage
+{
+
+}
+
+.focus
+{
+ background-color: hsla(0, 0%, 0%, .2);
+}
+
+.focus .focus
+{
+
+}
+
+.focus .x-service
+{
+ color: hsla(0, 0%, 0%, .7);
+}
+
+.focus.x-status
+{
+ text-shadow: #fff 1px 1px 2px;
+ color: hsla(0, 0%, 0%, .9);
+}
+
+.history.x-status
+{
+
+}
+
+.x-content
+{
+ -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
+}
+
+#Chat > div:last-of-type
+{
+
+}
+
+.x-shadow
+{
+
+}
+
+.message:not(.x-divider)
+{
+
+}
+
diff -r e299684dac04 -r 640b5d624a40 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Regular.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Regular.css Sun Feb 28 19:26:23 2010 -0600
@@ -0,0 +1,236 @@
+ at import url("./Main.css");
+
+body
+{
+
+
+}
+
+#Chat
+{
+
+
+
+
+}
+
+#x-header
+{
+
+
+
+
+
+ background: url("../images/backgroundHeader.png") repeat-x top;
+
+
+
+}
+
+#x-header:hover
+{
+
+}
+
+#topic #x-header
+{
+
+
+}
+
+#topic #topicEdit
+{
+ background: -webkit-gradient(linear, left top, left bottom, from(rgba(72, 72, 72, 1)), color-stop(.45, rgba(40, 40, 40, 1)), color-stop(.5, rgba(0, 0, 0, .9)), to(rgba(24, 24, 24, 1)));
+
+ border-bottom: 1px solid rgba(64, 64, 64, .9);
+ color: #ccc;
+
+
+
+
+
+
+
+
+ -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
+}
+
+#x-headerImage
+{
+
+
+
+
+
+
+}
+
+#x-headerChatStarted
+{
+ color: #ccc;
+
+
+
+
+}
+
+#x-headerChatStarted h2
+{
+
+
+
+
+}
+
+#x-headerSpace
+{
+
+}
+
+.x-userName
+{
+
+
+
+
+
+ text-shadow: 0px -1px 5px #000;
+}
+
+.x-service
+{
+
+
+
+
+ color: hsla(0, 0%, 100%, .4);
+ text-shadow: 0px 1px 2px #000;
+}
+
+.x-content
+{
+ color: #fff;
+
+ background: url("../images/transGrey.png");
+
+}
+
+.x-message1 a
+{
+
+}
+
+.x-gloss
+{
+ background: url("../images/gloss.png") no-repeat center 4px;
+}
+
+.x-contentText
+{
+
+
+
+
+}
+
+.x-divider
+{
+ border-top: 2px groove rgba(92, 92, 92, .7);
+
+}
+
+.x-shadow
+{
+ background: url("../images/messageShadow.png") repeat-x top;
+
+}
+
+.x-date
+{
+
+
+
+
+
+ text-shadow: #000 1px 1px 0px;
+}
+
+.x-message2 a
+{
+
+}
+
+.x-status
+{
+ color: hsla(0, 0%, 100%, .7);
+
+
+
+
+
+
+
+}
+
+.x-status a,
+#x-header a
+{
+ color: rgb(168, 168, 168);
+}
+
+.x-context
+{
+
+}
+
+img.scaledToFitImage
+{
+
+}
+
+.focus
+{
+ background-color: hsla(0, 0%, 100%, .2);
+}
+
+.focus .focus
+{
+
+}
+
+.focus .x-service
+{
+ color: hsla(0, 0%, 100%, .7);
+}
+
+.focus.x-status
+{
+ text-shadow: #000 1px 1px 2px;
+ color: hsla(0, 0%, 100%, .9);
+}
+
+.history.x-status
+{
+
+}
+
+.x-content
+{
+ -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
+}
+
+#Chat > div:last-of-type
+{
+
+}
+
+.x-shadow
+{
+
+}
+
+.message:not(.x-divider)
+{
+
+}
+
diff -r e299684dac04 -r 640b5d624a40 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Arctic.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Arctic.css Sun Feb 28 19:26:23 2010 -0600
@@ -0,0 +1,65 @@
+ at import url("../Styles/Polarized.css");
+
+body
+{
+ background: url("../images/Polarized/backgroundArctic.jpg") repeat-y center top #000 fixed;
+}
+
+.x-message1 .x-userName,
+.x-message1 .x-date,
+#x-headerChatStarted h2
+{
+ color: #1c5e90;
+}
+
+.x-message2 .x-userName,
+.x-message2 .x-date
+{
+ color: #479cc4;
+}
+
+#x-headerImage
+{
+ background: url("../images/Polarized/backgroundUserImageArctic.png") no-repeat;
+}
+
+.x-content
+{
+ border-top: 3px solid #1c5e90;
+ border-bottom: 1px solid #1c5e90;
+}
+
+.x-message2 .x-content
+{
+ border-top: 3px solid #479cc4;
+ border-bottom: 1px solid #479cc4;
+}
+
+
+.x-message1 a
+{
+ color: #15517e;
+}
+
+.x-message1 a:hover
+{
+ color: #063456;
+}
+
+.x-message2 a
+{
+ color: #2b7fa6;
+}
+
+.x-message2 a:hover
+{
+ color: #18698f;
+}
+
+.mention .x-content
+{
+ background:
+ -webkit-gradient(linear, left top, right top, from(rgba(28, 94, 144, 1)), color-stop(.1, rgba(28, 94, 144, 1)), to(rgba(255, 255, 255, 1))) no-repeat,
+ -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, .5)));
+ -webkit-background-size: 48px 100%, 100% 100%;
+}
diff -r e299684dac04 -r 640b5d624a40 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmic.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmic.css Thu Feb 25 22:25:11 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmic.css Sun Feb 28 19:26:23 2010 -0600
@@ -1,6 +1,8 @@
+ at import url("../Styles/Regular.css");
+
body
{
- background: url('../images/backgroundCosmic.jpg') repeat-y center top #000 fixed;
+ background: url("../images/backgroundCosmic.jpg") repeat-y center top #000 fixed;
}
.x-message1 .x-userName,
@@ -35,7 +37,7 @@
#x-headerImage
{
- background: url('../images/backgroundUserImageCosmic.png') no-repeat;
+ background: url("../images/backgroundUserImageCosmic.png") no-repeat;
}
.x-message1 a
diff -r e299684dac04 -r 640b5d624a40 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmos.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Cosmos.css Sun Feb 28 19:26:23 2010 -0600
@@ -0,0 +1,72 @@
+ at import url("../Styles/Polarized.css");
+
+body
+{
+ background: url("../images/Polarized/backgroundCosmos.jpg") repeat-y center top #000 fixed;
+}
+
+.x-message1 .x-userName,
+.x-message1 .x-date,
+#x-headerChatStarted h2
+{
+ color: #e33a7e;
+}
+
+.x-message2 .x-userName,
+.x-message2 .x-date
+{
+ color: #777;
+}
+
+.x-status
+{
+ color: #000;
+ text-shadow: none;
+ opacity: .4;
+}
+
+#x-headerImage
+{
+ background: url("../images/Polarized/backgroundUserImageCosmos.png") no-repeat;
+}
+
+.x-content
+{
+ border-top: 3px solid #e33a7e;
+ border-bottom: 1px solid #e33a7e;
+}
+
+.x-message2 .x-content
+{
+ border-top: 3px solid #777;
+ border-bottom: 1px solid #777;
+}
+
+
+.x-message1 a
+{
+ color: #ca1960;
+}
+
+.x-message1 a:hover
+{
+ color: #aa0346;
+}
+
+.x-message2 a
+{
+ color: #555;
+}
+
+.x-message2 a:hover
+{
+ color: #222;
+}
+
+.mention .x-content
+{
+ background:
+ -webkit-gradient(linear, left top, right top, from(rgba(227, 58, 126, 1)), color-stop(.1, rgba(227, 58,126, 1)), to(rgba(255, 255, 255, 1))) no-repeat,
+ -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, .5)));
+ -webkit-background-size: 48px 100%, 100% 100%;
+}
diff -r e299684dac04 -r 640b5d624a40 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Crimson.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Crimson.css Thu Feb 25 22:25:11 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Crimson.css Sun Feb 28 19:26:23 2010 -0600
@@ -1,6 +1,8 @@
+ at import url("../Styles/Regular.css");
+
body
{
- background: url('../images/backgroundCrimson.jpg') repeat-y center top #000 fixed;
+ background: url("../images/backgroundCrimson.jpg") repeat-y center top #000 fixed;
}
.x-message1 .x-userName,
@@ -30,7 +32,7 @@
#x-headerImage
{
- background: url('../images/backgroundUserImageCrimson.png') no-repeat;
+ background: url("../images/backgroundUserImageCrimson.png") no-repeat;
}
.x-message1 a
diff -r e299684dac04 -r 640b5d624a40 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Delaware Punch.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Delaware Punch.css Thu Feb 25 22:25:11 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Delaware Punch.css Sun Feb 28 19:26:23 2010 -0600
@@ -1,6 +1,8 @@
+ at import url("../Styles/Regular.css");
+
body
{
- background: url('../images/backgroundDelaware.jpg') repeat-y center top #000 fixed;
+ background: url("../images/backgroundDelaware.jpg") repeat-y center top #000 fixed;
}
.x-message1 .x-userName,
@@ -35,7 +37,7 @@
#x-headerImage
{
- background: url('../images/backgroundUserImageDelaware.png') no-repeat;
+ background: url("../images/backgroundUserImageDelaware.png") no-repeat;
}
.x-message1 a
diff -r e299684dac04 -r 640b5d624a40 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Firelight.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Firelight.css Sun Feb 28 19:26:23 2010 -0600
@@ -0,0 +1,72 @@
+ at import url("../Styles/Polarized.css");
+
+body
+{
+ background: url("../images/Polarized/backgroundFirelight.jpg") repeat-y center top #000 fixed;
+}
+
+.x-message1 .x-userName,
+.x-message1 .x-date,
+#x-headerChatStarted h2
+{
+ color: #bb2222;
+}
+
+.x-message2 .x-userName,
+.x-message2 .x-date
+{
+ color: #a78622;
+}
+
+.x-status
+{
+ color: #000;
+ text-shadow: none;
+ opacity: .4;
+}
+
+#x-headerImage
+{
+ background: url("../images/Polarized/backgroundUserImageFire.png") no-repeat;
+}
+
+.x-content
+{
+ border-top: 3px solid #bb2222;
+ border-bottom: 1px solid #bb2222;
+}
+
+.x-message2 .x-content
+{
+ border-top: 3px solid #a78622;
+ border-bottom: 1px solid #a78622;
+}
+
+
+.x-message1 a
+{
+ color: #a71010;
+}
+
+.x-message1 a:hover
+{
+ color: #930606;
+}
+
+.x-message2 a
+{
+ color: #a78622;
More information about the commits
mailing list