Skip to content

Commit

Permalink
Deployed bd57d11 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 5, 2024
1 parent 29517e0 commit 406aca2
Show file tree
Hide file tree
Showing 24 changed files with 264 additions and 146 deletions.
45 changes: 24 additions & 21 deletions 404.html

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions assets/javascripts/bundle.525ec568.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/javascripts/bundle.525ec568.min.js.map

Large diffs are not rendered by default.

29 changes: 0 additions & 29 deletions assets/javascripts/bundle.fe8b6f2b.min.js

This file was deleted.

7 changes: 0 additions & 7 deletions assets/javascripts/bundle.fe8b6f2b.min.js.map

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/stylesheets/main.76a95c52.min.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/stylesheets/main.76a95c52.min.css.map

This file was deleted.

1 change: 1 addition & 0 deletions assets/stylesheets/main.8c3ca2c6.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/stylesheets/main.8c3ca2c6.min.css.map

Large diffs are not rendered by default.

Binary file added img/fse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/iso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo_mislata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 44 additions & 42 deletions index.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions javascript/tablesort.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
document$.subscribe(function() {
var tables = document.querySelectorAll("article div.table-sortable table")
tables.forEach(function(table) {
new Tablesort(table)
})
})
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>None./</loc>
<lastmod>2024-09-16</lastmod>
<lastmod>2024-10-05</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="ca" href="None"/>
</url>
Expand Down
Binary file modified sitemap.xml.gz
Binary file not shown.
7 changes: 7 additions & 0 deletions stylesheets/admonitions.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
--md-admonition-color--notice: 255, 223, 0;
}

/* Original appearance */
.md-typeset .admonition,
.md-typeset details {
border-width: 0;
border-left-width: 4px;
}

.md-typeset .admonition.docs,
.md-typeset details.docs {
border-color: rgb(var(--md-admonition-color--docs));
Expand Down
64 changes: 28 additions & 36 deletions stylesheets/cover.css
Original file line number Diff line number Diff line change
@@ -1,89 +1,81 @@
div.cover {
.cover {
position: relative;
}

div.cover div.background {
.cover__background {
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
}

div.cover div.background svg {
.cover__background svg {
position: absolute;
}

div.cover div.logo img,
div.cover div.logo svg {
.cover__logo img,
.cover__logo svg {
height: auto;
max-width: 100%;
max-height: 200px;
}

div.cover div.content {
.cover__content {
flex-grow: 1;
box-sizing: border-box;
display: flex;
flex-direction: column;
gap: 1rem;
width: 100%;
height: 100%;
padding: 1rem;
gap: 1rem;
}

div.cover div.content.with-background {
padding-left: 120px;
/*
background-image:
url("../img/cover/horizontal_rect.svg"),
url("../img/cover/vertical_rect.svg"),
url("../img/cover/lines.svg");
background-size: auto, auto, auto 50%;
background-repeat: no-repeat, repeat-y;
background-position: 0 20%, 0 0, 25px bottom;
*/
.cover__content.with-background {
padding-left: calc(25px + 1rem);
}

div.cover h1,
div.cover h2,
div.cover h3,
div.cover h4,
div.cover h5,
div.cover h6 {
.cover h1,
.cover h2,
.cover h3,
.cover h4,
.cover h5,
.cover h6 {
font-weight: bold;
border-bottom-style: none;
padding-bottom: 0;
counter-reset: none;
text-align: center;
margin: 0;
}
div.cover h1 {
.cover h1 {
font-size: 2.5em;
}
div.cover .cover-logo {
display: block;
max-height: 200px;
margin: 2rem auto;
width: fit-content;
}
div.cover p {

.cover p {
margin: 0;
margin-bottom: 0.3em;
}

div.cover .details {
.cover__details {
text-align: right;
margin-top: auto;
margin-left: auto;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}

div.cover .license {
.cover__license {
text-align: left;
}
div.cover .license-img {
.cover__license-img {
margin-top: 0.5rem;
}
div.cover .license-img img {
.cover__license-img img {
max-height: 50px;
}

.cover + h1 {
margin-top: 1.6rem;
}
3 changes: 2 additions & 1 deletion stylesheets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
.language-shellconsole.highlight .git-unm,
.language-shellconsole.highlight .git-rb,
.language-shellconsole.highlight .git-rh,
.language-shellconsole.highlight .git-mod {
.language-shellconsole.highlight .git-mod,
.language-shellconsole.highlight .git-fatal {
color: #BF616A;
}
.language-shellconsole.highlight .git-ch {
Expand Down
88 changes: 88 additions & 0 deletions stylesheets/programacio.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,91 @@
:root {
--md-content__header-height: 3rem;
}
.md-content__print-layout {
margin: 0;
border: 0;
width: 100%;
display: block;
}

/*
.md-content__print-layout thead,
.md-content__print-layout tbody,
.md-content__print-layout tfoot,
.md-content__print-layout tr,
.md-content__print-layout td {
padding: 0;
display: block;
}
*/

.md-content__header-space, .md-content__footer-space {
display: none;
}

.md-content__header, .md-content__footer {
display: flex;
justify-content: space-between;
height: var(--md-content__header-height);
}

@page {
size: A4;
margin: 10mm;
}

@media print {
.md-main__inner, .md-content__inner {
margin: unset;
}

.md-content__print-layout {
display: table;
}

/*
.md-content__print-layout thead,
.md-content__print-layout tbody,
.md-content__print-layout tfoot,
.md-content__print-layout tr,
.md-content__print-layout td {
display: table;
}
*/

.md-content__header-space, .md-content__footer-space {
display: block;
height: var(--md-content__header-height) !important;
}
.md-content__header, .md-content__footer {
position: fixed;
margin-top: 0 !important;
margin-bottom: 0 !important;
width: calc(100% - var(--bs-gutter-x,.75rem)*2);
}
.md-content__header {
top: 0;
}
.md-content__footer {
bottom: 0;
}
.cover {
/* Substract header and footer height plus 1.5rem (if not, license image goes to different page) */
height: calc(100vh - var(--md-content__header-height, 0px) * 2 - 1.5rem);
}

.break-page {
-webkit-column-break-before: avoid;
page-break-before: always;
break-before: always;
}

.md-source-file {
display: none;
}
}


table.distribucio-temporal {
border: 0;
font-weight: bold;
Expand Down
24 changes: 22 additions & 2 deletions stylesheets/site.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.md-typeset .md-code__content {
border-radius: 3mm;
[data-md-color-primary=brown] {
--md-typeset-a-color: #c1775c;
}

.md-typeset figcaption {
Expand Down Expand Up @@ -64,3 +64,23 @@ p:has(img.center) {
.center {
text-align: center;
}

.opacity-25 {
opacity: 0.25 !important;
}
.opacity-50 {
opacity: 0.5 !important;
}
.opacity-75 {
opacity: 0.75 !important;
}
.opacity-100 {
opacity: 1 !important;
}

.fancylists-lower-alpha > li::marker {
content: counter(list-item, lower-alpha) ") ";
}
.fancylists-upper-alpha > li::marker {
content: counter(list-item, upper-alpha) ") ";
}
12 changes: 12 additions & 0 deletions stylesheets/slides.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,15 @@ div.reveal {
width: 100%;
aspect-ratio: 16 / 9;
}

/* column layout */
.container{
display: flex;
}
.col{
flex: 1;
}

.reveal pre code {
padding: 1em;
}

0 comments on commit 406aca2

Please sign in to comment.