0% found this document useful (0 votes)
62 views16 pages

Plus Essentials

This document provides instructions for installing site essentials templates on a forum, including general, event, face claims, canon list, approval, and post templates. It includes the code to add links to fonts and icons in the board wrappers, CSS styling to add to the stylesheet, and the code for each of the templates. Users are advised to copy the links, CSS, and templates to their forum as directed to install the templates.

Uploaded by

Banana Phone
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views16 pages

Plus Essentials

This document provides instructions for installing site essentials templates on a forum, including general, event, face claims, canon list, approval, and post templates. It includes the code to add links to fonts and icons in the board wrappers, CSS styling to add to the stylesheet, and the code for each of the templates. Users are advised to copy the links, CSS, and templates to their forum as directed to install the templates.

Uploaded by

Banana Phone
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 16

/*******************************************

SITE ESSENTIALS - PLUS (JCINK)

Contains:
- General Template
- Event Template
- Face Claims
- Canon List
- Approval Template
- Post Templates (5)

Please follow the steps below to


install the templates on your forum!

Contact #Boone8792 for any installation


questions or issues.
********************************************/

/*******************************************
/* STEP ONE: BOARD WRAPPERS
/* Copy the following links into the <head>
/* element of your Board Wrappers:
*******************************************/

<!-- honeybee icons -->


<link href="//Vithgorhaxam.github.io/font-icons/Cappuccicons.css" rel="stylesheet">

<!-- Import Fonts Below -->


<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?
family=DM+Serif+Display:ital@0;1&family=Poppins:wght@400;500;600&display=swap"
rel="stylesheet">

/*******************************************
/* STEP TWO: CSS
/* Copy the following links into the bottom
/* of your stylesheet. Redefine any variables
/* as needed.
*******************************************/

/** Layout **/


general {
--accent1:#6e83a2;
--font1:'poppins', sans-serif;
--font2:'DM Serif Display', serif;
--border:#333;
--bg0:#151515;
--bg1:#101010;
--bg2:#181818;
--bg3:#202020;
--bg4:#222;
--bg5:30,30,30;
--txt1:#888;
--txt2:#aaa;
--darken:255,255,255;

display:block;
margin:20px auto;
background:var(--bg2);
width:100%;
max-width:500px;
border:1px solid var(--border);
padding:20px;
color:var(--txt1);
}
general * {
box-sizing:border-box;
}
general section {
padding:20px;
text-align:justify;
font:8pt var(--font1);
border: 1px solid var(--border);
background: var(--bg3);
}

/** Headings **/


general h1 {
width: 100%;
position: relative;
display: flex;
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
-webkit-flex-flow: column nowrap;
-moz-flex-flow: column nowrap;
-ms-flex:column-nowrap ;
-o-flex-flow: column nowrap;
flex-flow: column nowrap;
justify-content: center;
padding: 0 25px;
height: 100px;
margin:0 0 5px 0;
font:700 9px var(--font1);
text-transform: uppercase;
color:rgb(var(--bg5));
letter-spacing: 1px;
overflow: hidden;
background: var(--accent1);
}
general h1 span {
text-transform: uppercase;
font: 24px var(--font2);
color: rgb(var(--bg5));
position: relative;
z-index: 5;
display:block;
text-align:center;
}
general h1 em {
left: 0;
position: absolute;
white-space: nowrap;
font: 150px/0 var(--font2);
text-transform: uppercase;
letter-spacing: 4px;
color: rgb(var(--bg5));
opacity: 0.05;
z-index: 1;
}
general h2, general h3 {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
-webkit-flex-flow:row nowrap;
-moz-flex-flow: row nowrap;
-ms-flex-flow:row nowrap;
-o-flex-flow:row nowrap;
flex-flow:row nowrap;
align-items:center;
justify-content:center;

height:50px;
background:var(--accent1);
color:rgb(var(--bg5));

font:bold 8pt var(--font1);


text-transform:uppercase;
letter-spacing:1px;

margin:0 0 5px 0;
padding:0 10px;
}
general h3 {
background:transparent;
border:1px solid var(--accent1);
color:var(--accent1);
}

