Please remember that WiKirby contains spoilers, which you read at your own risk! See our general disclaimer for details.

User talk:HavocReaper48

From WiKirby, your independent source of Kirby knowledge.
Jump to navigationJump to search

Welcome to WiKirby![edit]

WiKirby.png
Hi there HavocReaper48, and welcome to WiKirby! We hope you'll enjoy editing here; check out our help guide for editing tips and information on do's and don'ts. Also, please keep in mind that all edits are subject to moderation until you become autoconfirmed (5 edits and 24 hours)! If you need any help, just contact one of the administrators. Thanks! — The WiKirby Staff

Template[edit]

Not sure if you saw my response on my talk page to your question, so I figured to post here in case it alerts you. But if you clear up what you want to know, I'll be glad to help.Axiomist (talk) 16:51, 22 January 2011 (CST)

Yeah, I figured I could emulate that on DKWiki. For example, this file on the background of a template. What are the specifics? HavocReaper48 23:13, 24 January 2011 (CST)
Nice choice! Although it may look cut up when tiled, if you have a larger source image, it might be possible to find a snippet that can tile correctly. But anyway, it's really simple to do, Let's say you name this divclass "Palmtree"- Somewhere in here type the following:
.palmtree {
background-color: #006400;
background-image: url(/images/6/69/PalmTreesBackgroundDKCR.jpg);
}

The default color can be changed to any shade of green you want. This will only show up as a plain green on browsers that haven't accepted image backgrounds yest. (Low-end cell phones for example). Axiomist (talk) 23:56, 24 January 2011 (CST)

Can the background be applied to infoboxes? When I tried to it failed. But when I copied the KEYForms template onto DKWiki and put the palmtree thing it still did not show. And yes I updated the commons beforehand. What am I doing wrong? HavocReaper48 14:28, 26 January 2011 (CST)
Sometimes css edits are finicky, seems like DK wiki has a single space following every colon, so I changed the above code to match. Try replacing it with the changes, if that doesn't work, try making the second and third line indent as other pieces on the DKW css page do. It should work for infoboxes as well. Axiomist (talk) 22:15, 26 January 2011 (CST)
It still didn't work but then I moved the coding to a different location and got somewhere. Instead of the div class, I did the table class and it worked. Thank you so much! Though now the navbox doesn't have the show/hide function, can that be restored? HavocReaper48 22:55, 26 January 2011 (CST)
As far as the background, It is probably the file name. Spaces are very bad to do in web design. I would also like to point out that the page you linked to above, the background does not work... but show hide feature depends upon the table having a class of "collapsible" (if you are referring to what I think) you can add multiple classes to it. just for the class use "cave collapsible"Dkpat 23:08, 27 January 2011 (CST)
I did it for you. Simply this, write class="palmtree collapsible" it adds properties of both classes. The only thing i would do is make another class in which the background is simply an opaque color so that you can see the writing. Malake256 23:16, 27 January 2011 (CST)