87 lines
1.7 KiB
CSS
87 lines
1.7 KiB
CSS
body,
|
|
html {
|
|
background-color: rgb(18, 18, 18) !important;
|
|
color: rgba(255, 255, 255, .55) !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: none;
|
|
display: block;
|
|
margin: 20px auto;
|
|
text-align: center;
|
|
border: 2px solid rgb(52, 152, 219);
|
|
padding: 10px 10px;
|
|
outline: none;
|
|
color: rgba(255, 255, 255, .55);
|
|
border-radius: 24px;
|
|
transition: 0.25s;
|
|
position: static;
|
|
bottom: 45vh;
|
|
display: inline;
|
|
left: 27vw;
|
|
}
|
|
|
|
#gameFil {
|
|
border: 0;
|
|
background: none;
|
|
display: block;
|
|
margin: 20px auto;
|
|
text-align: center;
|
|
border: 2px solid rgb(52, 152, 219);
|
|
padding: 10px 10px;
|
|
outline: none;
|
|
color: rgba(255, 255, 255, .55);
|
|
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: rgb(0, 113, 185) !important;
|
|
background: linear-gradient(to right, rgb(18, 18, 18), rgb(0, 113, 185), rgb(38, 171, 255), rgb(0, 113, 185), rgb(18, 18, 18)) !important;
|
|
opacity: 1;
|
|
} |