adium-1.4 2687:af4579e9b633: Removing Renkoo Naked. Users who wa...

commits at adium.im commits at adium.im
Fri Oct 30 18:04:55 UTC 2009


details:	http://hg.adium.im/adium-1.4/rev/af4579e9b633
revision:	2687:af4579e9b633
author:		Zachary West <zacw at adium.im>
date:		Fri Oct 30 14:04:51 2009 -0400

Removing Renkoo Naked. Users who want this specific style can grab it from the Xtras site; we don't need two Renkoo variants shipping in Adium. Refs #12761.

diffs (957 lines):

diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Info.plist
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Info.plist	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-    <key>AllowTextColors</key>
-	<true/>
-	<key>CFBundleDevelopmentRegion</key>
-	<string>English</string>
-	<key>CFBundleGetInfoString</key>
-	<string>Renkoo Naked Message Style</string>
-	<key>CFBundleIdentifier</key>
-	<string>com.adiumx.renkooNaked.style</string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>1.2</string>
-	<key>CFBundleName</key>
-	<string>Renkoo Naked</string>
-	<key>CFBundlePackageType</key>
-	<string>AdIM</string>
-	<key>DefaultBackgroundColor</key>
-	<string>ffffff</string>
-	<key>DefaultFontFamily</key>
-	<string>Lucida Grande</string>
-	<key>DefaultFontSize</key>
-	<integer>13</integer>
-	<key>MessageViewVersion</key>
-	<integer>4</integer>
-	<key>DisableCombineConsecutive</key> 
-    <false/>
-</dict>
-</plist>
\ No newline at end of file
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Demo.html
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Demo.html	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,91 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
-	<base href="%@">
-
-	<style id="mainStyle" type="text/css" media="screen,print">	@import url( "Variants/Yellow on Green Alternating.css" ); </style>
-
-</head>
-<body style="background-color:#e3e3e3">
-<div id="Chat">
-	<div class="chatItem incomingItem">
-		<table width="100%">
-			<tr>
-				<td valign="top">
-					<img src="images/DummyContact.png" alt="%sender%" title="%sender%" class="avatar">
-					<div class="myBubble">
-						<div class="indicator"></div>
-						<table class="tableBubble" cellspacing="0" cellpadding="0">
-							<tr>
-								<td class="tl"></td>
-								<td class="tr"></td>
-							</tr>
-							<tr>
-								<td class="message">
-									Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
-									<div class="timeStamp">Torrey @ 4:55 am</div>
-										<div class="followUp"></div>
-										<div>
-											testing 1
-											<div class="timeStamp">%sender% @ %time%</div>
-										</div>
-										<div class="followUp"></div>
-										<div class="followUpMessage">
-											testing 123
-											<div class="timeStamp">%sender% @ %time%</div>
-										</div>
-										<div class="followUp"></div>
-										<div>
-											testing 123testing 123testing 123testing 123
-											testing 123testing 123
-											<div class="timeStamp">%sender% @ %time%</div>
-										</div>
-								</td>
-								<td class="messageRight"></td>
-							</tr>
-							<tr>
-								<td class="bl"></td>
-								<td class="br"></td>
-							</tr>
-						</table>
-					</div>
-				</td>
-			</tr>
-		</table>
-	</div>
-
-	<div class="chatItem outgoingItem">
-		<table width="100%">
-			<tr>
-				<td valign="top">
-					<img src="images/DummyContact.png" alt="%sender%" title="%sender%" class="avatar">
-					<div class="myBubble">
-						<div class="indicator"></div>
-						<table class="tableBubble" cellspacing="0" cellpadding="0">
-							<tr>
-								<td class="tl"></td>
-								<td class="tr"></td>
-							</tr>
-							<tr>
-								<td class="message">										
-									Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas aliquam sapien. Aliquam sed erat eu leo bibendum egestas. Praesent mauris. Quisque eget eros et neque scelerisque convallis. Phasellus orci. Pellentesque interdum tellus a erat. venenatis tristique.
-									<div class="timeStamp">Torrey @ 4:55 am</div>
-								</td>
-								<td class="messageRight"></td>
-							</tr>
-							<tr>
-								<td class="bl"></td>
-								<td class="br"></td>
-							</tr>
-						</table>
-					</div>
-				</td>
-			</tr>
-		</table>
-	</div>
-
-</div>
-</body>
-</html>
\ No newline at end of file
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Header.html
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Header.html	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-<div id="heading">
-	<div class="conversationIncomingIcon"><img src="%incomingIconPath%" /></div>
-	<div class="conversationWith">%chatName%</div>
-	<div class="conversationTime">Conversation began %timeOpened%</div>
-</div>
\ No newline at end of file
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Incoming/Content.html
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Incoming/Content.html	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-<div class="chatItem incomingItem">
-	<table width="100%">
-		<tr>
-			<td valign="top">
-				<img src="%userIconPath%" class="avatar" title="%sender%" />
-				<div class="myBubble">
-					<div class="indicator"></div>
-					<table class="tableBubble" cellspacing="0" cellpadding="0">
-						<tr>
-							<td class="tl"></td>
-							<td class="tr"></td>
-						</tr>
-						<tr>
-							<td class="message">
-								%message%
-								<div class="timeStamp"><span class="name">%sender% @</span> %time%</div>
-								<span id="insert"></span>
-							</td>
-							<td class="messageRight"></td>
-						</tr>
-						<tr>
-							<td class="bl"></td>
-							<td class="br"></td>
-						</tr>
-					</table>
-				</div>
-			</td>
-		</tr>
-	</table>
-</div>
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Incoming/Context.html
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Incoming/Context.html	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-<div class="chatItem incomingItem">
-	<table width="100%">
-		<tr>
-			<td valign="top">
-				<img src="%userIconPath%" class="avatar"/>
-				<div class="myBubble">
-					<div class="indicator"></div>
-					<table class="tableBubble" cellspacing="0" cellpadding="0">
-						<tr>
-							<td class="tl"></td>
-							<td class="tr"></td>
-						</tr>
-						<tr>
-							<td class="message">
-									%message%
-									<div class="timeStamp"><span class="name">%sender% @</span> %time%</div>
-								<span id="insert"></span>
-							</td>
-							<td class="messageRight"></td>
-						</tr>
-						<tr>
-							<td class="bl"></td>
-							<td class="br"></td>
-						</tr>
-					</table>
-				</div>
-			</td>
-		</tr>
-	</table>
-</div>
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-<div>
-	<div class="followUp"></div>
-	<div>
-		
-		%message%
-		<div class="timeStamp">%time%</div>
-	</div>
-	<span id="insert"></span>
-</div>
-
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Incoming/NextContext.html
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Incoming/NextContext.html	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-			<div class="followUp"></div>
-			<div>
-				
-				%message%
-				<div class="timeStamp">%time%</div>
-			</div><span id="insert"></span>
-
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Incoming/buddy_icon.png
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Incoming/buddy_icon.png	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-../../../../renkoo.AdiumMessageStyle/Contents/Resources/incoming/buddy_icon.png
\ No newline at end of file
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-<div class="chatItem outgoingItem">
-	<table width="100%">
-		<tr>
-			<td valign="top">
-				<img src="%userIconPath%" class="avatar" title="%sender%" />
-				<div class="myBubble">
-					<div class="indicator"></div>
-					<table class="tableBubble" cellspacing="0" cellpadding="0">
-						<tr>
-							<td class="tl"></td>
-							<td class="tr"></td>
-						</tr>
-						<tr>
-							<td class="message">
-								
-								%message%
-								<div class="timeStamp"><span class="name">%sender% @</span> %time%</div>
-								<span id="insert"></span>
-							</td>
-							<td class="messageRight"></td>
-						</tr>
-						<tr>
-							<td class="bl"></td>
-							<td class="br"></td>
-						</tr>
-					</table>
-				</div>
-			</td>
-		</tr>
-	</table>
-</div>
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Outgoing/Context.html
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Outgoing/Context.html	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-<div class="chatItem outgoingItem">
-	<table width="100%">
-		<tr>
-			<td valign="top">
-				<img src="%userIconPath%" class="avatar"/>
-				<div class="myBubble">
-					<div class="indicator"></div>
-					<table class="tableBubble" cellspacing="0" cellpadding="0">
-						<tr>
-							<td class="tl"></td>
-							<td class="tr"></td>
-						</tr>
-						<tr>
-							<td class="message">
-								
-								%message%
-								<div class="timeStamp"><span class="name">%sender% @</span> %time%</div>
-								<span id="insert"></span>
-							</td>
-							<td class="messageRight"></td>
-						</tr>
-						<tr>
-							<td class="bl"></td>
-							<td class="br"></td>
-						</tr>
-					</table>
-				</div>
-			</td>
-		</tr>
-	</table>
-</div>
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Outgoing/NextContent.html
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Outgoing/NextContent.html	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-<div>
-	<div class="followUp"></div>
-	<div>
-		%message%
-		<div class="timeStamp">%time%</div>
-	</div>
-	<span id="insert"></span>
-</div>
-
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Outgoing/NextContext.html
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Outgoing/NextContext.html	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-<div class="followUp"></div>
-<div>
-	%message%
-	<div class="timeStamp">%time%</div>
-</div><span id="insert"></span>
-
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Outgoing/buddy_icon.png
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Outgoing/buddy_icon.png	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-../../../../renkoo.AdiumMessageStyle/Contents/Resources/Outgoing/buddy_icon.png
\ No newline at end of file
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Status.html
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Status.html	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-<div class="chatItem statusMessage">
-	<table width="100%">
-		<tr>
-			<td valign="top">
-				<div class="myBubble">
-					<table class="tableBubble" cellspacing="0" cellpadding="0">
-						<tr>
-							<td class="tl"></td>
-							<td class="tr"></td>
-						</tr>
-						<tr>
-							<td class="message">
-								%message%
-								<div class="timeStamp">%time%</div>
-							</td>
-							<td class="messageRight"></td>
-						</tr>
-						<tr>
-							<td class="bl"></td>
-							<td class="br"></td>
-						</tr>
-					</table>
-				</div>
-			</td>
-		</tr>
-	</table>
-</div>
-<div id="insert"></div>
\ No newline at end of file
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Template.html
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Template.html	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,233 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
-	<base href="%@">
-	
-	<script type="text/javascript">
-	//<![CDATA[	
-	   isDebug = false;
-
-	   //Do this on load
-		function initEvents() {
-			if(document.getElementById("heading") == null){
-				document.getElementById("bodyNode").style.marginTop = "5px";
-			}
-			
-			if(isDebug == false) {
-				 document.getElementById("debug").style.display = "none";
-			}
-	       	       
-			alignChat(true);
-		}
-
-	   //Debugging function
-	   function trace(msg) {
-			var node = document.createElement("div");
-			var debugCon = document.getElementById("debug");
-			node.innerHTML = msg;
-			debugCon.appendChild(node);
-		}
-		
-	
-		//Appending new content to the message view
-		function appendMessage(html) {
-			var shouldScroll = nearBottom();
-			
-			//Remove any existing insertion point
-			var insert = document.getElementById("insert");
-			
-			if(insert) insert.parentNode.removeChild(insert);
-			
-			//Append the new message to the bottom of our chat block
-			var chat = document.getElementById("Chat");
-			var range = document.createRange();
-			range.selectNode(chat);
-			var documentFragment = range.createContextualFragment(html);
-			var myFrag = chat.appendChild(documentFragment);
-
-			alignChat(true);
-		}
-		
-		        function appendMessageNoScroll(html) {
-			//Remove any existing insertion point
-			var insert = document.getElementById("insert");
-			
-			if(insert) insert.parentNode.removeChild(insert);
-			
-			//Append the new message to the bottom of our chat block
-			var chat = document.getElementById("Chat");
-			var range = document.createRange();
-			range.selectNode(chat);
-			var documentFragment = range.createContextualFragment(html);
-            var myFrag = chat.appendChild(documentFragment);
-            var frag = document.getElementById("insert").parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode;
-            
-            try {
-                var fader = new Fadomatic(frag, 9, 0, 0, 95);
-            } catch(e) {
-                trace(e);
-            }
-            fader.fadeIn();
-		}
-		
-		function appendNextMessage(html){
-			var shouldScroll = nearBottom();
-			
-			//Locate the insertion point
-			var insert = document.getElementById("insert");
-		
-			//make new node
-			range = document.createRange();
-			range.selectNode(insert.parentNode);
-			newNode = range.createContextualFragment(html);
-			
-			//swap
-			var pointer = insert.parentNode;
-			insert.parentNode.replaceChild(newNode,insert);			
-			var els = pointer.getElementsByTagName("div");
-
-			alignChat(true);
-		}
-		
-		function appendNextMessageNoScroll(html){
-			//Locate the insertion point
-			var insert = document.getElementById("insert");
-		
-			//make new node
-			range = document.createRange();
-			range.selectNode(insert.parentNode);
-			newNode = range.createContextualFragment(html);
-			
-			//swap
-			var pointer = insert.parentNode;
-			insert.parentNode.replaceChild(newNode,insert);
-			var els = pointer.getElementsByTagName("div");
-		}
-		
-        function replaceLastMessage(html){
-            shouldScroll = nearBottom();
-
-            //Retrieve the current insertion point, then remove it
-            //This requires that there have been an insertion point... is there a better way to retrieve the last element? -evands
-			var insert = document.getElementById("insert");
-            var parentNode = insert.parentNode;
-   			var lastMessage = insert.previousSibling;
-   			parentNode.removeChild(insert);
-			parentNode.removeChild(lastMessage);
-
-            //Now append the message itself
-			var range = document.createRange();
-			var chat = document.getElementById("Chat");
-			range.selectNode(chat);
-			documentFragment = range.createContextualFragment(html);
-			chat.appendChild(documentFragment);
-			
-            alignChat(shouldScroll);
-		}
-		
-		//Auto-scroll to bottom.  Use nearBottom to determine if a scrollToBottom is desired.
-		function nearBottom() {
-			return ( document.body.scrollTop >= ( document.body.offsetHeight - ( window.innerHeight * 1.2 ) ) );
-		}
-		
-		var intervall_scroll;
-		function scrollToBottom() {
-			document.body.scrollTop = document.body.offsetHeight;
-		}
-		
-		//Swap an image with its alt-tag text on click
-		document.onclick = imageCheck;
-		function imageCheck() {		
-			var node = event.target;
-			if(node.tagName.toLowerCase() == 'img' && !client.zoomImage(node) && node.alt && (node.className != "avatar")) {
-				var a = document.createElement('a');
-				a.setAttribute('onclick', 'imageSwap(this)');
-				a.setAttribute('src', node.getAttribute('src'));
-				a.className = node.className;
-				var text = document.createTextNode(node.alt);
-				a.appendChild(text);
-				node.parentNode.replaceChild(a, node);
-			}
-		}
-		function imageSwap(node) {
-			var shouldScroll = nearBottom();
-
-			//Swap the image/text
-			var img = document.createElement('img');
-			img.setAttribute('src', node.getAttribute('src'));
-			img.setAttribute('alt', node.firstChild.nodeValue);
-			img.className = node.className;
-			node.parentNode.replaceChild(img, node);
-			
-			alignChat(shouldScroll);
-		}
-		
-		//Dynamically exchange the active stylesheet
-		function setStylesheet( id, url ) {
-			var code = "<style id=\"" + id + "\" type=\"text/css\" media=\"screen,print\">";
-			if( url.length ) code += "@import url( \"" + url + "\" );";
-			code += "</style>";
-			var range = document.createRange();
-			var head = document.getElementsByTagName( "head" ).item(0);
-			range.selectNode( head );
-			documentFragment = range.createContextualFragment( code );
-			head.removeChild( document.getElementById( id ) );
-			head.appendChild( documentFragment );
-		}
-		
-		//Align our chat to the bottom of the window.  If true is passed, view will also be scrolled down
-		function alignChat(shouldScroll) {
-
-			var windowHeight = window.innerHeight;
-			
-			if(windowHeight > 0) {
-				var contentElement = document.getElementById('Chat');
-				var contentHeight = contentElement.offsetHeight;
-				if (windowHeight - contentHeight > 0) {
-					contentElement.style.position = 'relative';
-					contentElement.style.top = '0px';
-				} else {
-					contentElement.style.position = 'static';
-				}
-			}
-			
-			if(shouldScroll) scrollToBottom();
-		}
-		
-		function windowDidResize() {
-			alignChat(true); //nearBottom buggy with inavtive tabs
-		}
-		
-		window.onresize = windowDidResize;
-		//]]>
-	</script>
-
-	<style type="text/css">
-		.actionMessageUserName { display:none; }
-		.actionMessageBody:before { content:"*"; }
-		.actionMessageBody:after { content:"*"; }
-		*{ word-wrap:break-word; }
-		img.scaledToFitImage { height:auto; width:100%; }
-	</style>
-	
-	<!-- This style is shared by all variants. !-->
-	<style id="baseStyle" type="text/css" media="screen,print">	
-		%@
-	</style>
-
-	<!-- Although we call this mainStyle for legacy reasons, it's actually the variant style !-->
-	<style id="mainStyle" type="text/css" media="screen,print">	
-		@import url( "%@" );
-	</style>
-
-</head>
-<body style="==bodyBackground==" id="bodyNode" onload="initEvents()">
-%@
-<div id="Chat">
-</div>
-%@
-<div id="debug"></div>
-</body>
-</html>
\ No newline at end of file
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Variants
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/Variants	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-../../../renkoo.AdiumMessageStyle/Contents/Resources/Variants
\ No newline at end of file
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/alternating.css
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/alternating.css	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-
-.outgoingItem .avatar {
-	float:right;
-}
-
-.outgoingItem .indicator {
-	float:right;
-	position:relative;
-	left:11px;
-	top:8px;
-}
-
-.myBubble {
-	margin-right:40px;
-}
-
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/images
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/images	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-../../../renkoo.AdiumMessageStyle/Contents/Resources/images
\ No newline at end of file
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/incoming_icon.png
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/incoming_icon.png	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-../../../renkoo.AdiumMessageStyle/Contents/Resources/incoming_icon.png
\ No newline at end of file
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/main.css
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/main.css	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,292 +0,0 @@
-* {
-		word-wrap: break-word;
-		word-break:break-word;
-}
-
-#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; 
-}
-
-#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;
-	
-}
-
-#heading .conversationIncomingIcon {
-	position:absolute;
-	left:5px;
-	top:5px;
-}
-
-#heading .conversationIncomingIcon img {
-	width:48px;
-	height:48px;
-}
-
-#heading .conversationWith {
-	position:relative;
-	left:60px;
-	margin:5px 0 0 0;
-	font: bold 16px Myriad Pro, Myriad, Lucida Grande, Trebuchet MS, Arial;
-	overflow:hide;
-}
-
-#heading .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;
-}
-
-.status_container {
-	font: 10px Myriad, Lucida Grande, Arial;
-}
-
-
-body {
-}
-
-.followUp {
-	clear:right;
-	height:1px;
-	font-size:1px;
-	line-height:1px;
-	margin:4px 0 4px 0;
-}
-
-.chatItem {
-	opacity:0.96;
-}
-
-.tableBubble {
-	width:100%;
-}
-
-.tableBubble .tl {
-	height:8px;
-}
-
-.tableBubble .tr {
-	width:8px;
-	height:8px;
-}
-
-.message {
-	padding:0 1em 0 1.25em;
-	word-wrap: break-word;
-}
-
-.tableBubble .message {
-	font-size:11px;
-}
-
-.tableBubble .message img {
-	vertical-align:middle;
-}
-
-.tableBubble .messageRight {
-	width:1px;
-}
-
-.tableBubble .bl {
-	height:10px;
-}
-
-.tableBubble .br {
-	width:8px;
-	height:10px;
-}
-
-.tableBubble .timeStamp {
-	margin:2px;
-	margin-left:7px;
-	text-align:right;
-	float:right;
-}
-
-.myBubble .indicator {
-	position:absolute;
-	top:8px;
-	left:0;
-	width:13px;
-	height:11px;
-}
-
-.myBubble {
-	position:relative;
-	padding-left:10px;
-	margin-left:33px;
-	margin-right:10px;
-}
-
-.chatItem .avatar {
-	width:26px;
-	height:26px;
-	float:left;
-}
-
-/****** STatus  ******/
-
-.statusMessage {
-	opacity:0.8;
-	color:#676767;
-}
-
-.statusMessage .myBubble .indicator {
-	background:url("images/steelIndicator.png") no-repeat top left;
-}
-
-.statusMessage .tableBubble .tl {
-	background:url("images/steelCurves.png") no-repeat top left;
-}
-
-.statusMessage .tableBubble .tr {
-	background:url("images/steelCurves.png") no-repeat top right;
-}
-
-.statusMessage .tableBubble .head {
-	background:url("images/steelCurves.png") no-repeat -10px 0;
-}
-
-.statusMessage .tableBubble .message {
-	background:url("images/steelBackground.png") repeat-y top left;
-}
-
-.statusMessage .tableBubble .messageRight {
-	background:url("images/steelBackground.png") repeat-y top right;
-}
-
-.statusMessage .tableBubble .bl {
-	background:url("images/steelCurves.png") no-repeat bottom left;
-}
-
-.statusMessage .tableBubble .br {
-	background:url("images/steelCurves.png") no-repeat bottom right;
-}
-
-.statusMessage .followUp {
-	background-color:#f4f0a7;
-	border-bottom:1px solid #fff;
-}
-
-.statusMessage .timeStamp {
-	color:#676767;
-}
-
-
-/*incoming */
-
-.incomingItem .myBubble .indicator {
-	background:url("images/yellowIndicator.png") no-repeat top left;
-}
-
-.incomingItem .tableBubble .tl {
-	background:url("images/yellowCurves.png") no-repeat top left;
-}
-
-.incomingItem .tableBubble .tr {
-	background:url("images/yellowCurves.png") no-repeat top right;
-}
-
-.incomingItem .tableBubble .head {
-	background:url("images/yellowCurves.png") no-repeat -10px 0;
-}
-
-.incomingItem .tableBubble .message {
-	background:url("images/yellowBackground.png") repeat-y top left;
-}
-
-.incomingItem .tableBubble .messageRight {
-	background:url("images/yellowBackground.png") repeat-y top right;
-}
-
-.incomingItem .tableBubble .bl {
-	background:url("images/yellowCurves.png") no-repeat bottom left;
-}
-
-.incomingItem .tableBubble .br {
-	background:url("images/yellowCurves.png") no-repeat bottom right;
-}
-
-.incomingItem .followUp {
-	background-color:#f4f0a7;
-	border-bottom:1px solid #fff;
-}
-
-.incomingItem .timeStamp {
-	color:#bdb410;
-}
-
-/* outgoing */
-
-
-.outgoingItem .myBubble .indicator {
-	background:url("images/greenIndicator.png") no-repeat top left;
-}
-
-.outgoingItem .tableBubble .tl {
-	background:url("images/greenCurves.png") no-repeat top left;
-}
-
-.outgoingItem .tableBubble .tr {
-	background:url("images/greenCurves.png") no-repeat top right;
-}
-
-.outgoingItem .tableBubble .head {
-	background:url("images/greenCurves.png") no-repeat -10px 0;
-}
-
-.outgoingItem .tableBubble .message {
-	background:url("images/greenBackground.png") repeat-y top left;
-}
-
-.outgoingItem .tableBubble .messageRight {
-	background:url("images/greenBackground.png") repeat-y top right;
-}
-
-.outgoingItem .tableBubble .bl {
-	background:url("images/greenCurves.png") no-repeat bottom left;
-}
-
-.outgoingItem .tableBubble .br {
-	background:url("images/greenCurves.png") no-repeat bottom right;
-}
-
-.outgoingItem .followUp {
-	background-color:#e2efc4;
-	border-bottom:1px solid #fff;
-}
-
-.outgoingItem .timeStamp {
-	color:#9ecf35;
-}
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/noname.css
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/noname.css	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-.name {
-	display:none;
-}
diff -r 84d54379cfcc -r af4579e9b633 Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/outgoing_icon.png
--- a/Resources/Message Styles/renkooNaked.AdiumMessageStyle/Contents/Resources/outgoing_icon.png	Fri Oct 30 13:48:15 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-../../../renkoo.AdiumMessageStyle/Contents/Resources/outgoing_icon.png
\ No newline at end of file




More information about the commits mailing list