#footerlinks
{
- font-family: 'BPreplay', Helvetica, Arial, sans-serif;
- font-weight: bold;
+ .bpreplay;
position: relative;
margin: 0;
padding: 0;
#header
{
- font-family: 'BPreplay', Helvetica, Arial, sans-serif;
- font-weight: bold;
+ .bpreplay;
}
#logo
{
#menu,
#submenu
{
- font-family: 'BPreplay', Helvetica, Arial, sans-serif;
- font-weight: bold;
+ .bpreplay;
color: @normal;
margin: .5em 0 1.5em 0;
padding: 0.25em 0.25em 0.25em 1.5em;
#breadcrumb
{
- font-family: 'BPreplay', Helvetica, Arial, sans-serif;
- font-weight: bold;
+ .bpreplay;
color: @normal;
}
#breadcrumb strong.b.title
body
{
- font-family: 'DroidSerif', 'Times New Roman', 'Palatino Linotype' , serif;
+ .droid;
letter-spacing: 0;
line-height: 1.5em;
padding: 1em 2em 1em 3em;
}
h1, h2, h3, h4, h5, h6
{
- font-family: 'BPreplay', Helvetica, Arial, sans-serif;
- letter-spacing: 0;
- font-weight: bold;
+ .bpreplay;
color: @normal;
margin: 1em 0 .5em 0; /** 16px 0 8px 0 */
}
@schrift: #000;
@hintergrund: #FFF;
+
+
+/** Schriften */
+
+.droid ()
+{
+ font-family: 'DroidSerif', 'Times New Roman', 'Palatino Linotype' , serif;
+}
+
+.bpreplay ()
+{
+ font-family: 'BPreplay', Helvetica, Arial, sans-serif;
+ font-weight: bold;
+}