diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-04-29 16:03:43 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-04-29 16:03:43 +0200 |
commit | 89b9649a018c3c9cfe63be646a6b942f2345c392 (patch) | |
tree | b6be4b515e29a50b41c80eb9258fcbe6f4332303 /contrib/site-emc/css/main.css | |
parent | add k8s-lwl (diff) |
rename site to site-emc
Diffstat (limited to 'contrib/site-emc/css/main.css')
-rw-r--r-- | contrib/site-emc/css/main.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/site-emc/css/main.css b/contrib/site-emc/css/main.css new file mode 100644 index 0000000..e179339 --- /dev/null +++ b/contrib/site-emc/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%; +} |