aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
Diffstat (limited to 'theme')
-rw-r--r--theme/bulma/static/style.min.css62
-rw-r--r--theme/bulma/templates/base.html2
2 files changed, 55 insertions, 9 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 */
diff --git a/theme/bulma/templates/base.html b/theme/bulma/templates/base.html
index d3eb571..35156b8 100644
--- a/theme/bulma/templates/base.html
+++ b/theme/bulma/templates/base.html
@@ -57,7 +57,7 @@
</head>
<body id="index" class="home">
- <main class="columns is-desktop">
+ <main class="columns is-desktop" style="margin-top: 0;">
<div class="column is-3-desktop has-text-centered aside p-6">
{% include "partial/sidebar.html" %}
{% include "partial/nav.html" %}