mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Père 200, Père 200, tralalalalère!!!!
This commit is contained in:
parent
3970965781
commit
edaa1b0082
BIN
core/static/core/img/background.jpg
Normal file
BIN
core/static/core/img/background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
core/static/core/img/dragon.png
Normal file
BIN
core/static/core/img/dragon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 663 KiB |
BIN
core/static/core/img/knight.jpg
Normal file
BIN
core/static/core/img/knight.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 125 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 65 KiB |
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user