/** Images **/


general img {
display:inline-block;
object-fit:cover;
width:220px;
height:120px;
-webkit-box-shadow: inset 0 0 0 1px rgba(var(--txt2), 0.5), 0 0 0 1px
rgba(var(--txt2),0.1);
box-shadow: inset 0 0 0 1px rgba(var(--darken), 0.5), 0 0 0 1px rgba(var(--
darken),0.2);
padding: 1px;
border:10px solid var(--border);
border-radius:2px;
position: relative;
z-index: 5;
object-fit: cover;
margin:5px auto;
}
.portraitImg {
width:170px;
height:270px;
}
.iconImg {
width:120px;
height:120px;
display:inline-block;
}
.headerImg {
display:block;
width:100%;
height:150px;
margin:0 0 10px 0;
}

/** Modules **/


general fieldset {
all:unset;
height:400px;
overflow:auto;
margin:5px;
padding-right:10px;
}
.canons blockquote fieldset {
height:60px;
margin:0;
}
.faceClaims fieldset {
display:block;
}

general aside, blockquote {


background: var(--bg3);
padding: 25px;
margin: 10px auto;
border: 1px solid var(--border);
border-radius:2px;
display: block;
}
general blockquote {
background: var(--bg4);
text-align:justify;
font:500 8pt var(--font1);
color:var(--txt1);
border-width:0 0 0 2px;
position:relative;
border-radius:0px;
border-color:var(--accent1);
margin:0 0 5px auto;
width:calc(100% - 20px);
}
general blockquote::after {
position: absolute;
content: "";
width: 15px;
height: 15px;
border: 1px solid var(--accent1);
background: var(--bg4);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: -9.5px;
top: calc(50% - 7.5px);

}
.canons blockquote {
padding:20px;
}

.faceClaims section:nth-of-type(even) blockquote::after {


left:auto;
right:-9.5px;
border-color:var(--border);
}
.faceClaims section:nth-of-type(even) blockquote {
border-width:0 2px 0 0;
border-color:var(--border);
margin:0 auto 5px 0;
}

.requirements {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
-ms-flex-flow: row wrap;
-o-flex-flow: row wrap;
flex-flow: row wrap;
align-items:space-evenly;
}
.requirements * {
flex:1 1 auto;
}

bi_column {
-webkit-display: flex;
-moz-display: flex;
-ms-display: flex;
-o-display: flex;
display: flex;
-webkit-flex-flow:row nowrap;
-moz-flex-flow: row nowrap;
-ms-flex-flow:row nowrap;
-o-flex-flow:row nowrap;
flex-flow:row nowrap;
align-items:flex-start;
justify-content:flex-start;
}
bi_column > * {
padding:10px;
}

/** Inline Tags **/


general b, general i, general u, general a{
color:var(--accent1);
}
traitP {
-webkit-display:inline-flex;
-moz-display:inline-flex;
-ms-display:inline-flex;
-o-display:inline-flex;
display:inline-flex;
-webkit-flex-flow:row nowrap;
-moz-flex-flow: row nowrap;
-ms-flex-flow:row nowrap;
-o-flex-flow:row nowrap;
flex-flow:row nowrap;
align-items:center;
justify-content:space-between;
white-space:nowrap;
padding:5px 8px;
background:var(--bg3);
border:1px solid var(--border);
margin:5px;
font:600 var(--defaultFont) var(--font1);
color:var(--txt1);
}
traitP i {
display:inline-block;
vertical-align:middle;
padding-right:5px;
}

/** Fieldset Scrollbars **/


general fieldset::-webkit-scrollbar {
width: 8px;
background-color:var(--bg0);
border: 1px solid var(--border);
border-radius:2px;
}
fieldset::-webkit-scrollbar-thumb {
background:var(--accent1);
}

/** Posting Templates **/


.smallText {
font-weight:600;
font-size:8px;
text-transform:uppercase;
letter-spacing:2px;
margin:0 5px;
}

