diff --git a/core/static/core/img/background.jpg b/core/static/core/img/background.jpg deleted file mode 100644 index 61c6a7f8..00000000 Binary files a/core/static/core/img/background.jpg and /dev/null differ diff --git a/core/static/core/img/dragon.png b/core/static/core/img/dragon.png deleted file mode 100644 index ed1fc913..00000000 Binary files a/core/static/core/img/dragon.png and /dev/null differ diff --git a/core/static/core/img/knight.jpg b/core/static/core/img/knight.jpg deleted file mode 100644 index bdcb6496..00000000 Binary files a/core/static/core/img/knight.jpg and /dev/null differ diff --git a/core/static/core/img/logo.png b/core/static/core/img/logo.png index 21dd4fbd..6d23a853 100644 Binary files a/core/static/core/img/logo.png and b/core/static/core/img/logo.png differ diff --git a/core/static/core/style.css b/core/static/core/style.css index 60ca1c6b..2a67cf1a 100644 --- a/core/static/core/style.css +++ b/core/static/core/style.css @@ -1,7 +1,6 @@ /*--------------------------------GENERAL------------------------------*/ body{ background-color:#EEE; - background: url('img/dragon.png') bottom left fixed no-repeat, url('img/background.jpg') repeat; position: relative; width: 100%; font-family: sans-serif; @@ -16,9 +15,6 @@ a:active { color: #007BE6; } #logo { margin-left: 5%; } -#logo img { - width: 500px; -} header { display: block; position: absolute; @@ -74,7 +70,6 @@ nav { width: 90%; margin: 0px auto; background: grey; - background: rgba(100, 100, 100, 0.8); color: white; } @@ -96,7 +91,7 @@ nav a:hover { width: 88%; margin: 0px auto; padding: 1em 1%; - background: rgba(255, 255, 255, 0.8); + background: white; overflow: auto; }