Yes everybody is allowed to use this. You don't need to ask me. It's not like I can stop you lol
Welcome to the updated version of Black Dream. Its been reconfigured to work with the new deviant install button.
F.A.Q I keep getting asked the same question.
How do I remove the textbox examples?</li>
A: When you create/edit a journal there is an Options button towards the top. Click it and you will see 3 boxes: Skin Header, Skin CSS, Skin Footer. Just simply delete everything out of Skin Header. Thats It.
How do I center things instead?
You could change the CSS if you wanted to center all your text but I'll just tell you how and if you get a new skin it will work for them too, as its just a universal line of HTML.
<div align="center"> BLAH STUFF GOES HERE BLAH </div>
Simple. Dont for get the </div> to close off the area you want centered.
Instructions and Tips
Firstly the column/menu on the side is completely optional. If you don't want it, simply skip that section.
Secondly I've made it so the code for those example boxes are stored in the Skin Header when you install this skin.
It's entirely up to you if you use them. If you don't want them delete them.
I do suggest that you copy them/code out of the header part and use them within your main journal text section.
They can be used more than once. Just make sure you copy the full line consisting of : <div class="textpanel"><div class="header"> Sample Text </div> correctly. (same goes for the featurepanel)
It is up to you where you make your mood, reading, listening, eating section sit. I prefer to make it sit at the top to see more of the imagery but its entirely up to you.
Please include these credits at the very end of your journal setup. Here is an extra copy
<div class="credit"><div class="subcred"> Journal Design by :devDruidWu:</div> <b>PS Brushes:</b>:devwyckedbrush::devDarkresources::devShad0w-GFX:</div>
Thats it for the basics
Now for the more tricky
Those who want a column please follow these instructions ontop of what you have just learned:
The main body of your journal needs to be contained in an area so your column can fit down the side. So in order to do this put this code at the beginning of your journal text
<div class="containerzone">
Time to create the column/menu itself. Always best if placed in the journal header section so you only need to create it once
<div class="rightcolumn"><div class="header">Option</div> column contents icons extra headers links etc. </div>