diff options
| author | 0xhenrique <[email protected]> | 2025-02-19 21:28:48 +0000 |
|---|---|---|
| committer | 0xhenrique <[email protected]> | 2025-02-19 21:28:48 +0000 |
| commit | b13a5ee4004b3adc702374ed8ce0954df3cc35cc (patch) | |
| tree | 086f07e0442824f3b19a4e4c24d92c627c0e6520 /themes/lugo/static | |
| parent | a5d40f156d8e20f3bdd6d8b9760eeea0094d89af (diff) | |
remove markdown in favour of org files
Diffstat (limited to 'themes/lugo/static')
| -rw-r--r-- | themes/lugo/static/rss.svg | 1 | ||||
| -rw-r--r-- | themes/lugo/static/style.css | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/themes/lugo/static/rss.svg b/themes/lugo/static/rss.svg deleted file mode 100644 index dfda038..0000000 --- a/themes/lugo/static/rss.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 455.731 455.731" style="enable-background:new 0 0 455.731 455.731;" xml:space="preserve"><g><rect x="0" y="0" style="fill:#F78422;" width="455.731" height="455.731"/><g><path style="fill:#FFFFFF;" d="M296.208,159.16C234.445,97.397,152.266,63.382,64.81,63.382v64.348 c70.268,0,136.288,27.321,185.898,76.931c49.609,49.61,76.931,115.63,76.931,185.898h64.348 C391.986,303.103,357.971,220.923,296.208,159.16z"/><path style="fill:#FFFFFF;" d="M64.143,172.273v64.348c84.881,0,153.938,69.056,153.938,153.939h64.348 C282.429,270.196,184.507,172.273,64.143,172.273z"/><circle style="fill:#FFFFFF;" cx="109.833" cy="346.26" r="46.088"/></g></g></svg>
diff --git a/themes/lugo/static/style.css b/themes/lugo/static/style.css deleted file mode 100644 index d3b2088..0000000 --- a/themes/lugo/static/style.css +++ /dev/null @@ -1,45 +0,0 @@ -body { - font-family: sans-serif ; - background: #110000 ; - color: #ccc ; -} - -main { - max-width: 800px ; - margin: auto ; -} - -img { - max-width: 100% ; -} - -header h1 { - text-align: center ; -} - -footer { - text-align: center ; - clear: both ; -} - -/* For TAGLIST.HTML */ -.taglist { - text-align: center ; - clear: both ; -} - -/* For NEXTPREV.HTML */ -#nextprev { - /* The container for both the previous and next articles. */ -} -#prevart { - float: left ; - text-align: left ; -} -#nextart { - float: right ; - text-align: right ; -} -#nextart,#prevart { - max-width: 33% ; -} |
