Added "wie alles begann" to blog, Changed text of shop index, and
added some minor fixes to css and index file.
This commit is contained in:
parent
7cfd2eb500
commit
dada84102d
5 changed files with 60 additions and 75 deletions
|
|
@ -26,10 +26,36 @@ h3 {color: black;
|
|||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-size: 110%; }
|
||||
h4 {color: black;
|
||||
font-family: 'HKGroteskRegular';
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-size: 110%; }
|
||||
a:link {text-decoration: none; font-family: 'HKGroteskBold'; color: fuchsia; }
|
||||
a:visited {text-decoration: none;font-family: 'HKGroteskBold'; color: purple; }
|
||||
a:hover {text-decoration: none; font-family: 'HKGroteskBold'; color: navy; }
|
||||
a:active {text-decoration: none; font-family: 'HKGroteskBold'; color: navy; }
|
||||
h1 a:link {text-decoration: none; font-family: 'HKGroteskRegular'; color: black; }
|
||||
h1 a:visited {text-decoration: none; font-family: 'HKGroteskRegular'; color: black; }
|
||||
h1 a:hover {text-decoration: underline; font-family: 'HKGroteskRegular'; color: navy; }
|
||||
h1 a:active {text-decoration: none; font-family: 'HKGroteskRegular'; color: navy; }
|
||||
h2 a:link {text-decoration: none; font-family: 'HKGroteskRegular'; color: black; }
|
||||
h2 a:visited {text-decoration: none; font-family: 'HKGroteskRegular'; color: black; }
|
||||
h2 a:hover {text-decoration: underline; font-family: 'HKGroteskRegular'; color: navy; }
|
||||
h2 a:active {text-decoration: none; font-family: 'HKGroteskRegular'; color: navy; }
|
||||
h3 a:link {text-decoration: none; font-family: 'HKGroteskRegular'; color: black; }
|
||||
h3 a:visited {text-decoration: none; font-family: 'HKGroteskRegular'; color: black; }
|
||||
h3 a:hover {text-decoration: underline; font-family: 'HKGroteskRegular'; color: navy; }
|
||||
h3 a:active {text-decoration: none; font-family: 'HKGroteskRegular'; color: navy; }
|
||||
h4 a:link {text-decoration: none; font-family: 'HKGroteskRegular'; color: black; }
|
||||
h4 a:visited {text-decoration: none; font-family: 'HKGroteskRegular'; color: black; }
|
||||
h4 a:hover {text-decoration: underline; font-family: 'HKGroteskRegular'; color: navy;}
|
||||
h4 a:active {text-decoration: none; font-family: 'HKGroteskRegular'; color: navy; }
|
||||
li a:link {text-decoration: none; font-family: 'HKGroteskRegular'; color: grey; }
|
||||
li a:visited {text-decoration: none; font-family: 'HKGroteskRegular'; color: grey; }
|
||||
li a:hover {text-decoration: underline; font-family: 'HKGroteskRegular'; color: navy; }
|
||||
li a:active {text-decoration: none; font-family: 'HKGroteskRegular'; color: navy; }
|
||||
|
||||
td {color: black;
|
||||
font-family: 'HKGroteskRegular';
|
||||
font-weight: normal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue