Recent Posts

pronounsThey/Them
544written posts
Coyoteearned bits
offlinecurrently
Coyote
Part of the Furniture
Coyote Avatar
I wish I could write BOTW Link as a trans man without everyone being fucking weird about it, trans masc/nonbinary Link is my favorite and I wanna write him on a panfandom LIKE REALLY BAD, but everyone is so weird about trans headcanons IDK.
pronounsThey/Them
544written posts
Coyoteearned bits
offlinecurrently
Coyote
Part of the Furniture
Coyote Avatar
So I've been picking and poking at this for a bit and I'm officially stumped!

I want to make an interactive map, and all the pieces are where they need to go and it works mechanically, but I can't seem to get the text to sit within the boxes that pop up!

Ideally I would like for the information to pop up in a box that's black with a lower opacity and white text, something sleek, but I've only managed to make it clunky and kooky looking, the text is all out of whack and I've run out of ideas to fix it!

fairfarren.jcink.net/index.php?act=Pages&pid=2
^The page itself!

I think I've coded myself into a corner because I can't seem to effectively alter the text boxes at all? I'd really appreciate someone rescuing me from myself LOL!


And the entire code block

<div class="distribution-map">
 
   <img src="https://img.nickpic.host/UvmyGe.png" alt="" />
 
   <button class="map-point" style="top:62.2%;left:18.8%">
       <div class="content">
           <div class="centered-y">
               <h2>Haven</h2>
               <p>Haven is the right place to go if the sky is your home, built into the face of a great mountain, the city spills out into the surrounding base of the mountain. A tangled confusion of cable cars and winding streets, the city is the favored spot for those with flight capabilities.</p>
           </div>
       </div>
   </button>
   <button class="map-point" style="top:28.9%;left:35.9%">
       <div class="content">
           <div class="centered-y">
               <h2>Refuge</h2>
               <p>Refuge is a sprawling but comfortable city crisscrossed with trolley lines and littered with parks and walking trails. Many who come to this place from the Starfall Shores inevitably opt to stay far beyond their initial adjustment period. This city is the true melting pot of Halcyon, boasting an incredibly varied and diverse population both human and non-human alike.</p>
           </div>
       </div>
   </button>
   <button class="map-point" style="top:51.8%;left:77.6%">
       <div class="content">
           <div class="centered-y">
               <h2>Sanctuary</h2>
               <p>The city by the lake, Sanctuary is a canal riddled town that can be an overwhelming labyrinth to newcomers upon their first visit, they are a city known for the arts and that is evident in every piece of architecture. The lake is a favorite destination throughout the entire year, from the warm months of swimming and sailing, to the cold ice skating competitions, Sanctuary is a favored travel destination for all of Halcyon. </p>
           </div>
       </div>
   </button>
   <button class="map-point" style="top:81%;left:17.4%">
       <div class="content">
           <div class="centered-y">
               <h2>Fairshore</h2>
               <p>South of Haven is the coastal village of Fairshore, much of the buildings are constructed out onto jetties and piers to accommodate the large concentration of sea-folk who have chosen to settle here. They are the main supplier of fish to the rest of the region.</p>
           </div>
       </div>
   </button>
   <button class="map-point" style="top:20.3%;left:53.5%">
       <div class="content">
           <div class="centered-y">
               <h2>Maplerest</h2>
               <p>Caught in a perpetual state of fall for reasons unknown, Maplerest is a village that seems trapped in the autumnal grips of October, you see a lot of monsters and spooky folk calling this city home, but they're all mostly friendly.</p>
           </div>
       </div>
   </button>
   <button class="map-point" style="top:15%;left:67.6%">
       <div class="content">
           <div class="centered-y">
               <h2>Wolfcross</h2>
               <p>The largest forest in the region, Wolfcross is dominated by the animals that have come to call the region home, some species such as lions or wolves will choose to settle into their own specific groups, there is no one village of Wolfcross, it is instead the entire forest.</p>
           </div>
       </div>
   </button>
   <button class="map-point" style="top:45.2%;left:52.2%">
       <div class="content">
           <div class="centered-y">
               <h2>Lakecrest</h2>
               <p>A very small lake-side village that is quaint and medieval in nature, there is a high population of fairy folk here, but it mainly cropped up as a halfway point between Refuge and Sanctuary. There is a large inn and several general stores, but only a small handful of people actually live here.</p>
           </div>
       </div>
   </button>
   <button class="map-point" style="top:70.2%;left:77.7%">
       <div class="content">
           <div class="centered-y">
               <h2>Winterwell</h2>
               <p>Near the base of the mountains that dominate Sanctuary's horizon line is the village of Winterwell, caught in a perpetual cold, this small village doesn't see regular seasons, instead it sees less or more snow depending on the time of year, with a small window of green and relative warmth in the summer months.</p>
           </div>
       </div>
   </button>
   <button class="map-point" style="top:65%;left:56.7%">
       <div class="content">
           <div class="centered-y">
               <h2>Wildmire</h2>
               <p>A small village nestled in the moors across the bay from Lakecrest, this village was founded and is heavily populated by the bipedal animal-folk, especially known for their hunting and trapping, they export a large amount of meat and tools from their blacksmiths.</p>
           </div>
       </div>
   </button>
