// ==UserScript==
// @name          del.icio.us skin // pixelgraphix vs.3
// Von Manuela Hoffmann // pixelgraphix // www.pixelgraphix.de // 06. June 2005
// Angepasste Version von http://www.thedt.net/gm/del.icio.usskin.user.js
// Weblog-Einreag http://www.pixelgraphix.de/log/2005-05/styling-delicious.php
// @include       http://del.icio.us/*
// ==/UserScript==
(function() {
var dt = {
injectcss:function(css){
		    head = window._content.document.getElementsByTagName("head")[0];
            script = window._content.document.createElement("style");
            script.setAttribute("type", 'text/css');
		script.innerHTML = css;
		head.appendChild(script);
		}
		
		
       /* injectjava:function (jsCode)
        {
            head = window._content.document.getElementsByTagName("head")[0];
            script = window._content.document.createElement("script");
            script.setAttribute("type", 'text/javascript');
            script.innerHTML = jsCode;
            head.appendChild(script);
        }
*/
}


var a = (' body {  font: 107% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,arial,sans-serif !important; color: #333 !important; padding: 20px !important; background: #fff !important; } div.banner { background: #fff !important; padding: 20px; } div.banner a:link { font: 0.8em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,arial,sans-serif !important; color: #B81621 !important; font-weight:bold; } div.banner a:visited { font: 0.8em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,arial,sans-serif !important; color: #B81621 !important; font-weight:bold; } ul.nav  { font: 1em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,arial,sans-serif !important; font-weight:bold !important; } a:link, .meta a:link { color: #0D97CC; } a:visited, .meta a:visited { color: #7E7E7E; } h3 a:link { font-size:1.2em; font-weight:bold; } h3 a:visited {	 font-size:1.2em; font-weight:bold; background: transparent url() no-repeat right 50%; height: 1% !important; color: #d1d0d0 !important; padding-right: 25px; }h3 a:hover {	 font-size:1.2em; font-weight:bold; background: #0D97CC; color: #fff !important;} a:hover, .meta a:hover { color:#fff !important; background: #0D97CC !important; text-decoration:none !important; } ul.nav a:hover, h1.title a:hover, h2.creator a:hover { color:#fff !important; background: #0D97CC !important; text-decoration:none !important; } div.delPage { background: #fff !important; } div.delPage form { float:right; background: #fff !important; } div.delPage input { border: 1px solid #0D97CC !important; color: #0D97CC; padding: 5px; } div.right { background: #fff !important; font-size: 0.8em; } div.right a { border-bottom: 1px solid #eee; } div.right a:visited { color: #0D97CC; border-bottom: 1px solid #eee; }div.post  { margin: 10px; } ');
dt.injectcss(a);
})();