.p_2 img:first-of-type, .p_3 bi_column:last-of-type div img {


display:inline-block;
object-fit:cover;
width:60px;
height:60px;
-webkit-box-shadow: inset 0 0 0 1px rgba(var(--txt2), 0.5), 0 0 0 1px
rgba(var(--txt2),0.1);
box-shadow: inset 0 0 0 1px rgba(var(--darken), 0.5), 0 0 0 1px rgba(var(--
darken),0.2);
padding: 1px;
border:10px solid var(--border);
border-radius:2px;
position: relative;
z-index: 5;
object-fit: cover;
margin:0 15px 0 0;

}
.p_2 section:first-of-type {
width:100%;
}

.p_2 bi_column:last-of-type {
align-items:stretch;
}

.p_2 bi_column:last-of-type div {


margin-left:15px;
padding:0;
}

.p_2 bi_column:last-of-type div img {


width:120px;
height:100%;
vertical-align:top;
margin:0;
}

.p_4 traitP {
display:block;
margin:8px 0;
}

/*******************************************
/* STEP THREE: TEMPLATES
/* That's all! Code for each of the templates
/* is located below!
*******************************************/

<!-- GENERAL TEMPLATE -->


[dohtml]
<general>
<h1>
<em>General Template</em>
<span>General Template</span>
</h1>
<section>
<img src="https://via.placeholder.com/450x150" class="headerImg"
title="">

<h3>Third-Level Heading</h3>

<aside>
The large handsome face of Dr. Jekyll grew pale to the very lips,
and there came a blackness about his eyes. <b>“I do not care to hear more,</b>”
said he.
</aside>
“What I heard was abominable,” said Utterson.
<br><br>
“It can make no change. You do not understand my position,” returned the
doctor, with a certain incoherency of manner. “I am painfully situated, Utterson;
my position is a very strange--a very strange one. It is one of those affairs that
cannot be mended by talking.”
<br><br>
“Jekyll,” said Utterson, “you know me: I am a man to be trusted. Make a clean
breast of this in confidence; and I make no doubt I can get you out of it.”
<br><br>
<h2>Second-level heading</h2>
“My good Utterson,” said the doctor, “this is very good of you, this is
downright good of you, and I cannot find words to thank you in. I believe you
fully; I would trust you before any man alive, ay, before myself, if I could make
the choice; but indeed it isn’t what you fancy; it is not as bad as that; and just
to put your good heart at rest,."
</section>
</general>
[/dohtml]

<!-- EVENT TEMPLATE -->


[dohtml]
<general>
<h1>
<em>Event</em>
<span>Event Name</span>
</h1>
<section>
<img src="https://via.placeholder.com/450x250" class="headerImg"
title="" style="height:250px;">
<div class="requirements">
<traitP>
<i class="cp cp-moon"></i>
<b>Requirements</b>
</traitP>
<traitP>
<i class="cp cp-moon"></i>
<b>Requirements</b>
</traitP>
<traitP>
<i class="cp cp-moon"></i>
<b>Requirements</b>
</traitP>
<traitP>
<i class="cp cp-moon"></i>
<b>Requirements</b>
</traitP>
</div>
<aside>
“It can make no change. You do not understand my position,”
returned the doctor, with a certain incoherency of manner. “I am painfully
situated, Utterson; my position is a very strange--a very strange one. It is one of
those affairs that cannot be mended by talking.”
<br><br>
“Jekyll,” said Utterson, “you know me: I am a man to be trusted.
Make a clean breast of this in confidence; and I make no doubt I can get you out of
it.”
</aside>
</section>
</general>
[/dohtml]

<!-- FACE CLAIMS -->


[dohtml]
<general class="faceClaims">
<h1>
<span>Face Claims</span>
<em>Face Claims</em>
</h1>

<section>
<h3> Show Name </h3>

<blockquote>
<b>Name McName</b> as @[firstname longlast]<br>
<b>Name McName</b> as @[firstname longlast]<br>
<b>Name McName</b> as @[firstname longlast]<br>
<b>Name McName</b> as @[firstname longlast]<br>
</blockquote>
</section>

<section>
<h2> Another Show </h2>

