]> git.plutz.net Git - shellwiki/blobdiff - themes/default.css
avoid half width headlines
[shellwiki] / themes / default.css
index 691c43c56a8ad5711b284c60e6605b2c82b8e4bb..79d555ba2359084a4785c5107c59f3a25b47abb1 100644 (file)
@@ -1,5 +1,5 @@
 /*
-# Copyright 2022 - 2023 Paul Hänsch
+# Copyright 2022 - 2024 Paul Hänsch
 # 
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -178,6 +178,14 @@ ul.searchresults, ol.searchresults {
   width: 100%; max-width: 540pt;
   text-align: center;
 }
+.searchresults li a {
+  display: block;
+}
+.searchresults li p {
+  display: inline-block;
+  margin: 0 auto .5em auto;
+  white-space: pre-line;
+}
 
 table {
   min-width: 50%;
@@ -192,6 +200,9 @@ table {
     padding-right: 1em;
     vertical-align: top;
   }
+  h1.half, h2.half, h3.half, h4.half, h5.half, h6.half {
+    width: 50%;
+  }
   .right {
     float: right;
     clear: both;
@@ -422,7 +433,7 @@ ul.macro.tag { padding: 0; }
   -box-shadow: .25em .25em .75em #AAA;
 }
 .macro.calendar.cal_month td {
-  padding: .25em;
+  padding: .25em;
   vertical-align: top;
 }
 .macro.calendar.cal_month td > label {
@@ -433,6 +444,7 @@ ul.macro.tag { padding: 0; }
 }
 .macro.calendar.cal_month td > ul {
   padding: .25em 1em;
+  margin-bottom: .125em;
 }
 .macro.calendar.cal_month td > ul > li {
   display: block;