xtras/mathuaerknedam 515:5c108eb1cd84: Mockie: fix the margins o...
commits at adium.im
commits at adium.im
Thu Jul 15 01:10:03 UTC 2010
details: http://hg.adium.im/xtras/mathuaerknedam/rev/5c108eb1cd84
revision: 515:5c108eb1cd84
author: mathuaerknedam
date: Wed Jul 14 08:45:47 2010 -0500
Mockie: fix the margins on the topic edit area.
Subject: xtras/mathuaerknedam 516:1a1e915774ea: Mockie: slightly tweak status backgrounds so that they (the status backgrounds) are not visible on the default chat background. Also, include Mockup.html.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/1a1e915774ea
revision: 516:1a1e915774ea
author: mathuaerknedam
date: Wed Jul 14 09:18:15 2010 -0500
Mockie: slightly tweak status backgrounds so that they (the status backgrounds) are not visible on the default chat background. Also, include Mockup.html.
Subject: xtras/mathuaerknedam 517:c2571b7fb5b3: Stockholm: Fix problem where users couldnt change an empty topic.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/c2571b7fb5b3
revision: 517:c2571b7fb5b3
author: mathuaerknedam
date: Wed Jul 14 09:45:08 2010 -0500
Stockholm: Fix problem where users couldnt change an empty topic.
Subject: xtras/mathuaerknedam 518:5789d36c8b58: minimal_mod: Fix problem where users couldn't change an empty topic.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/5789d36c8b58
revision: 518:5789d36c8b58
author: mathuaerknedam
date: Wed Jul 14 09:46:03 2010 -0500
minimal_mod: Fix problem where users couldn't change an empty topic.
Subject: xtras/mathuaerknedam 519:56a81f2536b6: yMous: Fix problem where users couldn't change an empty topic.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/56a81f2536b6
revision: 519:56a81f2536b6
author: mathuaerknedam
date: Wed Jul 14 11:01:51 2010 -0500
yMous: Fix problem where users couldn't change an empty topic.
diffs (234 lines):
diff -r 3d440cbee71f -r 56a81f2536b6 Mockie â¿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css
--- a/Mockie â¿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css Tue Jul 06 11:16:42 2010 -0500
+++ b/Mockie â¿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css Wed Jul 14 11:01:51 2010 -0500
@@ -29,10 +29,10 @@
#topic #topicEdit
{
- padding-top: 4px;
- padding-right: 12px;
- padding-bottom: 5px;
- padding-left: 14px;
+ margin-top: 4px;
+ margin-right: 12px;
+ margin-bottom: 5px;
+ margin-left: 14px;
display: block;
word-wrap: break-word;
diff -r 3d440cbee71f -r 56a81f2536b6 Mockie â¿.AdiumMessageStyle/Contents/Resources/Styles/colors_brown_olive.css
--- a/Mockie â¿.AdiumMessageStyle/Contents/Resources/Styles/colors_brown_olive.css Tue Jul 06 11:16:42 2010 -0500
+++ b/Mockie â¿.AdiumMessageStyle/Contents/Resources/Styles/colors_brown_olive.css Wed Jul 14 11:01:51 2010 -0500
@@ -1,9 +1,13 @@
body,
-#topic,
+#topic
+{
+ background-color: rgba(238, 243, 235, .8);
+}
+
.status .x-wrap,
.event .x-wrap
{
- background-color: rgba(238, 243, 235, .8);
+ background-color: rgba(241, 245, 240, .8);
}
.incoming .x-buddyicon
diff -r 3d440cbee71f -r 56a81f2536b6 Mockie â¿.AdiumMessageStyle/Contents/Resources/Styles/colors_indigo_maroon.css
--- a/Mockie â¿.AdiumMessageStyle/Contents/Resources/Styles/colors_indigo_maroon.css Tue Jul 06 11:16:42 2010 -0500
+++ b/Mockie â¿.AdiumMessageStyle/Contents/Resources/Styles/colors_indigo_maroon.css Wed Jul 14 11:01:51 2010 -0500
@@ -1,9 +1,13 @@
body,
-#topic,
+#topic
+{
+ background-color: rgba(248, 240, 240, .8);
+}
+
.status .x-wrap,
.event .x-wrap
{
- background-color: rgba(248, 240, 240, .8);
+ background-color: rgba(250, 244, 244, .8);
}
.incoming .x-buddyicon
diff -r 3d440cbee71f -r 56a81f2536b6 Mockie â¿.AdiumMessageStyle/Contents/Resources/Styles/colors_orange_green.css
--- a/Mockie â¿.AdiumMessageStyle/Contents/Resources/Styles/colors_orange_green.css Tue Jul 06 11:16:42 2010 -0500
+++ b/Mockie â¿.AdiumMessageStyle/Contents/Resources/Styles/colors_orange_green.css Wed Jul 14 11:01:51 2010 -0500
@@ -1,9 +1,13 @@
body,
-#topic,
+#topic
+{
+ background-color: rgba(242, 251, 238, .8);
+}
+
.status .x-wrap,
.event .x-wrap
{
- background-color: rgba(242, 251, 238, .8);
+ background-color: rgba(245, 253, 241, .8);
}
.incoming .x-buddyicon
diff -r 3d440cbee71f -r 56a81f2536b6 Mockie â¿.AdiumMessageStyle/Contents/Resources/Styles/colors_red_blue.css
--- a/Mockie â¿.AdiumMessageStyle/Contents/Resources/Styles/colors_red_blue.css Tue Jul 06 11:16:42 2010 -0500
+++ b/Mockie â¿.AdiumMessageStyle/Contents/Resources/Styles/colors_red_blue.css Wed Jul 14 11:01:51 2010 -0500
@@ -1,9 +1,13 @@
body,
-#topic,
+#topic
+{
+ background-color: rgba(255, 244, 244, .8);
+}
+
.status .x-wrap,
.event .x-wrap
{
- background-color: rgba(255, 244, 244, .8);
+ background-color: rgba(255, 246, 246, .8);
}
.incoming .x-buddyicon
diff -r 3d440cbee71f -r 56a81f2536b6 Mockie â¿.AdiumMessageStyle/Contents/Resources/mockup.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Mockie â¿.AdiumMessageStyle/Contents/Resources/mockup.html Wed Jul 14 11:01:51 2010 -0500
@@ -0,0 +1,74 @@
+<html>
+
+<head>
+ <title>
+ Mockie message style mockup
+ </title>
+
+ <style type="text/css" media="screen,print">
+ @import url( "./Variants/Red - Icon Alternate.css" );
+
+ body
+ {
+ font: 7.5pt "Lucida Grande" !important;
+ border-bottom: 1px solid yellow !important;
+ }
+
+ </style>
+</head>
+
+<body>
+
+<div id="Chat" style="top: 248px; position: static; " class="">
+
+<div class="history date_separator event">
+ <div class="x-wrap">
+ <span class="x-time" title="11 May 2010">20:48:05 </span>
+ <span class="x-text">Tuesday, May 11, 2010</span>
+ </div>
+</div>
+
+<div class="outgoing message history">
+ <div class="x-wrap">
+ <div class="x-buddyicon">
+ <img src="file:///Users/mneedham/Library/Caches/Adium/Default/TEMP-155YTHE.png"> </div>
+ <div class="x-sender">mthrkndm</div>
+ <div class="x-service">IRC</div>
+ <div class="x-message" style="background-color:;">
+ <div class="x-time" title="11 May 2010">20:48:05 </div>
+ <div class="x-text">Yessir.</div>
+ </div>
+ </div>
+</div>
+
+<div class="incoming message autoreply history">
+ <div class="x-wrap">
+ <div class="x-buddyicon">
+ <img src="Incoming/buddy_icon.png"> </div>
+ <div class="x-sender">vnds (Autoreply)</div>
+ <div class="x-service">IRC</div>
+ <div class="x-message" style="background-color:;">
+ <div class="x-time" title="11 May 2010">20:48:05 </div>
+ <div class="x-text">Dinner</div>
+ </div>
+ </div>
+</div>
+
+<div class="consecutive incoming message history">
+ <div class="x-wrap">
+ <div class="x-buddyicon">
+ <img src="Incoming/buddy_icon.png"> </div>
+ <div class="x-sender">vnds</div>
+ <div class="x-service">IRC</div>
+ <div class="x-message" style="background-color:;">
+ <div class="x-time" title="11 May 2010">20:49:40 </div>
+ <div class="x-text">oops, nm</div>
+ </div>
+ </div>
+</div>
+
+<div id="insert"></div>
+</div>
+
+</body>
+</html>
diff -r 3d440cbee71f -r 56a81f2536b6 Stockholm â¿.AdiumMessageStyle/Contents/Resources/Styles/Topic.css
--- a/Stockholm â¿.AdiumMessageStyle/Contents/Resources/Styles/Topic.css Tue Jul 06 11:16:42 2010 -0500
+++ b/Stockholm â¿.AdiumMessageStyle/Contents/Resources/Styles/Topic.css Wed Jul 14 11:01:51 2010 -0500
@@ -39,6 +39,17 @@
overflow: hidden;
}
+#topic:hover
+{
+ max-height: 100%;
+ white-space: normal;
+}
+
+#topic:hover #topicEdit
+{
+ min-height: 1em;
+}
+
#topic #topicEdit a
{
color: dark grey;
diff -r 3d440cbee71f -r 56a81f2536b6 minimal_mod â¿.AdiumMessageStyle/Contents/Resources/main.css
--- a/minimal_mod â¿.AdiumMessageStyle/Contents/Resources/main.css Tue Jul 06 11:16:42 2010 -0500
+++ b/minimal_mod â¿.AdiumMessageStyle/Contents/Resources/main.css Wed Jul 14 11:01:51 2010 -0500
@@ -201,11 +201,17 @@
-webkit-transition: opacity .1s linear;
}
-#x-header:hover
+#x-header[title]:hover
{
opacity: .1;
}
+#x-header:hover #topicEdit
+{
+ min-height: 1em;
+ display: block;
+}
+
#x-header a
{
color: white;
diff -r 3d440cbee71f -r 56a81f2536b6 yMous â¿.AdiumMessageStyle/Contents/Resources/Styles/Topic.css
--- a/yMous â¿.AdiumMessageStyle/Contents/Resources/Styles/Topic.css Tue Jul 06 11:16:42 2010 -0500
+++ b/yMous â¿.AdiumMessageStyle/Contents/Resources/Styles/Topic.css Wed Jul 14 11:01:51 2010 -0500
@@ -13,8 +13,15 @@
-webkit-transition: opacity .2s linear;
}
+#topic[title=""]:not(:hover) #x-wrap
+{
+ opacity: 0;
+}
+
#topicEdit
{
+ min-height: 1em;
+ display: block;
}
.x-toggle
More information about the commits
mailing list