Hey!
Is it possible to add a background in vector skin? I mean a file (jpg etc.) as a background.
Seriana
Hey!
Is it possible to add a background in vector skin? I mean a file (jpg etc.) as a background.
Seriana
You can modify the Vector skin by editing MediaWiki:Vector.css in your wiki. Styles, which you define there, will override the ones, which come with Vector by default.
The background I have now changed, but the header is still displayed. I have no idea how I can now hide this.
You can hide elements with CSS by defining display: none; for the element you don't want to see. Check the sourcecode of the wiki page to see, how you can address the element (e.g. with its id attribute if it has one).
I don't find any sourcecode for the header,the only i find was "div id=mw-head class=noprint" with firefox...but i have no idea how i can remove them. display: none; did not work or I did something wrong... :(