Game-Jaming/Frontend/Styles/ShowCase.css

91 lines
1.7 KiB
CSS
Raw Permalink Normal View History

2021-04-09 09:25:31 +00:00
body,
html {
2021-05-07 10:24:07 +00:00
background-color: #121B26 !important;
color: #F2E6D8 !important;
2021-04-09 09:25:31 +00:00
font-family: Arial, Helvetica, sans-serif !important;
margin: 40px !important;
padding: 10px !important;
height: 100%;
}
#gameTitle {
margin-bottom: 10px;
}
#groupId {
margin-bottom: 10px;
}
#isWebBased {
2021-04-20 12:01:33 +00:00
border: 0;
2021-05-07 10:24:07 +00:00
background-color: transparent;
2021-04-20 12:01:33 +00:00
display: block;
margin: 20px auto;
text-align: center;
2021-05-07 10:24:07 +00:00
border: 2px solid #2A558C;
2021-04-20 12:01:33 +00:00
padding: 10px 10px;
outline: none;
2021-05-07 10:24:07 +00:00
color: #F2E6D8;
2021-04-20 12:01:33 +00:00
border-radius: 24px;
transition: 0.25s;
position: static;
bottom: 45vh;
display: inline;
left: 27vw;
2021-04-09 09:25:31 +00:00
}
2021-05-28 06:54:15 +00:00
#isWebBased:hover,
#gameFil:hover {
color: #BF7D65;
}
2021-04-09 09:25:31 +00:00
#gameFil {
2021-04-20 12:01:33 +00:00
border: 0;
2021-05-07 10:24:07 +00:00
background-color: transparent;
2021-04-20 12:01:33 +00:00
display: block;
margin: 20px auto;
text-align: center;
2021-05-07 10:24:07 +00:00
border: 2px solid #2A558C;
2021-04-20 12:01:33 +00:00
padding: 10px 10px;
outline: none;
2021-05-07 10:24:07 +00:00
color: #F2E6D8;
2021-04-20 12:01:33 +00:00
border-radius: 24px;
transition: 0.25s;
position: static;
bottom: 45vh;
display: inline;
2021-04-09 09:25:31 +00:00
}
#thumbnailFile {
2021-04-20 12:01:33 +00:00
max-width: 100%;
max-height: 100%;
}
#thumbnailFile img{
width: 100%;
height:100%;
2021-04-09 09:25:31 +00:00
}
#description {
margin-bottom: 10px;
}
.carousel-item active {
display: flex !important;
}
.d-block w-100 {
padding: 10px;
margin: 20px !important;
}
2021-04-20 12:01:33 +00:00
.GradientDivider {
margin: 16px 0 16px 0;
2021-04-09 09:25:31 +00:00
display: block;
2021-04-20 12:01:33 +00:00
border: none;
height: 3px !important;
2021-05-07 10:24:07 +00:00
background: #59142D !important;
background: linear-gradient( to right, #121B26, #59142D, #94153d, #59142D, #121B26) !important;
2021-04-09 09:25:31 +00:00
opacity: 1;
}