xtras/mathuaerknedam 325:2f4687eea7c4: Renkoo: Move topic.css an...
commits at adium.im
commits at adium.im
Tue Feb 9 04:53:58 UTC 2010
details: http://hg.adium.im/xtras/mathuaerknedam/rev/2f4687eea7c4
revision: 325:2f4687eea7c4
author: mathuaerknedam
date: Mon Feb 08 22:53:53 2010 -0600
Renkoo: Move topic.css and header.css into ./Styles/.
diffs (272 lines):
diff -r 1845d91cebcf -r 2f4687eea7c4 Renkoo ☿.AdiumMessageStyle/Contents/Resources/Header.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Header.css Mon Feb 08 22:42:56 2010 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,69 +0,0 @@
-#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;
- 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;
-}
-
-#x-heading .x-conversationIncomingIcon
-{
- position: absolute;
- left: 5px;
- top: 5px;
-}
-
-#x-heading .x-conversationIncomingIcon img
-{
- width: 48px;
- height: 48px;
-}
-
-#x-heading .x-conversationWith
-{
- position: relative;
- left: 60px;
- margin: 5px 0 0 0;
- font: bold 16px Myriad Pro, Myriad, Lucida Grande, Trebuchet MS, Arial;
- overflow: hide;
-}
-
-#x-heading .x-conversationTime
-{
- position: relative;
- left: 60px;
- color: #6d6d6d;
- font: bold 10px Myriad Pro, Myriad, Lucida Grande, Trebuchet MS, Arial;
-}
-
-body
-{
- margin-top: 65px;
-}
-
diff -r 1845d91cebcf -r 2f4687eea7c4 Renkoo ☿.AdiumMessageStyle/Contents/Resources/Header.html
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Header.html Mon Feb 08 22:42:56 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Header.html Mon Feb 08 22:53:53 2010 -0600
@@ -1,5 +1,5 @@
<style type="text/css">
- @import url(./Header.css);
+ @import url(./Styles/Header.css);
</style>
<div id="x-heading">
<div class="x-conversationIncomingIcon"><img src="%incomingIconPath%" /></div>
diff -r 1845d91cebcf -r 2f4687eea7c4 Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/Header.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/Header.css Mon Feb 08 22:53:53 2010 -0600
@@ -0,0 +1,70 @@
+#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;
+ 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:
+ -webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 251, 1)), to(rgba(244, 244, 244, 1)));
+}
+
+#x-heading .x-conversationIncomingIcon
+{
+ position: absolute;
+ left: 5px;
+ top: 5px;
+}
+
+#x-heading .x-conversationIncomingIcon img
+{
+ width: 48px;
+ height: 48px;
+}
+
+#x-heading .x-conversationWith
+{
+ position: relative;
+ left: 60px;
+ margin: 5px 0 0 0;
+ font: bold 16px Myriad Pro, Myriad, Lucida Grande, Trebuchet MS, Arial;
+ overflow: hide;
+}
+
+#x-heading .x-conversationTime
+{
+ position: relative;
+ left: 60px;
+ color: #6d6d6d;
+ font: bold 10px Myriad Pro, Myriad, Lucida Grande, Trebuchet MS, Arial;
+}
+
+body
+{
+ margin-top: 65px;
+}
+
diff -r 1845d91cebcf -r 2f4687eea7c4 Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/Topic.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/Topic.css Mon Feb 08 22:53:53 2010 -0600
@@ -0,0 +1,48 @@
+#x-topic #x-wrap
+{
+ padding-top: 0px;
+ padding-bottom: 6px;
+ min-height: 48px;
+ position: fixed;
+ top: 0px;
+ right: 0px;
+ left: 0px;
+ z-index: 100;
+ border-bottom: 2px solid #d5d5d5;
+ 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-topic #topicEdit
+{
+ margin-top: 6px;
+ margin-left: 64px;
+ margin-right: 8px;
+ display: block;
+ min-height: 1.2em;
+
+ word-wrap: break-word;
+ word-break: break-word;
+}
+
+#x-topic .x-serviceIcon
+{
+ 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 1845d91cebcf -r 2f4687eea7c4 Renkoo ☿.AdiumMessageStyle/Contents/Resources/Topic.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Topic.css Mon Feb 08 22:42:56 2010 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,48 +0,0 @@
-#x-topic #x-wrap
-{
- padding-top: 0px;
- padding-bottom: 6px;
- min-height: 48px;
- position: fixed;
- top: 0px;
- right: 0px;
- left: 0px;
- z-index: 100;
- border-bottom: 2px solid #d5d5d5;
- 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-topic #topicEdit
-{
- margin-top: 6px;
- margin-left: 64px;
- margin-right: 8px;
- display: block;
- min-height: 1.2em;
-
- word-wrap: break-word;
- word-break: break-word;
-}
-
-#x-topic .x-serviceIcon
-{
- 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 1845d91cebcf -r 2f4687eea7c4 Renkoo ☿.AdiumMessageStyle/Contents/Resources/Topic.html
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Topic.html Mon Feb 08 22:42:56 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Topic.html Mon Feb 08 22:53:53 2010 -0600
@@ -1,6 +1,6 @@
<div id="x-topic">
<style type="text/css">
- @import url(./Topic.css);
+ @import url(./Styles/Topic.css);
</style>
<div id="x-wrap">
More information about the commits
mailing list