/* ----------------------------------
  | |/ // __ \/   \ \/ /
  |   // /_/ / /| |\  / 
 /   |/ _, _/ ___ |/ /  
/_/|_/_/ |_/_/  |_/_/   

XRAY markup
updated 12-02-2005
Heike Edinger
http://www.vorsprungdurchwebstandards.de

Creative Commons-Lizenz
http://creativecommons.org/licenses/by-nc-sa/2.0/
----------------------------------- */

h1:before, h2:before, h3:before, h4:before, h5:before, h6:before, p:before, ol:before, ul:before, dl:before, em:before, strong:before, hr:before, blockquote:before, q:before, cite:before, address:before, code:before, kbd:before, dfn:before /*, li:before, dt:before, dd:before*/ {
font: bold 11px 'courier new', courier, monospace;
text-transform: none;
color: #333;
background: #ffc;
border: 1px solid #333;
padding: 0 2px;
margin: 2px 2px;
}

h1:before {
content: "<h1>";
}
h2:before {
content: "<h2>";
}
h3:before	{
content: "<h3>";
}
h4:before {
content: "<h4>";
}
h5:before {
content: "<h5>";
}
h6:before {
content: "<h6>";
}
p:before {
content: "<p>";
}
ol:before {
content: "<ol>";
}
ul:before {
content: "<ul>";
}
dl:before {
content: "<dl>";
}
em:before {
content: "<em>";
}
strong:before {
content: "<strong>";
}
hr:before {
content: "<hr>";
}
blockquote:before {
content: "<blockquote>";
}
q:before {
content: "<q>";
}
cite:before {
content: "<cite>";
}
address:before {
content: "<address>";
}
code:before {
content: "<code>";
}
kbd:before {
content: "<kbd>";
}
dfn:before {
content: "<kbd>";
}
/*
li:before {
content: "<li>";
}
dt:before {
content: "<dt>";
}
dd:before {
content: "<dd>";
}
*/

/* veraltetes HTML: <font> rot markieren
---------------------------------- */
font, font * {
background: #f00 !important; 
color: #fff !important; 
padding: 2px;
}


