|
|
Line 23: |
Line 23: |
| } | | } |
| body{ | | body{ |
- | background-image: linear-gradient(bottom, rgb(112,112,112) 8%, rgb(191,191,191) 54%, rgb(240,240,240) 77%); | + | background: white url(https://static.igem.org/mediawiki/2013/3/39/UNIK_Copenhagen_background.jpg) no-repeat fixed 50% 50%; |
- | background-image: -o-linear-gradient(bottom, rgb(112,112,112) 8%, rgb(191,191,191) 54%, rgb(240,240,240) 77%);
| + | |
- | background-image: -moz-linear-gradient(bottom, rgb(112,112,112) 8%, rgb(191,191,191) 54%, rgb(240,240,240) 77%);
| + | |
- | background-image: -webkit-linear-gradient(bottom, rgb(112,112,112) 8%, rgb(191,191,191) 54%, rgb(240,240,240) 77%);
| + | |
- | background-image: -ms-linear-gradient(bottom, rgb(112,112,112) 8%, rgb(191,191,191) 54%, rgb(240,240,240) 77%);
| + | |
- | | + | |
- | background-image: -webkit-gradient(
| + | |
- | linear,
| + | |
- | left bottom,
| + | |
- | left top,
| + | |
- | color-stop(0.08, rgb(112,112,112)),
| + | |
- | color-stop(0.54, rgb(191,191,191)),
| + | |
- | color-stop(0.77, rgb(240,240,240))
| + | |
- | );
| + | |
| -webkit-background-size: cover; | | -webkit-background-size: cover; |
| -moz-background-size: cover; | | -moz-background-size: cover; |