burguillos.info/public/css/styles.css

583 lines
18 KiB
CSS
Raw Normal View History

2023-05-01 00:02:37 +02:00
html {
2023-11-28 23:48:34 +01:00
height: 100%;
touch-action: none; }
2023-05-01 00:02:37 +02:00
body {
margin: 0;
padding: 0;
overflow: hidden;
min-height: 100%;
width: 100%;
height: 100%; }
body summary h2, body summary h3, body summary h4, body summary h5 {
display: inline; }
2024-04-09 16:36:05 +02:00
body converse-muc-sidebar {
display: none !important; }
body div.converse-container {
width: 100%;
height: 400px;
margin-left: 0px; }
body div.page-contents div.footer p.attribution {
font-size: 0.8em; }
body div.page-contents div.footer p.attribution a {
font-size: 0.8em; }
2023-09-28 18:03:21 +02:00
body span.round-center {
2023-09-28 20:30:16 +02:00
background: blueviolet;
2023-11-09 17:38:17 +01:00
color: #FEFEFA;
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;
2023-09-28 19:21:04 +02:00
align-items: center;
vertical-align: middle;
margin-bottom: 0.15em; }
2023-09-04 01:23:27 +02:00
body 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-04 01:23:27 +02:00
body div.search-overlay.active {
display: flex; }
body div.search-overlay div.search-results {
margin: 7px; }
2023-09-08 03:03:52 +02:00
body div.search-overlay div.search-results img {
width: 75px; }
body div.search-overlay div.search-results div.search-result div.row-title-url-image {
display: flex;
flex-direction: row; }
body div.search-overlay div.search-results div.search-result div.row-title-url-image img {
margin: 10px; }
2023-09-04 01:23:27 +02:00
body div.search-overlay div.bounding-search-bar {
margin: 7px;
width: calc(100% - 20px);
border-radius: 10px;
height: 60px;
display: flex; }
body div.search-overlay div.bounding-search-bar div.search {
width: calc(100% - 60px);
height: 60px;
margin-left: 0px;
margin-right: 0px; }
2023-09-10 17:11:07 +02:00
body div.search-overlay div.bounding-search-bar a.up, body div.search-overlay div.bounding-search-bar a.down {
display: none; }
2023-09-04 01:23:27 +02:00
body div.search-overlay div.bounding-search-bar a.exit-search {
width: 60px;
background: whitesmoke;
height: 60px;
display: flex;
justify-content: center;
align-items: center; }
body div.search-overlay div.bounding-search-bar a.exit-search img {
width: 60%; }
body div.search {
background: whitesmoke;
margin-left: 10px;
2023-09-04 01:23:27 +02:00
margin-right: 10px;
display: flex; }
2023-09-10 19:33:28 +02:00
body div.search a.search-icon {
2023-12-31 17:18:26 +01:00
height: calc(100% - 40px);
2023-09-10 17:11:07 +02:00
align-self: center;
2023-12-31 17:18:26 +01:00
margin: 20px;
margin-left: 7px;
2024-02-09 16:31:53 +01:00
margin-right: 7px;
display: flex;
background: aliceblue;
align-items: center;
2023-09-10 19:33:28 +02:00
padding: 7px;
border-radius: 10px;
border: solid gray 1px;
2023-09-10 19:33:28 +02:00
aspect-ratio: 1 / 1;
width: auto; }
body div.search a.search-icon img {
height: 80%;
aspect-ratio: 1 / 1; }
2023-09-04 01:23:27 +02:00
body div.search div.fake-text-box {
width: calc(100% - 60px);
display: flex;
align-items: center; }
body div.search div.fake-text-box input[type="text"] {
font-size: 30px;
width: 100%;
height: 70%;
background: none;
border: none;
outline: none; }
2023-05-01 00:02:37 +02:00
body p, body h1, body h2, body h3, body h4, body a {
font-family: 'arial'; }
2023-08-29 23:52:07 +02:00
body *.android {
display: none; }
2023-05-01 00:02:37 +02:00
body div.site-wrapper {
display: table;
width: 100%;
height: 100%;
/* For at least Firefox */
min-height: 100%;
color: #2f4f4f;
2023-08-25 17:36:00 +02:00
background: antiquewhite;
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-11-30 11:33:00 +01:00
height: 20%;
width: 100%; }
2023-08-21 00:58:11 +02:00
body div.carousel 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-08-28 19:30:03 +02:00
font-size: 13px;
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;
text-decoration: none; }
body div.carousel a.show {
2023-11-30 11:33:00 +01:00
left: 0%; }
body div.carousel a.remove {
2023-11-30 11:33:00 +01:00
left: -100%; }
2023-08-26 16:04:20 +02:00
body div.carousel a:hover, body div.carousel a:focus {
background: blueviolet;
2023-08-21 14:10:18 +02:00
color: #f2eb8c; }
2023-12-02 21:28:37 +01:00
body div.carousel a p {
margin-bottom: 1px; }
body div.carousel a h4 {
margin: 0; }
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);
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;
color: #666362;
top: 0%;
left: 0%;
height: 100%;
width: 100%; }
body div.page-contents.no-carousel {
height: calc(100% - 60px); }
2023-08-28 23:41:18 +02:00
body nav {
overflow: auto;
display: block;
font-size: 25px;
margin: 0px; }
body nav a {
padding-left: 10px;
padding-right: 10px;
height: 100%;
text-decoration: none;
color: #f2eb8c;
2023-09-03 12:17:32 +02:00
margin: 0;
background: blueviolet; }
2023-08-28 23:41:18 +02:00
body nav a:hover, body nav a:focus {
background: #f2eb8c;
color: blueviolet; }
body nav a.selected {
background: #FEFEFA;
color: blueviolet;
border-right: 1px solid blueviolet; }
body nav.desktop {
display: none; }
body nav.desktop a {
2023-09-03 12:17:32 +02:00
vertical-align: middle; }
2023-09-08 01:43:38 +02:00
body nav.desktop a.search-icon {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center; }
body nav.desktop a.search-icon img {
background: aliceblue;
border-radius: 10px;
padding: 10%;
width: 60%;
height: 60%; }
2023-09-28 16:32:33 +02:00
body div.transparent-fullscreen-hide {
position: fixed;
background: black;
left: 0;
width: 100%;
opacity: 40%;
2023-12-31 17:18:26 +01:00
top: 80px;
2023-09-28 16:32:33 +02:00
height: calc(100% - 60px);
z-index: 250;
display: none; }
body div.transparent-fullscreen-hide.show {
display: block; }
2023-08-28 23:41:18 +02:00
body 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-12-31 17:18:26 +01:00
width: Min(70%, 600px);
top: 80px;
2024-01-10 19:54:42 +01:00
height: calc(100% - 80px);
2023-09-28 00:20:34 +02:00
z-index: 500;
2023-09-28 21:40:18 +02:00
transition: left 0.5s ease-in, visibility 0.5s ease-in;
2023-11-09 17:38:17 +01:00
background: #FEFEFA; }
2023-09-28 18:03:21 +02:00
body nav.mobile-foldable > a:first-child {
margin-top: 30px; }
2023-08-28 23:41:18 +02:00
body nav.mobile-foldable a {
2023-09-28 00:20:34 +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;
2023-09-28 18:03:21 +02:00
padding-right: auto;
2023-09-28 20:30:16 +02:00
color: blueviolet;
2023-11-09 17:38:17 +01:00
background: #FEFEFA;
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 20:30:16 +02:00
body nav.mobile-foldable div.child-categories-mobile {
margin-left: 80px;
width: calc(100% - 90px - 20px); }
body nav.mobile-foldable div.child-categories-mobile a {
display: list-item;
font-size: 1em; }
2023-08-28 23:41:18 +02:00
body nav.mobile-foldable.show {
2023-09-28 21:40:18 +02:00
left: 30%;
visibility: visible; }
2023-08-28 23:41:18 +02:00
body nav.mobile-shortcuts > a {
display: flex;
align-items: center;
justify-content: center; }
2023-09-28 19:49:41 +02:00
body nav.mobile-shortcuts > a.active {
2023-11-09 17:38:17 +01:00
background: #FEFEFA;
2023-09-28 19:49:41 +02:00
color: #dcdcf5; }
2023-09-28 21:40:18 +02:00
body nav.mobile-shortcuts > a.active:focus {
background: #f2eb8c; }
2023-08-28 23:41:18 +02:00
body a.menu-expand {
padding-bottom: 9px; }
body a.menu-expand .open-menu-icon-hover {
display: none; }
2023-09-28 19:49:41 +02:00
body a.menu-expand:hover .open-menu-icon-hover, body a.menu-expand:focus .open-menu-icon-hover, body a.menu-expand.active .open-menu-icon-hover {
2023-08-28 23:41:18 +02:00
display: block; }
2023-09-28 19:49:41 +02:00
body a.menu-expand:hover .open-menu-icon, body a.menu-expand:focus .open-menu-icon, body a.menu-expand.active .open-menu-icon {
2023-08-28 23:41:18 +02:00
display: none; }
body nav > a.menu-expand > img {
width: 40px;
height: 40px; }
2023-12-31 17:18:26 +01:00
body nav > a > img.index-image-menu {
vertical-align: middle;
width: 60px;
height: 60px; }
2023-08-28 23:41:18 +02:00
body nav > a > img.index-image-menu, body div.burguillos-logo-container > img {
transition-property: transform;
transition-duration: 2s;
transition-delay: 2s; }
body nav > a:hover > img.index-image-menu,
body div.burguillos-logo-container.active > img {
transform: rotate(-1.5707963268rad); }
2023-09-10 19:33:28 +02:00
body div.search-in-page {
display: none;
position: fixed;
2023-12-31 17:21:59 +01:00
top: 80px;
2023-09-10 19:33:28 +02:00
height: 60px;
width: 100%;
align-items: center;
background: blueviolet;
z-index: 3; }
body div.search-in-page a.up, body div.search-in-page a.down {
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; }
body div.search-in-page a.up img, body div.search-in-page a.down img {
height: 80%; }
body div.search-in-page span {
color: whitesmoke;
font-size: 25px; }
body div.search-in-page.active {
display: flex; }
2023-08-28 23:41:18 +02:00
body nav.mobile-shortcuts {
position: fixed;
display: flex;
align-items: center;
2023-08-28 23:41:18 +02:00
width: 100%;
background: blueviolet;
2023-12-31 17:18:26 +01:00
height: 80px;
justify-content: start;
flex-direction: row;
2023-08-28 23:41:18 +02:00
top: 0%; }
body nav.mobile-shortcuts a {
height: 100%;
2023-12-31 17:18:26 +01:00
width: 80px;
2023-08-28 23:41:18 +02:00
padding-left: 0;
padding-top: 0;
padding-right: 0;
padding-bottom: 0; }
2023-12-31 17:18:26 +01:00
body nav.mobile-shortcuts a.go-to-index {
position: absolute;
left: 0;
top: 0; }
body nav.mobile-shortcuts div.search {
2023-12-31 17:18:26 +01:00
position: absolute;
left: 80px;
top: 10%;
width: Min(calc(100% - 90px * 2), 500px);
height: 80%;
border-radius: 10px; }
2023-12-31 17:18:26 +01:00
body nav.mobile-shortcuts a.menu-expand {
position: absolute;
left: Min(calc(100% - 80px), 600px);
top: 0;
align-self: end; }
2023-08-21 00:58:11 +02:00
body div.page-contents {
2023-08-25 17:22:32 +02:00
background: #FEFEFA;
2023-08-21 00:58:11 +02:00
position: fixed;
2023-12-31 17:18:26 +01:00
top: 80px;
height: calc(80% - 80px);
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 {
2023-09-08 03:03:52 +02:00
max-width: 100%;
2023-05-01 00:02:37 +02:00
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; }
2023-09-10 20:43:14 +02:00
body div.page-contents table tr:hover {
background: blueviolet;
color: #f2eb8c; }
body div.page-contents table tr:hover th, body div.page-contents table tr:hover td {
border: 3px solid #f2eb8c; }
2023-05-05 16:42:46 +02:00
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 {
word-wrap: break-word;
padding: 1%;
margin-left: 3%;
margin-right: 3%;
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;
2023-11-15 18:12:49 +01:00
flex-wrap: wrap;
font-size: 0.7rem; }
2023-11-09 17:38:17 +01: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 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%;
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
display: block;
text-decoration: none;
text-overflow: ellipsis;
2023-05-07 05:15:22 +02:00
margin-bottom: 30px; }
2023-08-26 16:04:20 +02:00
body div.page-contents div.description div.articles a:focus article, body div.page-contents div.description div.articles a:hover article {
background: blueviolet;
color: #f2eb8c; }
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%;
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 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-30 23:46:49 +02:00
body div.page-contents 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: #f2eb8c;
color: blueviolet; }
body div.page-contents div.open-browser-container 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; }
body div.page-contents div.open-browser-container a.open-in-browser img {
display: block;
height: 2rem;
width: 2rem;
margin-right: 0px;
margin-left: 0px; }
body div.page-contents div.open-browser-container a.open-in-browser span {
display: block; }
body div.page-contents div.open-browser-container.android {
display: none; }
2023-08-25 05:21:54 +02:00
body div.page-contents div.easter-egg {
display: flex;
justify-content: center; }
body div.page-contents div.burguillos-logo-container.active {
border: solid 1px black;
border-radius: 50%;
filter: invert(1); }
body div.page-contents div.burguillos-logo-container {
padding: 40px;
width: 120px; }
2023-05-01 00:02:37 +02:00
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
2024-04-09 16:36:05 +02:00
@media (min-width: 768px) {
body converse-muc-sidebar {
display: flex !important; }
body converse-muc-sidebar.hidden {
display: none !important; }
body div.converse-container {
margin-left: 15px; } }
@media (min-width: 694px) {
2023-09-07 02:03:57 +02:00
body div.carousel a {
font-size: 20px; }
body div.carousel h3 {
font-size: 25px; }
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) {
2023-09-08 03:03:52 +02:00
margin-left: 0%; }
body div.page-contents img {
max-width: 694px; } }
2023-12-31 17:18:26 +01:00
@media (min-width: 700px) {
body nav.mobile-foldable {
left: -100%; }
body nav.mobile-foldable.show {
left: 0; } }
2023-05-01 00:02:37 +02:00
2023-05-07 05:15:22 +02:00
@media (min-width: 1333px) {
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) {
margin-left: 3%; }
body div.page-contents div.description div.articles a:nth-child(3n+1) {
margin-left: 0%; } }
2023-09-07 02:03:57 +02:00
2023-12-31 17:18:26 +01:00
@media (min-width: 848px) {
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) {
margin-left: 3%; }
body div.page-contents div.description div.articles a:nth-child(3n+1) {
margin-left: 0%; } }
@media (min-width: 1333px) {
body div.page-contents div.description div.articles a {
width: 22%;
margin-left: 3%; }
body div.page-contents div.description div.articles a:nth-child(3n+1) {
margin-left: 3%; }
body div.page-contents div.description div.articles a:nth-child(4n+1) {
margin-left: 0%; } }
2023-09-07 02:03:57 +02:00
@media (max-width: 200px) {
body {
font-size: 20px; } }
2023-09-10 12:42:29 +02:00
@media (max-height: 400px) {
body div.carousel {
height: 120px;
top: calc(100% - 120px); }
2023-09-10 12:45:47 +02:00
body div.page-contents {
2023-09-10 12:42:29 +02:00
height: calc(100% - 60px - 120px); } }