Drake1 on DeviantArthttps://www.deviantart.com/drake1/art/Into-the-Space-502140549Drake1

Deviation Actions

Drake1's avatar

Into the Space

By
Published:
4K Views

Description

:iconfreeperm1::iconfreeperm2::iconfreeperm3::iconfreeperm4::iconfreeperm5::iconfreeperm6:

Collaboration for this year's Calendar Project! A big thank you to Ikue for his amazing coding skills, without him this wouldn't even exist. You have no idea how much he improved the original design! :D

Hello everybody! Here's this new skin for ginkgografix's new Calendar Project. Hope you all like it! Let me know if you have any problem using it and I'll be glad to help. :aww:

Live view here! :la:


About the top menu

To edit it, go to "Edit Skin", on the right part of the Sta.sh skin editor, and then, on the top section, you will have the code. It's pretty easy to use!


If you don't want to have a menu, simply delete all the code in that zone. But keep in mind that dA will remove it from every journal you have used with this skin. Here's the code in case you deleted it and want the menu back:


<div class="links">
<a href="LINK HERE">Text here</a>
<a href="ANOTHER LINK HERE">Text here</a>
</div>

How to use headings:

Write any of the following codes:
<
h1>Text here</h1>
<
h2>Text here</h2>

How to use blockquotes:

Write the following code:
<
blockquote>Text here</blockquote>

How to use lists:

Write the following code:
<
ul>
<
li>List Item</li>
<
li>List Item</li>
<
/ul>

Put as many list items you want. And to insert an Ordered List, just replace "ul" with "ol"


You can use two columns if you want,

just write the following code:
<
div class="halfCol">Text here</div><div class="halfCol">Text here</div>
<
div class="clear"></div>

To use three columns, put:

<
div class="thirdCol">Text here</div><div class="thirdCol">Text here</div><div class="thirdCol">Text here</div>
<
div class="clear"></div>

And to use four columns:

<
div class="fourthCol">Text here</div><div class="fourthCol">Text here</div><div class="fourthCol">Text here</div><div class="fourthCol">Text here</div>
<
div class="clear"></div>

Please: do not leave any spaces or linebreaks between
</div> and <div class="halfCol | thirdCol | fourthCol">
Also, do not remove the "clear" part.



Other codes you can use:

To put links: <
a href="LINK HERE">Text or image</a>
To put an image: <
img src="IMAGE URL HERE" alt="" />
To put a separator: <
hr />
To create a button: <a href="LINK HERE" class="button">Text here</a>
© 2014 - 2024 Drake1
Comments13
Join the community to add your comment. Already a deviant? Log In