2022-11-09 13:31:58 +01:00
|
|
|
$background: url(../img/parque_patos.jpg);
|
2022-11-10 11:10:20 +01:00
|
|
|
$background-page: #FEFEFA;
|
2022-11-09 13:31:58 +01:00
|
|
|
$color: #2f4f4f;
|
2022-11-10 11:10:20 +01:00
|
|
|
$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;
|
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
div.page-contents {
|
|
|
|
position: absolute;
|
|
|
|
position: fixed;
|
|
|
|
overflow-y: scroll;
|
|
|
|
z-index: 2;
|
2022-11-10 11:10:20 +01:00
|
|
|
background: $background-page;
|
|
|
|
color: $color-page;
|
2022-11-09 13:31:58 +01:00
|
|
|
top: 0%;
|
|
|
|
left: 0%;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2022-11-09 16:56:51 +01:00
|
|
|
table {
|
2022-11-10 18:57:22 +01:00
|
|
|
color: $background_div;
|
|
|
|
background: $color_div;
|
2022-11-10 20:11:48 +01:00
|
|
|
border: 3px solid $background_div;
|
|
|
|
border-collapse: collapse;
|
2022-11-09 16:56:51 +01:00
|
|
|
}
|
|
|
|
th,td {
|
2022-11-10 20:11:48 +01:00
|
|
|
border: 3px solid $background_div;
|
|
|
|
border-collapse: collapse;
|
2022-11-09 16:56:51 +01:00
|
|
|
padding-right: 10px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
th,td {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
2022-11-09 13:31:58 +01:00
|
|
|
b,p {
|
|
|
|
font-size: 40px;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
font-size: 47px;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font-size: 53px;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
font-size: 60px;
|
|
|
|
}
|
|
|
|
div.description {
|
|
|
|
padding: 1%;
|
2022-11-09 16:56:51 +01:00
|
|
|
margin-left: 3%;
|
|
|
|
margin-right: 3%;
|
2022-11-09 13:31:58 +01:00
|
|
|
margin-bottom: 1%;
|
|
|
|
margin-top: 10%;
|
|
|
|
div.articles {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
a {
|
|
|
|
width: 100%;
|
|
|
|
display:block;
|
|
|
|
text-decoration: none;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
article {
|
|
|
|
width: 90%;
|
|
|
|
b,p {
|
|
|
|
font-size: 38px;
|
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
font-size: 44px;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
font-size: 47px;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font-size: 53px;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
font-size: 60px;
|
|
|
|
}
|
2022-11-10 11:10:20 +01:00
|
|
|
border-radius: 20px;
|
|
|
|
padding: 5%;;
|
|
|
|
padding-top: 1%;
|
2022-11-10 19:00:42 +01:00
|
|
|
background: $color_div;
|
|
|
|
color: $background_div;
|
|
|
|
border: 3px solid $background_div;
|
2022-11-09 13:31:58 +01:00
|
|
|
&:hover {
|
2022-11-10 19:00:42 +01:00
|
|
|
background: $background_div;
|
|
|
|
color: $color_div;
|
|
|
|
border: 3px solid $color_div;
|
2022-11-09 13:31:58 +01:00
|
|
|
}
|
|
|
|
p.author {
|
|
|
|
font-size: 30px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-11-10 10:49:53 +01:00
|
|
|
a.suscribe-category-rss {
|
|
|
|
background: $background_div;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
padding: 10px;
|
|
|
|
border-radius: 5px;
|
|
|
|
display: inline-block;
|
|
|
|
img {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
}
|
2022-11-09 13:31:58 +01:00
|
|
|
}
|
|
|
|
nav > a > img {
|
|
|
|
vertical-align: middle;
|
2022-11-10 21:36:29 +01:00
|
|
|
width: 26px;
|
2022-11-09 13:31:58 +01:00
|
|
|
height: 30px;
|
2022-11-10 21:49:55 +01:00
|
|
|
&.open-menu-icon {
|
|
|
|
width: 30;
|
|
|
|
height: 30;
|
|
|
|
}
|
2022-11-09 13:31:58 +01:00
|
|
|
}
|
|
|
|
nav {
|
|
|
|
overflow: auto;
|
|
|
|
display: block;
|
|
|
|
font-size: 35px;
|
|
|
|
margin: 0px;
|
|
|
|
a.go-to-index img {
|
|
|
|
margin-top: 5%;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
display: inline-block;
|
|
|
|
height: 100%;
|
|
|
|
text-decoration: none;
|
|
|
|
background: $background_div;
|
|
|
|
color: $color_div;
|
|
|
|
padding: 10px;
|
|
|
|
margin: 0;
|
|
|
|
&.selected {
|
|
|
|
background: $color_div;
|
|
|
|
color: $background_div;
|
|
|
|
}
|
|
|
|
&:hover {
|
|
|
|
background: $color_div;
|
|
|
|
color: $background_div;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
a.menu-expand {
|
|
|
|
position: relative;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
nav.mobile-shortcuts {
|
|
|
|
position: fixed;
|
|
|
|
background: $background_div;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
nav.desktop {
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
nav.mobile-foldable {
|
|
|
|
display: none;
|
2022-11-10 11:10:20 +01:00
|
|
|
background: $background_div;
|
|
|
|
color: $color_div;
|
2022-11-09 13:31:58 +01:00
|
|
|
a {
|
2022-11-10 11:10:20 +01:00
|
|
|
background: $color_div;
|
|
|
|
color: $background_div;
|
2022-11-09 13:31:58 +01:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
nav.mobile-foldable.show {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 720px) {
|
|
|
|
body {
|
|
|
|
div.page-contents {
|
2022-11-09 16:56:51 +01:00
|
|
|
th,td {
|
|
|
|
font-size: 40px;
|
|
|
|
}
|
2022-11-09 13:31:58 +01:00
|
|
|
nav.mobile-foldable,nav.mobile-foldable.show {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
div.description {
|
2022-11-09 16:56:51 +01:00
|
|
|
margin-left: 10%;
|
|
|
|
margin-right: 10%;
|
2022-11-09 13:31:58 +01:00
|
|
|
margin-top: auto;
|
|
|
|
}
|
|
|
|
nav.desktop {
|
|
|
|
display: block;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
nav.mobile-shortcuts {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
top: 2%;
|
|
|
|
left: 5%;
|
|
|
|
height: 96%;
|
|
|
|
width: 90%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1222px) {
|
|
|
|
body {
|
|
|
|
div.page-contents {
|
|
|
|
div.description {
|
|
|
|
margin-top: auto;
|
|
|
|
div.articles {
|
|
|
|
a {
|
|
|
|
width: 49%;
|
|
|
|
margin-left: 1%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|