xrforge-v2/src/css/xrforge.max.css

72 lines
1.2 KiB
CSS
Raw Normal View History

2026-07-21 19:19:52 +02:00
body{
background:#000000;
}
.grid .tile .img{
visibility: visible;
border:1px dotted #223;
background-size:cover;
background-position:center;
background-repeat: no-repeat;
border-radius:5px 5px 0px 0px;
height:33vh;
}
.grid .tile{
margin: 0px 15px 15px 0px;
width:31%;
float:left;
background-color:#333;
}
@media (max-width: 890px){
.grid .tile {
width:47%;
}
}
@media (max-width: 713px){
.grid .tile {
float:none;
width:100%;
margin: 0px 0px 15px 0px;
}
2026-07-22 18:36:02 +02:00
form table tr > th:nth-child(3),
form table tr > td:nth-child(3) {
display:none;
}
.menu br {
display:initial !important;
}
2026-07-21 19:19:52 +02:00
}
.grid .tile .text{
padding: 10px 20px 10px 20px !important;
}
.grid .tile img.icon{
transform: translate(0,5px);
}
.clear{
clear:both;
}
.jumbotron{
2026-07-22 18:36:02 +02:00
padding:20px 20px;
2026-07-21 19:19:52 +02:00
background:linear-gradient(45deg,#0000,#0000,#F7F2,#0000,#07F2,#0000,#0000);
2026-07-22 18:36:02 +02:00
background:url(./../img/backdrop.jpg);
background-size: cover;
background-position: bottom;
background-repeat: no-repeat;
2026-07-21 19:19:52 +02:00
}
img.icon{
display: inline-block !important;
margin-top: 0px;
margin-bottom: -5px;
width: 17px;
}
2026-07-22 18:36:02 +02:00
.btn .primary{ background: #ff33Ff; color:#000 !important;}
.btn .secondary{ background: #7070ff; color:#000 !important;}
2026-07-21 19:19:52 +02:00