87 lines
1.6 KiB
CSS
87 lines
1.6 KiB
CSS
body,
|
|
html {
|
|
background-color: #121B26 !important;
|
|
color: #F2E6D8 !important;
|
|
font-family: Arial, Helvetica, sans-serif !important;
|
|
margin: 40px !important;
|
|
padding: 10px !important;
|
|
height: 100%;
|
|
}
|
|
|
|
#gameTitle {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#groupId {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
|
|
#isWebBased {
|
|
border: 0;
|
|
background-color: transparent;
|
|
display: block;
|
|
margin: 20px auto;
|
|
text-align: center;
|
|
border: 2px solid #2A558C;
|
|
padding: 10px 10px;
|
|
outline: none;
|
|
color: #F2E6D8;
|
|
border-radius: 24px;
|
|
transition: 0.25s;
|
|
position: static;
|
|
bottom: 45vh;
|
|
display: inline;
|
|
left: 27vw;
|
|
}
|
|
|
|
#gameFil {
|
|
border: 0;
|
|
background-color: transparent;
|
|
display: block;
|
|
margin: 20px auto;
|
|
text-align: center;
|
|
border: 2px solid #2A558C;
|
|
padding: 10px 10px;
|
|
outline: none;
|
|
color: #F2E6D8;
|
|
border-radius: 24px;
|
|
transition: 0.25s;
|
|
position: static;
|
|
bottom: 45vh;
|
|
display: inline;
|
|
}
|
|
|
|
#thumbnailFile {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
|
|
}
|
|
|
|
#thumbnailFile img{
|
|
width: 100%;
|
|
height:100%;
|
|
}
|
|
|
|
#description {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.carousel-item active {
|
|
display: flex !important;
|
|
}
|
|
|
|
.d-block w-100 {
|
|
padding: 10px;
|
|
margin: 20px !important;
|
|
}
|
|
|
|
.GradientDivider {
|
|
margin: 16px 0 16px 0;
|
|
display: block;
|
|
border: none;
|
|
height: 3px !important;
|
|
background: #59142D !important;
|
|
background: linear-gradient( to right, #121B26, #59142D, #94153d, #59142D, #121B26) !important;
|
|
opacity: 1;
|
|
} |