/* Contains formatting information for the automatic photo slideshow script. Johannes Knabe, Bonn / Germany, 2005-07 and St Albans / UK, 2006-08 */ /* ADD "display:none" IF YOU WANT TO HIDE CERTAIN ELEMENTS, E.G. CONTROL TO SWITCH BETWEEN SLIDESHOW AND BROWSER MODES */ /*hide everything but the picture:*/ /* input,#picInfo,div.smallprint,.controlTable,a.goLink,select { display:none; } */ /*hide elements one by one:*/ input.slidebrowse { /*change modes button*/ /*display:none;*/ } input.sizebutton { /*actual size / fit on screen button*/ /*display:none;*/ } select { /*select delay between slides*/ /*display:none;*/ } a.goLink { /*next / last links to speed up browsing*/ /*display:none;*/ } #picInfo { /*info on the picture text; e.g. name and size*/ /*display:none;*/ } div.smallprint { /*text under the picture, usually disclaimer*/ font-size:smaller white-space:nowrap; /*display:none;*/ } .controlTable { /*all control buttons*/ /*display:none;*/ } @media print { /*hide stuff for printing*/ a { text-decoration:none; color:black;} td.paddingBug { padding-top:6px } span.hideForPrint { display:none;} input { display:none;} select { display:none;} div.smallprint { display:none;} a.goLink { display:none;} } @media screen { /*link definitions*/ a {color: blue} a:link { text-decoration:none; } a:visited { text-decoration:none; } a:hover { text-decoration:underline; } a:active { text-decoration:underline; } a:focus { text-decoration:underline; } } body,h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote,span { font-family:Arial,sans-serif; background-color: #eee8aa; } p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote,span { font-size:14px; } body { color: #000000; margin: 3px; padding: 0px; } span.info { /*user defined picture texts*/ font-style: italic; } td.currpic { /*current picture frame*/ border: 1px solid #aaa; background-color: #fff; /*should equal the fade-to color from the script*/ padding: 5px; /*some space needed as browsers are different*/ } td.browsetd { padding-right: 1px; } div.tdpic{ /*browse-mode thumbnails*/ border: 1px solid #aaa; background-color: #fff; padding: 3px; } table { vertical-align: middle; background-color: transparent; } div#Rahmen { width: 47.1em; padding: 0.8em; border: 2px solid black; border-color:#eee1aa ; background-color: #eee8aa; -moz-border-radius:18px; } * html div#Rahmen { /* Korrektur fuer IE 5.x */ width: 48.7em; w\idth: 47.1em; } div#Rahmen div { clear: left; } ul#Navigation { margin: 0; padding: 0; text-align: center; } ul#Navigation li { list-style: none; float: left; /* ohne width - nach CSS 2.1 erlaubt */ position: relative; margin: 0.4em; padding: 0; } * html ul#Navigation li { /* Korrektur fuer den IE */ margin-bottom: -0.4em; } ul#Navigation li ul { margin: 0; padding: 0; position: absolute; top: 1.6em; left: -0.4em; display: none; /* Unternavigation ausblenden */ } * html ul#Navigation li ul { /* Korrektur fuer IE 5.x */ left: -1.5em; lef : -0.4em; } ul#Navigation li:hover ul { display: block; /* Unternavigation in modernen Browsern einblenden */ } ul#Navigation li ul li { float: none; display: block; margin-bottom: 0.2em; } ul#Navigation a, ul#Navigation span { display: block; width: 6.4em; /* Breite den in li enthaltenen Elementen zuweisen */ padding: 0.2em 1em; text-decoration: none; font-weight: bold; border: 0px solid black; border-radius:10px; -moz-border-radius:10px; border-left-color: white; border-top-color: white; color: maroon; background-color: #ccffcc; } * html ul#Navigation a, * html ul#Navigation span { width: 8.6em; /* Breite nach altem MS-Boxmodell für IE 5.x */ w\idth: 6.4em; /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */ } ul#Navigation a:hover, ul#Navigation span, li a#aktuell { border-color: white; border-left-color: black; border-top-color: black; color: white; background-color: #550000; } li a#aktuell { /* aktuelle Rubrik kennzeichnen */ color: maroon; background-color: #c0c0c0; } ul#Navigation li ul span { /* aktuelle Unterseite kennzeichnen */ border-color: blue; }