]> git.plutz.net Git - shellwiki/blobdiff - themes/default.css
Taglist and tag cloud
[shellwiki] / themes / default.css
index 691c43c56a8ad5711b284c60e6605b2c82b8e4bb..e0f7022182b509dfb54737561a760aaf70ba51fd 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: 100%;
+  }
   .right {
     float: right;
     clear: both;
@@ -401,6 +412,22 @@ ul.macro.tag { padding: 0; }
 }
 
 
+.macro.taglist li {
+  display: inline-block;
+  margin-right: .75em;
+}
+.macro.taglist.cloud li[rel="0"] { font-size: 6pt; }
+.macro.taglist.cloud li[rel="1"] { font-size: 7.5pt; }
+.macro.taglist.cloud li[rel="2"] { font-size: 9pt; }
+.macro.taglist.cloud li[rel="3"] { font-size: 11.5pt; }
+.macro.taglist.cloud li[rel="4"] { font-size: 13pt; }
+.macro.taglist.cloud li[rel="5"] { font-size: 14.5pt; }
+.macro.taglist.cloud li[rel="6"] { font-size: 16pt; }
+.macro.taglist.cloud li[rel="7"] { font-size: 17.5pt; }
+.macro.taglist.cloud li[rel="8"] { font-size: 19pt; }
+.macro.taglist.cloud li[rel="9"] { font-size: 21.5pt; }
+
+
 .macro.changes td .date {
   display: block;
   font-size: .75em;
@@ -422,7 +449,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 +460,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;