Permissions Post: “Licentia”
May 11th, 2018 08:12 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
This is a pretty simple permissions code using the details
tag. It's styled as a permissions post, but could pretty easily be used as a muselist or character profile.
OOC Permissions
Backtagging / Y/N.
Fourthwalling / Y/N.
General / Lorem ipsum dolor sit amet, consectetur adipiscing elit.
IC Permissions
Physical Affection / Nam cursus ligula in arcu gravida, vitae scelerisque magna vulputate.
Violence / Praesent sollicitudin odio in leo gravida ultrices. Nam sed dui pretium, elementum ipsum nec, elementum ex.
Psychics / Quisque eget dolor luctus, imperdiet lectus eu, laoreet massa. Donec iaculis lacus quis felis ultricies venenatis.
Ship Preferences
The Code
Here is the code for a single block, with the stuff you'd most want to change highlighted in red, as always. Just copy and paste as many blocks as you need. The sample code includes three blocks, but you can add more or less as you like.
<div style="background: #000 url(backgroundurl.png); background-size: cover; padding: 2em; width: 100%; max-width: 550px; margin: 2em auto 1em auto;">
<details style="background: #fff; color: #000; padding: 1em 2em;">
<summary><h4 style="display: inline-block; margin: .5em 0; border-bottom: 0; color: #000; font: 700 2.5em Adobe Garamond Pro, Garamond, Georgia, serif; ">OOC Permissions</h4></summary>
<div style="font: 400 14px/2 Adobe Garamond Pro, Garamond, Georgia, serif; margin: 0 1em;">
<p><b style="font: 700 italic .9em Adobe Garamond Pro, Garamond, Georgia, serif; text-transform: uppercase; letter-spacing: .05em;">Backtagging /</b> Y/N.</p>
<p><b style="font: 700 italic .9em Adobe Garamond Pro, Garamond, Georgia, serif; text-transform: uppercase; letter-spacing: .05em;">Fourthwalling /</b> Y/N.</p>
<p><b style="font: 700 italic .9em Adobe Garamond Pro, Garamond, Georgia, serif; text-transform: uppercase; letter-spacing: .05em;">General /</b> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p></div>
</details>
</div>
A variation
For a different #aesthetic, you can also give each block it's own background image, like so:
OOC Permissions
Backtagging / Y/N.
Fourthwalling / Y/N.
General / Lorem ipsum dolor sit amet, consectetur adipiscing elit.
The code for this is below, it's pretty similar: