xtras/mathuaerknedam 378:12bfe2cad610: Stockholm: Redo the menti...
commits at adium.im
commits at adium.im
Fri Feb 26 00:43:47 UTC 2010
details: http://hg.adium.im/xtras/mathuaerknedam/rev/12bfe2cad610
revision: 378:12bfe2cad610
author: mathuaerknedam
date: Thu Feb 25 14:01:39 2010 -0600
Stockholm: Redo the mention bubbles using the actual sender-fill images used in Stockholm. Now the colors and shading match the style rather than the prefpane.
Subject: xtras/mathuaerknedam 379:3fdf65213845: Add basic topic/header hiding to Gone Dark, Mockie, Stockholm and minimal_mod. Hover over the topic/header reduces opacity so that it is barely visible. I added the same code to Renkoo, but the topic behaved strangely, so the code is commented. I suspect a conflict with the javascript.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/3fdf65213845
revision: 379:3fdf65213845
author: mathuaerknedam
date: Thu Feb 25 14:30:54 2010 -0600
Add basic topic/header hiding to Gone Dark, Mockie, Stockholm and minimal_mod. Hover over the topic/header reduces opacity so that it is barely visible. I added the same code to Renkoo, but the topic behaved strangely, so the code is commented. I suspect a conflict with the javascript.
Subject: xtras/mathuaerknedam 380:bdd92c603810: minimal_mod: Create a SenderColor variant that colors nicks. Make SenderColor the default variant. Reverse direction of focus gradient so that it doesn't interfere with nicks with light colors.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/bdd92c603810
revision: 380:bdd92c603810
author: mathuaerknedam
date: Thu Feb 25 16:18:56 2010 -0600
minimal_mod: Create a SenderColor variant that colors nicks. Make SenderColor the default variant. Reverse direction of focus gradient so that it doesn't interfere with nicks with light colors.
diffs (truncated from 3189 to 1000 lines):
diff -r b86de5f4349c -r bdd92c603810 Gone Dark ☿.AdiumMessageStyle/Contents/Resources/main.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/main.css Wed Feb 24 22:18:34 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/main.css Thu Feb 25 16:18:56 2010 -0600
@@ -21,6 +21,13 @@
width: 100%;
background: url('images/backgroundHeader.png') repeat-x top;
z-index: 100;
+ opacity: 1;
+ -webkit-transition: opacity .1s linear;
+}
+
+#x-header:hover
+{
+ opacity: .3;
}
#topic #x-header
diff -r b86de5f4349c -r bdd92c603810 Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css
--- a/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css Wed Feb 24 22:18:34 2010 -0600
+++ b/Mockie ☿.AdiumMessageStyle/Contents/Resources/Styles/basestyle.css Thu Feb 25 16:18:56 2010 -0600
@@ -12,6 +12,13 @@
z-index: 100;
border-bottom: 2px solid rgba(0, 0, 0, .2);
-webkit-box-shadow: 0px 1px 5px #fff;
+ opacity: 1;
+ -webkit-transition: opacity .1s linear;
+}
+
+#topic:hover
+{
+ opacity: .2;
}
#topic #topicEdit
diff -r b86de5f4349c -r bdd92c603810 Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/Header.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/Header.css Wed Feb 24 22:18:34 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/Header.css Thu Feb 25 16:18:56 2010 -0600
@@ -1,21 +1,3 @@
-#x-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;
-}
-
#x-heading
{
position: fixed;
@@ -25,13 +7,20 @@
padding: 5px;
font-weight: regular;
background-color: #fbfbed;
- z-index: 999;
+ z-index: 99;
width: 100%;
height: 45px;
line-height: 1.2;
border-bottom: 2px solid #d5d5d5;
background:
-webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 251, 1)), to(rgba(244, 244, 244, 1)));
+ /*opacity: 1;
+ -webkit-transition: opacity .1s linear;
+}
+
+#x-heading:hover
+{
+ opacity: .1;*/
}
#x-heading .x-conversationIncomingIcon
@@ -52,7 +41,6 @@
position: relative;
left: 61px;
margin: 8px 0 0 0;
- /*font: bold 16px Myriad Pro, Myriad, Lucida Grande, Trebuchet MS, Arial;*/
font-size: 16px;
font-weight: bold;
overflow: hide;
@@ -63,7 +51,6 @@
position: relative;
left: 61px;
color: #6d6d6d;
- /*font: bold 10px Myriad Pro, Myriad, Lucida Grande, Trebuchet MS, Arial;*/
font-size: 10px;
font-weight: bold;
}
diff -r b86de5f4349c -r bdd92c603810 Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/Topic.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/Topic.css Wed Feb 24 22:18:34 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/Topic.css Thu Feb 25 16:18:56 2010 -0600
@@ -1,3 +1,15 @@
+/*#x-topic
+{
+ opacity: 1;
+ -webkit-transition: opacity .1s linear;
+ z-index: 99;
+}
+
+#x-topic:hover
+{
+ opacity: .1;
+}*/
+
#x-topic #x-wrap
{
padding-top: 0px;
@@ -9,7 +21,6 @@
left: 0px;
z-index: 100;
border-bottom: 2px solid #d5d5d5;
- /*font-family: Lucida Grande;*/
font-size: 10px;
background:
-webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 251, 1)), to(rgba(244, 244, 244, 1)));
diff -r b86de5f4349c -r bdd92c603810 Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/Topic.css
--- a/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/Topic.css Wed Feb 24 22:18:34 2010 -0600
+++ b/Stockholm ☿.AdiumMessageStyle/Contents/Resources/Styles/Topic.css Thu Feb 25 16:18:56 2010 -0600
@@ -26,6 +26,13 @@
100% 3px,
100% 100%;
z-index: 999;
+ opacity: 1;
+ -webkit-transition: opacity .1s linear;
+}
+
+#x-header:hover
+{
+ opacity: .1;
}
#x-header a
diff -r b86de5f4349c -r bdd92c603810 Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-blue.png
Binary file Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-blue.png has changed
diff -r b86de5f4349c -r bdd92c603810 Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-ctx.png
Binary file Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-ctx.png has changed
diff -r b86de5f4349c -r bdd92c603810 Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-green.png
Binary file Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-green.png has changed
diff -r b86de5f4349c -r bdd92c603810 Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-grey.png
Binary file Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-grey.png has changed
diff -r b86de5f4349c -r bdd92c603810 Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-orange.png
Binary file Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-orange.png has changed
diff -r b86de5f4349c -r bdd92c603810 Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-red.png
Binary file Stockholm ☿.AdiumMessageStyle/Contents/Resources/images/pref-mention-red.png has changed
diff -r b86de5f4349c -r bdd92c603810 minimal_mod ☿.AdiumMessageStyle/Contents/Info.plist
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Info.plist Wed Feb 24 22:18:34 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Info.plist Thu Feb 25 16:18:56 2010 -0600
@@ -23,7 +23,7 @@
<key>DefaultFontSize</key>
<integer>10</integer>
<key>DefaultVariant</key>
- <string>Black vs Red</string>
+ <string>SenderColor</string>
<key>MessageViewVersion</key>
<integer>4</integer>
<key>ShowsUserIcons</key>
diff -r b86de5f4349c -r bdd92c603810 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Incoming/Content.html
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Incoming/Content.html Wed Feb 24 22:18:34 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Incoming/Content.html Thu Feb 25 16:18:56 2010 -0600
@@ -2,7 +2,7 @@
<span class="x-time_initial" title="%time{dd MMM yyyy}%">%time%</span>
<span class="x-buddyicon"><img src="%userIconPath%" width="24" height="24" /></span>
<div class="x-placeholder" visible="%userIconPath%">
- <span class="x-sender x-incoming">%sender%</span>
+ <span class="x-sender x-incoming" style="color: %senderColor%;" title="%senderPrefix% %senderScreenName%">%sender%</span>
<span class="x-message x-incoming_link"><br>%message%</span>
</div>
<span class="x-clear"></span>
diff -r b86de5f4349c -r bdd92c603810 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html Wed Feb 24 22:18:34 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html Thu Feb 25 16:18:56 2010 -0600
@@ -2,7 +2,7 @@
<span class="x-time_initial" title="%time{dd MMM yyyy}%">%time%</span>
<span class="x-buddyicon"><img src="%userIconPath%" width="24" height="24" /></span>
<div class="x-placeholder" visible="%userIconPath%">
- <span class="x-sender x-outgoing">%sender%</span>
+ <span class="x-sender x-outgoing" style="color: %senderColor%;" title="%senderPrefix% %senderScreenName%">%sender%</span>
<span class="x-message x-outgoing_link"><br>%message%</span>
</div>
<span class="x-clear"></span>
diff -r b86de5f4349c -r bdd92c603810 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css Wed Feb 24 22:18:34 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css Thu Feb 25 16:18:56 2010 -0600
@@ -1,11 +1,11 @@
.x-incoming
{
- color: #0090ff;
+ color: #0090ff !important;
}
.x-outgoing
{
- color: #333333;
+ color: #333333 !important;
}
.x-status
diff -r b86de5f4349c -r bdd92c603810 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css Wed Feb 24 22:18:34 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css Thu Feb 25 16:18:56 2010 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
color: #6abb00;
}
.x-outgoing
{
color: #333333;
}
.x-status
{
color: #6abb00;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #6abb00;
}
.x-outgoing_link a
{
color: #000000;
}
.x-status_link a
{
color: #6abb00;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(106, 187, 0, .1);
}
\ No newline at end of file
+.x-incoming
{
color: #6abb00 !important;
}
.x-outgoing
{
color: #333333 !important;
}
.x-status
{
color: #6abb00;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #6abb00;
}
.x-outgoing_link a
{
color: #000000;
}
.x-status_link a
{
color: #6abb00;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(106, 187, 0, .1);
}
\ No newline at end of file
diff -r b86de5f4349c -r bdd92c603810 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css Wed Feb 24 22:18:34 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css Thu Feb 25 16:18:56 2010 -0600
@@ -1,11 +1,11 @@
.x-incoming
{
- color: #707070;
+ color: #707070 !important;
}
.x-outgoing
{
- color: #333333;
+ color: #333333 !important;
}
.x-status
diff -r b86de5f4349c -r bdd92c603810 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css Wed Feb 24 22:18:34 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css Thu Feb 25 16:18:56 2010 -0600
@@ -1,11 +1,11 @@
.x-incoming
{
- color: #ff7800;
+ color: #ff7800 !important;
}
.x-outgoing
{
- color: #333333;
+ color: #333333 !important;
}
.x-status
diff -r b86de5f4349c -r bdd92c603810 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css Wed Feb 24 22:18:34 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css Thu Feb 25 16:18:56 2010 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
color: #ff3280;
}
.x-outgoing
{
color: #333333;
}
.x-status
{
color: #ff3280;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #ff3280;
}
.x-outgoing_link a
{
color: #000000;
}
.x-status_link a
{
color: #ff3280;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(255, 50, 128, .1);
}
\ No newline at end of file
+.x-incoming
{
color: #ff3280 !important;
}
.x-outgoing
{
color: #333333 !important;
}
.x-status
{
color: #ff3280;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #ff3280;
}
.x-outgoing_link a
{
color: #000000;
}
.x-status_link a
{
color: #ff3280;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(255, 50, 128, .1);
}
\ No newline at end of file
diff -r b86de5f4349c -r bdd92c603810 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css Wed Feb 24 22:18:34 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css Thu Feb 25 16:18:56 2010 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
color: #7200a7;
}
.x-outgoing
{
color: #333333;
}
.x-status
{
color: #7200a7;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #7200a7;
}
.x-outgoing_link a
{
color: #000000;
}
.x-status_link a
{
color: #7200a7;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(114, 0, 167, .1);
}
\ No newline at end of file
+.x-incoming
{
color: #7200a7 !important;
}
.x-outgoing
{
color: #333333 !important;
}
.x-status
{
color: #7200a7;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #7200a7;
}
.x-outgoing_link a
{
color: #000000;
}
.x-status_link a
{
color: #7200a7;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(114, 0, 167, .1);
}
\ No newline at end of file
diff -r b86de5f4349c -r bdd92c603810 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css Wed Feb 24 22:18:34 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css Thu Feb 25 16:18:56 2010 -0600
@@ -1,11 +1,11 @@
.x-incoming
{
- color: #ff0c00;
+ color: #ff0c00 !important;
}
.x-outgoing
{
- color: #333333;
+ color: #333333 !important;
}
.x-status
diff -r b86de5f4349c -r bdd92c603810 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Black.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Black.css Wed Feb 24 22:18:34 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Black.css Thu Feb 25 16:18:56 2010 -0600
@@ -1,11 +1,11 @@
.x-incoming
{
- color: #333333;
+ color: #333333 !important;
}
.x-outgoing
{
- color: #0090ff;
+ color: #0090ff !important;
}
.x-status
diff -r b86de5f4349c -r bdd92c603810 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css Wed Feb 24 22:18:34 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css Thu Feb 25 16:18:56 2010 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
color: #6abb00;
}
.x-outgoing
{
color: #0090ff;
}
.x-status
{
color: #6abb00;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #6abb00;
}
.x-outgoing_link a
{
color: #0090ff;
}
.x-status_link a
{
color: #6abb00;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(106, 187, 0, .1);
}
\ No newline at end of file
+.x-incoming
{
color: #6abb00 !important;
}
.x-outgoing
{
color: #0090ff !important;
}
.x-status
{
color: #6abb00;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #6abb00;
}
.x-outgoing_link a
{
color: #0090ff;
}
.x-status_link a
{
color: #6abb00;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(106, 187, 0, .1);
}
\ No newline at end of file
diff -r b86de5f4349c -r bdd92c603810 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css Wed Feb 24 22:18:34 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css Thu Feb 25 16:18:56 2010 -0600
@@ -1,11 +1,11 @@
.x-incoming
{
- color: #707070;
+ color: #707070 !important;
}
.x-outgoing
{
- color: #0090ff;
+ color: #0090ff !important;
}
.x-status
diff -r b86de5f4349c -r bdd92c603810 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css Wed Feb 24 22:18:34 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css Thu Feb 25 16:18:56 2010 -0600
@@ -1,11 +1,11 @@
.x-incoming
{
- color: #ff7800;
+ color: #ff7800 !important;
}
.x-outgoing
{
- color: #0090ff;
+ color: #0090ff !important;
}
.x-status
diff -r b86de5f4349c -r bdd92c603810 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Pink.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Pink.css Wed Feb 24 22:18:34 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Pink.css Thu Feb 25 16:18:56 2010 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
color: #ff3280;
}
.x-outgoing
{
color: #0090ff;
}
.x-status
{
color: #ff3280;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #ff3280;
}
.x-outgoing_link a
{
color: #0090ff;
}
.x-status_link a
{
color: #ff3280;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(255, 50, 128, .1);
}
\ No newline at end of file
+.x-incoming
{
color: #ff3280 !important;
}
.x-outgoing
{
color: #0090ff !important;
}
.x-status
{
color: #ff3280;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #ff3280;
}
.x-outgoing_link a
{
color: #0090ff;
}
.x-status_link a
{
color: #ff3280;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(255, 50, 128, .1);
}
\ No newline at end of file
diff -r b86de5f4349c -r bdd92c603810 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css Wed Feb 24 22:18:34 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css Thu Feb 25 16:18:56 2010 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
color: #7200a7;
}
.x-outgoing
{
color: #0090ff;
}
.x-status
{
color: #7200a7;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #7200a7;
}
.x-outgoing_link a
{
color: #0090ff;
}
.x-status_link a
{
color: #7200a7;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(114, 0, 167, .1);
}
\ No newline at end of file
+.x-incoming
{
color: #7200a7 !important;
}
.x-outgoing
{
color: #0090ff !important;
}
.x-status
{
color: #7200a7;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #7200a7;
}
.x-outgoing_link a
{
color: #0090ff;
}
.x-status_link a
{
color: #7200a7;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(114, 0, 167, .1);
}
\ No newline at end of file
diff -r b86de5f4349c -r bdd92c603810 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css Wed Feb 24 22:18:34 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css Thu Feb 25 16:18:56 2010 -0600
@@ -1,11 +1,11 @@
.x-incoming
{
- color: #ff0c00;
+ color: #ff0c00 !important;
}
.x-outgoing
{
- color: #0090ff;
+ color: #0090ff !important;
}
.x-status
diff -r b86de5f4349c -r bdd92c603810 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css Wed Feb 24 22:18:34 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css Thu Feb 25 16:18:56 2010 -0600
@@ -1,1 +1,1 @@
-.x-incoming
{
color: #333333;
}
.x-outgoing
{
color: #6abb00;
}
.x-status
{
color: #333333;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #000000;
}
.x-outgoing_link a
{
color: #6abb00;
}
.x-status_link a
{
color: #000000;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(255, 255, 0, .1);
}
\ No newline at end of file
+.x-incoming
{
color: #333333 !important;
}
.x-outgoing
{
color: #6abb00 !important;
}
.x-status
{
color: #333333;
}
.x-greyed
{
color: #CCCCCC;
}
.x-incoming_link a
{
color: #000000;
}
.x-outgoing_link a
{
color: #6abb00;
}
.x-status_link a
{
color: #000000;
}
.x-greyed_link a
{
color: #999999;
}
.mention.x-container,
.mention.x-container_next
{
background-color: rgba(255, 255, 0, .1);
}
\ No newline at end of file
diff -r b86de5f4349c -r bdd92c603810 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css
--- a/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css Wed Feb 24 22:18:34 2010 -0600
+++ b/minimal_mod ☿.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css Thu Feb 25 16:18:56 2010 -0600
More information about the commits
mailing list