From b7855a68ee5e7ebc3d4873b3a098840b8126b39d Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sat, 13 Nov 2004 14:01:02 +0000 Subject: [PATCH] geeky toy --- htdocs/css/default.css | 8 +++++++- htdocs/images/link-out.gif | Bin 0 -> 52 bytes 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 htdocs/images/link-out.gif diff --git a/htdocs/css/default.css b/htdocs/css/default.css index e20005a..34113bd 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -29,6 +29,12 @@ body { background: #ffffff; } +a[href*="http://"], a[href*="https://"] { + padding-right: 8px; + background: url('/images/link-out.gif') right top no-repeat; + margin-right: 2px; +} + a:link, a:visited, a:active, a:hover { color: #003399; background: none; } img { vertical-align: middle; } a img { border: 0px; } @@ -600,4 +606,4 @@ div.spacer { clear: both; } } /* vim: set et ts=4 sts=4 sw=4: */ -/* $Id: default.css,v 1.58 2004-11-04 16:33:52 x2000habouzit Exp $ */ +/* $Id: default.css,v 1.59 2004-11-13 14:01:02 x2000habouzit Exp $ */ diff --git a/htdocs/images/link-out.gif b/htdocs/images/link-out.gif new file mode 100644 index 0000000000000000000000000000000000000000..ecef0947aa06e62f442a1aa33b6830322fb78c64 GIT binary patch literal 52 zcmZ?wbhEHbWM^PwXkcLY|Nnn;bF<=47Dfgj&;b!383rb9mZrpM)jO^vu3N{%U=09c Cehr@h literal 0 HcmV?d00001 -- 2.1.4