xtras/mathuaerknedam 559:b990226bc490: Experiment with putting t...

commits at adium.im commits at adium.im
Fri Feb 11 18:29:39 UTC 2011


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/b990226bc490
revision:	559:b990226bc490
author:		mathuaerknedam
date:		Fri Feb 11 12:29:32 2011 -0600

Experiment with putting the messagestyles into Resources/Message Styles (same dir structure as the main repos) to see if it will allow me to reansplant from the xtras repo to the main repos.

diffs (truncated from 38826 to 1000 lines):

diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Info.plist
--- a/Gone Dark.AdiumMessageStyle/Contents/Info.plist	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-<?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>1.5☿</string>
-	<key>XtraBundleVersion</key>
-	<string>1</string>
-	<key>CFBundleDevelopmentRegion</key>
-	<string>English</string>
-	<key>CFBundleGetInfoString</key>
-	<string>1.5</string>
-	<key>OriginalAuthor</key>
-	<string>mr_misanthropy</string>
-	<key>CFBundleIdentifier</key>
-	<string>im.adium.Gone Dark ☿.style</string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>1.0</string>
-	<key>CFBundleName</key>
-	<string>Gone Dark ☿</string>
-	<key>CFBundlePackageType</key>
-	<string>AdIM</string>
-	<key>DefaultFontFamily</key>
-	<string>Arial</string>
-	<key>DefaultFontSize</key>
-	<integer>11</integer>
-	<key>DefaultVariant</key>
-	<string>Cosmic</string>
-	<key>DisplayNameForNoVariant</key>
-	<string>Island</string>
-	<key>MessageViewVersion</key>
-	<integer>4</integer>
-	<key>ShowsUserIcons</key>
-	<false/>
-</dict>
-</plist>
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Header.html
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Header.html	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-	<style type="text/css">
-
-		#Chat
-		{
-			padding-top: 45px;
-		}
-
-	</style>
-
-<div id="x-header">
-	<div id="x-headerImage"><img src="%incomingIconPath%"></div>
-	<div id="x-headerChatStarted">chatting with<div class="x-chatname">%chatName%</div></div>
-</div>
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Incoming/Content.html
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Incoming/Content.html	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-<!-- Start chat box -->
-	<div class="x-message1 %messageClasses%">
-		<div class="x-service">%service%</div>
-		<div class="x-userName">%sender%</div>
-		<div class="x-content">
-			<div class="x-gloss">
-				<div class="x-date" title="%time{dd MMM yyyy}%">%time%</div>
-				<div class="x-contentText">%message%</div>
-				<div id="insert"></div>
-			</div>
-		</div>
-	</div>
-<!-- End chat box -->
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Incoming/Context.html
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Incoming/Context.html	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-<!-- Start chat box -->
-	<div class="x-message1 x-context %messageClasses%">
-		<div class="x-service">%service%</div>
-		<div class="x-userName">%sender%</div>
-		<div class="x-content">
-			<div class="x-gloss">
-				<div class="x-date" title="%time{dd MMM yyyy}%">%time%</div>
-				<div class="x-contentText">%message%</div>
-				<div id="insert"></div>
-			</div>
-		</div>
-	</div>
-<!-- End chat box -->
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-	<div class="x-divider %messageClasses%"></div>
-	<div class="x-date" title="%time{dd MMM yyyy}%">%time%</div>
-	<div class="x-contentText">%message%</div>
-	<div id="insert"></div>
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Incoming/NextContext.html
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Incoming/NextContext.html	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-	<div class="x-divider %messageClasses%"></div>
-	<div class="x-date" title="%time{dd MMM yyyy}%">%time%</div>
-	<div class="x-contentText">%message%</div>
-	<div id="insert"></div>
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Incoming/buddy_icon.png
Binary file Gone Dark.AdiumMessageStyle/Contents/Resources/Incoming/buddy_icon.png has changed
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-<!-- Start chat box -->
-	<div class="x-message2 %messageClasses%">
-		<div class="x-service">%service%</div>
-		<div class="x-userName">%sender%</div>
-		<div class="x-content">
-			<div class="x-gloss">
-				<div class="x-date" title="%time{dd MMM yyyy}%">%time%</div>
-				<div class="x-contentText">%message%</div>
-				<div id="insert"></div>
-			</div>
-		</div>
-	</div>
-<!-- End chat box -->
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Outgoing/Context.html
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Outgoing/Context.html	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-<!-- Start chat box -->
-	<div class="x-message2 x-context %messageClasses%">
-		<div class="x-service">%service%</div>
-		<div class="x-userName">%sender%</div>
-		<div class="x-content">
-			<div class="x-gloss">
-				<div class="x-date" title="%time{dd MMM yyyy}%">%time%</div>
-				<div class="x-contentText">%message%</div>
-				<div id="insert"></div>
-			</div>
-		</div>
-	</div>
-
-<!-- End chat box -->
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Outgoing/NextContent.html
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Outgoing/NextContent.html	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-	<div class="x-divider %messageClasses%"></div>
-	<div class="x-date" title="%time{dd MMM yyyy}%">%time%</div>
-	<div class="x-contentText">%message%</div>
-	<div id="insert"></div>
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Outgoing/NextContext.html
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Outgoing/NextContext.html	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-	<div class="x-divider %messageClasses%"></div>
-	<div class="x-date" title="%time{dd MMM yyyy}%">%time%</div>
-	<div class="x-contentText">%message%</div>
-	<div id="insert"></div>
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Outgoing/buddy_icon.png
Binary file Gone Dark.AdiumMessageStyle/Contents/Resources/Outgoing/buddy_icon.png has changed
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Status.html
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Status.html	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-<div class="x-status %messageClasses%" title="%time{dd MMM yyyy}%">%message% (%time%)</div>
-<span id="insert"></span>
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Main.css
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Main.css	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,202 +0,0 @@
-body
-{
-	margin: 0px;
-	padding: 0px;
-}
-
-#Chat
-{
-	overflow: hidden;
-	padding-top: 4px;
-	margin-bottom: 0px;
-}
-
-#topic
-{
-	opacity: 1;
-	-webkit-transition: opacity .1s linear;
-}
-
-#topic:hover
-{
-	opacity: .1;
-}
-
-#x-header
-{
-	display: block;
-	height: 45px;
-	position: fixed;
-	top: 0;
-	width: 100%;
-	z-index: 100;
-}
-
-#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;
-	position: absolute;
-	left: 20px;
-	top: 4px;
-	padding: 3px;
-	float: left;
-	-webkit-border-radius: 4px;
-}
-
-#x-headerImage img
-{
-	width: 32px;
-	height: 32px;
-}
-
-#x-headerChatStarted
-{
-	font-size: 10px;
-	position: absolute;
-	left: 68px;
-	top: 6px;
-}
-
-#x-headerChatStarted .x-chatname
-{
-	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-contentText
-{
-	padding-top: 5px;
-	padding-bottom: 5px;
-	margin-right: 20px;
-	margin-left: 20px;
-}
-
-.x-divider
-{
-	margin-bottom -1px;
-}
-
-.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-context
-{
-	opacity: .6;
-}
-
-img.scaledToFitImage
-{
-	width:auto;
-}
-
-.focus .focus
-{
-	background-color: none;
-}
-
-.history.x-status
-{
-	opacity: .6;
-}
-
-#Chat > div:last-of-type
-{
-	padding-bottom: 15px;
-}
-
-.message:not(.x-divider)
-{
-	padding-bottom: 9px;
-}
-
-.x-status + .x-status
-{
-	padding-top: 0px;
-}
-
-.mention .x-content
-{
-	-webkit-background-size: 36px 100%, 36px 100%, 100% 100%;
-}
-
-.mention.x-context
-{
-	opacity: .7;
-}
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Polarized nogloss.css
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Polarized nogloss.css	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-.x-gloss
-{
-	background: rgba(255, 255, 255, .4)
-}
-
-.mention .x-gloss
-{
-	background: none;
-}
-
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,95 +0,0 @@
- at import url("./Main.css");
-
-#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: black;
-	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .7);
-}
-
-#x-headerChatStarted
-{
-	color: #888;
-}
-
-.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: rgba(255, 255, 255, .55);
-}
-
-.x-gloss
-{
-	background: url("../images/glossPolarized.png") no-repeat center top;
-}
-
-.x-divider
-{
-	border-top: 2px groove rgba(255, 255, 255, .7);
-}
-
-.x-date
-{
-	text-shadow: #fff 1px 1px 0px;
-}
-
-.mention .x-date
-{
-	text-shadow: none;
-}
-
-.x-status
-{
-	color: hsla(0, 0%, 0%, .7);
-}
-
-.x-status a,
-#x-header a
-{
-	color: rgb(88, 88, 88);
-}
-
-.x-status a:hover,
-#x-header a:hover
-{
-	color: rgb(58, 58, 58);
-}
-
-.focus
-{
-	background-color: hsla(0, 0%, 70%, .7);
-}
-
-.focus .x-service
-{
-	color: hsla(0, 0%, 0%, .7);
-}
-
-.focus.x-status
-{
-	text-shadow: #fff 1px 1px 2px;
-	color: hsla(0, 0%, 0%, .9);
-}
-
-.x-content
-{
-	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
-}
-
-.focus .x-content
-{
-	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .4);
-	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(.5, rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 1)));
-}
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Regular nogloss.css
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Regular nogloss.css	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-.x-gloss
-{
-	background: none;
-}
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Regular.css
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Styles/Regular.css	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,79 +0,0 @@
- at import url("./Main.css");
-
-#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: white;
-	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
-}
-
-#x-headerChatStarted
-{
-	color: #ccc;
-}
-
-.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: rgba(24, 24, 24, .7);
-}
-
-.x-gloss
-{
-	background: url("../images/glossRegular.png") no-repeat center 4px;
-}
-
-.x-divider
-{
-	border-top: 2px groove rgba(92, 92, 92, .7);
-}
-
-.x-date
-{
-	text-shadow: #000 1px 1px 0px;
-}
-
-.x-status
-{
-	color: hsla(0, 0%, 100%, .7);
-}
-
-.x-status a,
-#x-header a
-{
-	color: rgb(168, 168, 168);
-}
-
-.focus
-{
-	background-color: hsla(0, 0%, 45%, .9);
-}
-
-.focus .x-service
-{
-	color: hsla(0, 0%, 100%, .7);
-}
-
-.focus.x-status
-{
-	text-shadow: #000 1px 1px 2px;
-	color: hsla(0, 0%, 100%, .9);
-}
-
-.x-content
-{
-	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
-}
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Topic.html
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Topic.html	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-<div id="x-header">
-	%topic%
-</div>
-<!-- <div id="headerSpace"></div> -->
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Variants/Arctic.css
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Variants/Arctic.css	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,56 +0,0 @@
- at import url("../Styles/Polarized.css");
-
-body
-{
-	background: url("../images/backgroundArctic.jpg") repeat-y center top #fff fixed;
-}
-
-#x-headerImage
-{
-	background: rgba(28, 94, 144, 1);
-}
-
-#x-headerChatStarted .x-chatname,
-.x-message1 .x-userName,
-.x-message1 .x-date,
-.x-message1 a
-{
-	color: rgba(28, 94, 144, 1);
-}
-
-.x-message1 a:hover
-{
-	color: rgba(0, 64, 114, 1);
-}
-
-.x-content
-{
-	border-top: 3px solid rgba(28, 94, 144, 1);
-	border-bottom: 1px solid rgba(28, 94, 144, 1);
-}
-
-.x-message2 .x-userName,
-.x-message2 .x-date,
-.x-message2 a
-{
-	color: rgba(71, 156, 196, 1);
-}
-
-.x-message2 a:hover
-{
-	color: rgba(41, 126, 166, 1);
-}
-
-.x-message2 .x-content
-{
-	border-top: 3px solid rgba(71, 156, 196, 1);
-	border-bottom: 1px solid rgba(71, 156, 196, 1);
-}
-
-.mention .x-content
-{
-	background:
-		-webkit-gradient(linear, left top, right top, from(rgba(28, 94, 144, .4)), to(rgba(255, 255, 255, .4))) no-repeat,
-		-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .4)), to(rgba(28, 94, 144, .4))) no-repeat right top,
-		-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1))) left top;
-}
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Variants/Cosmic.css
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Variants/Cosmic.css	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,61 +0,0 @@
- at import url("../Styles/Regular.css");
-
-body
-{
-	background: url("../images/backgroundCosmic.jpg") repeat-y center top #000 fixed;
-}
-
-#x-headerImage
-{
-	background: rgba(255, 87, 171, 1);
-}
-
-#x-headerChatStarted .x-chatname,
-.x-message1 .x-userName,
-.x-message1 .x-date,
-.x-message1 a
-{
-	color: rgba(255, 87, 171, 1);
-}
-
-.x-message1 a:hover
-{
-	color: rgba(255, 117, 209, 1);
-}
-
-.x-content
-{
-	border-top: 3px solid rgba(255, 87, 171, 1);
-	border-bottom: 1px solid rgba(255, 87, 171, 1);
-}
-
-.mention .x-content
-{
-	background:
-		-webkit-gradient(linear, left top, right top, from(rgba(255, 87, 171, 1)), to(rgba(32, 32, 32, 1))) no-repeat left top,
-		-webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(255, 87, 171, 1))) no-repeat right top,
-		-webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(32, 32, 32, 1))) left top;
-}
-
-.mention .x-divider
-{
-	border-top: 2px groove rgba(255, 87, 171, .3);
-}
-
-.x-message2 .x-userName,
-.x-message2 .x-date,
-.x-message2 a
-{
-	color: rgba(204, 204, 204, 1);
-}
-
-.x-message2 a:hover
-{
-	color: rgba(234, 234, 234, 1);
-}
-
-.x-message2 .x-content
-{
-	border-top: 3px solid rgba(204, 204, 204, 1);
-	border-bottom: 1px solid rgba(204, 204, 204, 1);
-}
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Variants/Cosmos.css
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Variants/Cosmos.css	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,56 +0,0 @@
- at import url("../Styles/Polarized.css");
-
-body
-{
-	background: url("../images/backgroundCosmos.jpg") repeat-y center top #fff fixed;
-}
-
-#x-headerImage
-{
-	background: rgba(227, 58, 126, 1);
-}
-
-#x-headerChatStarted .x-chatname,
-.x-message1 .x-userName,
-.x-message1 .x-date,
-.x-message1 a
-{
-	color: rgba(227, 58, 126, 1);
-}
-
-.x-message1 a:hover
-{
-	color: rgba(197, 28, 96, 1);
-}
-
-.x-content
-{
-	border-top: 3px solid rgba(227, 58, 126, 1);
-	border-bottom: 1px solid rgba(227, 58, 126, 1);
-}
-
-.x-message2 .x-userName,
-.x-message2 .x-date,
-.x-message2 a
-{
-	color: rgba(119, 119, 119, 1);
-}
-
-.x-message2 a:hover
-{
-	color: rgba(89, 89, 89, 1);
-}
-
-.x-message2 .x-content
-{
-	border-top: 3px solid rgba(119, 119, 119, 1);
-	border-bottom: 1px solid rgba(119, 119, 119, 1);
-}
-
-.mention .x-content
-{
-	background:
-		-webkit-gradient(linear, left top, right top, from(rgba(227, 58, 126, .4)), to(rgba(255, 255, 255, .4))) no-repeat,
-		-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .4)), to(rgba(227, 58, 126, .4))) no-repeat right top,
-		-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1))) left top;
-}
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Variants/Crimson.css
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Variants/Crimson.css	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,61 +0,0 @@
- at import url("../Styles/Regular.css");
-
-body
-{
-	background: url("../images/backgroundCrimson.jpg") repeat-y center top #000 fixed;
-}
-
-#x-headerImage
-{
-	background: rgba(225, 0, 11, 1);
-}
-
-#x-headerChatStarted .x-chatname,
-.x-message1 .x-userName,
-.x-message1 .x-date,
-.x-message1 a
-{
-	color: rgba(225, 0, 11, 1);
-}
-
-.x-message1 a:hover
-{
-	color: rgba(255, 30, 41, 1);
-}
-
-.x-content
-{
-	border-top: 3px solid rgba(225, 0, 11, 1);
-	border-bottom: 1px solid rgba(225, 0, 11, 1);
-}
-
-.mention .x-content
-{
-	background:
-		-webkit-gradient(linear, left top, right top, from(rgba(225, 0, 11, 1)), to(rgba(32, 32, 32, 1))) no-repeat,
-		-webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(225, 0, 11, 1))) no-repeat right top,
-		-webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(32, 32, 32, 1))) left top;
-}
-
-.mention .x-divider
-{
-	border-top: 2px groove rgba(225, 0, 11, .3);
-}
-
-.x-message2 .x-userName,
-.x-message2 .x-date,
-.x-message2 a
-{
-	color: rgba(181, 0, 0, 1);
-}
-
-.x-message2 a:hover
-{
-	color: rgba(211, 30, 30, 1);
-}
-
-.x-message2 .x-content
-{
-	border-top: 3px solid rgba(181, 0, 0, 1);
-	border-bottom: 1px solid rgba(181, 0, 0, 1);
-}
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Variants/Delaware Punch.css
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Variants/Delaware Punch.css	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,61 +0,0 @@
- at import url("../Styles/Regular.css");
-
-body
-{
-	background: url("../images/backgroundDelaware.jpg") repeat-y center top #000 fixed;
-}
-
-#x-headerImage
-{
-	background: rgba(178, 69, 115, 1);
-}
-
-#x-headerChatStarted .x-chatname,
-.x-message1 .x-userName,
-.x-message1 .x-date,
-.x-message1 a
-{
-	color: rgba(178, 69, 115, 1);
-}
-
-.x-message1 a:hover
-{
-	color: rgba(208, 99, 145, 1);
-}
-
-.x-content
-{
-	border-top: 3px solid rgba(178, 69, 115, 1);
-	border-bottom: 1px solid rgba(178, 69, 115, 1);
-}
-
-.mention .x-content
-{
-	background:
-		-webkit-gradient(linear, left top, right top, from(rgba(178, 69, 115, 1)), to(rgba(32, 32, 32, 1))) no-repeat,
-		-webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(178, 69, 115, 1))) no-repeat right top,
-		-webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(32, 32, 32, 1))) left top;
-}
-
-.mention .x-divider
-{
-	border-top: 2px groove rgba(178, 69, 115, .3);
-}
-
-.x-message2 .x-userName,
-.x-message2 .x-date,
-.x-message2 a
-{
-	color: rgba(210, 193, 153, 1);
-}
-
-.x-message2 a:hover
-{
-	color: rgba(240, 223, 183, 1);
-}
-
-.x-message2 .x-content
-{
-	border-top: 3px solid rgba(210, 193, 153, 1);
-	border-bottom: 1px solid rgba(210, 193, 153, 1);
-}
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Variants/Firelight.css
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Variants/Firelight.css	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,56 +0,0 @@
- at import url("../Styles/Polarized.css");
-
-body
-{
-	background: url("../images/backgroundFirelight.jpg") repeat-y center top #fff fixed;
-}
-
-#x-headerImage
-{
-	background: rgba(187, 34, 34, 1);
-}
-
-#x-headerChatStarted .x-chatname,
-.x-message1 .x-userName,
-.x-message1 .x-date,
-.x-message1 a
-{
-	color: rgba(187, 34, 34, 1);
-}
-
-.x-message1 a:hover
-{
-	color: rgba(157, 4, 4, 1);
-}
-
-.x-content
-{
-	border-top: 3px solid rgba(187, 34, 34, 1);
-	border-bottom: 1px solid rgba(187, 34, 34, 1);
-}
-
-.x-message2 .x-userName,
-.x-message2 .x-date,
-.x-message2 a
-{
-	color: rgba(167, 134, 34, 1);
-}
-
-.x-message2 a:hover
-{
-	color: rgba(137, 104, 04, 1);
-}
-
-.x-message2 .x-content
-{
-	border-top: 3px solid rgba(167, 134, 34, 1);
-	border-bottom: 1px solid rgba(167, 134, 34, 1);
-}
-
-.mention .x-content
-{
-	background:
-		-webkit-gradient(linear, left top, right top, from(rgba(187, 34, 34, .3)), color-stop(.1, rgba(187, 34, 34, .3)), to(rgba(255, 255, 255, .3))) no-repeat,
-		-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .3)), color-stop(.9, rgba(187, 34, 34, .3)), to(rgba(187, 34, 34, .3))) no-repeat right top,
-		-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1))) left top;
-}
diff -r d44c4ae29017 -r b990226bc490 Gone Dark.AdiumMessageStyle/Contents/Resources/Variants/Glacier.css
--- a/Gone Dark.AdiumMessageStyle/Contents/Resources/Variants/Glacier.css	Fri Feb 11 12:15:18 2011 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,56 +0,0 @@
- at import url("../Styles/Polarized.css");
-
-body
-{
-	background: url("../images/backgroundGlacier.jpg") repeat-y center top #fff fixed;
-}
-
-#x-headerImage
-{
-	background: rgba(104, 187, 14, 1);
-}
-
-#x-headerChatStarted .x-chatname,
-.x-message1 .x-userName,
-.x-message1 .x-date,
-.x-message1 a
-{
-	color: rgba(104, 187, 14, 1);
-}
-
-.x-message1 a:hover
-{
-	color: rgba(74, 157, 0, 1);
-}
-
-.x-content
-{
-	border-top: 3px solid rgba(104, 187, 14, 1);
-	border-bottom: 1px solid rgba(104, 187, 14, 1);
-}
-
-.x-message2 .x-userName,
-.x-message2 .x-date,
-.x-message2 a
-{




More information about the commits mailing list