/* Diese Datei enthält die Styles für die Fehlermeldungen und wird in HISinOne.css importiert*/ /*****************************************************************************/ /* NAMENSKONVENTIONEN FÜR NEUE CSS STYLES */ /*****************************************************************************/ /* 1. Sprechenden Namen in Englisch vergeben, evtl. abgekürzt (z.B. "navi"). 2. Namenskombinationen mit Unterstrich, falls inhaltliche Verbindung zu anderen Styles besteht (z.B. "wizard_navi"). 3. Bei mehreren gleichen Elementen unterschiedlicher Formatierung Nummerierung einführen mit Unterstrich (z.B. "input_45" "input_2"). 4. Globale Selektoren sind am Anfang einer Rubrik aufgeführt, damit man sofort sehen kann, welche Elemente dieser Rubrik global Einfluß haben. 5. Bitte die neuen CSS entsprechend dem Inhaltsverzeichnis einsortieren, falls neue Inhalte eingebracht werden, neue Überschrift für Inhalte auch im Inhaltsverzeichnis ablegen. */ /*****************************************************************************/ /* INHALTSVERZEICHNIS */ /*****************************************************************************/ /*****************************************************************************/ /* Fehlermeldung / Infobox unter Seitenüberschrift */ /*****************************************************************************/ /*****************************************************************************/ /* Fehlermeldung / lokal unter Eingabefeld */ /*****************************************************************************/ /*****************************************************************************/ /* Fehlermeldung für Zweispaltige Eingabefelder */ /*****************************************************************************/ /*****************************************************************************/ /* ANFANG CSS */ /*****************************************************************************/ /*****************************************************************************/ /* Fehlermeldung / Infobox unter Seitenüberschrift */ /*****************************************************************************/ /** * Informationsbox für Error-Meldungen. **/ .error_infobox { border: 1px solid #CC3300; color: #CC3300; } .error_infobox a, .error_infobox a:visited, .error_infobox a:active { color: #CC3300; } .error_infobox a:focus, .error_infobox a:hover { color: #375798; background-color:#fff1cc; } /** * Informationsbox für Warnungs-Meldungen. **/ .warning_infobox { border: 1px solid #AEAF0A; color: #AEAF0A; } .warning_infobox a, .warning_infobox a:visited, .warning_infobox a:active { color: #AEAF0A; } .warning_infobox a:focus, .warning_infobox a:hover { color: #DEDF45; /* background-color: #fff1cc; */ } /** * Informationsbox für Success-Meldungen. **/ .success_infobox { border: 1px solid #00CC33; color: #00CC33; } .success_infobox ul, .success_infobox ol { font-weight: bold; } .success_infobox a, .success_infobox a:visited, .success a:active { color: #00CC33; } .success_infobox a:focus, .success_infobox a:hover { color: #375798; background-color: #fff1cc; } /** * Informationsbox für Info-Meldungen. **/ .info_infobox { border: 1px solid #AEAF0A; color: #AEAF0A; } .info_infobox a, .info_infobox a:visited, .info_infobox a:active { color: #AEAF0A; } .info_infobox a:focus, .info_infobox a:hover { color: #DEDF45; /* background-color: #DDDFC3; */ } /** * Informationsbox für Standard-Meldungen. **/ .default_infobox { border: 1px solid #0033CC; color: #0033CC; } .default_infobox ul, .default_infobox ol { font-weight: bold; } .default_infobox a, .default_infobox a:visited, .infobox a:active { color: #0033CC; } .default_infobox a:focus, .default_infobox a:hover { color: #375798; background-color: #fff1cc; } fieldset .errorset label { color: #CC3300; } fieldset .errorset p.error { margin: 1em 1px 1px 1px; padding: 1px; font-weight: bold; } /*****************************************************************************/ /* Fehlermeldung / lokal unter Eingabefeld */ /*****************************************************************************/ li.error input:focus, li.error select:focus, li.error textarea:focus { color:#375798; background-color:#fff1cc; } tr.error input:focus, tr.error select:focus, tr.error textarea:focus { color:#375798; background-color:#fff1cc; } li.error label { color: #CC3300; font-weight: bold; } tr.error label { color: #CC3300; font-weight: bold; } li.error input, li.error textarea { background-color: #CC6666; color: white; } tr.error input, tr.error textarea { background-color: #CC6666; color: white; } /* Button-Links nicht rot hinterlegen */ li.error .submit_image, tr.error .submit_image { background-color: transparent; } li.error p.error { color: #CC3300; padding: 0; } tr.error p.error { color: #CC3300; margin: 0 0 0 0; padding: 0; /* Hotfix: JOL - ohne diesen Eintrag wird im IE der Paragraph mit rotem Hintergrund gemalt! */ /* background-color: #dee2eb; */ } /* Hotfix: JOL - ohne diesen Eintrag wird im IE der Paragraph mit rotem Hintergrund gemalt! */ tr.error td { /* background-color: #dee2eb; */ } p.error { color: #CC3300; margin: 1px 1px 1px 31%; padding: 1px; } li.error span, span.error { outline: none; } li.error input.input_45 { background-color: #CC6666; color: white; } /* Bewerberschnellerfassung */ .fehlermeldung.jsf { float: right; width: 75%; } .labelrequirederror { font-style: italic; float: right; text-align: left; } .input.error { outline-color: red; outline-style: solid; outline-width: thin; } .errorColor { color: #CC3300; margin: 0px; margin-bottom: 4px; padding: 1px; } li.error div input, li.error div textarea, li.error div select { background-color: #CC6666; color: white; } /* Ende Bewerberschnellerfassung */