<%@page session="false" %>
<%@taglib uri="http://www.springframework.org/tags" prefix="s"%>
<s:url var="base" value="/" />
-<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="${base}css/base.css" />
<style type="text/css">
@import '${base}css/screen.css' screen;
<t:insertAttribute name="htmlhead"/>
</head>
<body class="<t:getAsString name="contentclass"/>" onload="prettyPrint()">
+ <a id="top"></a>
<div id="page" class="cf">
<header id="header">
<h1 id="logo"><a href="${base}index.html" title="Home" class="l">juplo</a></h1>
<nav id="nav">
<hr class="n"/>
<a id="navigation"></a>
+ <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
<t:insertAttribute name="navigation"/>
<hr class="n"/>
</nav>
}
+/** Inhalts-Sprunglink reaktivieren und stylen */
+
+#nav > a.hide
+{
+ position: relative;
+ float: right;
+ left: auto;
+ top: .5em;
+ display: block;
+ overflow: hidden;
+ width: 2.142857143em; /** 30px */
+ height: 2.5em;
+ line-height: 2.5em;
+ color: @dunkel;
+ border-style: none;
+}
+#nav > a.hide:before
+{
+ content: "";
+ font-family: 'symbols';
+ font-size: 210%; /** Vielfaches von 14px */
+ padding: 0 0 1em 0;
+ margin: 0 1em 0 0;
+}
+#nav > a.hide:hover,
+#nav > a.hide:focus,
+#nav > a.hide:active
+{
+ color: @dunkler;
+}
+
+
/** Footer positionieren */
#footer