DA: Corkboard

May 15, 2008 No Comments
Tags: , ,
Posted in Templates | respond
trackback

DA: Corkboard

A free DA Journal Theme I created.

IMPORTANT: To use this journal you must be a subscribed member at deviantart.
Thank you for downloading this CSS journal. By downloading this, you agreed to use this CSS only in your deviantart journal account.

You are free to do any modifications in the css at your own risk, please inform the creator (`poetess) if you wish to do so but do not pester her with any CSS questions. The internet is vast and wide, use it.

Download here: CSS Corkboard

Issues & Requests:

There are a few questions on how to add scrolling feature in this theme since they have long posts. So here’s a solution for you guys.

Simply add this code in the CSS (beta) form:

  1. .notes2 {
  2. margin-left: 140px;
  3. border: 0px solid #000;
  4. padding-left: 29px;
  5. padding-right: 15px;
  6. padding-top: 23px;
  7. padding-bottom: 20px;
  8. font-size: 10pt;
  9. line-height: 15pt;
  10. color: #003366;
  11. background-image: url(’http://img397.imageshack.us/img397/1822/notepadmh1.gif’) !important;
  12. background-position: top left;
  13. height: 300px;
  14. overflow: auto;
  15. }

To use this feature:

From the Journal Entry.txt file:

Add this:

  1. <div class=”notes2″>
  2. long content here
  3. </div>

Right after the last </div>. Like so:

  1. <div class=”notes”>
  2. <div class=”titles”>Title</div>
  3. type text here
  4. </div><div class=”notes2″>
  5. long content here
  6. </div>

Sample of the scroll feature: view here







Plurk.com

No Comments


Leave a Reply

Go to top