Template talk:Fakelogo

From Illogicopedia
Jump to navigation Jump to search

This seems to only work properly in Vector. I use Monobook, and it's too far up and left there. We might want to fix that.  Flyingcat (meow?)fr: 18:16, 6 Jeremy 2019 (UTC)

OK, then what we should do is to edit MediaWiki:Monobook.css (and css for other skins) for .fakelogo class with !important. I think that will override the css within this template.--The Pioneer (A.K.A. かいたくしゃ) 04:56, 7 Jeremy 2019 (UTC)
Adding this on MediaWiki:Monobook.css will work (tested on Usopedia).
.fakelogo {
position:absolute !important;
top:-30px !important;
left:-160px !important;
z-index:100;
}
--The Pioneer (A.K.A. かいたくしゃ) 05:48, 7 Jeremy 2019 (UTC)
Done, thanks. Seems like you ought to be able to replace the background image directly, but that might be harder than it looks.  Flyingcat (meow?)fr: 08:54, 7 Jeremy 2019 (UTC)
Well, I think I can do that, if I could use MediaWiki namespace and directly edit common.css (and other css files. It'll probably be harder to adjust css for each pages, though). However, as far as I know, I don't think I can directly replace the logo using a template (which is why I use this method of hiding the original logo and place an in-wiki-content image there instead).--The Pioneer (A.K.A. かいたくしゃ) 09:07, 7 Jeremy 2019 (UTC)