<blockquote>
<b>Name McName</b> as @[firstname longlast]<br>
<b>Name McName</b> as @[firstname longlast]<br>
<b>Name McName</b> as @[firstname longlast]<br>
<b>Name McName</b> as @[firstname longlast]<br>
</blockquote>
</section>
</general>
[/dohtml]

<!-- CANON LIST -->


[dohtml]
<general class="canons">
<h1>
<span>Canon List</span>
<em>Canons</em>
</h1>

<section>
<h3>Name McName</h3><br>
<bi_column>
<img src="https://via.placeholder.com/100x100" class="iconImg"
title="">
<div>
<blockquote>
<fieldset>
The large handsome face of Dr. Jekyll grew pale to the very
lips, and there came a blackness about his eyes. “<b>I do not care to hear
more</b>,” said he.
</fieldset>
</blockquote>
</div>
</bi_column>
</section>

<section>
<h2>Name McName</h2><br>
<bi_column>
<img src="https://via.placeholder.com/100x100" class="iconImg"
title="">
<div>
<blockquote>
<fieldset>
The large handsome face of Dr. Jekyll grew pale to the very
lips, and there came a blackness about his eyes. “<b>I do not care to hear
more</b>,” said he.
</fieldset>
</blockquote>
</div>
</bi_column>
</section>

<section>
<h3>Name McName</h3><br>
<bi_column>
<img src="https://via.placeholder.com/100x100" class="iconImg"
title="">
<div>
<blockquote>
<fieldset>
The large handsome face of Dr. Jekyll grew pale to the very
lips, and there came a blackness about his eyes. “<b>I do not care to hear
more</b>,” said he.
</fieldset>
</blockquote>
</div>
</bi_column>
</section>
</general>
[/dohtml]
<!-- APPROVED TEMPLATE -->
[dohtml]
<general class="updates">
<h1>
<em>Approved</em>
<span>Approved !</span>
</h1>
<section>
“It can make no change. You do not understand my position,” returned the doctor,
with a certain incoherency of manner. “I am painfully situated, Utterson; my
position is a very strange--a very strange one. It is one of those affairs that
cannot be mended by talking.”
</section>
</general>
[/dohtml]

<!-- POST TEMPLATE (1/4) -->


[dohtml]
<general>

<section>
<span class="smallText"> If <b>death</b> comes knocking at your door.</span>
</section>

<br>

<section>
<b>“My will? Yes, certainly, I know that,”</b> said the doctor, a trifle
sharply. “You have told me so.”
<br><br>
“Well, I tell you so again,” continued the lawyer. “I have been learning
something of young Hyde.”
<br><br>
The large handsome face of Dr. Jekyll grew pale to the very lips, and there
came a blackness about his eyes. “I do not care to hear more,” said he. “This is a
matter I thought we had agreed to drop.”
<br><br>
“What I heard was abominable,” said Utterson.
<br><br>
“It can make no change. <i>You do not understand my position</i>,” returned
the doctor, with a certain incoherency of manner. “I am painfully situated,
Utterson; my position is a very strange--a very strange one. It is one of those
affairs that cannot be mended by talking.”
<br><br>
Utterson reflected a little, looking in the fire.
<br><br>
“I have no doubt you are perfectly right,” he said at last, getting to his
feet.
<br>
<traitP>
<i class="cp cp-minus"></i>
@[tag]
</traitP>
<br>

</section>
<br>
<img src="https://via.placeholder.com/450x150" class="headerImg" title="">
</general>
[/dohtml]

<!-- POST TEMPLATE (2/4) -->


[dohtml]
<general class="p_2">

<bi_column>
<img src="https://via.placeholder.com/50x50" />

<section>
<span class="smallText"> If <b>death</b> comes knocking at your door.</span>
</section>
</bi_column>

<br>

