<t:insertAttribute name="breadcrumb"/>
</ol>
<a class="hide" href="#navigation">Jump to navigation</a>
- <div class="b"></div>
+ <hr class="b" />
</div>
<main class="content cf">
<article id="content" class="main">
</group>
<group name="screen">
+ <css>/less/screen/typo.less</css>
<css>/less/screen/layout.less</css>
<css>/less/screen/head.less</css>
<css>/less/screen/navigation.less</css>
{
font-size: 137.5%; /** 22 px */
float: left;
- margin: 0 1em 1em 0;
+ margin: .5em 1em 0 0;
}
#footerlinks #copyright
{
- float: right;
color: @schrift;
margin: 0;
+ width: 100%;
}
#footerlinks a.f
{
}
#slogan
{
+ display: block;
color: @normal;
- white-space: nowrap;
- padding-top: 1em;
}
#breadcrumb strong.b.title
{
float: left;
- margin: 0 0.5em .6em 0;
+ margin: 0 0.5em 0 0;
}
#breadcrumb ol.b
{
#breadcrumb a.hide
{
position: static;
- float: right;
- margin: 0 0 0 2em;
- white-space: nowrap;
}
-#breadcrumb div.b
+#breadcrumb a.hide:before
+{
+ content: "";
+ display: table;
+ clear: both;
+}
+#breadcrumb hr.b
{
- height: 1px; /** Sonst greift das "clear" nicht unter IE6 */
clear: both;
}
.droid;
letter-spacing: 0;
line-height: 1.5em;
- padding: 1em 2em 1em 3em;
+ padding: .5em 1em 1em 1.5em;
background-color: @hintergrund;
}
h1, h2, h3, h4, h5, h6
}
h1
{
- font-size: 187.5%; /** 30 px */
- line-height: 1em; /** 30px */
- padding: 0 0 .4em 0; /** 0 0 12px 0 */
- margin: 1em 0 .3em 0; /** 30px 0 9px 0 */
+ font-size: 125%; /** 20 px */
+ line-height: 1em; /** 20px */
+ padding: 0 0 .4em 0; /** 0 0 8px 0 */
+ margin: 1em 0 .3em 0; /** 20px 0 6px 0 */
}
h2
{
-#breadcrumb .b
+#breadcrumb
{
display: none;
}
-#breadcrumb a.hide
-{
- margin: 0;
-}
#menu,
#submenu
body
{
font-size: 87.5%; /** 14px */
- padding: .5em 1em 1em 1.5em;
}
{
position: absolute;
float: none;
+ width: auto;
right: .625em;
top: -1em; /** 30px */
line-height: 1.4em; /* 42px */
{
position: absolute;
}
+#breadcrumb > hr.b
+{
+ display: none;
+}
#nav > h1.nav,
#nav > h2.nav.menu
--- /dev/null
+h1
+{
+ font-size: 187.5%; /** 30 px */
+ /** line-height: 1em; ** 30px */
+ /** padding: 0 0 .4em 0; ** 0 0 12px 0 */
+ /** margin: 1em 0 .3em 0; ** 30px 0 9px 0 */
+}