Vorlage:CSS/GlobalHeader.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Sysop (Diskussion • Beiträge) Keine Bearbeitungszusammenfassung |
Sysop (Diskussion • Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 6: | Zeile 6: | ||
Positioniert die Navigation als festen Header oben | Positioniert die Navigation als festen Header oben | ||
*/ | */ | ||
#menue { | #menue | ||
{ | |||
position: absolute; | |||
top: 0px; | |||
background-color: #eeeeee; | |||
width: 100%; | |||
height: 15px; | |||
border: 0px; | |||
text-align: center; | |||
z-index: 1000; | |||
} | |||
} | |||
#menue-row | #menue-row | ||
{ | |||
height: 21px; | |||
} | background-color: #EEEEEE; | ||
} | |||
#menue | #menue-subrow | ||
{ | |||
height: 21px; | |||
background-color: #FFE000; | |||
} | } | ||
# | .home-tab | ||
{ | |||
} | background-color: #eeeeee; | ||
font-size: 12px; | |||
font-weight: bold; | |||
color: #000080; | |||
font-family: Arial, Verdana, Helvetica, sans-serif; | |||
border-color: #E0E0E0 #C6C5C5 #C6C5C5 #E2E0E0; | |||
border-style: solid; | |||
border-top-width: 1px; | |||
border-right-width: 1px; | |||
border-bottom-width: 1px; | |||
border-left-width: 1px; | |||
text-align: center; | |||
padding-top: 1px; | |||
padding-bottom: 5px; | |||
margin-left: -2px; | |||
margin-right: -2px; | |||
vertical-align: middle; | |||
display: inline; | |||
} | |||
.home-tab:hover | |||
{ | |||
background-color: #dddddd; | |||
} | font-size: 12px; | ||
font-weight: bold; | |||
font-family: Arial, Verdana, Helvetica, sans-serif; | |||
border-color: #E0E0E0 #C6C5C5 #C6C5C5 #E2E0E0; | |||
border-style: solid; | |||
border-top-width: 0px; | |||
border-right-width: 0px; | |||
border-bottom-width: 0px; | |||
border-left-width: 1px; | |||
text-align: center; | |||
padding-top: 1px; | |||
padding-bottom: 5px; | |||
margin-left: -1px; | |||
margin-right: -1px; | |||
vertical-align: middle; | |||
display: inline; | |||
} | |||
a.home-tab-link:link | |||
{ | |||
} | font-size: 12px; | ||
font-weight: bold; | |||
font-family: Arial, Verdana, Helvetica, sans-serif; | |||
color : #000000; | |||
text-decoration: none; | |||
margin-left: 5px; | |||
margin-right: 5px; | |||
margin-bottom: 2px; | |||
margin-top: 2px; } | |||
# | a.home-tab-link:visited | ||
{ | |||
font-size: 12px; | |||
font-weight: bold; | |||
font-family: Arial, Verdana, Helvetica, sans-serif; | |||
color : #000000; | |||
text-decoration: none; | |||
margin-left: 5px; | |||
margin-right: 5px; | |||
margin-bottom: 2px; | |||
margin-top: 2px; } | |||
a.home-tab-link:hover | |||
{ | |||
font-size: 12px; | |||
font-weight: bolder; | |||
font-family: Arial, Verdana, Helvetica, sans-serif; | |||
color : #000000; | |||
text-decoration: none; | |||
margin-left: 5px; | |||
margin-right: 5px; | |||
margin-bottom: 2px; | |||
margin-top: 2px; } | |||
/* Bereich :: 02 - Datenbanken */ | |||
#menue-subrow-Datenbanken | |||
{ | |||
height: 21px; | |||
background-color: #FFE000; | |||
} | |||
#db-content | |||
{ | |||
background-color: #ffffff; | |||
position:absolute; | |||
top: 43px; | |||
width: 100%; | |||
} | |||
.db-tab | |||
{ | |||
background-color: #FFE000; | |||
font-size: 12px; | |||
font-weight: bold; | |||
color: #000080; | |||
font-family: Arial, Verdana, Helvetica, sans-serif; | |||
border-color: #E0E0E0 #C6C5C5 #C6C5C5 #E2E0E0; | |||
border-style: solid; | |||
border-top-width: 1px; | |||
border-right-width: 1px; | |||
border-bottom-width: 1px; | |||
border-left-width: 1px; | |||
text-align: center; | |||
padding-top: 1px; | |||
padding-bottom: 5px; | |||
margin-left: -2px; | |||
margin-right: -2px; | |||
vertical-align: middle; | |||
display: inline; | |||
} | |||
.db-tab:hover | |||
{ | |||
background-color: #FDD000; | |||
font-size: 12px; | |||
font-weight: bold; | |||
font-family: Arial, Verdana, Helvetica, sans-serif; | |||
border-color: #E0E0E0 #C6C5C5 #C6C5C5 #E2E0E0; | |||
border-style: solid; | |||
border-top-width: 0px; | |||
border-right-width: 0px; | |||
border-bottom-width: 0px; | |||
border-left-width: 1px; | |||
text-align: center; | |||
padding-top: 1px; | |||
padding-bottom: 5px; | |||
margin-left: -1px; | |||
margin-right: -1px; | |||
vertical-align: middle; | |||
display: inline; | |||
} | |||
a.db-tab-link:link | |||
{ | |||
font-size: 12px; | |||
font-weight: bold; | |||
font-family: Arial, Verdana, Helvetica, sans-serif; | |||
color : #000000; | |||
text-decoration: none; | |||
margin-left: 5px; | |||
margin-right: 5px; | |||
margin-bottom: 2px; | |||
margin-top: 2px; } | |||
a.db-tab-link:visited | |||
{ | |||
font-size: 12px; | |||
font-weight: bold; | |||
font-family: Arial, Verdana, Helvetica, sans-serif; | |||
color : #000000; | |||
text-decoration: none; | |||
margin-left: 5px; | |||
margin-right: 5px; | |||
margin-bottom: 2px; | |||
margin-top: 2px; } | |||
a.db-tab-link:hover | |||
{ | |||
font-size: 12px; | |||
font-weight: bolder; | |||
font-family: Arial, Verdana, Helvetica, sans-serif; | |||
color : #000000; | |||
text-decoration: none; | |||
margin-left: 5px; | |||
margin-right: 5px; | |||
margin-bottom: 2px; | |||
margin-top: 2px; | |||
} | } | ||
/*</syntaxhighlight>*/ | /*</syntaxhighlight>*/ |
Version vom 21. August 2025, 04:12 Uhr
/* CSS für den globalen Header von genealogy.net siehe Vorlage:GlobalHeader
/*
Globaler Header für genealogy.net Navigation
Positioniert die Navigation als festen Header oben
*/
#menue
{
position: absolute;
top: 0px;
background-color: #eeeeee;
width: 100%;
height: 15px;
border: 0px;
text-align: center;
z-index: 1000;
}
#menue-row
{
height: 21px;
background-color: #EEEEEE;
}
#menue-subrow
{
height: 21px;
background-color: #FFE000;
}
.home-tab
{
background-color: #eeeeee;
font-size: 12px;
font-weight: bold;
color: #000080;
font-family: Arial, Verdana, Helvetica, sans-serif;
border-color: #E0E0E0 #C6C5C5 #C6C5C5 #E2E0E0;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
text-align: center;
padding-top: 1px;
padding-bottom: 5px;
margin-left: -2px;
margin-right: -2px;
vertical-align: middle;
display: inline;
}
.home-tab:hover
{
background-color: #dddddd;
font-size: 12px;
font-weight: bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
border-color: #E0E0E0 #C6C5C5 #C6C5C5 #E2E0E0;
border-style: solid;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
text-align: center;
padding-top: 1px;
padding-bottom: 5px;
margin-left: -1px;
margin-right: -1px;
vertical-align: middle;
display: inline;
}
a.home-tab-link:link
{
font-size: 12px;
font-weight: bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
color : #000000;
text-decoration: none;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 2px;
margin-top: 2px; }
a.home-tab-link:visited
{
font-size: 12px;
font-weight: bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
color : #000000;
text-decoration: none;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 2px;
margin-top: 2px; }
a.home-tab-link:hover
{
font-size: 12px;
font-weight: bolder;
font-family: Arial, Verdana, Helvetica, sans-serif;
color : #000000;
text-decoration: none;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 2px;
margin-top: 2px; }
/* Bereich :: 02 - Datenbanken */
#menue-subrow-Datenbanken
{
height: 21px;
background-color: #FFE000;
}
#db-content
{
background-color: #ffffff;
position:absolute;
top: 43px;
width: 100%;
}
.db-tab
{
background-color: #FFE000;
font-size: 12px;
font-weight: bold;
color: #000080;
font-family: Arial, Verdana, Helvetica, sans-serif;
border-color: #E0E0E0 #C6C5C5 #C6C5C5 #E2E0E0;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
text-align: center;
padding-top: 1px;
padding-bottom: 5px;
margin-left: -2px;
margin-right: -2px;
vertical-align: middle;
display: inline;
}
.db-tab:hover
{
background-color: #FDD000;
font-size: 12px;
font-weight: bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
border-color: #E0E0E0 #C6C5C5 #C6C5C5 #E2E0E0;
border-style: solid;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
text-align: center;
padding-top: 1px;
padding-bottom: 5px;
margin-left: -1px;
margin-right: -1px;
vertical-align: middle;
display: inline;
}
a.db-tab-link:link
{
font-size: 12px;
font-weight: bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
color : #000000;
text-decoration: none;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 2px;
margin-top: 2px; }
a.db-tab-link:visited
{
font-size: 12px;
font-weight: bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
color : #000000;
text-decoration: none;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 2px;
margin-top: 2px; }
a.db-tab-link:hover
{
font-size: 12px;
font-weight: bolder;
font-family: Arial, Verdana, Helvetica, sans-serif;
color : #000000;
text-decoration: none;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 2px;
margin-top: 2px;
}
/*
*/