aboutsummaryrefslogtreecommitdiff
path: root/theme/bulma/static/style.min.css
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2026-06-21 09:39:13 +0200
committerSébastien Dailly <sebastien@dailly.me>2026-06-21 09:39:13 +0200
commitd6dcc8b1a0c9cfaa6f95119a171081a26a62c776 (patch)
treeb909f28edef86b21bf49a94ab2ff6ee6244e014e /theme/bulma/static/style.min.css
parent25573f4ecc188934749f39421aa2fc78091c7f34 (diff)
Application on the blog never commited yetHEADmaster
Diffstat (limited to 'theme/bulma/static/style.min.css')
-rw-r--r--theme/bulma/static/style.min.css62
1 files changed, 54 insertions, 8 deletions
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 */