Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
body
{
line-height: 120%;
font-size: 100%;
background-color: #f4f4f4;
color: #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#all
{
margin-left: auto;
margin-right: auto;
text-align: center;
width: 806px;
}
body
{
line-height: 120%;
font-size: 100%;
background-color: #f4f4f4;
color: #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align:center; /* zentriert die Box #all im Dokumentkörper */
}
#all
{
margin-left: auto;
margin-right: auto;
text-align:left; /* hebt text-align:center wieder auf, damit die Eigenschaft nicht an die Nachfahren vererbt wird */
width: 806px;
}
body
{
line-height: 120%;
font-size: 100%;
background-color: #f4f4f4;
color: #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center; /* zentriert die Box #all im Dokumentkörper */
}
#all
{
margin-left: auto;
margin-right: auto;
text-align: left; /* hebt text-align:center wieder auf, damit die Eigenschaft nicht an die Nachfahren vererbt wird */
width: 806px;
}
img
{
border: none;
}
/* Kopfbereich */
#header
{
background: url(../images/header.gif) no-repeat;
height: 84px;
}
#top_menu
{
background: url(../images/menu.gif) no-repeat;
height: 50px;
}
#logo
{
background: url(../images/logo.png) no-repeat;
height: 130px;
}
#content
{
background: url(../images/center.gif) repeat-y;
}
.clearDiv
{
font-size: 1px;
line-height: 0em;
height: 0;
clear: both;
}
<?php
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/feuerwehr/css/template.css" type="text/css" />
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/feuerwehr/javascript/md_stylechanger.js"></script>
</head>
<body>
<div id="all">
<div id="header"></div>
<div id="top_menu"></div>
<div id="logo"></div>
<div id="content">
<div class="clearDiv"></div>
</div>
</div>
</body>
</html>
#current
#links ul
{
width: 182px;
margin: 0; padding: 0px;
font-size: 12px;
text-indent: 10px;
}
* html #links ul
{ /* Korrekturen fuer IE 5.x */
width: 11.6em;
w\idth: 182px;
padding-left: 0;
padd\ing-left: 0;
}
#links ul li
{
list-style: none;
margin-bottom: 2px; padding: 0;
}
#links ul li ul
{
margin: 0 0 0 0; padding: 0;
}
#links ul li ul li
{
margin: 0 0;
text-indent: 25px;
}
* html #links ul li ul li
{ /* Korrektur fuer IE 5.x */
margin-left: 1em;
ma\rgin-left: 0;
}
#links ul a
{
display:block;
padding: 0;
text-decoration: none; font-weight: bold;
color: #FFFFFF;
background: url(../images/button.gif) no-repeat;
line-height: 26px;
}
* html #links ul a
{
width: 100%; /* Breitenangabe fuer IE 5.x */
w\idth: 8.8em; /* Breitenangabe fuer IE 6 */
}
#links ul li ul a
{
display:block;
padding: 0;
text-decoration: none; font-weight: bold;
color: #000000;
background: url(../images/sub_pfeil.jpg) no-repeat;
line-height: 26px;
}
* html #links ul li ul li a
{
width: 100%; /* Breitenangabe fuer IE 5.x */
w\idth: 7.8em; /* Breitenangabe fuer IE 6 */
}
#links ul li a:hover
{
color: #FFFF00;
background: url(../images/button_hover.gif) no-repeat;
}
#links ul li ul li a:hover
{
color: #666666;
background: url(../images/sub_pfeil_hover.jpg) no-repeat;
}
ul.menu li#current a
{
color:#FFFF00;
background: url(../images/button_sub.gif) no-repeat;
}
ul.menu li ul li#current a
{
color: #666666;
background: url(../images/sub_pfeil_hover.jpg) no-repeat;
}