<bi_column>
<section>
<fieldset><b>“My will? Yes, certainly, I know that,” </b>said the doctor, a
trifle sharply. “You have told me so.” <br><br> “Well, I tell you so again,”
continued the lawyer. “I have been learning something of young Hyde.” <br><br> The
large handsome face of Dr. Jekyll grew pale to the very lips, and there came a
blackness about his eyes. “I do not care to hear more,” said he. “This is a matter
I thought we had agreed to drop.” <br><br> “What I heard was abominable,” said
Utterson. <br><br> “It can make no change. <i>You do not understand my
position</i>,” returned the doctor, with a certain incoherency of manner. “I am
painfully situated, Utterson; my position is a very strange--a very strange one. It
is one of those affairs that cannot be mended by talking.” <br><br> Utterson
reflected a little, looking in the fire. <br><br> “I have no doubt you are
perfectly right,” he said at last, getting to his feet.<br><br><b>“My will? Yes,
certainly, I know that,” </b>said the doctor, a trifle sharply. “You have told me
so.” <br><br> “Well, I tell you so again,” continued the lawyer. “I have been
learning something of young Hyde.” <br><br> The large handsome face of Dr. Jekyll
grew pale to the very lips, and there came a blackness about his eyes. “I do not
care to hear more,” said he. “This is a matter I thought we had agreed to drop.”
<br><br> “What I heard was abominable,” said Utterson. <br><br> “It can make no
change. <i>You do not understand my position</i>,” returned the doctor, with a
certain incoherency of manner. “I am painfully situated, Utterson; my position is a
very strange--a very strange one. It is one of those affairs that cannot be mended
by talking.” <br><br> Utterson reflected a little, looking in the fire. <br><br> “I
have no doubt you are perfectly right,” he said at last, getting to his feet.
</fieldset>
</section>

<div>
<img src="https://via.placeholder.com/450x150" class="portraitImg"
title="">
</div>
</bi_column>

<br>

<section>
<span class="smallText">@[tag]</span>
</section>

</general>
[/dohtml]

<!-- POST TEMPLATE (3/4) -->


[dohtml]
<general class="p_2">

<bi_column>
<img src="https://via.placeholder.com/50x50" />

<section>
<span class="smallText">
If <b>death</b> comes knocking at your door.
</span>
</section>
</bi_column>

<br>

<section>
<fieldset><b>“My will? Yes, certainly, I know that,” </b>said the
doctor, a trifle sharply. “You have told me so.” <br><br> “Well, I tell you so
again,” continued the lawyer. “I have been learning something of young Hyde.”
<br><br> The large handsome face of Dr. Jekyll grew pale to the very lips, and
there came a blackness about his eyes. “I do not care to hear more,” said he. “This
is a matter I thought we had agreed to drop.” <br><br> “What I heard was
abominable,” said Utterson. <br><br> “It can make no change. <i>You do not
understand my position</i>,” returned the doctor, with a certain incoherency of
manner. “I am painfully situated, Utterson; my position is a very strange--a very
strange one. It is one of those affairs that cannot be mended by talking.” <br><br>
Utterson reflected a little, looking in the fire. <br><br> “I have no doubt you are
perfectly right,” he said at last, getting to his feet.<br><br><b>“My will? Yes,
certainly, I know that,” </b>said the doctor, a trifle sharply. “You have told me
so.” <br><br> “Well, I tell you so again,” continued the lawyer. “I have been
learning something of young Hyde.” <br><br> The large handsome face of Dr. Jekyll
grew pale to the very lips, and there came a blackness about his eyes. “I do not
care to hear more,” said he. “This is a matter I thought we had agreed to drop.”
<br><br> “What I heard was abominable,” said Utterson. <br><br> “It can make no
change. <i>You do not understand my position</i>,” returned the doctor, with a
certain incoherency of manner. “I am painfully situated, Utterson; my position is a
very strange--a very strange one. It is one of those affairs that cannot be mended
by talking.” <br><br> Utterson reflected a little, looking in the fire. <br><br> “I
have no doubt you are perfectly right,” he said at last, getting to his feet.
</fieldset>
</section>

<br>

<section>
<span class="smallText">@[tag]</span>
</section>

</general>
[/dohtml]

<!-- POST TEMPLATE (4/4) -->


[dohtml]
<general class="posting">

<section>
<span class="smallText">
If <b>death</b> comes knocking at your door.
</span>
</section>

