Added noscript information.
This commit is contained in:
parent
78ea7b0397
commit
63f9d9d43a
Notes:
subgit
2018-03-07 17:58:58 +01:00
r663 www/trunk
@ -47,6 +47,14 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<noscript>
|
||||||
|
<div class="noscript">
|
||||||
|
<h1>Kein JavaScript verfügbar!</h1>
|
||||||
|
<p>Diese Seite benötigt JavaScript. Bitte schalten Sie JavaScript ein.</p>
|
||||||
|
<h1>JavaScript disabled!</h1>
|
||||||
|
<p>This page requires JavaScript to work. Please enable JavaScript.</p>
|
||||||
|
</div>
|
||||||
|
</noscript>
|
||||||
<div class="info" id="tabs">
|
<div class="info" id="tabs">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#eventstab"><span>Ereignisse</span></a></li>
|
<li><a href="#eventstab"><span>Ereignisse</span></a></li>
|
||||||
|
@ -13,6 +13,15 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
}
|
}
|
||||||
|
div.noscript {
|
||||||
|
z-index: 20000;
|
||||||
|
position: absolute;
|
||||||
|
left: 0px;
|
||||||
|
top: 0px;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: rgb(255, 255, 255);
|
||||||
|
}
|
||||||
div.info {
|
div.info {
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user