xtras/mathuaerknedam 321:0cad6e3e88b0: Renkoo: topic improvements.

commits at adium.im commits at adium.im
Tue Feb 9 03:42:27 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/0cad6e3e88b0
revision:	321:0cad6e3e88b0
author:		mathuaerknedam
date:		Mon Feb 08 21:41:44 2010 -0600

Renkoo: topic improvements.
Subject: xtras/mathuaerknedam 322:de7a3430360a: Renkoo: increase margins around mentions.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/de7a3430360a
revision:	322:de7a3430360a
author:		mathuaerknedam
date:		Mon Feb 08 21:42:21 2010 -0600

Renkoo: increase margins around mentions.

diffs (130 lines):

diff -r 93a77be5ad7e -r de7a3430360a Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/main.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/main.css	Sat Feb 06 22:55:09 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/main.css	Mon Feb 08 21:42:21 2010 -0600
@@ -192,8 +192,15 @@
 {
 	-webkit-border-radius: 6px;
 	-webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, .3);
+	margin-top: 4px;
+	margin-bottom: 6px;
 }
 
+/*.mention + .mention
+{
+	margin-top: 0px;
+}*/
+
 .mention .x-avatar
 {
 	-webkit-border-radius: 4px;
diff -r 93a77be5ad7e -r de7a3430360a Renkoo ☿.AdiumMessageStyle/Contents/Resources/Topic.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Topic.css	Sat Feb 06 22:55:09 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Topic.css	Mon Feb 08 21:42:21 2010 -0600
@@ -1,54 +1,48 @@
-#x-heading
+#x-topic #x-wrap
 {
-	height: inherit;
+	padding-top: 0px;
+	padding-bottom: 6px;
+	min-height: 48px;
 	position: fixed;
 	top: 0px;
+	right: 0px;
 	left: 0px;
-	margin: 0;
-	padding: 5px;
-	font-weight: regular;
-	background-color: #fbfbed;
-	z-index: 999;
-	width: 100%;
-	/*height: 45px;*/
+	z-index: 100;
 	border-bottom: 2px solid #d5d5d5;
-	background: url("images/steelHeading.jpg") repeat-x top left;
+	font-family: Lucida Grande;
+	font-size: 11px;
+	background:
+		-webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 251, 1)), to(rgba(244, 244, 244, 1)));
 }
 
-#x-header
+#x-topic #topicEdit
 {
-	position: fixed; 
-	top: 0px; 
-	left: 0px; 
-	right: 0px; 
-	margin: 0; 
-	padding: 5px; 
-	padding-bottom: 8px; 
-	overflow: auto; 
-	color: black; 
-	text-align: center; 
-	/*font-family: sans-serif;
-	font-size: 10px;*/
-	font-size: 1em;
-	background:
-		-webkit-gradient(linear, left top, left bottom, from(rgba(187, 187, 187, 1)), to(rgba(187, 187, 187, 1))) left bottom no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(rgba(159, 159, 159, 1)), to(rgba(159, 159, 159, 1))) left bottom no-repeat,
+	margin-top: 6px;
+	margin-left: 64px;
+	margin-right: 8px;
+	display: block;
+	min-height: 1.2em;
 
-		-webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 1)), to(rgba(248, 248, 248, 1))) left bottom no-repeat,
-		-webkit-gradient(linear, left top, left bottom, from(rgba(241, 241, 241, 1)), to(rgba(241, 241, 241, 1))) left top no-repeat;
-	-webkit-background-size:
-		100% 1px,
-		100% 2px,
-
-		100% 3px,
-		100% 100%;
-	z-index: 999; 
+	word-wrap: break-word;
+	word-break: break-word;
 }
 
-/*
-#x-heading a
+#x-topic .x-serviceIcon
 {
-	color: dark grey;
+	position: fixed;
+	left: 6px;
+	top: 4px;
 }
-*/
 
+#x-topic img.x-serviceIcon
+{
+	width: 48px;
+	height: 48px;
+	top: 6px;
+}
+
+#topic[title=""] #topicEdit:after
+{
+	/*background: #d5d5d5;*/
+	content: "< no topic set >";
+}
diff -r 93a77be5ad7e -r de7a3430360a Renkoo ☿.AdiumMessageStyle/Contents/Resources/Topic.html
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Topic.html	Sat Feb 06 22:55:09 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Topic.html	Mon Feb 08 21:42:21 2010 -0600
@@ -1,6 +1,10 @@
-<div id="x-heading">
-<style type="text/css">
-	@import url(./Topic.css);
-</style>
-	%topic%
+<div id="x-topic">
+	<style type="text/css">
+		@import url(./Topic.css);
+	</style>
+
+	<div id="x-wrap">
+		<img class="x-serviceIcon" title="%service%" alt="%service%" src="%serviceIconPath%" />
+		%topic%
+	</div>
 </div>


More information about the commits mailing list