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