2023-05-01 00:02:37 +02:00
|
|
|
html {
|
|
|
|
height: 100%; }
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
min-height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%; }
|
|
|
|
body p, body h1, body h2, body h3, body h4, body a {
|
|
|
|
font-family: 'arial'; }
|
|
|
|
body div.site-wrapper {
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
/* For at least Firefox */
|
|
|
|
min-height: 100%;
|
|
|
|
color: #2f4f4f;
|
2023-05-04 00:07:13 +02:00
|
|
|
background: url(../img/parque_patos.webp);
|
2023-05-01 00:02:37 +02:00
|
|
|
filter: blur(10px);
|
|
|
|
background-size: cover;
|
|
|
|
overflow: hidden; }
|
2023-08-21 00:58:11 +02:00
|
|
|
body div.carousel {
|
|
|
|
position: fixed;
|
|
|
|
top: 80%;
|
2023-08-21 14:10:18 +02:00
|
|
|
height: calc(20% - 6px);
|
|
|
|
width: calc(100% - 6px);
|
|
|
|
border: solid 3px black; }
|
2023-08-21 00:58:11 +02:00
|
|
|
body div.carousel a {
|
2023-08-21 17:07:31 +02:00
|
|
|
background: #f2eb8c;
|
2023-08-21 14:10:18 +02:00
|
|
|
color: blueviolet;
|
2023-08-21 00:58:11 +02:00
|
|
|
display: flex;
|
|
|
|
text-align: center;
|
2023-08-21 14:10:18 +02:00
|
|
|
justify-content: space-between;
|
2023-08-21 00:58:11 +02:00
|
|
|
align-items: center;
|
|
|
|
height: 100%;
|
|
|
|
text-decoration: none; }
|
2023-08-21 14:10:18 +02:00
|
|
|
body div.carousel a:hover {
|
2023-08-21 17:07:31 +02:00
|
|
|
background: blueviolet;
|
2023-08-21 14:10:18 +02:00
|
|
|
color: #f2eb8c; }
|
|
|
|
body div.carousel div.promoted-tag, body div.carousel h3 {
|
|
|
|
margin: 0;
|
|
|
|
margin-right: 5px; }
|
2023-08-21 00:58:11 +02:00
|
|
|
body div.carousel img {
|
2023-08-21 14:10:18 +02:00
|
|
|
margin: 10px;
|
|
|
|
height: calc(100% - 20px);
|
2023-08-22 18:43:42 +02:00
|
|
|
border: solid 1px black;
|
|
|
|
background: white; }
|
2023-08-21 00:58:11 +02:00
|
|
|
body div.none {
|
|
|
|
display: none; }
|
|
|
|
body div.complete-container {
|
2023-05-01 00:02:37 +02:00
|
|
|
position: fixed;
|
|
|
|
z-index: 2;
|
|
|
|
background: #FEFEFA;
|
|
|
|
color: #666362;
|
|
|
|
top: 0%;
|
|
|
|
left: 0%;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%; }
|
2023-08-21 17:07:31 +02:00
|
|
|
body div.page-contents.no-carousel {
|
|
|
|
height: calc(100% - 60px); }
|
2023-08-21 00:58:11 +02:00
|
|
|
body div.page-contents {
|
|
|
|
position: fixed;
|
|
|
|
top: 60px;
|
|
|
|
height: calc(80% - 60px);
|
2023-08-21 17:07:31 +02:00
|
|
|
width: 100%;
|
2023-08-21 00:58:11 +02:00
|
|
|
overflow-y: scroll; }
|
2023-05-03 00:07:43 +02:00
|
|
|
body div.page-contents div.child-categories-mobile a {
|
|
|
|
padding-left: 2.5rem; }
|
2023-05-01 00:02:37 +02:00
|
|
|
body div.page-contents img {
|
|
|
|
max-width: 100%;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
display: block; }
|
|
|
|
body div.page-contents table {
|
|
|
|
color: blueviolet;
|
|
|
|
background: #f2eb8c;
|
|
|
|
border: 3px solid blueviolet;
|
2023-05-05 16:42:46 +02:00
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
table-layout: fixed; }
|
|
|
|
body div.page-contents table td, body div.page-contents table th {
|
2023-05-07 23:42:34 +02:00
|
|
|
font-size: 12px; }
|
2023-05-01 00:02:37 +02:00
|
|
|
body div.page-contents th, body div.page-contents td {
|
|
|
|
border: 3px solid blueviolet;
|
|
|
|
border-collapse: collapse;
|
|
|
|
padding-right: 10px;
|
|
|
|
margin: 0; }
|
|
|
|
body div.page-contents div.description {
|
2023-05-09 00:31:05 +02:00
|
|
|
margin-top: 60px;
|
2023-05-01 00:02:37 +02:00
|
|
|
word-wrap: break-word;
|
|
|
|
padding: 1%;
|
|
|
|
margin-left: 3%;
|
|
|
|
margin-right: 3%;
|
2023-05-09 00:31:05 +02:00
|
|
|
margin-bottom: 1%; }
|
2023-05-01 00:02:37 +02:00
|
|
|
body div.page-contents div.description input {
|
|
|
|
display: block; }
|
|
|
|
body div.page-contents div.description div.suscribirse-rss img {
|
|
|
|
max-height: 300px; }
|
|
|
|
body div.page-contents div.description div.articles {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap; }
|
2023-05-07 05:15:22 +02:00
|
|
|
body div.page-contents div.description div.articles div.image-container {
|
|
|
|
margin-left: 2.5%;
|
|
|
|
margin-top: 10px;
|
|
|
|
height: 95%;
|
|
|
|
width: 95%;
|
|
|
|
display: flex;
|
|
|
|
min-height: 130px;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center; }
|
|
|
|
body div.page-contents div.description div.articles div.image-container img {
|
2023-08-22 18:42:01 +02:00
|
|
|
background: white;
|
2023-05-07 05:15:22 +02:00
|
|
|
max-height: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
min-width: 277px;
|
|
|
|
border: solid 1px black; }
|
2023-05-01 00:02:37 +02:00
|
|
|
body div.page-contents div.description div.articles a {
|
2023-05-07 05:15:22 +02:00
|
|
|
min-height: 90%;
|
2023-05-01 00:02:37 +02:00
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
text-overflow: ellipsis;
|
2023-05-07 05:15:22 +02:00
|
|
|
margin-bottom: 30px; }
|
2023-05-01 00:02:37 +02:00
|
|
|
body div.page-contents div.description div.articles a article {
|
|
|
|
word-wrap: break-word;
|
|
|
|
width: 90%;
|
2023-05-07 05:15:22 +02:00
|
|
|
height: 90%;
|
2023-05-01 00:02:37 +02:00
|
|
|
padding: 5%;
|
|
|
|
padding-top: 1%;
|
|
|
|
background: #f2eb8c;
|
|
|
|
color: blueviolet;
|
|
|
|
box-shadow: 8px 8px 1px 0px #8ddfd6;
|
|
|
|
border: 3px solid black; }
|
|
|
|
body div.page-contents div.description div.articles a article p, body div.page-contents div.description div.articles a article h4, body div.page-contents div.description div.articles a article h3, body div.page-contents div.description div.articles a article h2 {
|
|
|
|
margin: 0px; }
|
2023-05-07 05:15:22 +02:00
|
|
|
body div.page-contents div.description div.articles a article p {
|
|
|
|
font-size: 0.9rem; }
|
|
|
|
body div.page-contents div.description div.articles a article div.article-up-part {
|
|
|
|
height: 12em; }
|
|
|
|
body div.page-contents div.description div.articles a article div.article-down-part {
|
|
|
|
margin-top: 2em;
|
2023-05-07 16:46:51 +02:00
|
|
|
height: 9em;
|
|
|
|
display: flex;
|
|
|
|
align-items: end;
|
|
|
|
padding-bottom: 2em; }
|
2023-05-01 00:02:37 +02:00
|
|
|
body div.page-contents div.description div.articles a article:hover {
|
|
|
|
background: blueviolet;
|
|
|
|
color: #f2eb8c; }
|
|
|
|
body div.page-contents div.description div.articles a article p.date {
|
|
|
|
text-align: right; }
|
|
|
|
body div.page-contents div.description div.articles a article p.author {
|
|
|
|
text-align: right; }
|
|
|
|
body div.page-contents div.description a.suscribe-category-rss {
|
|
|
|
background: blueviolet;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
padding: 10px;
|
|
|
|
border-radius: 5px;
|
|
|
|
display: inline-block; }
|
|
|
|
body div.page-contents div.description a.suscribe-category-rss img {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px; }
|
2023-08-23 16:34:12 +02:00
|
|
|
body div.page-contents nav.mobile-shortcuts > a {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center; }
|
2023-05-01 05:40:29 +02:00
|
|
|
body div.page-contents nav > a.menu-expand > img {
|
2023-05-01 00:02:37 +02:00
|
|
|
width: 30px;
|
2023-08-23 16:34:12 +02:00
|
|
|
height: 30px; }
|
2023-05-01 00:02:37 +02:00
|
|
|
body div.page-contents nav > a > img.index-image-menu {
|
|
|
|
vertical-align: middle;
|
2023-08-23 16:34:12 +02:00
|
|
|
width: 40px;
|
|
|
|
height: 40px; }
|
2023-05-01 00:02:37 +02:00
|
|
|
body div.page-contents nav.desktop {
|
|
|
|
display: none; }
|
|
|
|
body div.page-contents nav.desktop a {
|
|
|
|
vertical-align: middle;
|
|
|
|
background: blueviolet; }
|
|
|
|
body div.page-contents nav {
|
|
|
|
overflow: auto;
|
|
|
|
display: block;
|
2023-05-05 16:32:41 +02:00
|
|
|
font-size: 25px;
|
2023-05-01 00:02:37 +02:00
|
|
|
margin: 0px; }
|
|
|
|
body div.page-contents nav a {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
height: 100%;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #f2eb8c;
|
|
|
|
margin: 0; }
|
|
|
|
body div.page-contents nav a:hover {
|
|
|
|
background: #f2eb8c;
|
|
|
|
color: blueviolet; }
|
|
|
|
body div.page-contents nav a.selected {
|
|
|
|
background: #f2eb8c;
|
|
|
|
color: blueviolet; }
|
|
|
|
body div.page-contents nav a.menu-expand {
|
|
|
|
padding-bottom: 9px; }
|
2023-05-01 05:40:29 +02:00
|
|
|
body div.page-contents nav a.menu-expand .open-menu-icon-hover {
|
|
|
|
display: none; }
|
|
|
|
body div.page-contents nav a.menu-expand:hover .open-menu-icon-hover {
|
|
|
|
display: block; }
|
|
|
|
body div.page-contents nav a.menu-expand:hover .open-menu-icon {
|
|
|
|
display: none; }
|
2023-05-01 00:02:37 +02:00
|
|
|
body div.page-contents nav.mobile-shortcuts {
|
|
|
|
position: fixed;
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
background: blueviolet;
|
2023-08-21 00:58:11 +02:00
|
|
|
height: 60px;
|
|
|
|
top: 0%; }
|
2023-05-01 00:02:37 +02:00
|
|
|
body div.page-contents nav.mobile-shortcuts a {
|
|
|
|
height: 100%;
|
2023-08-23 16:34:12 +02:00
|
|
|
width: 16.6666666667%;
|
|
|
|
padding-left: 0;
|
|
|
|
padding-top: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
padding-bottom: 0; }
|
2023-05-01 00:02:37 +02:00
|
|
|
body div.page-contents nav.mobile-shortcuts div {
|
2023-08-21 00:58:11 +02:00
|
|
|
width: 66.6666666667%; }
|
2023-05-01 00:02:37 +02:00
|
|
|
body div.page-contents nav.mobile-foldable {
|
|
|
|
display: none;
|
|
|
|
background: blueviolet;
|
|
|
|
color: #f2eb8c; }
|
|
|
|
body div.page-contents nav.mobile-foldable a {
|
|
|
|
display: block; }
|
|
|
|
body div.page-contents nav.mobile-foldable.show {
|
|
|
|
display: block; }
|
|
|
|
body div.page-contents h1 {
|
2023-05-05 16:32:41 +02:00
|
|
|
text-align: center; }
|
2023-05-01 00:02:37 +02:00
|
|
|
body div.page-contents div.footer p, body div.page-contents div.footer h1, body div.page-contents div.footer h2, body div.page-contents div.footer h3, body div.page-contents div.footer h4, body div.page-contents div.footer a {
|
|
|
|
font-size: initial; }
|
|
|
|
body div.page-contents div.footer a.suscribe-category-rss {
|
|
|
|
padding: 7px; }
|
|
|
|
body div.page-contents div.footer a.suscribe-category-rss, body div.page-contents div.footer a.suscribe-category-rss > img {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px; }
|
|
|
|
|
2023-05-05 16:42:46 +02:00
|
|
|
@media (min-width: 450px) {
|
|
|
|
body div.page-contents table th, body div.page-contents table td {
|
2023-05-06 02:32:10 +02:00
|
|
|
font-size: 20px; } }
|
2023-05-05 16:42:46 +02:00
|
|
|
|
2023-05-07 06:57:21 +02:00
|
|
|
@media (min-width: 694px) {
|
2023-05-09 00:31:05 +02:00
|
|
|
body div.page-contents div.description div.articles a {
|
|
|
|
width: 45%;
|
|
|
|
margin-left: 5%; }
|
|
|
|
body div.page-contents div.description div.articles a:nth-child(2n+1) {
|
|
|
|
margin-left: 0%; } }
|
2023-05-07 06:57:21 +02:00
|
|
|
|
2023-05-01 00:02:37 +02:00
|
|
|
@media (min-width: 1100px) {
|
|
|
|
body div.page-contents {
|
2023-05-01 06:29:44 +02:00
|
|
|
top: 0%;
|
2023-05-01 00:02:37 +02:00
|
|
|
left: 5%;
|
2023-08-22 00:31:51 +02:00
|
|
|
height: 80%;
|
|
|
|
width: 100%; }
|
2023-05-01 00:02:37 +02:00
|
|
|
body div.page-contents nav.mobile-foldable, body div.page-contents nav.mobile-foldable.show {
|
|
|
|
display: none; }
|
|
|
|
body div.page-contents div.description {
|
|
|
|
margin-left: 10%;
|
2023-05-09 00:31:05 +02:00
|
|
|
margin-right: 10%; }
|
2023-05-01 00:02:37 +02:00
|
|
|
body div.page-contents nav.desktop {
|
|
|
|
display: block;
|
2023-08-23 16:34:12 +02:00
|
|
|
height: auto;
|
|
|
|
height: 60px; }
|
2023-05-01 00:02:37 +02:00
|
|
|
body div.page-contents nav.desktop a {
|
2023-08-23 16:34:12 +02:00
|
|
|
display: table-cell;
|
|
|
|
height: 60px; }
|
2023-05-01 00:02:37 +02:00
|
|
|
body div.page-contents nav.desktop a img.index-image-menu {
|
2023-08-23 16:34:12 +02:00
|
|
|
height: 40px;
|
|
|
|
width: 40px; }
|
2023-05-01 00:02:37 +02:00
|
|
|
body div.page-contents nav.mobile-shortcuts {
|
2023-08-22 00:31:51 +02:00
|
|
|
display: none; }
|
|
|
|
body div.page-contents.no-carousel {
|
|
|
|
height: 100%; } }
|
2023-05-01 00:02:37 +02:00
|
|
|
|
2023-05-07 05:15:22 +02:00
|
|
|
@media (min-width: 1333px) {
|
2023-05-09 00:31:05 +02:00
|
|
|
body div.page-contents div.description div.articles a {
|
|
|
|
width: 30%;
|
|
|
|
margin-left: 3%; }
|
|
|
|
body div.page-contents div.description div.articles a:nth-child(2n+1) {
|
2023-05-07 06:57:21 +02:00
|
|
|
margin-left: 3%; }
|
2023-05-09 00:31:05 +02:00
|
|
|
body div.page-contents div.description div.articles a:nth-child(3n+1) {
|
|
|
|
margin-left: 0%; } }
|