xtras/mathuaerknedam 333:b99eceaf2f36: Renkoo: topic and header ...
commits at adium.im
commits at adium.im
Thu Feb 11 05:44:35 UTC 2010
details: http://hg.adium.im/xtras/mathuaerknedam/rev/b99eceaf2f36
revision: 333:b99eceaf2f36
author: mathuaerknedam
date: Wed Feb 10 23:44:26 2010 -0600
Renkoo: topic and header now uses user-selected font, though still at fixed sizes. Other header/topic tweaks too.
diffs (99 lines):
diff -r 01f28063afb7 -r b99eceaf2f36 Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/Header.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/Header.css Wed Feb 10 22:58:48 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/Header.css Wed Feb 10 23:44:26 2010 -0600
@@ -8,7 +8,7 @@
padding: 10px;
overflow: auto;
color: white;
- font-family: Lucida Grande;
+ //font-family: Lucida Grande;
text-align: center;
font-size: 10px;
font-weight: regular;
@@ -28,6 +28,7 @@
z-index: 999;
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)));
@@ -36,8 +37,8 @@
#x-heading .x-conversationIncomingIcon
{
position: absolute;
- left: 5px;
- top: 5px;
+ left: 4px;
+ top: 4px;
}
#x-heading .x-conversationIncomingIcon img
@@ -49,18 +50,22 @@
#x-heading .x-conversationWith
{
position: relative;
- left: 60px;
- margin: 5px 0 0 0;
- font: bold 16px Myriad Pro, Myriad, Lucida Grande, Trebuchet MS, Arial;
+ 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;
}
#x-heading .x-conversationTime
{
position: relative;
- left: 60px;
+ left: 61px;
color: #6d6d6d;
- font: bold 10px Myriad Pro, Myriad, Lucida Grande, Trebuchet MS, Arial;
+ //font: bold 10px Myriad Pro, Myriad, Lucida Grande, Trebuchet MS, Arial;
+ font-size: 10px;
+ font-weight: bold;
}
body
diff -r 01f28063afb7 -r b99eceaf2f36 Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/Topic.css
--- a/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/Topic.css Wed Feb 10 22:58:48 2010 -0600
+++ b/Renkoo ☿.AdiumMessageStyle/Contents/Resources/Styles/Topic.css Wed Feb 10 23:44:26 2010 -0600
@@ -9,7 +9,7 @@
left: 0px;
z-index: 100;
border-bottom: 2px solid #d5d5d5;
- font-family: Lucida Grande;
+ //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)));
@@ -18,7 +18,7 @@
#x-topic #topicEdit
{
margin-top: 6px;
- margin-left: 64px;
+ margin-left: 66px;
margin-right: 8px;
display: block;
min-height: 1.2em;
@@ -30,15 +30,16 @@
#x-topic .x-serviceIcon
{
position: fixed;
+ top: 6px;
left: 6px;
- top: 4px;
}
#x-topic img.x-serviceIcon
{
width: 48px;
height: 48px;
- top: 6px;
+ top: 4px;
+ left: 4px;
}
#topic[title=""] #topicEdit
More information about the commits
mailing list