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.
81 lines
1.2 KiB
81 lines
1.2 KiB
@font-face {
|
|
font-family: tf2build;
|
|
src: url('https://tf2.pblr-nyk.pro/site_content/fonts/tf2build.ttf');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: tf2secondary;
|
|
src: url('https://tf2.pblr-nyk.pro/site_content/fonts/tf2secondary.ttf');
|
|
}
|
|
|
|
h1,h2,h3,h4,h5,h6 {
|
|
font-family: tf2build;
|
|
color: #333333;
|
|
}
|
|
|
|
p {
|
|
font-family: tf2secondary;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
.current-profile-text {
|
|
display: inline;
|
|
font-family: tf2secondary;
|
|
}
|
|
|
|
.current-profile-bigtext {
|
|
font-size: 1.7rem;
|
|
}
|
|
|
|
.current-profile-text-color-alarm {
|
|
color: red;
|
|
}
|
|
|
|
.current-profile-text-color-maybe {
|
|
color: yellow;
|
|
}
|
|
|
|
.current-profile-text-color-normal {
|
|
color: green;
|
|
}
|
|
|
|
.vip-card-text {
|
|
color: whitesmoke;
|
|
text-align: right;
|
|
font-family: tf2secondary;
|
|
}
|
|
|
|
.player-in-list {
|
|
font-family: tf2secondary;
|
|
text-decoration: none;
|
|
color: black;
|
|
}
|