diff --git a/asklyphe-frontend/static/themes/classic/imagesearch.css b/asklyphe-frontend/static/themes/classic/imagesearch.css new file mode 100644 index 0000000..aaf900e --- /dev/null +++ b/asklyphe-frontend/static/themes/classic/imagesearch.css @@ -0,0 +1,11 @@ +.pagecontent { + background: url("/static/snow.gif"); + border: 3px inset black; + color: black; +} + +@media screen and (max-width: 800px) { + .pagecontent { + width: calc(100% - 4px); + } +} \ No newline at end of file