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.
39 lines
519 B
39 lines
519 B
@font-face {
|
|
font-family: tf2build;
|
|
src: url('tf2build.ttf');
|
|
}
|
|
|
|
h1,h2,h3,h4,h5,h6 {
|
|
font-family: tf2build;
|
|
color: #333333;
|
|
}
|
|
|
|
a {
|
|
font-family: tf2build;
|
|
}
|
|
|
|
.nav-pills {
|
|
background-color: #d86800;
|
|
}
|
|
|
|
.nav-link {
|
|
color: #000000;
|
|
}
|
|
|
|
.nav-pills > li > a:hover {
|
|
color: #5a5a5a;
|
|
}
|
|
|
|
.slideshow
|
|
{
|
|
position: relative;
|
|
width: 350px;
|
|
height: 150px;
|
|
}
|
|
.slideshow img
|
|
{
|
|
position: absolute;
|
|
width: 350px;
|
|
height: 150px;
|
|
z-index:-1;
|
|
}
|