diff --git a/LogBot/fonts/ARK-ES-DenseLight.otf b/LogBot/fonts/ARK-ES-DenseLight.otf new file mode 100644 index 0000000..3658aab Binary files /dev/null and b/LogBot/fonts/ARK-ES-DenseLight.otf differ diff --git a/LogBot/fonts/ARK-ES-DenseLight.woff b/LogBot/fonts/ARK-ES-DenseLight.woff new file mode 100644 index 0000000..96381a4 Binary files /dev/null and b/LogBot/fonts/ARK-ES-DenseLight.woff differ diff --git a/LogBot/fonts/ARK-ES-DenseMedium.otf b/LogBot/fonts/ARK-ES-DenseMedium.otf new file mode 100644 index 0000000..9aecad7 Binary files /dev/null and b/LogBot/fonts/ARK-ES-DenseMedium.otf differ diff --git a/LogBot/fonts/ARK-ES-DenseMedium.woff b/LogBot/fonts/ARK-ES-DenseMedium.woff new file mode 100644 index 0000000..349d00a Binary files /dev/null and b/LogBot/fonts/ARK-ES-DenseMedium.woff differ diff --git a/LogBot/fonts/ARK-ES-DenseRegular.otf b/LogBot/fonts/ARK-ES-DenseRegular.otf new file mode 100644 index 0000000..f589ee2 Binary files /dev/null and b/LogBot/fonts/ARK-ES-DenseRegular.otf differ diff --git a/LogBot/fonts/ARK-ES-DenseRegular.woff b/LogBot/fonts/ARK-ES-DenseRegular.woff new file mode 100644 index 0000000..0d39ebf Binary files /dev/null and b/LogBot/fonts/ARK-ES-DenseRegular.woff differ diff --git a/LogBot/fonts/Aquino.otf b/LogBot/fonts/Aquino.otf new file mode 100644 index 0000000..da574b8 Binary files /dev/null and b/LogBot/fonts/Aquino.otf differ diff --git a/LogBot/fonts/Combine.otf b/LogBot/fonts/Combine.otf new file mode 100644 index 0000000..8dd5398 Binary files /dev/null and b/LogBot/fonts/Combine.otf differ diff --git a/LogBot/fonts/Imperial.otf b/LogBot/fonts/Imperial.otf new file mode 100644 index 0000000..14c2a86 Binary files /dev/null and b/LogBot/fonts/Imperial.otf differ diff --git a/LogBot/fonts/Inconsolata-Regular.ttf b/LogBot/fonts/Inconsolata-Regular.ttf new file mode 100644 index 0000000..fc981ce Binary files /dev/null and b/LogBot/fonts/Inconsolata-Regular.ttf differ diff --git a/LogBot/stylesheets/anarchive.css b/LogBot/stylesheets/anarchive.css new file mode 100644 index 0000000..0a50a4f --- /dev/null +++ b/LogBot/stylesheets/anarchive.css @@ -0,0 +1,56 @@ +@font-face{ + font-family: "font"; + src: url("font.ttf") format("truetype"); +} + +@font-face { + font-family: "ARK-ES DenseMedium"; + src: url("fonts/ARK-ES-DenseMedium.woff") format("woff"); +} + +@font-face { + font-family: "Inconsolata Regular"; + src: url("fonts/Inconsolata-Regular.otf") format("otf"); +} + +body { + margin: 1em 1em 3em 1em; + background-color: #f1eede; + font-family: "Inconsolata"; + font-size: 16px; + line-height: 1.6; +} + +h1 { + font-family: "ARK-ES DenseMedium"; + font-weight: normal; + font-size: 48px; + margin-top: 20px; + color: #3c4cac; +} + +.post { + max-width: 350px; + margin: 0.5em 0.5em; + float: left; +} +.post p.key { + margin: 2em 0 1em 5em; + font-size: 12px; +} +.post p.message { + float: left; + margin: 0; +} +img, +iframe, +audio, +video { + max-width: 80%; + height: auto; + clear: both; + margin: 0; +} +iframe{ + height: 440px; +}