From d6dcc8b1a0c9cfaa6f95119a171081a26a62c776 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 21 Jun 2026 09:39:13 +0200 Subject: Application on the blog never commited yet --- theme/bulma/static/style.min.css | 62 ++++++++++++++++++++++++++++++++++------ 1 file changed, 54 insertions(+), 8 deletions(-) (limited to 'theme/bulma/static/style.min.css') diff --git a/theme/bulma/static/style.min.css b/theme/bulma/static/style.min.css index f75b454..ac45dad 100644 --- a/theme/bulma/static/style.min.css +++ b/theme/bulma/static/style.min.css @@ -5678,7 +5678,7 @@ h3 span, font-size: 0.75rem !important; } } -.has-text-centered { +.has-text-centered, .figure.align-center { text-align: center !important; } @@ -5686,11 +5686,11 @@ h3 span, text-align: justify !important; } -.has-text-left { +.has-text-left, .figure.align-left { text-align: left !important; } -.has-text-right { +.has-text-right, .figure.align-right { text-align: right !important; } @@ -6639,6 +6639,42 @@ h3 span, order: 3; } } +.is-clearfix::after { + clear: both; + content: " "; + display: table; +} + +.is-float-left, +.is-pulled-left { + float: left !important; +} + +.is-float-right, +.is-pulled-right { + float: right !important; +} + +.is-float-none { + float: none !important; +} + +.is-clear-both { + clear: both !important; +} + +.is-clear-left { + clear: left !important; +} + +.is-clear-none { + clear: none !important; +} + +.is-clear-right { + clear: right !important; +} + html[data-theme=dark] { --main-text-color: #d8dee9; --main-background-color: #2e3440; @@ -6674,15 +6710,23 @@ main { font-weight: 300; } -main article header p { - font-weight: lighter; -} - .aside { background-color: var(--side-background-color); --bulma-link-text: #eceff4; --bulma-text: #eceff4; - min-height: 100vh; +} +@media screen and (min-width: 1024px) { + .aside { + min-height: 100vh; + } +} + +@media screen and (min-width: 1024px) { + aside { + position: fixed; + left: 11%; + transform: translate(-50%, 0); + } } .aside .title, .aside h3, .aside h2, .aside h1, .aside .subtitle { @@ -6704,3 +6748,5 @@ main article header p { .content .section { padding: unset; } + +/*# sourceMappingURL=style.min.css.map */ -- cgit v1.2.3