Special:UserRights
It still doesn't seem to be working...
Y'know what, just copy and paste directly what I have here and it should work: https://paradox-test.fandom.com/wiki/MediaWiki:Local.css
Disclaimer: I put my code into Local.css but you should be putting it in Common.css
You can always just browse a wiki without signing in if all you intend to do is look at the pages.
@Mendes2 I think they are imagining the invisible status thing that Discord has that says "you will not appear online, but will have full access to all of Discord". Fandom is different from Discord tho so there is no such button.
Try this code instead if that doesn't work:
a[href$=":Nayalovescats"],
a[href$="/Nayalovescats"] {
color: #000000 !important;
font-weight: bold !important;
font-family: 'Arial', cursive !important;
font-size: 12px;
}
Change #000000 to change the color.
Delete font-weight: bold !important; if you don't want the username to be bolded.
Change Arial to change font (and you may need to import the other font).
Change 12 to change font size.
If you're referring to "Upload a new version of this file", other wikis have both that and "replace" (and I also couldn't see the replace button there so that's interesting).
Edit: yep it's prolly because of the version cause that wiki is using a different version from CC if u check Special:Version
I think I've found the file you are referring to. Is it this one? In that case, the replace button doesn't exist for it because video files cannot be replaced the same as other files, you'll basically just have to upload a new file.
Np
Do you have the Headermain and PortraitThumbnailsTest templates (or something similar) on your wiki?
Edit: it'd be easier for us to advise you if we could see the code you are currently using
I checked on a couple wikis and I could still see the replace button... were you blocked on a wiki or something?
Here's the code that was used: https://strangerthings.fandom.com/wiki/Template:MP-Cast?action=edit
Yeah, it's pretty much only the big "official" wikis like the diep.io wiki that get any special design.
You can't get custom roles.
Add the brackets around the link
You might also find these tools useful:
.ooui-theme-fandomooui .mw-datatable>*>tr>td, .ooui-theme-fandomooui .mw-datatable>tr>td, .ooui-theme-fandomooui .mw-json>*>tr>td, .ooui-theme-fandomooui .mw-json>tr>td, .ooui-theme-fandomooui .wikitable>*>tr>td, .ooui-theme-fandomooui .wikitable>tr>td {
border-color: var(--theme-border-color);
}
This is what I get with inspect, maybe u can try something with it
I'm not sure if this'll be super helpful but u can try using inspect to see if there are any elements you missed.