summaryrefslogtreecommitdiff
path: root/src/css/formats/asciidoc.less
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-12-15 10:45:58 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-12-15 10:45:58 +0100
commit5c086bc52fa3a226bcf706b1f420a5d98ea377dd (patch)
treeda5b28238542247efbe36c49cbc6cfd4e49f3e36 /src/css/formats/asciidoc.less
parent64e0495846f8b680288280920cba6bcb28e4092f (diff)
Redo most of the blog in Hugo
Missing posts will have to be added later
Diffstat (limited to 'src/css/formats/asciidoc.less')
-rw-r--r--src/css/formats/asciidoc.less45
1 files changed, 0 insertions, 45 deletions
diff --git a/src/css/formats/asciidoc.less b/src/css/formats/asciidoc.less
deleted file mode 100644
index 89dfcb2..0000000
--- a/src/css/formats/asciidoc.less
+++ /dev/null
@@ -1,45 +0,0 @@
-@import "../variables.less";
-
-.toc {
- font-weight: bold;
-
- ul {
- font-weight: normal;
- list-style-type: decimal;
- }
-}
-
-.admonitionblock {
- background-color: @blockBackgroundColor;
- border: 1px solid @blockBorderColor;
- margin: 0.5em auto 1.75em auto;
- width: 90%;
- padding: 0.5em;
-
- table {
- td.icon {
- text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
- font-size: 1.5em;
-
- div.title {
- margin: 0 1em;
- }
- }
-
- td.content {
- padding: 0 1.125em;
- border-left: 1px solid #ddd;
- }
- }
-}
-
-div#footnotes {
- font-size: smaller;
-
- hr {
- margin-top: 2em;
- width: 80%;
- text-align: left;
- color: @blockBorderColor;
- }
-}