|
@@ -68,6 +68,29 @@ table {
|
|
html {
|
|
html {
|
|
font-family: 'droid_sansregular', helvetica;
|
|
font-family: 'droid_sansregular', helvetica;
|
|
}
|
|
}
|
|
|
|
+body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
|
|
|
|
+ font-size-adjust: 0.5;
|
|
|
|
+}
|
|
|
|
+h1 {
|
|
|
|
+ font-size: 2em;
|
|
|
|
+ line-height: 1.25;
|
|
|
|
+}
|
|
|
|
+h2 {
|
|
|
|
+ font-size: 1.625em;
|
|
|
|
+ line-height: 1.15384615;
|
|
|
|
+}
|
|
|
|
+h3 {
|
|
|
|
+ font-size: 1.375em;
|
|
|
|
+ line-height: 1.13636364;
|
|
|
|
+}
|
|
|
|
+h4 {
|
|
|
|
+ font-size: 1.125em;
|
|
|
|
+ line-height: 1.11111111;
|
|
|
|
+}
|
|
|
|
+blockquote, strong {
|
|
|
|
+ font-size: 1.25em;
|
|
|
|
+ line-height: 1.25;
|
|
|
|
+}
|
|
h1, h2, h3, h4 {
|
|
h1, h2, h3, h4 {
|
|
font-family: 'allerregular', sans-serif, georgia;
|
|
font-family: 'allerregular', sans-serif, georgia;
|
|
margin-bottom: 15px;
|
|
margin-bottom: 15px;
|
|
@@ -80,25 +103,12 @@ h1, h2 {
|
|
h3, h4, strong {
|
|
h3, h4, strong {
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
-h1 {
|
|
|
|
- font-size: 250%;
|
|
|
|
-}
|
|
|
|
-h2 {
|
|
|
|
- font-size: 200%;
|
|
|
|
-}
|
|
|
|
-h3 {
|
|
|
|
- font-size: 150%;
|
|
|
|
-}
|
|
|
|
-strong {
|
|
|
|
- line-height: 125%;
|
|
|
|
-}
|
|
|
|
p, ul {
|
|
p, ul {
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
li {
|
|
li {
|
|
margin-left: 45px;
|
|
margin-left: 45px;
|
|
list-style-type: disc;
|
|
list-style-type: disc;
|
|
- line-height: 115%;
|
|
|
|
}
|
|
}
|
|
p>a, li>a {
|
|
p>a, li>a {
|
|
text-decoration: underline;
|
|
text-decoration: underline;
|
|
@@ -115,6 +125,8 @@ a>img {
|
|
header, .content, footer {
|
|
header, .content, footer {
|
|
width: 80%;
|
|
width: 80%;
|
|
margin: 20px auto;
|
|
margin: 20px auto;
|
|
|
|
+ font-size: 1em;
|
|
|
|
+ line-height: 1.25;
|
|
}
|
|
}
|
|
|
|
|
|
/* header & navigation */
|
|
/* header & navigation */
|
|
@@ -169,3 +181,44 @@ footer .skype {
|
|
display: table;
|
|
display: table;
|
|
clear: both;
|
|
clear: both;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+/* responsive styles */
|
|
|
|
+@media (min-width: 43.75em) {
|
|
|
|
+ header, .content, footer {
|
|
|
|
+ font-size: 1em;
|
|
|
|
+ line-height: 1.375;
|
|
|
|
+ }
|
|
|
|
+ h1 {
|
|
|
|
+ font-size: 2.5em;
|
|
|
|
+ line-height: 1.125;
|
|
|
|
+ }
|
|
|
|
+ h2 {
|
|
|
|
+ font-size: 2em;
|
|
|
|
+ line-height: 1.25;
|
|
|
|
+ }
|
|
|
|
+ h3 {
|
|
|
|
+ font-size: 1.5em;
|
|
|
|
+ line-height: 1.25;
|
|
|
|
+ }
|
|
|
|
+ h4 {
|
|
|
|
+ line-height: 1.22222222;
|
|
|
|
+ }
|
|
|
|
+ blockquote {
|
|
|
|
+ font-size: 1.5em;
|
|
|
|
+ line-height: 1.45833333;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+@media (min-width: 56.25em) {
|
|
|
|
+ h1 {
|
|
|
|
+ font-size: 3em;
|
|
|
|
+ line-height: 1.05;
|
|
|
|
+ }
|
|
|
|
+ h2 {
|
|
|
|
+ font-size: 2.25em;
|
|
|
|
+ line-height: 1.25;
|
|
|
|
+ }
|
|
|
|
+ h3 {
|
|
|
|
+ font-size: 1.75em;
|
|
|
|
+ line-height: 1.25;
|
|
|
|
+ }
|
|
|
|
+}
|