[mdbook] Añade soporte a contenidos mdBook

This commit is contained in:
Manuel Cillero 2024-12-23 21:36:25 +01:00
parent 8a911bfb6a
commit cfd9d1ccbe
42 changed files with 5975 additions and 0 deletions

View file

@ -0,0 +1,59 @@
#sidebar,
#menu-bar,
#mdbook .nav-chapters,
#mdbook .mobile-nav-chapters {
display: none;
}
#mdbook,
#page-wrapper.page-wrapper {
transform: none !important;
margin-inline-start: 0px;
overflow-y: initial;
}
#content {
max-width: none;
margin: 0;
padding: 0;
}
#mdbook .page {
overflow-y: initial;
}
#mdbook code {
direction: ltr !important;
}
#mdbook pre > .buttons {
z-index: 2;
}
#mdbook a,
#mdbook a:visited,
#mdbook a:active,
#mdbook a:hover {
color: #4183c4;
text-decoration: none;
}
#mdbook h1,
#mdbook h2,
#mdbook h3,
#mdbook h4,
#mdbook h5,
#mdbook h6 {
page-break-inside: avoid;
page-break-after: avoid;
}
#mdbook pre,
#mdbook code {
page-break-inside: avoid;
white-space: pre-wrap;
}
#mdbook .fa {
display: none !important;
}