MediaWiki:Common.css: Unterschied zwischen den Versionen
Orion (Diskussion | Beiträge) |
Orion (Diskussion | Beiträge) |
||
| Zeile 6: | Zeile 6: | ||
background: linear-gradient(135deg, rgba(203,200,247,1) 0%,rgba(211,224,255,0) 47%,rgba(211,225,255,0) 48%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ | background: linear-gradient(135deg, rgba(203,200,247,1) 0%,rgba(211,224,255,0) 47%,rgba(211,225,255,0) 48%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ | ||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbc8f7', endColorstr='#00d3e1ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbc8f7', endColorstr='#00d3e1ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ | ||
| + | background-attachment: fixed; | ||
| + | background-position: top; | ||
} | } | ||
#mw-page-base{ | #mw-page-base{ | ||
Version vom 19. September 2018, 16:53 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cbc8f7+0,d3e1ff+48&1+0,0+47 */
background: -moz-linear-gradient(-45deg, rgba(203,200,247,1) 0%, rgba(211,224,255,0) 47%, rgba(211,225,255,0) 48%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(203,200,247,1) 0%,rgba(211,224,255,0) 47%,rgba(211,225,255,0) 48%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(203,200,247,1) 0%,rgba(211,224,255,0) 47%,rgba(211,225,255,0) 48%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbc8f7', endColorstr='#00d3e1ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background-attachment: fixed;
background-position: top;
}
#mw-page-base{
background-color: transparent;
background-image: none;
}