MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
updating background to use https
No edit summary
(updating background to use https)
Line 3: Line 3:
html {
html {
     /* Header background with pixelation effect */
     /* Header background with pixelation effect */
     background: #f3f3f3 url(http://dragon-quest.org/images/3/36/Header_back.png) repeat-x;  
     background: #f3f3f3 url(https://dragon-quest.org/images/3/36/Header_back.png) repeat-x;  
     -ms-interpolation-mode:nearest-neighbor;  /* IE 7-11 */
     -ms-interpolation-mode:nearest-neighbor;  /* IE 7-11 */
     image-rendering:-webkit-optimize-contrast; /* old Webkit browsers */
     image-rendering:-webkit-optimize-contrast; /* old Webkit browsers */

Navigation menu