xtras/mathuaerknedam 209:29a9ebafc68d: yMous: replace invalid CS...
commits at adium.im
commits at adium.im
Tue Nov 10 16:05:24 UTC 2009
details: http://hg.adium.im/xtras/mathuaerknedam/rev/29a9ebafc68d
revision: 209:29a9ebafc68d
author: mathuaerknedam
date: Tue Nov 10 10:03:23 2009 -0600
yMous: replace invalid CSS comments with valid ones.
Subject: xtras/mathuaerknedam 210:f5120b054a80: yMous: There is no active header, so rename Header.html so that Adium doesn't show users the 'Show Header' checkbox.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/f5120b054a80
revision: 210:f5120b054a80
author: mathuaerknedam
date: Tue Nov 10 10:04:28 2009 -0600
yMous: There is no active header, so rename Header.html so that Adium doesn't show users the 'Show Header' checkbox.
diffs (291 lines):
diff -r a2f1bbbda678 -r f5120b054a80 yMous ☿.AdiumMessageStyle/Contents/Resources/Header-.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Header-.css Tue Nov 10 10:04:28 2009 -0600
@@ -0,0 +1,52 @@
+@charset "utf-8";
+
+#header {
+ cursor: default;
+ position: fixed;
+ top: 0px;
+ left: 0px;
+ z-index: 5;
+ display: none;
+}
+
+#x-header {
+ -webkit-transition: opacity .4s linear;
+}
+
+/* @group toggle */
+
+.toggle
+{
+ position: fixed;
+ top: 2px;
+ left: 3px;
+ padding: 2px;
+ z-index: 10;
+ cursor: default;
+ font-size: 10px !important;
+ font-family: AppleGothic;
+ z-index: 999;
+ cursor: pointer;
+ background: rgba(208, 208, 208, .85);
+ -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
+}
+
+#toggle_hide:before
+{
+ content: "\25BD";
+}
+
+#toggle_hide:hover:before
+{
+ content: "\25BC";
+}
+
+#toggle_show:before
+{
+ content: "\25B3";
+}
+
+#toggle_show:hover:before
+{
+ content: "\25B2";
+}
diff -r a2f1bbbda678 -r f5120b054a80 yMous ☿.AdiumMessageStyle/Contents/Resources/Header-.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Header-.html Tue Nov 10 10:04:28 2009 -0600
@@ -0,0 +1,11 @@
+<style type="text/css">
+ @import url( "./Header.css" );
+</style>
+
+<div id="header">
+ <div id="toggle_hide" class="toggle" onClick="hide_header();"></div>
+ <div id="toggle_show" class="toggle" onClick="show_header();" style="display: none"></div>
+ <div id="x-header">
+ <img class="picture co" src="%incomingIconPath%" />
+ </div>
+</div>
diff -r a2f1bbbda678 -r f5120b054a80 yMous ☿.AdiumMessageStyle/Contents/Resources/Header.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Header.css Tue Nov 10 09:34:20 2009 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,54 +0,0 @@
-@charset "utf-8";
-
-#header {
- cursor: default;
- position: fixed;
- top: 0px;
- left: 0px;
- z-index: 5;
- //width: 100%;
- //height: 65px;
- display: none;
-}
-
-#x-header {
- -webkit-transition: opacity .4s linear;
-}
-
-/* @group toggle */
-
-.toggle
-{
- position: fixed;
- top: 2px;
- left: 3px;
- padding: 2px;
- z-index: 10;
- cursor: default;
- font-size: 10px !important;
- font-family: AppleGothic;
- z-index: 999;
- cursor: pointer;
- background: rgba(208, 208, 208, .85);
- -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
-}
-
-#toggle_hide:before
-{
- content: "\25BD";
-}
-
-#toggle_hide:hover:before
-{
- content: "\25BC";
-}
-
-#toggle_show:before
-{
- content: "\25B3";
-}
-
-#toggle_show:hover:before
-{
- content: "\25B2";
-}
diff -r a2f1bbbda678 -r f5120b054a80 yMous ☿.AdiumMessageStyle/Contents/Resources/Header.html
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Header.html Tue Nov 10 09:34:20 2009 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-<style type="text/css">
- @import url( "./Header.css" );
-</style>
-
-<div id="header">
- <div id="toggle_hide" class="toggle" onClick="hide_header();"></div>
- <div id="toggle_show" class="toggle" onClick="show_header();" style="display: none"></div>
- <div id="x-header">
- <img class="picture co" src="%incomingIconPath%" />
- </div>
-</div>
diff -r a2f1bbbda678 -r f5120b054a80 yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_Base.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_Base.css Tue Nov 10 09:34:20 2009 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_Base.css Tue Nov 10 10:04:28 2009 -0600
@@ -6,9 +6,9 @@
text-decoration: none !important;
font-style: normal !important;
font-weight: normal !important;
- //border-bottom: 1px solid green !important;
- //text-decoration: line-through !important;
- //vertical-align: text-top;
+ /*border-bottom: 1px solid green !important;*/
+ /*text-decoration: line-through !important;*/
+ /*vertical-align: text-top;*/
}
body
@@ -20,10 +20,6 @@
#Chat
{
- //padding-bottom: 8px;
- //padding-top: 8px;
- //overflow-x: hidden;
- //word-wrap: break-word;
display: table;
}
@@ -38,18 +34,18 @@
border-top: 0px !important;
}
-:not(.date_separator) + .date_separator .x-message,
+/*:not(.date_separator) + .date_separator .x-message,
.date_separator .x-message,
.history + :not(.history) .x-message
{
- //padding-top: 1.6em !important;
-}
+ padding-top: 1.6em !important;
+}*/
-/*.date_separator:not(.history) .x-message,*/
+/*.date_separator:not(.history) .x-message,
.history + :not(.history) .x-message
{
- //padding-top: 1.6em !important;
-}
+ padding-top: 1.6em !important;
+}*/
.x-wrapper
{
@@ -85,8 +81,8 @@
.x-icon img[src*="buddy_icon.png"]
{
display: none;
- //visibility: hidden;
- //height: 0em;
+ /*visibility: hidden;*/
+ /*height: 0em;*/
}
.x-icon img
@@ -112,7 +108,7 @@
text-align: right;
padding-right: 4px;
padding-left: 4px;
- //font-size: .75em !important;
+ /*font-size: .75em !important;*/
}
.IRC .x-sender
@@ -129,7 +125,7 @@
{
content: "\21e7";
margin-left: -2em;
- //font-size: 1em !important;
+ /*font-size: 1em !important;*/
}
.actionMessageUserName
@@ -193,11 +189,11 @@
opacity: 1;
}
-.x-message img.emoticon:before
+/*.x-message img.emoticon:before
{
- //content: attr(alt);
+ content: attr(alt);
content: "\2665";
-}
+}*/
.x-time
{
diff -r a2f1bbbda678 -r f5120b054a80 yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseM.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseM.css Tue Nov 10 09:34:20 2009 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseM.css Tue Nov 10 10:04:28 2009 -0600
@@ -5,12 +5,6 @@
background-color: hsla(0, 0%, 63%, 1);
}
-#Chat
-{
- //border-bottom: 8px solid hsla(0, 0%, 63%, 1) !important;
- //border-top: 8px solid hsla(0, 0%, 63%, 1) !important;
-}
-
#Chat > div:first-of-type .x-mark,
#Chat > div:first-of-type .x-message
{
@@ -137,7 +131,6 @@
.focus .x-focus
{
- //border-left: 1px solid hsla(0, 0%, 63%, 1) !important;
background: hsla(0, 0%, 18%, 1);
}
diff -r a2f1bbbda678 -r f5120b054a80 yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseS.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseS.css Tue Nov 10 09:34:20 2009 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseS.css Tue Nov 10 10:04:28 2009 -0600
@@ -5,12 +5,6 @@
background-color: hsla(0, 0%, 37%, 1);
}
-#Chat
-{
- //border-bottom: 8px solid hsla(0, 0%, 37%, 1) !important;
- //border-top: 8px solid hsla(0, 0%, 37%, 1) !important;
-}
-
#Chat > div:first-of-type .x-mark,
#Chat > div:first-of-type .x-message
{
diff -r a2f1bbbda678 -r f5120b054a80 yMous ☿.AdiumMessageStyle/Contents/Resources/todo.txt
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/todo.txt Tue Nov 10 09:34:20 2009 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/todo.txt Tue Nov 10 10:04:28 2009 -0600
@@ -1,4 +1,6 @@
-# Are emoticons a pixel too big? Only at 9pt and 12pt, but not 10pt and 11pt. and only for messages containing only an emoticon.
+# test action handling in nonBoth variants
+
+# Are emoticons a pixel too big? Only at 9pt and 12pt, but not 10pt and 11pt. and only for messages containing only an emoticon.
# resolve issue with scaled emoticons.
More information about the commits
mailing list