diff --git a/core/static/core/img/background.png b/core/static/core/img/background.png new file mode 100644 index 00000000..c36fc6e5 Binary files /dev/null and b/core/static/core/img/background.png differ diff --git a/core/static/core/img/p200.png b/core/static/core/img/p200.png new file mode 100644 index 00000000..83a0457e Binary files /dev/null and b/core/static/core/img/p200.png differ diff --git a/core/static/core/style.scss b/core/static/core/style.scss index aa8c6c7f..cd26f2a6 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -42,6 +42,7 @@ body { position: relative; width: 100%; font-family: sans-serif; + background: url("img/p200.png") bottom center fixed no-repeat, url("img/background.png") repeat 100px / 100px; } input[type=button], input[type=submit], input[type=reset],input[type=file] { @@ -418,7 +419,7 @@ header { #content { padding: 1em 1%; box-shadow: $shadow-color 0px 5px 10px; - background: $white-color; + background-color: rgba(255, 255, 255, 0.8); overflow: auto; }