User talk:Delusion23
Hello, Delusion23! Welcome to Wikivoyage.
To help get you started contributing, we've created a tips for new contributors page, full of helpful links about policies and guidelines and style, as well as some important information on copyleft and basic stuff like how to edit a page. If you need help, check out Help, or post a message in the travellers' pub. If you are familiar with Wikipedia, take a look over some of the differences here.AHeneen (talk) 03:09, 28 January 2013 (UTC)
Alternative logo
[edit]it:User:Ricordisamoa/logo2.css is a CSS file, not JavaScript. So you have to:
- either copy all content of it:User:Ricordisamoa/logo2.css into Special:MyPage/common.css, or
- import it:User:Ricordisamoa/logo2.css by inserting into Special:MyPage/common.css.
@import "//it.wikivoyage.org/w/index.php?title=Utente:Ricordisamoa/logo2.css&action=raw&ctype=text/css";
You could also write
mw.loader.load("//it.wikivoyage.org/w/index.php?title=Utente:Ricordisamoa/logo2.css&action=raw&ctype=text/css","text/css");
in your common.js, but this would slow down the style loading.
Instead, putting the CSS code into your common.js is actually nonsensical. Regards, --Ricordisamoa 06:09, 1 September 2013 (UTC)
- PS: CSS can't change the favicon, only JavaScript could do it, but I haven't found any suitable image on Commons. --Ricordisamoa 06:10, 1 September 2013 (UTC)
- Thanks :) I have no idea about this kind of thing :( Del♉sion23 (talk) 16:51, 1 September 2013 (UTC)