xtras/mathuaerknedam 20:ca61fbe580bc: Now *all* links get underl...
commits at adium.im
commits at adium.im
Wed May 6 21:48:51 UTC 2009
details: http://hg.adium.im/xtras/mathuaerknedam/rev/ca61fbe580bc
revision: 20:ca61fbe580bc
author: mathuaerknedam
date: Wed May 06 16:48:36 2009 -0500
Now *all* links get underlines, even <a onclick="*">.
diffstat:
SO3e.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css | 7 +++++--
SO3e.AdiumMessageStyle/Contents/Resources/Variants/Classic.css | 9 ++++++---
SO3e.AdiumMessageStyle/Contents/Resources/Variants/Compact.css | 7 +++++--
SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css | 7 +++++--
SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css | 7 +++++--
SO3e.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css | 7 +++++--
6 files changed, 31 insertions(+), 13 deletions(-)
diffs (169 lines):
diff -r f28106dd2cf6 -r ca61fbe580bc SO3e.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css
--- a/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css Wed May 06 16:18:07 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Alternating.css Wed May 06 16:48:36 2009 -0500
@@ -303,19 +303,22 @@
//opacity: .4;
}
+a,
a:link
{
color: inherit;
+ border-bottom: 1px solid;
+ text-decoration: none;
}
a:hover
{
- border-bottom: 1px solid;
+ border-bottom: 2px solid;
}
a:active
{
- border-bottom: 2px double;
+ border-bottom: 3px double;
}
img.fullSizeImage
diff -r f28106dd2cf6 -r ca61fbe580bc SO3e.AdiumMessageStyle/Contents/Resources/Variants/Classic.css
--- a/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Classic.css Wed May 06 16:18:07 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Classic.css Wed May 06 16:48:36 2009 -0500
@@ -275,19 +275,22 @@
opacity: .4;
}
-a
+a,
+a:link
{
color: inherit;
+ border-bottom: 1px solid;
+ text-decoration: none;
}
a:hover
{
- border-bottom: 1px solid;
+ border-bottom: 2px solid;
}
a:active
{
- border-bottom: 2px double;
+ border-bottom: 3px double;
}
img.fullSizeImage
diff -r f28106dd2cf6 -r ca61fbe580bc SO3e.AdiumMessageStyle/Contents/Resources/Variants/Compact.css
--- a/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Compact.css Wed May 06 16:18:07 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Compact.css Wed May 06 16:48:36 2009 -0500
@@ -229,19 +229,22 @@
//opacity: .4;
}
+a,
a:link
{
color: inherit;
+ border-bottom: 1px solid;
+ text-decoration: none;
}
a:hover
{
- border-bottom: 1px solid;
+ border-bottom: 2px solid;
}
a:active
{
- border-bottom: 2px double;
+ border-bottom: 3px double;
}
img.fullSizeImage
diff -r f28106dd2cf6 -r ca61fbe580bc SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css
--- a/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css Wed May 06 16:18:07 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time1.css Wed May 06 16:48:36 2009 -0500
@@ -348,19 +348,22 @@
//opacity: .4;
}
+a,
a:link
{
color: inherit;
+ border-bottom: 1px solid;
+ text-decoration: none;
}
a:hover
{
- border-bottom: 1px solid;
+ border-bottom: 2px solid;
}
a:active
{
- border-bottom: 2px double;
+ border-bottom: 3px double;
}
img.fullSizeImage
diff -r f28106dd2cf6 -r ca61fbe580bc SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css
--- a/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css Wed May 06 16:18:07 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Icon-Time2.css Wed May 06 16:48:36 2009 -0500
@@ -355,19 +355,22 @@
//opacity: .4;
}
+a,
a:link
{
color: inherit;
+ border-bottom: 1px solid;
+ text-decoration: none;
}
a:hover
{
- border-bottom: 1px solid;
+ border-bottom: 2px solid;
}
a:active
{
- border-bottom: 2px double;
+ border-bottom: 3px double;
}
img.fullSizeImage
diff -r f28106dd2cf6 -r ca61fbe580bc SO3e.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css
--- a/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css Wed May 06 16:18:07 2009 -0500
+++ b/SO3e.AdiumMessageStyle/Contents/Resources/Variants/Time-Icon.css Wed May 06 16:48:36 2009 -0500
@@ -291,19 +291,22 @@
//opacity: .4;
}
+a,
a:link
{
color: inherit;
+ border-bottom: 1px solid;
+ text-decoration: none;
}
a:hover
{
- border-bottom: 1px solid;
+ border-bottom: 2px solid;
}
a:active
{
- border-bottom: 2px double;
+ border-bottom: 3px double;
}
img.fullSizeImage
More information about the commits
mailing list