You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
2.6 KiB
58 lines
2.6 KiB
/* Diese Datei enthält die Styles für das gesonderte HISinOne Skin 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 */ |
|
/*****************************************************************************/ |
|
/*****************************************************************************/ |
|
/* Login-Info Zeile */ |
|
/*****************************************************************************/ |
|
/*****************************************************************************/ |
|
/* Fusszeile */ |
|
/*****************************************************************************/ |
|
|
|
|
|
/*****************************************************************************/ |
|
/* ANFANG CSS */ |
|
/*****************************************************************************/ |
|
|
|
/*****************************************************************************/ |
|
/* Login-Info Zeile */ |
|
/*****************************************************************************/ |
|
|
|
.divloginstatus { |
|
background: #006AB3 url(../images/icons/gradient_blue.gif) repeat-x scroll left top; |
|
} |
|
|
|
/*****************************************************************************/ |
|
/* Fusszeile */ |
|
/*****************************************************************************/ |
|
|
|
.divfoot_navigation { |
|
background: #006AB3 url(../images/icons/gradient_blue.gif) repeat-x scroll left top; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|