You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
924 B

5 years ago
@font-face {
font-family: Martel;
src: url('../fonts/martel.eot');
src: local("Martel"), url('../fonts/martel.ttf');
}
.sidebar-nav {
margin-top: 20px;
padding: 0;
list-style: none;
5 years ago
}
.tibia-headline {
font-family: "Martel", Georgia, "Times New Roman", serif;
color: gold;
text-shadow: 2px 2px black;
}
.blog-header-logo {
font-family: "Martel", Georgia, "Times New Roman", serif;
font-size: 2.25rem;
color: gold;
text-shadow: 2px 2px black;
}
.text-gold {
color: gold;
}
body { background: lightgray !important; }
a:visited {
color: darkgoldenrod !important;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
a {
color: gold !important;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
a:hover {
color: lightgoldenrodyellow !important;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}