<button class="map-point" style="top:13.1%;left:27%">
       <div class="content">
           <div class="centered-y">
               <h2>Stardust Shores</h2>
               <p>One of the first locations most will see upon entering this world, the sands are a crystal white that seem to sparkle in the sunlight, and at night they're lit up with the bioluminescent material that gives the region its name. The city that was founded is small, but serves as an entry point to the rest of Halcyon.</p>
           </div>
       </div>
   </button>
</div>


<style>


.description {
 max-width: 600px;
 margin: 0 auto;
 color: rgba(229, 229, 229, 0.7);
}

div, img, footer {
 position: relative;
 box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
 margin-bottom: 20px;
 text-transform: uppercase;
 font-family: "Roboto Condensed", Helvetica, sans-serif;
 font-weight: 300;
}

h1 {
 font-size: 36pt;
}

h2 {
border-bottom: 1px solid var(--bordercolor);
font-family: Silkscreen;
color: var(--accent-color);
letter-spacing: 2px;
font-size: 14px;
text-transform: uppercase;
text-align: right;
}

h3 {
 font-size: 18pt;
}

h4 {
font-family: var(--mono-font);
font-size: 20px;
color: #3C4789;
letter-spacing: 3px;
text-transform: uppercase;
margin: auto;
}

h4 {
 display: flex;
 flex-direction: row;
}
h4:before, h4:after{
 content: "";
 flex: 1 1;
 border-bottom: 1px solid;
 margin: auto;
}
h4:before {
 margin-right: 10px;
}
h4:after {
 margin-left: 10px;
}

h5 {
 font-size: 14pt;
}

h6 {
 font-size: 12pt;
}

p {
 font-size: 12pt;
 margin-bottom: 12pt;
 color: #fff;
 margin: 5px;
}

.centered {
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}

.centered-y {
 position: absolute;
 width: 100%;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
   padding: 5px;
}

