jonarific on DeviantArthttps://www.deviantart.com/jonarific/art/Paperstrip-CSS-342705621jonarific

Deviation Actions

jonarific's avatar

Paperstrip (CSS)

By
Published:
7.3K Views

Description

Here's my little contribution to `ginkgografix' annual Christmas Calendar Project! :meow:

Paperstrip isn't the most fancy/complex Journal skin, but that's because it's not meant to be. Sometimes, you simply don't want to write an entire essay, but rather make your point in a few compact sentences. This skin is explicitly designed for such short and concise notices, in order for them to not automatically look like the beginning of a novel due to variable width, a super-extensive header section, and all the other common shenanigans of custom skins.

Sounds interesting? Great! Be sure to click the Install to Journal button and check out the instructions below! Enjoy! :peace:



Instructions


Due to an error on the submission screen, I cannot currently update this skin. I've contacted the help desk, but for now you'll need to replace the skin's CSS code with this code for the below instructions to work properly.

General note:
Because of the fact that adding a line break in the Journal editor leads to a real HTML line break (<br />), you might have to remove empty line breaks between certain items in your text (between a separator and the following text, for instance) to achieve the right spacing between the elements.

How to use separators:
<hr />

How to use headings:
<h1> —Heading title— </h1>

How to use inline headings:
<h2> —Heading title— </h2>

How to use lists:
<ul>
    <li> —List item— </li>
    <li> —List item— </li>
    <li> —List item— </li>
</ul>


How to use two columns:
<div class="columns">
    <div class="left"> —Left column content— </div>
    <div class="right"> —Right column content— </div>
</div>


How to use images:
<img src=" —Image URL— " />



You are free to use this work without prior permission.
© 2012 - 2024 jonarific
Comments25
Join the community to add your comment. Already a deviant? Log In
BagiArt's avatar
Thank you so much