xtras/mathuaerknedam 283:b4979c830cf4: Gone Dark: Rename 'standa...

commits at adium.im commits at adium.im
Mon Nov 30 23:10:45 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/b4979c830cf4
revision:	283:b4979c830cf4
author:		mathuaerknedam
date:		Mon Nov 30 17:10:34 2009 -0600

Gone Dark: Rename 'standard' variant to 'island'.

diffs (186 lines):

diff -r 2a3689694078 -r b4979c830cf4 Gone Dark ☿.AdiumMessageStyle/Contents/Info.plist
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Info.plist	Mon Nov 30 15:25:18 2009 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Info.plist	Mon Nov 30 17:10:34 2009 -0600
@@ -25,7 +25,7 @@
 	<key>DefaultVariant</key>
 	<string>Cosmic</string>
 	<key>DisplayNameForNoVariant</key>
-	<string>Standard</string>
+	<string>Island</string>
 	<key>MessageViewVersion</key>
 	<integer>4</integer>
 	<key>ShowsUserIcons</key>
diff -r 2a3689694078 -r b4979c830cf4 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Island.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Island.css	Mon Nov 30 17:10:34 2009 -0600
@@ -0,0 +1,69 @@
+ at import url('../main.css');
+
+body
+{
+	background: url('../images/backgroundIsland.jpg') repeat-y center top #000 fixed;
+}
+
+.x-message1 .x-userName,
+.x-message1 .x-date
+{
+	color: #86ce4c;
+}
+
+.x-message2 .x-userName,
+.x-message2 .x-date
+{
+	color: #42b6ff;
+}
+
+.x-content
+{
+	border-top: 3px solid #86ce4c;
+	border-bottom: 1px solid #86ce4c;
+}
+
+.x-message2 .x-content
+{
+	border-top: 3px solid #42b6ff;
+	border-bottom: 1px solid #42b6ff;
+}
+
+
+#x-headerChatStarted h2
+{
+	color: #86ce4c;
+}
+
+#x-headerImage
+{
+	background: url('../images/backgroundUserImageIsland.png') no-repeat;
+}
+
+.x-message1 a
+{
+	color: #b4fe2b;
+}
+
+.x-message1 a:hover
+{
+	color: #f2fd0d;
+}
+
+.x-message2 a
+{
+	color: #42b6ff;
+}
+
+.x-message2 a:hover
+{
+	color: #73DDFE;
+}
+
+.mention .x-content
+{
+	background:
+		-webkit-gradient(linear, left top, right top, from(rgba(134, 206, 76, 1)), color-stop(.1, rgba(134, 206, 76, 1)), to(rgba(32, 32, 32, 1))) no-repeat,
+		-webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(32, 32, 32, .8)));
+	-webkit-background-size: 48px 100%, 100% 100%;
+}
diff -r 2a3689694078 -r b4979c830cf4 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Standard.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/Standard.css	Mon Nov 30 15:25:18 2009 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,69 +0,0 @@
- at import url('../main.css');
-
-body
-{
-	background: url('../images/backgroundStandard.jpg') repeat-y center top #000 fixed;
-}
-
-.x-message1 .x-userName,
-.x-message1 .x-date
-{
-	color: #86ce4c;
-}
-
-.x-message2 .x-userName,
-.x-message2 .x-date
-{
-	color: #42b6ff;
-}
-
-.x-content
-{
-	border-top: 3px solid #86ce4c;
-	border-bottom: 1px solid #86ce4c;
-}
-
-.x-message2 .x-content
-{
-	border-top: 3px solid #42b6ff;
-	border-bottom: 1px solid #42b6ff;
-}
-
-
-#x-headerChatStarted h2
-{
-	color: #86ce4c;
-}
-
-#x-headerImage
-{
-	background: url('../images/backgroundUserImageStandard.png') no-repeat;
-}
-
-.x-message1 a
-{
-	color: #b4fe2b;
-}
-
-.x-message1 a:hover
-{
-	color: #f2fd0d;
-}
-
-.x-message2 a
-{
-	color: #42b6ff;
-}
-
-.x-message2 a:hover
-{
-	color: #73DDFE;
-}
-
-.mention .x-content
-{
-	background:
-		-webkit-gradient(linear, left top, right top, from(rgba(134, 206, 76, 1)), color-stop(.1, rgba(134, 206, 76, 1)), to(rgba(32, 32, 32, 1))) no-repeat,
-		-webkit-gradient(linear, left top, right top, from(rgba(32, 32, 32, 1)), to(rgba(32, 32, 32, .8)));
-	-webkit-background-size: 48px 100%, 100% 100%;
-}
diff -r 2a3689694078 -r b4979c830cf4 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Island.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Island.css	Mon Nov 30 17:10:34 2009 -0600
@@ -0,0 +1,6 @@
+ at import url('Island.css');
+
+.x-gloss
+{
+	background-image: none;
+}
diff -r 2a3689694078 -r b4979c830cf4 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Standard.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Variants/no gloss - Standard.css	Mon Nov 30 15:25:18 2009 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
- at import url('Standard.css');
-
-.x-gloss
-{
-	background-image: none;
-}
diff -r 2a3689694078 -r b4979c830cf4 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/images/backgroundIsland.jpg
Binary file Gone Dark ☿.AdiumMessageStyle/Contents/Resources/images/backgroundIsland.jpg has changed
diff -r 2a3689694078 -r b4979c830cf4 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/images/backgroundStandard.jpg
Binary file Gone Dark ☿.AdiumMessageStyle/Contents/Resources/images/backgroundStandard.jpg has changed
diff -r 2a3689694078 -r b4979c830cf4 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageIsland.png
Binary file Gone Dark ☿.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageIsland.png has changed
diff -r 2a3689694078 -r b4979c830cf4 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageStandard.png
Binary file Gone Dark ☿.AdiumMessageStyle/Contents/Resources/images/backgroundUserImageStandard.png has changed


More information about the commits mailing list