burguillos.info/public/css/styles.scss

872 lines
15 KiB
SCSS
Raw Normal View History

2023-08-25 17:36:00 +02:00
$background: antiquewhite;
$background-page: #FEFEFA;
2022-11-09 13:31:58 +01:00
$color: #2f4f4f;
$color-page: #666362;
2022-11-09 22:35:48 +01:00
$background_div: blueviolet;
$color_div: #f2eb8c;
2022-11-09 13:31:58 +01:00
$background-secondary: #635283;
$color-secondary: #8eea6d;
$accent-secondary: #fde68f;
$primary-secondary: #590e11;
2023-11-09 17:38:17 +01:00
$background_sidebar: $background-page; //#F5F5DC;
2023-09-28 19:49:41 +02:00
$color_sidebar: #dcdcf5;
2022-11-11 01:09:16 +01:00
2022-11-09 13:31:58 +01:00
html {
2023-05-07 05:15:22 +02:00
height: 100%;
2023-11-28 23:48:34 +01:00
touch-action: none;
2022-11-09 13:31:58 +01:00
}
body {
summary {
h2, h3, h4, h5 {
display: inline;
}
}
2023-09-28 18:03:21 +02:00
span.round-center {
2023-09-28 20:30:16 +02:00
background: $background_div;
color: $background_sidebar;
2023-09-28 18:03:21 +02:00
line-height: 100%;
aspect-ratio: 1 / 1;
display: inline-flex;
border-radius: 0.3em;
height: 0.7em;
font-size: 0.7em;
2023-09-28 19:21:04 +02:00
padding: 0.3em;
2023-09-28 18:03:21 +02:00
text-align: center;
justify-content: center;
align-items: center;
2023-09-28 19:21:04 +02:00
vertical-align: middle;
margin-bottom: 0.15em;
2023-09-28 18:03:21 +02:00
}
2023-09-04 01:23:27 +02:00
div.search-overlay {
2023-09-04 15:49:54 +02:00
overflow-y: scroll;
2023-09-04 01:23:27 +02:00
display: none;
position: fixed;
height: 100%;
width: 100%;
background: white;
2023-09-04 01:23:27 +02:00
z-index: 3;
top: 0;
flex-direction: column;
2023-09-28 00:20:34 +02:00
2023-09-04 01:23:27 +02:00
&.active {
2023-09-28 00:20:34 +02:00
display: flex;
2023-09-04 01:23:27 +02:00
}
2023-09-28 00:20:34 +02:00
div.search-results {
2023-09-28 00:20:34 +02:00
margin: 7px;
img {
width: 75px;
}
div.search-result {
div.row-title-url-image {
display: flex;
flex-direction: row;
img {
margin: 10px;
}
2023-09-08 03:03:52 +02:00
}
2023-09-28 00:20:34 +02:00
}
}
2023-09-28 00:20:34 +02:00
2023-09-04 01:23:27 +02:00
div.bounding-search-bar {
2023-09-28 00:20:34 +02:00
margin: 7px;
width: calc(100% - 20px);
border-radius: 10px;
height: 60px;
display: flex;
div.search {
width: calc(100% - 60px);
height: 60px;
margin-left: 0px;
margin-right: 0px;
}
a.up, a.down {
display: none;
}
a.exit-search {
width: 60px;
background: whitesmoke;
2023-09-04 01:23:27 +02:00
height: 60px;
display: flex;
2023-09-28 00:20:34 +02:00
justify-content: center;
align-items: center;
img {
width: 60%;
2023-09-04 01:23:27 +02:00
}
2023-09-28 00:20:34 +02:00
}
2023-09-04 01:23:27 +02:00
}
}
2023-09-28 00:20:34 +02:00
2023-09-04 01:23:27 +02:00
div.search {
background: whitesmoke;
margin-left: 10px;
margin-right: 10px;
2023-09-04 01:23:27 +02:00
display: flex;
2023-09-28 00:20:34 +02:00
2023-09-10 19:33:28 +02:00
a.search-icon {
2023-09-28 00:20:34 +02:00
height: calc(100% - 28px);
align-self: center;
margin: 7px;
display: flex;
background: aliceblue;
align-items: center;
padding: 7px;
border-radius: 10px;
border: solid gray 1px;
aspect-ratio: 1 / 1;
width: auto;
img {
height: 80%;
2023-09-10 19:33:28 +02:00
aspect-ratio: 1 / 1;
2023-09-28 00:20:34 +02:00
}
}
2023-09-28 00:20:34 +02:00
2023-09-04 01:23:27 +02:00
div.fake-text-box {
2023-09-28 00:20:34 +02:00
width: calc(100% - 60px);
display: flex;
align-items: center;
input[type="text"] {
font-size: 30px;
width: 100%;
height: 70%;
background: none;
border: none;
outline: none;
}
2023-09-04 01:23:27 +02:00
}
}
2023-09-28 00:20:34 +02:00
2023-05-07 05:15:22 +02:00
p, h1, h2, h3, h4, a {
font-family: 'arial';
}
2023-08-29 23:52:07 +02:00
*.android {
2023-08-30 23:46:49 +02:00
display: none;
2023-08-29 23:52:07 +02:00
}
2023-05-07 05:15:22 +02:00
margin: 0;
padding: 0;
overflow: hidden;
min-height: 100%;
width: 100%;
height: 100%;
div.site-wrapper {
display: table;
width: 100%;
height: 100%;
/* For at least Firefox */
min-height: 100%;
color: $color;
background: $background;
filter: blur(10px);
background-size: cover;
overflow: hidden;
}
2023-08-21 00:58:11 +02:00
div.carousel {
position: fixed;
top: 80%;
2023-11-30 11:33:00 +01:00
height: 20%;
width: 100%;
2023-08-30 23:46:49 +02:00
2023-08-21 00:58:11 +02:00
a {
position: absolute;
top: 0;
border: solid 3px black;
2023-11-30 11:33:00 +01:00
width: calc(100% - 6px);
height: calc(100% - 6px);
2023-11-30 11:33:00 +01:00
left: 100%;
transition: left 1s ease-in;
2023-11-30 11:33:00 +01:00
&.show {
2023-11-30 11:33:00 +01:00
left: 0%;
}
&.remove {
2023-11-30 11:33:00 +01:00
left: -100%;
}
2023-08-30 23:46:49 +02:00
font-size: 13px;
background: $color_div;
color: $background_div;
display: flex;
text-align: center;
justify-content: space-between;
align-items: center;
text-decoration: none;
&:hover, &:focus {
background: $background_div;
color: $color_div;
}
2023-12-02 21:28:37 +01:00
p {
margin-bottom: 1px;
}
h4 {
margin: 0;
}
2023-08-21 00:58:11 +02:00
}
2023-08-30 23:46:49 +02:00
2023-08-21 00:58:11 +02:00
img {
2023-08-30 23:46:49 +02:00
margin: 10px;
height: calc(100% - 20px);
border: solid 1px black;
background: white;
2023-08-21 00:58:11 +02:00
}
}
div.none {
display: none;
}
div.complete-container {
2023-05-07 05:15:22 +02:00
position: fixed;
z-index: 2;
color: $color-page;
top: 0%;
left: 0%;
height: 100%;
2023-08-21 00:58:11 +02:00
width: 100%;
}
2023-05-07 05:15:22 +02:00
div.page-contents.no-carousel {
2023-08-30 23:46:49 +02:00
height: calc(100% - 60px);
}
2023-08-30 23:46:49 +02:00
nav {
overflow: auto;
display: block;
font-size: 25px;
margin: 0px;
2023-08-28 23:41:18 +02:00
2023-08-30 23:46:49 +02:00
a.go-to-index img {}
2023-08-28 23:41:18 +02:00
2023-08-30 23:46:49 +02:00
a {
padding-left: 10px;
padding-right: 10px;
height: 100%;
text-decoration: none;
color: $color_div;
margin: 0;
2023-09-03 12:17:32 +02:00
background: $background_div;
2023-09-28 00:20:34 +02:00
2023-08-30 23:46:49 +02:00
&:hover, &:focus {
background: $color_div;
color: $background_div;
2023-08-28 23:41:18 +02:00
}
2023-08-30 23:46:49 +02:00
&.selected {
background: $background-page;
color: $background_div;
border-right: 1px solid $background_div;
2023-08-28 23:41:18 +02:00
}
}
2023-08-30 23:46:49 +02:00
}
2023-08-28 23:41:18 +02:00
2023-08-30 23:46:49 +02:00
nav.desktop {
display: none;
2023-08-28 23:41:18 +02:00
2023-08-30 23:46:49 +02:00
a {
vertical-align: middle;
2023-08-28 23:41:18 +02:00
}
2023-09-28 00:20:34 +02:00
2023-09-08 01:43:38 +02:00
a.search-icon {
2023-09-28 00:20:34 +02:00
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
img {
background: aliceblue;
border-radius: 10px;
padding: 10%;
width: 60%;
height: 60%;
}
2023-09-08 01:43:38 +02:00
}
2023-08-30 23:46:49 +02:00
}
2023-09-28 16:32:33 +02:00
div.transparent-fullscreen-hide {
position: fixed;
background: black;
left: 0;
width: 100%;
opacity: 40%;
top: 60px;
height: calc(100% - 60px);
z-index: 250;
display: none;
2023-09-28 18:03:21 +02:00
2023-09-28 16:32:33 +02:00
&.show {
2023-09-28 18:03:21 +02:00
display: block;
2023-09-28 16:32:33 +02:00
}
}
2023-08-30 23:46:49 +02:00
nav.mobile-foldable {
2023-09-28 21:40:18 +02:00
visibility: hidden;
2023-09-28 00:20:34 +02:00
position: fixed;
2023-09-28 00:32:13 +02:00
left: 100%;
2023-09-28 19:21:04 +02:00
width: 70%;
2023-09-28 00:20:34 +02:00
top: 60px;
height: calc(100% - 60px);
z-index: 500;
2023-09-28 21:40:18 +02:00
transition: left 0.5s ease-in, visibility 0.5s ease-in;
2023-09-28 19:49:41 +02:00
background: $background_sidebar;
2023-09-28 18:03:21 +02:00
& > a:first-child {
margin-top: 30px;
}
2023-08-28 23:41:18 +02:00
2023-08-30 23:46:49 +02:00
a {
//background: $color_div;
//color: $background_div;
2023-08-28 23:41:18 +02:00
display: block;
2023-09-28 16:33:57 +02:00
font-size: 1.1em;
2023-09-28 00:20:34 +02:00
height: auto;
padding-left: auto;
padding-right: auto;
2023-09-28 20:30:16 +02:00
color: $background_div;
// border: 1px solid black;
background: $background_sidebar;
2023-09-28 18:03:21 +02:00
margin-top: 10px;
padding: 10px;
margin-left: 10px;
border-radius: 20px;
2023-09-28 19:49:41 +02:00
width: calc(100% - 20px - 20px - 2px);
2023-09-28 00:20:34 +02:00
}
2023-09-28 18:03:21 +02:00
2023-09-28 00:20:34 +02:00
div.child-categories-mobile {
2023-09-28 20:30:16 +02:00
margin-left: 80px;
width: calc(100% - 90px - 20px);
2023-09-28 18:03:21 +02:00
a {
2023-09-28 20:30:16 +02:00
display: list-item;
2023-09-28 18:03:21 +02:00
font-size: 1em;
}
2023-08-30 23:46:49 +02:00
}
}
nav.mobile-foldable.show {
2023-09-28 19:21:04 +02:00
left: 30%;
2023-09-28 21:40:18 +02:00
visibility: visible;
2023-08-30 23:46:49 +02:00
}
2023-08-28 23:41:18 +02:00
nav.mobile-shortcuts > a {
2023-08-30 23:46:49 +02:00
display: flex;
2023-08-28 23:41:18 +02:00
align-items: center;
justify-content: center;
2023-09-28 19:49:41 +02:00
&.active {
background: $background_sidebar;
color: $color_sidebar;
2023-09-28 21:40:18 +02:00
&:focus {
background: $color_div;
}
2023-09-28 19:49:41 +02:00
}
2023-08-28 23:41:18 +02:00
}
2023-08-30 23:46:49 +02:00
a.menu-expand {
padding-bottom: 9px;
2023-08-28 23:41:18 +02:00
2023-08-30 23:46:49 +02:00
.open-menu-icon-hover {
display: none;
}
2023-08-28 23:41:18 +02:00
2023-09-28 19:49:41 +02:00
&:hover, &:focus, &.active {
2023-08-30 23:46:49 +02:00
.open-menu-icon-hover {
display: block;
2023-08-28 23:41:18 +02:00
}
2023-08-30 23:46:49 +02:00
.open-menu-icon {
display: none;
}
2023-08-28 23:41:18 +02:00
}
2023-08-30 23:46:49 +02:00
}
2023-08-28 23:41:18 +02:00
2023-08-30 23:46:49 +02:00
nav > a.menu-expand > img {
width: 30px;
height: 30px;
}
2023-08-28 23:41:18 +02:00
2023-08-30 23:46:49 +02:00
nav > a > img.index-image-menu {
vertical-align: middle;
width: 40px;
height: 40px;
}
nav > a > img.index-image-menu, div.burguillos-logo-container > img {
transition-property: transform;
transition-duration: 2s;
transition-delay: 2s;
2023-08-28 23:41:18 +02:00
}
2023-08-30 23:46:49 +02:00
nav > a:hover > img.index-image-menu,
div.burguillos-logo-container.active > img {
transform: rotate(-1.5707963268rad);
}
2023-09-28 00:20:34 +02:00
2023-09-10 19:33:28 +02:00
div.search-in-page {
display: none;
position: fixed;
top: 60px;
height: 60px;
width: 100%;
align-items: center;
background: $background_div;
z-index: 3;
2023-09-28 00:20:34 +02:00
2023-09-10 19:33:28 +02:00
a.up, a.down {
2023-09-28 00:20:34 +02:00
display: flex;
align-items: center;
justify-content: center;
height: calc(100% - 28px);
align-self: center;
margin: 7px;
display: flex;
background: aliceblue;
align-items: center;
padding: 7px;
border-radius: 10px;
border: solid gray 1px;
aspect-ratio: 1/1;
2023-08-28 23:41:18 +02:00
2023-09-28 00:20:34 +02:00
img {
height: 80%;
}
2023-09-10 19:33:28 +02:00
}
2023-09-28 00:20:34 +02:00
2023-09-10 19:33:28 +02:00
span {
2023-09-28 00:20:34 +02:00
color: whitesmoke;
font-size: 25px;
2023-09-10 19:33:28 +02:00
}
2023-09-28 00:20:34 +02:00
2023-09-10 19:33:28 +02:00
&.active {
2023-09-28 00:20:34 +02:00
display: flex;
2023-09-10 19:33:28 +02:00
}
}
2023-09-28 00:20:34 +02:00
2023-08-28 23:41:18 +02:00
nav.mobile-shortcuts {
2023-08-30 23:46:49 +02:00
position: fixed;
display: flex;
align-items: center;
2023-08-30 23:46:49 +02:00
width: 100%;
background: $background_div;
height: 60px;
top: 0%;
2023-08-28 23:41:18 +02:00
2023-08-30 23:46:49 +02:00
a {
height: 100%;
width: (100% / 6);
padding-left: 0;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
}
2023-08-28 23:41:18 +02:00
div.search {
width: calc(100% * 4 / 6 - 20px);
height: 80%;
border-radius: 10px;
2023-08-30 23:46:49 +02:00
}
2023-08-28 23:41:18 +02:00
}
2023-08-21 00:58:11 +02:00
div.page-contents {
2023-08-25 17:22:32 +02:00
background: $background-page;
2023-08-21 00:58:11 +02:00
position: fixed;
top: 60px;
height: calc(80% - 60px);
width: 100%;
2023-08-21 00:58:11 +02:00
overflow-y: scroll;
2023-08-30 23:46:49 +02:00
2023-05-07 05:15:22 +02:00
div.child-categories-mobile a {
padding-left: 2.5rem;
}
img {
2023-09-08 03:03:52 +02:00
max-width: 100%;
2023-05-07 05:15:22 +02:00
margin-left: auto;
margin-right: auto;
display: block;
}
table {
color: $background_div;
background: $color_div;
border: 3px solid $background_div;
border-collapse: collapse;
width: 100%;
2023-09-28 00:20:34 +02:00
2023-09-10 20:43:14 +02:00
tr:hover {
2023-09-28 00:20:34 +02:00
background: $background_div;
color: $color_div;
th, td {
border: 3px solid $color_div;
}
2023-09-10 20:43:14 +02:00
}
2023-05-07 05:15:22 +02:00
td, th {
2023-05-07 23:42:34 +02:00
font-size: 12px;
2023-05-07 05:15:22 +02:00
}
table-layout: fixed;
}
th, td {
border: 3px solid $background_div;
border-collapse: collapse;
padding-right: 10px;
margin: 0;
}
div.description {
input {
display: block;
}
word-wrap: break-word;
div.suscribirse-rss {
img {
max-height: 300px;
2023-05-03 00:07:43 +02:00
}
2023-05-07 05:15:22 +02:00
}
padding: 1%;
margin-left: 3%;
margin-right: 3%;
margin-bottom: 1%;
div.articles {
display: flex;
flex-direction: row;
flex-wrap: wrap;
2023-11-15 18:12:49 +01:00
font-size: 0.7rem;
2023-11-09 17:38:17 +01:00
a {
&:nth-child(2n+1) {
margin-left: 0%;
}
width: 45%;
margin-left: 5%;
}
2023-05-07 05:15:22 +02:00
div.image-container {
2023-08-30 23:46:49 +02:00
margin-left: 2.5%;
margin-top: 10px;
height: 95%;
width: 95%;
display: flex;
min-height: 130px;
justify-content: center;
align-items: center;
img {
background: white;
max-height: 100%;
max-width: 100%;
border: solid 1px black;
}
2023-05-07 05:15:22 +02:00
}
2022-11-09 13:31:58 +01:00
2023-05-07 05:15:22 +02:00
a {
2023-08-30 23:46:49 +02:00
min-height: 90%;
display: block;
text-decoration: none;
text-overflow: ellipsis;
margin-bottom: 30px;
&:focus, &:hover {
//outline: red solid 3px;
article {
background: $background_div;
color: $color_div;
}
}
article {
2023-05-07 05:15:22 +02:00
word-wrap: break-word;
width: 90%;
height: 90%;
p, h4, h3, h2 {
margin: 0px;
}
2023-08-30 23:46:49 +02:00
2023-05-07 05:15:22 +02:00
div.article-up-part {
2023-08-30 23:46:49 +02:00
height: 12em;
2023-05-07 05:15:22 +02:00
}
div.article-down-part {
2023-08-30 23:46:49 +02:00
margin-top: 2em;
height: 9em;
display: flex;
align-items: end;
padding-bottom: 2em;
2023-05-07 05:15:22 +02:00
}
padding: 5%;
padding-top: 1%;
color: $background_div;
box-shadow: 8px 8px 1px 0px #8ddfd6;
border: 3px solid black;
&:hover {
background: $background_div;
color: $color_div;
}
p.date {
text-align: right;
}
p.author {
text-align: right;
}
}
}
}
a.suscribe-category-rss {
background: $background_div;
width: 40px;
height: 40px;
padding: 10px;
border-radius: 5px;
display: inline-block;
img {
width: 40px;
height: 40px;
}
}
}
2023-08-30 23:46:49 +02:00
div.open-browser-container {
display: flex;
justify-content: start;
width: 100%;
margin-left: 0px;
margin-right: 0px;
2023-08-30 23:59:34 +02:00
padding-left: 0px;
padding-right: 0px;
2023-08-30 23:46:49 +02:00
background: $color_div;
color: $background_div;
2023-08-23 16:34:12 +02:00
2023-08-30 23:46:49 +02:00
a.open-in-browser {
text-decoration: none;
display: flex;
justify-content: space-between;
2023-08-30 23:47:37 +02:00
width: calc(100% - 20px);
2023-08-30 23:46:49 +02:00
align-items: center;
margin-left: 10px;
margin-right: 10px;
img {
display: block;
height: 2rem;
width: 2rem;
margin-right: 0px;
margin-left: 0px;
}
2023-08-30 23:46:49 +02:00
span {
display: block;
}
}
}
div.open-browser-container.android {
display: none;
}
2023-08-25 05:21:54 +02:00
div.easter-egg {
2023-08-30 23:46:49 +02:00
display: flex;
justify-content: center;
2023-08-25 05:21:54 +02:00
}
div.burguillos-logo-container.active {
2023-08-30 23:46:49 +02:00
border: solid 1px black;
border-radius: 50%;
filter: invert(1);
2023-08-25 05:21:54 +02:00
}
div.burguillos-logo-container {
2023-08-30 23:46:49 +02:00
padding: 40px;
width: 120px;
}
2023-08-30 23:46:49 +02:00
div.burguillos-logo-container.active img {}
2023-05-07 05:15:22 +02:00
h1 {
text-align: center;
}
div.footer {
p, h1, h2, h3, h4, a {
font-size: initial;
}
a.suscribe-category-rss {
padding: 7px;
}
a.suscribe-category-rss, a.suscribe-category-rss > img {
width: 20px;
height: 20px;
}
}
}
2022-11-09 13:31:58 +01:00
}
2023-05-05 16:42:46 +02:00
@media (min-width: 450px) {
2023-05-07 05:15:22 +02:00
body {
div.page-contents {
table {
th, td {
font-size: 20px;
2023-05-05 16:42:46 +02:00
}
2023-05-07 05:15:22 +02:00
}
2023-05-05 16:42:46 +02:00
}
2023-05-07 05:15:22 +02:00
}
2023-05-05 16:42:46 +02:00
}
2023-08-30 23:46:49 +02:00
@media (min-width: 694px) {
body {
2023-09-07 02:03:57 +02:00
div.carousel {
2023-09-28 00:20:34 +02:00
a {
font-size: 20px;
}
h3 {
font-size: 25px;
}
2023-09-07 02:03:57 +02:00
}
2023-09-28 00:20:34 +02:00
div.page-contents {
div.description {
div.articles {
a {
&:nth-child(2n+1) {
2023-08-30 23:46:49 +02:00
margin-left: 0%;
}
2023-08-30 23:46:49 +02:00
width: 45%;
margin-left: 5%;
}
}
}
2023-09-28 00:20:34 +02:00
2023-09-08 03:03:52 +02:00
img {
max-width: 694px;
}
}
}
}
2023-05-05 16:42:46 +02:00
@media (min-width: 1100px) {
2023-05-07 05:15:22 +02:00
body {
2023-09-28 00:20:34 +02:00
nav.mobile-foldable, nav.mobile-foldable.show {
display: none;
}
2023-08-28 23:41:18 +02:00
nav.mobile-shortcuts {
display: none;
}
2023-09-28 00:20:34 +02:00
2023-09-12 09:22:35 +02:00
div.search-in-page.active {
2023-09-28 00:20:34 +02:00
display: none;
2023-09-12 09:22:35 +02:00
}
2023-08-30 23:46:49 +02:00
2023-05-07 05:15:22 +02:00
div.page-contents {
2023-09-08 03:03:52 +02:00
div.description.open-browser-container {
margin-left: 0;
margin-right: 0;
}
2023-09-28 00:20:34 +02:00
2023-05-07 05:15:22 +02:00
div.description {
margin-left: 10%;
margin-right: 10%;
}
nav.desktop {
display: block;
height: auto;
2023-08-23 16:34:12 +02:00
height: 60px;
2023-05-07 05:15:22 +02:00
a {
display: table-cell;
2023-08-23 16:34:12 +02:00
height: 60px;
2023-05-07 05:15:22 +02:00
img.index-image-menu {
2023-08-23 16:34:12 +02:00
height: 40px;
width: 40px;
2023-05-07 05:15:22 +02:00
}
}
}
top: 0%;
left: 5%;
2023-08-22 00:31:51 +02:00
height: 80%;
width: 90%;
border: solid 1px black;
2023-08-22 00:31:51 +02:00
}
2023-08-30 23:46:49 +02:00
2023-08-22 00:31:51 +02:00
div.page-contents.no-carousel {
2023-05-07 05:15:22 +02:00
height: 100%;
}
}
}
@media (min-width: 1333px) {
body {
div.page-contents {
div.description {
div.articles {
a {
&:nth-child(2n+1) {
2023-08-30 23:46:49 +02:00
margin-left: 3%;
}
2023-08-30 23:46:49 +02:00
&:nth-child(3n+1) {
2023-08-30 23:46:49 +02:00
margin-left: 0%;
}
2023-08-30 23:46:49 +02:00
2023-05-07 05:15:22 +02:00
width: 30%;
margin-left: 3%;
}
}
}
}
}
2022-11-09 13:31:58 +01:00
}
2023-09-07 02:03:57 +02:00
@media (max-width: 200px) {
2023-09-28 00:20:34 +02:00
body {
font-size: 20px;
}
2023-09-07 02:03:57 +02:00
}
2023-09-10 12:42:29 +02:00
@media (max-height: 400px) {
2023-09-28 00:20:34 +02:00
body {
div.carousel {
height: 120px;
top: calc(100% - 120px);
2023-09-10 12:42:29 +02:00
}
2023-09-28 00:20:34 +02:00
div.page-contents {
height: calc(100% - 60px - 120px);
}
}
2023-09-10 12:42:29 +02:00
}