Revert "Père 200, Père 200, tralalalalère!!!!"

This reverts commit edaa1b0082.
This commit is contained in:
Skia 2016-12-06 12:37:25 +01:00
parent edaa1b0082
commit b7b9820d70
5 changed files with 1 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 663 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

@ -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;
}