|
|
Line 8: |
Line 8: |
|
| |
|
| body { | | body { |
| background-image: none; | | background-image: url('http://wiki.aetolia.com/mediawiki/images/5/58/Gradient.png'); |
| | background-repeat: repeat-x; |
| | background-position: top; |
|
| |
|
| background: #f4ebb5; /* Old browsers */
| |
| background: -moz-linear-gradient(top, #f4ebb5 0%, #bf9b39 22%, #541315 62%, #000000 100%); /* FF3.6+ */
| |
| background: -webkit-linear-gradient(top, #f4ebb5 0%,#bf9b39 22%,#541315 62%,#000000 100%); /* Chrome10+,Safari5.1+ */
| |
| background: -o-linear-gradient(top, #f4ebb5 0%,#bf9b39 22%,#541315 62%,#000000 100%); /* Opera11.10+ */
| |
| background: -ms-linear-gradient(top, #f4ebb5 0%,#bf9b39 22%,#541315 62%,#000000 100%); /* IE10+ */
| |
| } | | } |
|
| |
|