#How do I replace this text with a rectangular logo?
47 messages · Page 1 of 1 (latest)
one of the things under managewiki additional settings, wgWordmark i think
Do I put the link as 'static', right?
yea
By the way... Do you know how to make categories be placed at the page's foot like Vector skin used to do, but for Timeless skin?
gonna have to use js, send a link ill poke around a bit
of the wiki itself?
yea
Thank You. I promise, when I grow up, I'll help you a lot ^^
huh, apparently timeless doesnt actually get rid of the categories at the bottom, theyre just hidden on desktop
#catlinks {
display:block;
}
if u just add this theyll show up, and then u can style it
Hidden? but they're on the left.
if u inspect element at the end of the content block, theyre there but display:noned
Plus, weird how places the categories outside the page.
if u make #catlink have a white bg then itll look like its part of the page
I see. Aparently, there's no possible to place them inside the page... Also, At least can I put them in a <div> block?
And how do I hide the board w/ the categories on the right?
#catlinks {
display:block;
background-color:#fff;
padding:1em;
}
#catlinks-sidebar {
display:none;
}``` this hides the sidebar categories and makes the bottom categories look nicer
My infoboxes tends to have this zebra color for the templates...
But I don't know what happened, those infoboxes which use diferent colors for something in specific, their row color are missing.
???
An example of what I mean.
No idea what happened, but this started when I change to Timeless (in Vector they were ok and functioning)...
Maybe this issue is a Pipeline issue on the templates?
Template:CharacterInfobox/styles.css is targeting .fiction>table for the zebra rows, but table is now 3 layers deep from .fiction now for some reason, (.fiction > .content-table-wrapper > .content-table > table)
so just replace .fiction > table with .fiction .grafima-dedomenon
Wow, it finally worked, thanks again.
But how this problem pop out from nowhere? did Miraheze upgraded into new functions and my previous code became obsolete somehow?
hmm, might be that timeless updated to add wrappers to tables (the .content-table-wrapper and .content-table)
if i recall this has been a thing for a while, there were ppl having trouble putting tables next to each other bc of the wrappers, so idk why it suddenly kicked in here
Maybe this explains why my notice templates have extra padding on top and bottom... now seem weird.
or maybe this happens bc i added wikitable inside...
could always inspect element to see where the gap is coming from
Tried, and I don't see any issue (that I'm unable to identify, I guess).
this <p> has the default <p> margins, make it margin:0
I think I should made the edit in the template, bc in there I never specified nothing in <p>.
Would you like me to pass the template link and make an example
?
its definitely there
That would be enough for these days. I still have many stuff to fix, but I think I bothered you enough ^^U