.distribution-map {
 position: relative;
 width: 100%;
 padding: 20px;
 box-sizing: border-box;
 margin: 0 auto;
}
.distribution-map > img {
 width: 100%;
 position: relative;
 margin: 0;
 padding: 0;
}
.distribution-map .map-point {
 cursor: pointer;
 outline: none;
 z-index: 0;
 position: absolute;
 width: 15px;
 height: 15px;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 -moz-transition: opacity 0s ease-in-out 0s, width 0s ease-in-out 0s, height 0s ease-in-out 0s, z-index 0s ease-in-out 0s;
 -o-transition: opacity 0s ease-in-out 0s, width 0s ease-in-out 0s, height 0s ease-in-out 0s, z-index 0s ease-in-out 0s;
 -webkit-transition: opacity 0s ease-in-out, width 0s ease-in-out, height 0s ease-in-out, z-index 0s ease-in-out;
 -webkit-transition-delay: 0s, 0s, 0s, 0s;
 transition: opacity 0s ease-in-out 0s, width 0s ease-in-out 0s, height 0s ease-in-out 0s, z-index 0s ease-in-out 0s;
 border: none;
 border-radius: 0px;
 border-color: #000;
}
.distribution-map .map-point .content {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
 transition: opacity 0s ease-in-out;
 width: 100%;
 height: 100%;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 background: rgba(0, 0, 0, 0.72);
 padding: 20px;
 overflow: auto;
 display: block;
}
.distribution-map .map-point:active, .distribution-map .map-point:focus {
 margin: auto;
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
 width: 300px;
 height: 220px;
 color: #fff;
 z-index: 1;
 transition: opacity 0s ease-in-out, width 0s ease-in-out, height 0s ease-in-out;
 padding: 10px;
 overflow: auto;
 text-align: justify;
 
}
.distribution-map .map-point:active .content, .distribution-map .map-point:focus .content {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 1;
 -moz-transition: opacity 0s ease-in-out 0s, height 0s ease-in-out, overflow 0s ease-in-out;
 -o-transition: opacity 0s ease-in-out 0s, height 0s ease-in-out, overflow 0s ease-in-out;
 -webkit-transition: opacity 0s ease-in-out, height 0s ease-in-out, overflow 0s ease-in-out;
 -webkit-transition-delay: 0s, 0s, 0s;
 transition: opacity 0s ease-in-out 0s, height 0s ease-in-out, overflow 0s ease-in-out;
 overflow: auto;
}
.distribution-map .map-point:active .content a:hover, .distribution-map .map-point:active .content a:active, .distribution-map .map-point:focus .content a:hover, .distribution-map .map-point:focus .content a:active {
 color: #000;
}



</style>

pronounsThey/Them
544written posts
Coyoteearned bits
offlinecurrently
Coyote
Part of the Furniture
Coyote Avatar
I would absolutely foam at the mouth for:

- A post series Owl House roleplay, the world that the end of the series set up is super interesting and it could make for such a fun magical school setting!

- A site based in Burton's version of Alice in Wonderland, no idea how it would work, but I found all the politics and history between the Red and White queen interesting, and there's A LOT of time sort of left open in that world that could be played with, maybe not with the exact 1:1 canon characters(and illustrated faces instead), but the same setting for sure
pronounsThey/Them
544written posts
Coyoteearned bits
offlinecurrently
Coyote
Part of the Furniture
Coyote Avatar
Short and sweet dilemma I'm having here lol, I'm doing the solo-admin thing right now, which isn't a big deal because it's a small site, but how do you handle your own apps when you have to sort and approve them?

It feels slimy to approve my own apps but I also might be overthinking it and it's just not a big deal to most people

I'm curious how other people have handled this!


pronounsThey/Them
544written posts
Coyoteearned bits
offlinecurrently
Coyote
Part of the Furniture
Coyote Avatar
I'm still thinking about the one time I saw someone call Proboards as a host "fascist" a while back and like can we please not water down extremely serious words like that by using them on a forum host because I don't think you know what that word means. Proboards is definitely not perfect for a lot of reasons but FASCIST?!

I'M STILL SCREAMING OVER THAT LMFAOOO
pronounsThey/Them
544written posts
Coyoteearned bits
offlinecurrently
Coyote
Part of the Furniture
Coyote Avatar
I'll have to give Lovelorn another peak over actually, I wasn't super keen on the soulmates concept but I really like how it sounds like you have it set up! I'm not too worried about not having any cast mates, it's honestly much less stressful since I've only experienced League through Arcane, so that's not a huge deterrent either!

Thank you for the post though, I'll give Lovelorn a look for sure!
pronounsThey/Them
544written posts
Coyoteearned bits
offlinecurrently
Coyote
Part of the Furniture
Coyote Avatar
I'm really itching to throw some characters way outside of their comfort zone, so I'm looking for a panfandom to come and stink up with my lame ass self!

