Überschriftengrößen überarbeitet
[website] / src / main / webapp / less / base / typo.less
index 48ffdc7..8e5e603 100644 (file)
@@ -11,28 +11,27 @@ body
 h1, h2, h3, h4, h5, h6
 {
   .bpreplay;
-  color: @normal;
-  margin: 1em 0 .5em 0; /** 16px 0 8px 0 */
+  color: @schrifthell;
+  line-height: 1.25em;
+  margin: 1.125em 0 .25em 0; /** Margin Top für h1 auf Marginalspalte abgestimmt! */
 }
 h1
 {
-  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 */
+  font-size: 137.5%; /** 22 px */
+  color: @normal;
+  padding: 0 0 .25em 0; /** 0 0 5px 0 */
 }
 h2
 {
-  font-size: 112.5%; /** 18px */
+  font-size: 125%; /** 20 px */
 }
 h3
 {
-  /** font-size: 16px */
-  /** line-height: 24px */
+  font-size: 112.5%; /** 18px */
 }
 h4
 {
-  font-size: 87.5%; /** 14px */
+  /** font-size: 16px */
 }
 h1 a, h2 a, h3 a, h4 a
 {
@@ -130,6 +129,24 @@ a:visited
   border-bottom: 1px dotted @nochdunkler;
 }
 
+h2 a,
+h3 a,
+h4 a
+{
+  color: @schrifthell;
+}
+h2 a:focus,
+h2 a:active,
+h3 a:focus,
+h3 a:active,
+h4 a:focus,
+h4 a:active
+{
+  color: @normal;
+  border-bottom: 1px solid @normal;
+}
+
 .logo
 {
   .bpreplay;