2025-12-20 02:06:03 +00:00
|
|
|
*,
|
|
|
|
|
::before,
|
|
|
|
|
::after {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
2025-12-23 13:37:26 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2025-12-20 02:06:03 +00:00
|
|
|
html {
|
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif, Apple Color Emoji, "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
|
|
|
}
|
|
|
|
|
|
2025-12-23 13:37:26 +00:00
|
|
|
|
|
|
|
|
|
2025-12-20 02:06:03 +00:00
|
|
|
body {
|
2025-12-23 13:37:26 +00:00
|
|
|
# min-height: 100vh;
|
|
|
|
|
# margin: 0 auto;
|
|
|
|
|
# padding: 10px;
|
|
|
|
|
# display: grid;
|
|
|
|
|
# gap: 1vw;
|
|
|
|
|
# grid-template-rows: min-content 1fr min-content;
|
|
|
|
|
#background-color: rgba(0, 0, 0, 0.8);
|
2025-12-20 02:06:03 +00:00
|
|
|
}
|
|
|
|
|
|
2025-12-23 13:37:26 +00:00
|
|
|
|
2025-12-20 02:06:03 +00:00
|
|
|
a {
|
|
|
|
|
color: currentColor;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
font-family: verdana;
|
|
|
|
|
font-size: 300%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
footer {
|
2025-12-23 13:37:26 +00:00
|
|
|
#border-top: 2px;
|
|
|
|
|
#padding: 1rem 1rem 1rem;
|
2025-12-20 02:06:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
header {
|
2025-12-23 13:37:26 +00:00
|
|
|
border-bottom: 2px;
|
2025-12-20 02:06:03 +00:00
|
|
|
}
|
|
|
|
|
|
2025-12-23 13:37:26 +00:00
|
|
|
.bg-img {
|
|
|
|
|
background-image: url('/media/images/background.original.jpg');
|
|
|
|
|
background-position: center center;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-attachment: fixed;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-color: #999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.img-responsive {
|
|
|
|
|
display: block;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2025-12-20 02:06:03 +00:00
|
|
|
.template-homepage main {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.skip-link {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.skip-link:focus-visible {
|
|
|
|
|
top: 5px;
|
2025-12-23 13:37:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.box {
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
|
|
|
padding: 1rem 1rem 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|