2021-01-29 20:45:11 +02:00
|
|
|
.main {
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
padding: .5em;
|
|
|
|
border-bottom: 1px solid #dddddd;
|
|
|
|
box-shadow: 0px 2px 8px #cccccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-note .note-main {
|
|
|
|
margin-top: 2em;
|
|
|
|
max-width: 840px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2021-07-04 17:17:09 +02:00
|
|
|
padding-left: 1.5em;
|
|
|
|
padding-right: 1.5em;
|
2021-01-29 20:45:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-note .last-updated {
|
|
|
|
font-size: 1.1em;
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-note h1.title {
|
|
|
|
font-size: 2.2em;
|
|
|
|
margin-top: 0.4em;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
2022-06-14 16:39:04 +02:00
|
|
|
|
2024-01-04 15:45:06 +02:00
|
|
|
/* Overrides Bulma's style for <pre>s to prevent Mermaid elements from having a grey background */
|
|
|
|
.mermaid {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
2022-06-14 16:39:04 +02:00
|
|
|
/* Need to set overflow so that long tables for example are scrollable. We put
|
|
|
|
it here and not in noteStyle because the desktop app handles scrolling
|
|
|
|
differently at the viewer level.
|
|
|
|
|
|
|
|
https://github.com/laurent22/joplin/issues/6370
|
|
|
|
*/
|
|
|
|
#rendered-md {
|
|
|
|
overflow-x: auto;
|
|
|
|
}
|