Initial commit

This commit is contained in:
Daniel Brendel
2022-08-16 13:54:30 +02:00
commit 94353ac3c8
64 changed files with 32771 additions and 0 deletions

View File

@ -0,0 +1,89 @@
.steam-app {
position: relative;
max-width: 360px;
background-color: rgb(22, 32, 45);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 25px;
margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
}
.steam-app-image {
position: relative;
width: 100%;
height: 176px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.steam-app-infos {
position: relative;
padding: 15px;
}
.steam-app-title {
width: 100%;
margin-bottom: 10px;
}
.steam-app-title-name {
display: inline-block;
color: rgb(220, 220, 220);
font-size: 1.1em;
font-family: Verdana, Arial, sans-serif;
}
.steam-app-title-count {
position: relative;
display: inline-block;
top: 5px;
color: rgb(55, 230, 111);
font-size: 0.8em;
font-family: Verdana, Arial, sans-serif;
float: right;
}
.steam-app-description {
width: 100%;
color: rgb(150, 150, 150);
font-size: 0.8em;
font-family: Verdana, Arial, sans-serif;
margin-bottom: 20px;
}
.steam-app-footer {
width: 100%;
margin-bottom: 10px;
}
.steam-app-footer-author {
display: inline-block;
color: rgb(200, 200, 200);
font-family: Verdana, Arial, sans-serif;
font-size: 0.8em;
}
.steam-app-footer-button {
display: inline-block;
float: right;
}
.steam-app-footer-button a {
color: #D2E885;
background: linear-gradient(to bottom, #a4d007 5%, #536904 95%);
border-radius: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
font-size: 0.9em;
font-family: 'Motiva Sans', sans-serif;
}
.steam-app-footer-button a:hover {
color: rgb(250, 250, 250);
}

View File

@ -0,0 +1,103 @@
.steam-server {
position: relative;
max-width: 360px;
background-color: rgb(22, 32, 45);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 25px;
margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
}
.steam-server-image {
position: relative;
width: 100%;
height: 176px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.steam-server-infos {
position: relative;
padding: 15px;
}
.steam-server-title {
}
.steam-server-title-left {
position: relative;
display: inline-block;
}
.steam-server-title-left-addr {
color: rgb(200, 200, 200);
}
.steam-server-title-left-name {
color: rgb(150, 150, 150);
font-size: 0.8em;
}
.steam-server-title-right {
position: relative;
display: inline-block;
float: right;
}
.steam-server-title-right-count {
color: rgb(130, 130, 130);
font-size: 0.7em;
}
.steam-server-title-right-bots {
color: rgb(130, 130, 130);
font-size: 0.7em;
}
.steam-server-gameinfo {
position: relative;
display: inline-block;
margin-top: 10px;
margin-bottom: 10px;
}
.steam-server-gameinfo-item {
color: rgb(150, 150, 150);
font-size: 0.65em;
}
.steam-server-gameinfo-item-green {
color: rgb(85, 190, 111);
}
.steam-server-gameinfo-item-red {
color: rgb(179, 115, 115);
}
.steam-server-action {
position: relative;
display: inline-block;
float: right;
margin-top: 10px;
margin-bottom: 10px;
}
.steam-server-action a {
color: #D2E885;
background: linear-gradient(to bottom, #a4d007 5%, #536904 95%);
border-radius: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
font-size: 0.9em;
font-family: 'Motiva Sans', sans-serif;
}
.steam-server-action a:hover {
color: rgb(250, 250, 250);
}

View File

@ -0,0 +1,97 @@
.steam-user {
position: relative;
max-width: 360px;
background-color: rgb(22, 32, 45);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 25px;
margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
}
.steam-user-image {
position: relative;
width: 100%;
height: 176px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.steam-user-infos {
position: relative;
padding: 15px;
}
.steam-user-infos-left {
position: relative;
display: inline-block;
}
.steam-user-infos-left-avatar {
position: relative;
display: inline-block;
}
.steam-user-infos-left-avatar img {
width: 64px;
height: 64px;
border-radius: 50%;
}
.steam-user-infos-left-text {
position: relative;
display: inline-block;
top: -16px;
margin-left: 10px;
}
.steam-user-infos-left-text-name {
color: rgb(200, 200, 200);
}
.steam-user-infos-left-text-since {
color: rgb(150, 150, 150);
font-size: 0.8em;
}
.steam-user-infos-right {
position: relative;
display: inline-block;
margin-right: 5px;
float: right;
}
.steam-user-infos-right-online {
position: relative;
top: 11px;
color: rgb(100, 100, 100);
font-size: 0.8em;
}
.steam-user-infos-right-online-green {
color: rgb(85, 190, 111);
}
.steam-user-infos-right-view {
position: relative;
top: 15px;
}
.steam-user-infos-right-view a {
color: #D2E885;
background: linear-gradient(to bottom, #a4d007 5%, #536904 95%);
border-radius: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
font-size: 0.9em;
font-family: 'Motiva Sans', sans-serif;
}
.steam-user-infos-right-view a:hover {
color: rgb(250, 250, 250);
}