/* file KLEIDER/web/src/sitestyle/galery_help.css */ /* Regeln zur Hilfe zur Galerieansicht einer Bildergeschichte 2015-07-30 Herbert Schiemann */ /* die Überschrift */ h1 { font-family: sans-serif; } /* Verweise auf Elemente der Darstellung */ span[class~="oll"] { text-decoration: underline; } span[class~="oll"]:hover { background-color: #FFCCCC; color: #000000; } /* Die aktuell hervorgehobenen Elemente */ *[class~="outline"] { outline: #FF8888 solid 6px; background-color: #FFDDDD; color: #000000; } /* Überschrift in Aufklapp-Fenstern */ h2, h3 { margin-top: 0px; font-family: sans-serif; } /* Popup - Fenster */ div[class~="popup"] { /* position: absolute; */ background-color: #d9cd84; color: #000000; border-style: solid; border-width: 1px; padding: 1em; /* für Demo-Fenster */ position: relative; float: left; margin-right: 1em; clear: left; } /* Tabellen in Aufklappfenstern */ table + table { margin-top: 1ex; } td + td { padding-left: 1em;} td { vertical-align: top;} span[class~="btn"] { cursor: pointer; } /* Für das Info-Fenster */ dt { padding: 0.5em 0px; } /* Fenster "about" nicht zu breit anzeigen */ div#about_frame { width: 30em; } /* end of file KLEIDER/web/src/sitestyle/galery_help.css */