<br>

<section>
<fieldset>
<b>“My will? Yes, certainly, I know that,” </b>said the doctor, a trifle
sharply. “You have told me so.” <br><br> “Well, I tell you so again,” continued the
lawyer. “I have been learning something of young Hyde.” <br><br> The large handsome
face of Dr. Jekyll grew pale to the very lips, and there came a blackness about his
eyes. “I do not care to hear more,” said he. “This is a matter I thought we had
agreed to drop.” <br><br> “What I heard was abominable,” said Utterson. <br><br>
“It can make no change. <i>You do not understand my position</i>,” returned the
doctor, with a certain incoherency of manner. “I am painfully situated, Utterson;
my position is a very strange--a very strange one. It is one of those affairs that
cannot be mended by talking.” <br><br> Utterson reflected a little, looking in the
fire. <br><br> “I have no doubt you are perfectly right,” he said at last, getting
to his feet.<br><br><b>“My will? Yes, certainly, I know that,” </b>said the doctor,
a trifle sharply. “You have told me so.” <br><br> “Well, I tell you so again,”
continued the lawyer. “I have been learning something of young Hyde.” <br><br> The
large handsome face of Dr. Jekyll grew pale to the very lips, and there came a
blackness about his eyes. “I do not care to hear more,” said he. “This is a matter
I thought we had agreed to drop.” <br><br> “What I heard was abominable,” said
Utterson. <br><br> “It can make no change. <i>You do not understand my
position</i>,” returned the doctor, with a certain incoherency of manner. “I am
painfully situated, Utterson; my position is a very strange--a very strange one. It
is one of those affairs that cannot be mended by talking.” <br><br> Utterson
reflected a little, looking in the fire. <br><br> “I have no doubt you are
perfectly right,” he said at last, getting to his feet.
</fieldset>
</section>

<br>

<section>
<span class="smallText">@[tag]</span>
</section>

</general>
[/dohtml]

<!-- SHIPPER -->


[dohtml]
<general class="posting p_4">
<section>
<img src="https://via.placeholder.com/450x150" class="headerImg"
title="">
<h3> Name Mc Name </h3>

<bi_column>
<div>

<img src="https://via.placeholder.com/100x100"
class="iconImg" title="">

<traitP>
<i class="cp cp-plus"></i>
trait
</traitP>
<traitP>
<i class="cp cp-plus"></i>
trait
</traitP>
<traitP>
<i class="cp cp-plus"></i>
trait
</traitP>

</div>

<fieldset>

<b>“My will? Yes, certainly, I know that,” </b>said the doctor, a


trifle sharply. “You have told me so.”
<br><br>
“Well, I tell you so again,” continued the lawyer. “I have been
learning something of young Hyde.”
<br><br>
The large handsome face of Dr. Jekyll grew pale to the very lips, and
there came a blackness about his eyes. “I do not care to hear more,” said he. “This
is a matter I thought we had agreed to drop.”
<br><br>
“What I heard was abominable,” said Utterson.
<br><br>“It can make no change. <i>You do not understand my
position</i>,” returned the doctor, with a certain incoherency of manner. “I am
painfully situated, Utterson; my position is a very strange--a very strange one. It
is one of those affairs that cannot be mended by talking.”
<br><br>“Jekyll,” said Utterson, “you know me: I am a man to be
trusted. Make a clean breast of this in confidence; and I make no doubt I can get
you out of it.”
<br><br>“My good Utterson,” said the doctor, “this is very good of you,
this is downright good of you, and I cannot find words to thank you in. I believe
you fully; I would trust you before any man alive, ay, before myself, if I could
make the choice; but indeed it isn’t what you fancy; it is not as bad as that; and
just to put your good heart at rest,."<br><br> I will tell you one thing: the
moment I choose, I can be rid of Mr. Hyde. I give you my hand upon that; and I
thank you again and again; and I will just add one little word, Utterson, that I’m
sure you’ll take in good part: this is a private matter, and I beg of you to let it
sleep.”

</fieldset>

</bi_column>

</section>
</general>
[/dohtml]

You might also like