From a18de09b6bd19b1af48b35cf89710f69aa3d5388 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 29 Apr 2020 16:13:03 +0200 Subject: add site-lwl --- contrib/site-lwl/css/main.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 contrib/site-lwl/css/main.css (limited to 'contrib/site-lwl/css/main.css') diff --git a/contrib/site-lwl/css/main.css b/contrib/site-lwl/css/main.css new file mode 100644 index 0000000..e179339 --- /dev/null +++ b/contrib/site-lwl/css/main.css @@ -0,0 +1,19 @@ +/* +body { + background-image: url(../images/background.png); + background-repeat: repeat; +} +*/ + +a:hover img { + opacity: 0.6; +} + +#player-container { + width: 1280px; + max-width: 95%; +} + +#thats-all-folks { + width: 100%; +} -- cgit v1.2.3