I'm only really interested in writing Viktor or Silco from Arcane(who never interact so should pass most rules? But if not it's NBD!), Viktor especially, so if he's available then bonus points(also assuming no one will yell at me if I almost exclusively play his Arcane iteration because I know very little about LoL)

Uhm what else, relaxed activity, I don't mind activity checks but I'd rather they not be super severe? Maybe an easier application process? The amount of imaged needed doesn't matter because neither character has a shortage of images to use.

I would love if the lore was maybe on the lighter side? OR if there's a lot of lore, then I'd prefer if it was broken up into what's absolutely necessary to get started, I can read the rest on my own time but I don't want to lose steam halfway through

A fairly easy to integrate into Discord? I might not always be the most chatty cathy in general but I would love for that not to hinder me being able to plot with people!

That's about it I think? I'm open for any genre, I'm open for a "spirits" type of deal but only if I can still use the character's canon animated face? But I'm totally down for "character has no memories and I'm adapting them into that world as though they've always been there"

Non-panfandoms would also be acceptable provided maybe I could base some bits and pieces of a character off of one of them while using their face(while otherwise making them a new OC), I'm good at adapting characters to fit literally anything so like...Open to that as well?

IDK this is all over the place, I'm just desperate for somewhere to write my shitty wet sock men!
pronounsThey/Them
544written posts
Coyoteearned bits
offlinecurrently
Coyote
Part of the Furniture
Coyote Avatar
Beetle Avatar
slice-of-life/sandbox illustrated panfandom set in nyc. no fancy plot, just a good old fashioned your character wakes up in manhattan and can't leave the island. maybe some seasonal events, but overall just a member driven place to play various canons in a setting with a low barrier of entry/not a lot of lore to read up.

probably some sort of power-scaling system where characters need to earn their powers just to allow room for more op characters.
Please because I want to write a few canons but I just don't have the spoons for the amount of lore most of the current ones have @@
pronounsThey/Them
544written posts
Coyoteearned bits
offlinecurrently
Coyote
Part of the Furniture
Coyote Avatar

I don't have a super fancy code for this so bear with me please!

So the main premise I'm working off of is a fairly traditional Warrior Cats roleplay set 1 year after the clans first arrived at the lake. While they're settled in for the most part, there's still a lot of uncertainty and also a lingering longing for the camaraderie that was formed when the four clans merged fort he Great Journey.

The site will start out fairly character driven while we build up a base of characters and relationships, but I have some fun plots related to Starclan that I plan to slowly trickle out through prophecies and strange occurrences.

Set In Stone Details
- Jcink 3/2/3, will be 18+ (not for sexual content, mostly because I'm 31 and don't want to be responsible for other people's kiddos I'm sorry!)
- No word counts or activity checks, instead we'll do a check-in occasionally for people to announce dropped characters
- Drawn art preferred, but you can also use cat photos and Picrew character makers!(the only image required is the miniprofile, the rest art optional!)
- Involves the original 4 clans in the canon setting of the lake territory, the story up to arriving at the lake is mostly canon, but everything after that is divergent.
- Super simple application process, it won't require a whole bunch of information so you can get to writing asap!
- Fairly relaxed character creation rules, less strict naming conventions, as long as characters are natural cat colors the markings can literally be whatever go nuts!

The Poll
just to explain the poll options better!

Option A - Canon Characters - Canon characters from the books are playable alongside OCs, headcanons and a little wiggle room are encouraged especially for characters with very little book presence.

Option B - Canon Roles - There will be a thread that lists important canon roles that people can make OCs to fill, such as the new prophecy cats who went on the journey or the leaders at the time.

I've already started picking at this, but I thought I would get some opinions on how the canons should be handled, as that's the one thing I'm hung up on deciding!

I just miss old school warrior cats roleplays, but I want to make one that doesn't fall back on all the frustrating things that a lot of them fall back on!