New blog entry, fixed HTML Error in Shop index
This commit is contained in:
parent
8975f55e22
commit
4fb3f64bec
27 changed files with 1397 additions and 295 deletions
|
|
@ -51,10 +51,10 @@ 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; }
|
||||
.blogside li a:link {text-decoration: none; font-family: 'HKGroteskRegular'; color: grey; }
|
||||
.blogside li a:visited {text-decoration: none; font-family: 'HKGroteskRegular'; color: grey; }
|
||||
.blogside li a:hover {text-decoration: underline; font-family: 'HKGroteskRegular'; color: navy; }
|
||||
.blogside li a:active {text-decoration: none; font-family: 'HKGroteskRegular'; color: navy; }
|
||||
|
||||
td {color: black;
|
||||
font-family: 'HKGroteskRegular';
|
||||
|
|
@ -319,8 +319,6 @@ img {
|
|||
background-size: contain;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media (min-width: 54em) {
|
||||
.header li {
|
||||
float: left;
|
||||
|
|
@ -372,6 +370,10 @@ ul.tagcloud {
|
|||
ul.tagcloud li {
|
||||
display: inline-block;
|
||||
}
|
||||
ul.tagcloud li a:link {text-decoration: none; font-family: 'HKGroteskRegular'; color: grey; }
|
||||
ul.tagcloud li a:visited {text-decoration: none; font-family: 'HKGroteskRegular'; color: grey; }
|
||||
ul.tagcloud li a:hover {text-decoration: underline; font-family: 'HKGroteskRegular'; color: navy; }
|
||||
ul.tagcloud li a:active {text-decoration: none; font-family: 'HKGroteskRegular'; color: navy; }
|
||||
|
||||
li.tag-1 {
|
||||
font-size: 150%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue