summaryrefslogtreecommitdiff
path: root/posts/post.css
diff options
context:
space:
mode:
authorMatt Kosarek <matt.kosarek@canonical.com>2025-12-29 13:03:38 -0500
committerMatt Kosarek <matt.kosarek@canonical.com>2025-12-29 13:03:38 -0500
commit3262dd2648ac3ec64ca2405ec94fe6a77fa9bd7d (patch)
tree22bd5f2505f3bd6adc518a3c761d10f1f5324ef5 /posts/post.css
parent3b823cdb0b398b8365138bbcf5df60871dfcd61c (diff)
Cleanup a whole lot of things + introduce a new blog postHEADmaster
Diffstat (limited to 'posts/post.css')
-rw-r--r--posts/post.css58
1 files changed, 0 insertions, 58 deletions
diff --git a/posts/post.css b/posts/post.css
index decceaa..1867311 100644
--- a/posts/post.css
+++ b/posts/post.css
@@ -68,61 +68,3 @@ pre span.org-css-property {color:#00AA00;}
display: flex;
column-gap: 8px;
}
-
-
-/* Sitemap-specific items */
-.sitemap_tag {
- display: none;
-}
-
-#tag-filter-container {
- display: flex;
- flex-direction: row;
- column-gap: 8px;
- margin-top: 1rem;
-}
-
-.tag-filter-item {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 0.25rem 0.5rem;
- border: 1px solid black;
- border-radius: 3px;
- justify-content: center;
- column-gap: 1rem;
- background-color: #fffed8;
-}
-
-.tag-filter-item button {
- background: none;
- border: none;
- outline: none;
- margin: 0;
- padding: 0;
- color: red;
- font-size: 1.5rem;
-}
-
-.tag-filter-item button:before {
- content: '\00d7';
-}
-
-.tag-filter-item.disabled button:before {
- content: '+';
-}
-
-.tag-filter-item.disabled {
- background-color: #f2f2f2;
- color: gray;
- border-color: gray;
-}
-
-.tag-filter-item.disabled button {
- color: green;
-}
-
-.tag-filter-item button:hover {
- cursor: pointer;
- opacity: 0.8;
-}