121 lines
1.5 KiB
CSS
121 lines
1.5 KiB
CSS
/* TAGS */
|
|
|
|
html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-attachment: fixed;
|
|
|
|
height: 100%;
|
|
}
|
|
|
|
body, html {
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
color: lightgray;
|
|
font-family: "PT Sans", serif !important;
|
|
}
|
|
|
|
|
|
|
|
/* CLASSES */
|
|
|
|
.container-grid {
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
--bs-gutter-x: 1.5rem;
|
|
--bs-gutter-y: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.logo {
|
|
font-family: "Belanosima";
|
|
text-decoration: none;
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
}
|
|
|
|
.table-transparent {
|
|
--bs-table-bg: transparent !important;
|
|
}
|
|
|
|
.table td.table-cell-fit, .table th.table-cell-fit {
|
|
white-space: nowrap;
|
|
width: 1%;
|
|
}
|
|
|
|
.metadata-pill {
|
|
border-color: gray;
|
|
border-width: 2px;
|
|
border-radius: 30px;
|
|
border-style: solid;
|
|
|
|
padding: 2px 10px;
|
|
}
|
|
|
|
.metadata-pill-container {
|
|
gap: 1rem;
|
|
}
|
|
|
|
.metadata-pill-hoverable:hover {
|
|
background-color: gray;
|
|
color: black;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.top-3 {
|
|
top: 1rem !important;
|
|
}
|
|
|
|
.mb-2rem {
|
|
margin-bottom: 2rem !important;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.mt-9 {
|
|
margin-top: 9rem !important;
|
|
}
|
|
|
|
|
|
.panel-regular {
|
|
background-color: rgba(0, 0, 0, 0.6) !important;
|
|
}
|
|
|
|
.panel-yellow {
|
|
background-color: rgba(255, 184, 58, 0.6) !important;
|
|
}
|
|
|
|
.pt-05 {
|
|
padding-top: 0.125rem !important;
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu-left {
|
|
right: auto;
|
|
left: 0;
|
|
}
|
|
|
|
.btn-stretch-x {
|
|
width: 100%;
|
|
}
|
|
|
|
.w-100 {
|
|
width: 100%;
|
|
}
|
|
|
|
.picture-aspect-ratio {
|
|
aspect-ratio: 3/5;
|
|
} |