Hello,
Try something like this in your community CSS:
.theme-fandomdesktop-light .fandom-community-header__image img {
display: inline-block; /* So img can get sized */
background: url("https://static.wikia.nocookie.net/central/images/a/a9/Dark-logo.png/revision/latest/scale-to-width-down/150") no-repeat center;
max-height: 100px;
width: 250px;
padding-left: 250px; /* This value = width */
}By the way, this Discussion space is for talking about tools from the Dev wiki. For generic questions, please ask on c.fandom.com/f
Hello,
You can request this feature via https://support.fandom.com/hc/en-us/articles/360021589413-I-want-a-feature-or-extension-turned-on
That said, i'm doubtful about such a feature will be available. I simply suggest to check how your browser can turn off animated images by default. (I'm on Firefox and i did that.)
Hello,
As intended, ClassicDevWikiTheme only works on Dev Wiki.
According to your screenshot, OasisRevived is working. Now its CSS has been updated last June and it's possible Fandom did some graphical changes since.
Hello,
The script is working for me. Don't forget it only applies to the Dev Wiki for the "wiki" namespace.
By the way, you can import all of your scripts this way:
@import "/load.php?articles=u:dev:MediaWiki:OldGlobNav.css|u:dev:MediaWiki:OldFandomColors.css|u:dev:MediaWiki:OldWikiaBar.css|u:dev:MediaWiki:OldEuropa.css|u:dev:MediaWiki:CheapTooltip.css|u:dev:MediaWiki:ContribsButtons.css|u:dev:MediaWiki:EditorCSS.css|u:dev:MediaWiki:ClassicDevWikiTheme.css|u:dev:MediaWiki:OasisRevived.css&only=styles&mode=articles";Hello,
Follow dev/ClassicDevWikiTheme carefully then refresh your cache before testing again.
If it still fails, please share a link to your code.
Cool!
I note "2em" instead of "1em" will make it better.
EDIT: Adding this line will make every button will actually look the same:
padding: 1ex !important;EDIT2: thanks in advance to anyone who can make this code better.
You can find it here eventually: Snippets/Top_wiki_tools_round_buttons
Hello,
Please always elaborate on what you want to achieve and give links. I assume you're talking about the rounded buttons.
Try this CSS:
.wds-button-group > .wds-button,
.wds-button-group > .wds-button:first-child,
.wds-button-group > .wds-dropdown:last-child .wds-button {
border: thin solid;
border-radius: 2em;
margin: auto 2px !important;
}Note CSS won't affect Discussions.
PS: i assume this kind of question would suit community/f better.
Hello,
You can check one user's rights on Special:UserRights. Example: https://cornucopia-game.fandom.com/wiki/Special:UserRights?user=Fluffbutter
It seems you have to use a flagged-as-bot account in order to use AWB. (See Help:Bots)
Anyway, about your problem, please read Help:AutoWikiBrowser#Issues_saving_pages
> Should the setup be done via Commonjs?
This is said in the Help page of the script.
I don't understand your reply.
Let's focus on the problem: you want to add a bloglist to your rail module, right? So you have imported the AddRailModule script to your wiki but you misconfigured it. Once it's done, you have to add your bloglist to Template:RailModule.
Your feedback is way too vague. Please use your template as it should be then show us how it behaves - or at least share a screenshot. And explain us what you expect about the template.
All i can see currently is your bloglist is working while your AddRailModule is not configured correctly.
> it’s just that the article about this script says that it needs to be added either to importjs or to commonjs
I'm not talking about the installation but the configuration.
> I was able to enter other text there and everything was displayed correctly
Do you mean you are able to add a rail module but not with a bloglist in it? Have you already added a plain text rail module on your current wiki?
Thanks.
I think you mixed up ImportJS and Common.js when configuring the script (read the Configuration section).
Please share a link to that page.
Hello,
(You can use your question as a title directly.)
Yes: type {{CURRENTIME}} to display the current UTC time.
Hello,
Please remember to check the wiki source code to get the template: https://terraria.fandom.com/wiki/Template:Infobox_wrapper
There's no "classic infobox design". Like you say, infoboxes have a default style that can't be changed but not "reverted". If the Theme Designer is not enough, you can customize them thanks to your own CSS.
The CSS related to the infobox you want to replicate should be on the wiki in question.