 /*
 ********************************************
 *                                          *
 * Hello!                                   *
 * Thank you for reading my source code!    *
 * If you have any recommendations how to   *
 * improve my web-site, please let me know! *
 * Wolgang Hartmut Nitsche, 2008/2026       *
 *                                          *
 ********************************************
*/

@media all {
	body.nitsche-startpage section.nitsche-email span { display:none; }
	body.nitsche-startpage section.nitsche-email i { display:none; }
	body.nitsche-sitemap li a { font-family:monospace; }
}

@media screen {
	body { background-color:#90EE90; color:#000000; }
	
	h1 { border:solid 0.15em maroon; background:white; text-align:center; }

	a { text-decoration:none; color:#0000ff; }
	a:visited { color:#660099; }
	a:hover { background:#ffff00; }
	a:active { color:#ff0000; background:#ffffcc; }

	a img { padding:0.15em; border-width:0.15em; border-style:solid; }
	a:hover img { background:#ffff00; }
	a:active img { background:#ffffcc; }

	footer { text-align:center; border-top: solid 0.25em gray; padding-top:0.5em; padding-bottom:2em; }
	footer a:after { content:" \1f3e0 "; }

	body.nitsche-startpage { padding:0; margin:0.3em; margin-bottom:3.3em; }
	body.nitsche-startpage header { text-align:center; max-width:30em; margin-left:auto; margin-right:auto; }
	body.nitsche-startpage h1 { font-size:2em; font-weight:bold; }
	body.nitsche-startpage section h2 { font-size:1.3em; font-weight:bold; margin:0; padding:0em; padding-left:0.3em; padding-bottom:0.1em; background-color:#bf6900; }
	body.nitsche-startpage section { max-width:30em; margin-left:auto; margin-right:auto; margin-top:0.8em; margin-bottom:0.8em; padding:0; border-width:0.3em; border-style:solid; border-color:#bf6900; }
	body.nitsche-startpage section div { margin:0; padding:0.3em; border-width:0; border-bottom-width:0.3em; border-color:#bf6900; border-style:dotted;  }
	body.nitsche-startpage section div:last-of-type { border-bottom-width:0; }

	body.nitsche-publications li { padding-bottom:0.35em; padding-top:0.35em; }
	body.nitsche-publications li a[href^="http"]:after { content:" \1f517 "; }
	body.nitsche-publications li a[href^="/20"][href$=".pdf"]:after { content:" \1f4c4 "; }
}

/*   END   */

