Arcane Theme
A Custom Theme
This is a custom theme created by Alice Witchfire. All of the art and design was created by me using commercially licensed & purchased art.
How to use this theme
Copy either of the code blocks on page 2 or 3 to the bottom of your GMBinder homebrew. I recommend using the minified on page 3 unless you want to edit the style.
Please credit me if you use this theme <3
Subtitle 2
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Subtitle 3
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Subtitle 4
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
d4 | Description |
---|---|
1 | Something happens. |
2 | Something else happens. |
3 | Oh look, something else here! |
4 | Nothing happens. |
Monster
Fearsome monstrocity, raaaaaaawwwr!
STR DEX CON INT WIS CHA 13 (+1) 6 (-2) 16 (+3) 3 (-4) 6 (-2) 5 (-3)
Quote
d4 Description 1 Something happens. 2 Something else happens. 3 Oh look, something else here! 4 Nothing happens.
Table
d4 | Description |
---|---|
1 | Something happens. |
2 | Something else happens. |
3 | Oh look, something else here! |
4 | Nothing happens. |
Style Code (Raw)
<style>
/* Background */
.phb {
background: url('https://www.gmbinder.com/images/XuEwVpU.jpg');
background-size: cover;
}
/* Notes */
.phb blockquote {
background-color: #e5cbc1;
margin-top: 1em;
}
.phb hr+section blockquote {
border-color: #58180d transparent;
border-width: 8px;
border-image: none;
background-image: none;
}
/* Tables */
.phb table tr:nth-child(odd) td {
background-color: #e5cbc1
}
.phb blockquote table tr:nth-child(odd) td {
background-color: #fdf1dc
}
.phb hr+section blockquote tbody tr {
background-color: transparent
}
.phb table tbody tr td,
.phb table thead tr th
{
padding: .2em .4em
}
/* Footer */
.phb:nth-child(odd):after,
.phb:nth-child(even):after {
background-image: url('https://www.gmbinder.com/images/BM9XAeS.png');
content: '';
}
/* Text */
.phb a {
color: #cc1800
}
.phb .pageNumber {
top: 25px;
color: #998351;
}
</style>
Style Code (Minified)
You can copy and paste the following code, and it will still work just fine.
<style>
.phb{background:url(https://www.gmbinder.com/images/XuEwVpU.jpg);background-size:cover}.phb blockquote{background-color:#e5cbc1;margin-top:1em}.phb hr+section blockquote{border-color:#58180d transparent;border-width:8px;border-image:none;background-image:none}.phb table tr:nth-child(odd) td{background-color:#e5cbc1}.phb blockquote table tr:nth-child(odd) td{background-color:#fdf1dc}.phb hr+section blockquote tbody tr{background-color:transparent}.phb table tbody tr td,.phb table thead tr th{padding:.2em .4em}.phb:nth-child(even):after,.phb:nth-child(odd):after{background-image:url(https://www.gmbinder.com/images/BM9XAeS.png);content:''}.phb a{color:#cc1800}.phb .pageNumber{top:25px;color:#998351}
</style>
Note
The Witchfire logo seen on a lot of my brews is a personal symbol and not allowed to be used by others. The provided styling omits the logo, replacing it with a solid line.