| | 262 | position: fixed; |
| | 263 | right: 0; |
| | 264 | top: 0; |
| | 265 | |
| | 266 | background-color: #464646; /* Fallback */ |
| | 267 | background-image: -ms-linear-gradient(bottom, #373737, #464646 5px); /* IE10 */ |
| | 268 | background-image: -moz-linear-gradient(bottom, #373737, #464646 5px); /* Firefox */ |
| | 269 | background-image: -o-linear-gradient(bottom, #373737, #464646 5px); /* Opera */ |
| | 270 | background-image: -webkit-gradient(linear, left bottom, left top, from(#373737), to(#464646)); /* old Webkit */ |
| | 271 | background-image: -webkit-linear-gradient(bottom, #373737, #464646 5px); /* new Webkit */ |
| | 272 | background-image: linear-gradient(bottom, #373737, #464646 5px); /* proposed W3C Markup */ |