spice it up a notch. bam!

This commit is contained in:
nek0 2016-08-28 12:40:33 +02:00
parent 20844187e7
commit 2b2396299b
2 changed files with 21 additions and 3 deletions

Binary file not shown.

View File

@ -5,7 +5,7 @@ body {
margin: 0 auto;
padding: 0;
background-color: white;
color: black;
color: #480202;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
background-image: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%), url(../images/logo.png);
@ -66,7 +66,7 @@ nav li a:hover {
}
a {
color: #ff4141;
color: #ff0000;
text-decoration: none;
}
@ -75,9 +75,15 @@ a:hover {
}
h3 {
font-size: 120%;
font-size: 200%;
margin: 1em 0;
padding: 0;
font-family: 'BigDots';
}
.name {
font-family: 'BigDots';
font-size: 130%;
}
.bordered {
@ -103,6 +109,11 @@ dl dt {
margin-top: 3ex;
}
dt {
font-family: 'BigDots';
font-size: 110%;
}
#head1 {
position: relative;
z-index: 1;
@ -386,3 +397,10 @@ article dl dd a {
height: 101%;*/
}
}
@font-face {
font-family: 'BigDots';
src: url(../font/BigDots.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}