Difference between revisions of "Maya"

From City of Hope MUSH
Jump to navigation Jump to search
m (Modernizing some code and changing formatting errors.)
m (Adding categories finally.)
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<css>
 
<css>
  
#bg-box {background-color: #d5d1c5; padding: 40px}
+
/* =========================
 +
  OWN
 +
  ========================= */
  
#body-box {text-align: center; background-color: #d4d1c6; box-shadow: 0px 0px 80px #5b5941}
+
#mainimage img {
 +
  width: 100%;
 +
  height: auto;
 +
}
  
.container {margin-top: 20px; margin-bottom: 15px; padding: 10px; background-color: #1C0B19; border-radius: 15px 15px; box-shadow: 8px 8px 28px black; width: 90%}
+
#lefttext {
 +
  width: 40%;
 +
  height: 500px;
 +
  max-width: 300px;
 +
  padding-left: 5px;
 +
  text-align: left;
 +
  vertical-align: top;
 +
  position: relative;
 +
  top: -300px;
 +
}
  
 +
#righttext {
 +
  width: 25%;
 +
  height: 500px;
 +
  padding-right: 5px;
 +
  padding-top: 100px;
 +
  text-align: right;
 +
  vertical-align: top;
 +
  position: relative;
 +
  top: -400px;
 +
}
  
.infoheader {color: #317Ca5; padding-left: 5px; font-family: Georgia; text-transform: uppercase; text-align: right}
 
  
.infotext {color: #1c0b19; padding-right: 5px; padding-left: 3px; font-family: futura; text-align: left}
 
  
.quote {color: #1c0b19; font-family: futura;}
+
/* =========================
 +
  GLOBAL PAGE WRAPPERS
 +
  ========================= */
  
.sig { text-align: center;font-size: 96px; color: #279af1; font-family:zapfino,'Brush Script MT', cursive;line-height: 95%;}
+
#bg-box {
 +
  background-color: #d5d1c5;
 +
  padding: 40px;
 +
  max-width: 1500px;
 +
  width: 100%;
 +
}
  
.cell-fill img { max-width: 100%; height: auto;}
+
#body-box {
 +
  background-color: #d4d1c6;
 +
  box-shadow: 0 0 80px #5b5941;
 +
  border-radius: 25px;      /* rounded corners */
 +
  overflow: hidden;
  
em {font-family: Georgia, serif; color: #279af1; font-size: 220%; font-style: normal; text-transform: uppercase;}
+
}
  
strong {font-family: Georgia, serif; color: #3A7CA5; font-size: 125%; font-style: normal; text-transform: uppercase;}
+
#name-box {
 +
  color: #317Ca5;
 +
  font-size: 150pt;
 +
  font-family: georgia, serif;  
 +
  position: relative;
 +
  top: 75px;  
 +
  left: 100px;  
 +
  z-index: 2;
 +
  margin-bottom: -25px;
 +
}
  
b {font-family: Georgia, serif; color: #b76D68; font-size: 100%; font-weight: bold; }
+
/* =========================
 +
  CONTENT CONTAINER
 +
  ========================= */
  
a:link {color: #4C9F70; font-weight: bold}
 
a:visited {color: #B76D68; font-weight:bold}
 
  
</css>
+
.container {
__NOTOC__
+
  width: 90%;
 +
  margin: 20px auto 15px auto; /* actual horizontal centering */
 +
  padding: 15px;
 +
  background-color: #1C0B19;
 +
  border-radius: 15px;
 +
  box-shadow: 8px 8px 28px black;
 +
  color: white;
 +
  font-family: Arial, sans;
 +
  text-align: justify;
 +
}
 +
 
 +
/* =========================
 +
  TYPOGRAPHY
 +
  ========================= */
 +
 
 +
.infoheader {
 +
  color: #317Ca5;
 +
  padding-left: 5px;
 +
  font-family: Georgia, serif;
 +
  text-transform: uppercase;
 +
  text-align: right;
 +
}
 +
 
 +
.infotext {
 +
  color: #1c0b19;
 +
  padding: 0 5px 0 3px;
 +
  font-family: Georgia, serif;
 +
  text-align: left;
 +
}
 +
 
 +
.quote {
 +
  color: #1c0b19;
 +
  font-family: Georgia, serif;
 +
  font-size: 20px;
 +
}
 +
 
 +
.sig {
 +
  text-align: center;
 +
  font-size: 96px;
 +
  color: #279af1;
 +
  font-family: Zapfino, 'Brush Script MT', cursive;
 +
  line-height: 95%;
 +
}
 +
 
 +
.cell-fill img {
 +
  max-width: 100%;
 +
  height: auto;
 +
}
 +
 
 +
em {
 +
  font-family: Georgia, serif;
 +
  color: #317Ca5;
 +
  font-size: 220%;
 +
  font-style: normal;
 +
  text-transform: uppercase;
 +
}
 +
 
 +
strong {
 +
  font-family: Georgia, serif;
 +
  color: #3A7CA5;
 +
  font-size: 125%;
 +
  font-style: normal;
 +
  text-transform: uppercase;
 +
}
 +
 
 +
b {
 +
  font-family: Georgia, serif;
 +
  color: #7A6A5A;
 +
  font-weight: bold;
 +
}
 +
 
 +
/* =========================
 +
  LINKS
 +
  ========================= */
 +
 
 +
a:link {
 +
  color: #4C9F70;
 +
  font-weight: bold;
 +
}
 +
 
 +
a:visited {
 +
  color: #B76D68;
 +
  font-weight: bold;
 +
}
 +
 
 +
/* =========================
 +
  MAYA TABLE STYLING
 +
  ========================= */
 +
 
 +
.maya-table {
 +
  width: 100%;
 +
  table-layout: fixed;
 +
  border-collapse: collapse;
 +
  background: transparent;
 +
  color: #ECF0EF;
 +
  font-family: Arial, sans;
 +
}
  
{| width="100%" id="bg-box" 
+
/* Base cell styling */
|-
+
.maya-table td {
|
+
  padding: 10px 12px;
{|  style="margin-bottom: -25px"
+
  vertical-align: top;
|-
+
}
|
 
| style="color: #279af1; font-size: 150pt; font-family: georgia, serif;" |  Maya
 
|}
 
{|  width="100%" id="body-box"
 
|-
 
| style="padding: 0;"|<div>[[Image:MayaA-1.png|center]]</div>
 
{| width="97%" style="margin-top: -670px"
 
|-
 
| height="500" width="25%" class="quote" style="padding-left: 5px; padding-top: 100px; text-align: left; vertical-align: top; position: relative; top: -400px;" |
 
"In the stillness of the mind, I saw myself as I am: unbound."<br><br> &mdash;Ashtavakra Gita
 
|
 
|
 
| height="500" width="25%" style="padding-right: 5px; padding-top: 100px; text-align: right; vertical-align: top; position: relative; top: -400px;" |
 
{{:Maya/Infobox}}
 
|}
 
  
 +
/* Horizontal row separators only */
 +
.maya-table tr + tr td {
 +
  border-top: 1px solid #3d5954;
 +
}
  
{|
+
/* Label cells */
|-
+
.maya-table .label {
|
+
  font-family: Georgia, serif;
 +
  text-transform: uppercase;
 +
  color: #3A7CA5;
 +
  font-size: 110%;
 +
  letter-spacing: 0.03em;
 +
}
  
{|
+
/* Value cells */
|-
+
.maya-table .value {
| width="100%" horizontal-align=center|
+
  color: #ECF0EF;
{|
+
  word-break: break-word;
|-
+
}
| style=background:#d4d1c6|<em>Overview</em>
 
|-
 
|  class="container" |
 
{{:Maya/Overview}}
 
|}
 
|}
 
  
  
  
{|
 
|-
 
| horizontal-align=center |
 
{|  width="100%"
 
|-
 
| style=background:#d4d1c6|<em>Hooks</em>
 
|-
 
| class="container" style="padding-left: 10px" |
 
{{:Maya/Hooks}}
 
|-
 
|}
 
|}
 
  
 +
</css>
  
 +
__NOTOC__
  
{|  
+
{| id="bg-box" 
 
|-
 
|-
| width=100% horizontal-align=center|  
+
|  
{|  
+
{| id="name-box"
 
|-
 
|-
| style=background:#d4d1c6|<em>Rumors and Legends</em>
+
|  
|-
+
| Maya
| class="container" width="100%" style="padding-left: 10px;" |
 
{{:Maya/Rumors}}
 
|-
 
|}
 
 
|}
 
|}
  
 
+
{| id="body-box" style="border-collapse:collapse;" border="0"
{|  
 
 
|-
 
|-
| width=100% horizontal-align=center|  
+
| style="padding:0; margin:0; text-align:center;" | <div id="mainimage">[[File:MayaA-1.png|link=|alt=]]</div>
{|  
+
<!-- HERO OVERLAY TABLE -->
 +
{| width="97%" style="margin-top:-40em;margin-left:auto;margin-right:auto;"
 
|-
 
|-
| style=background:#d4d1c6|<em>Crew</em>
+
| id="lefttext" class="quote" | In the stillness of the mind, I saw myself as I am: unbound.<br><br>&mdash; Ashtavakra Gita
|-
+
|
| class="container" width="100%" style="padding-left: 10px;" |
+
| id="righttext" |
{{:Maya/Contacts}}
+
      {{:Maya/Infobox}}
|-
 
|}
 
 
|}
 
|}
  
  
 +
<!-- SECTION: OVERVIEW -->
 +
{| width="100%"
 +
    |-
 +
    | style="background:transparent; text-align:left; padding-left:5px;" | <em>Overview</em>
 +
    |-
 +
    | style="text-align:center;" |
 +
      <div class="container">{{:Maya/Overview}}</div>
 +
|}
  
{|
+
<!-- SECTION: HOOKS -->
|-
+
{| width="100%"
| width="100%" horizontal-align=center|
+
    |-
{|
+
    | style="background:transparent; text-align:left; padding-left:5px;" | <em>Hooks</em>
|-
+
    |-
| style=background:#d4d1c6|<em>Gallery</em>
+
    | style="text-align:center;" |
|-
+
      <div class="container">{{:Maya/Hooks}}</div>
| class="container" align=center|  
 
{{:Maya/Gallery}}
 
 
|}
 
|}
 +
 +
<!-- SECTION: RUMORS -->
 +
{| width="100%"
 +
    |-
 +
    | style="background:transparent; text-align:left; padding-left:5px;" | <em>Rumors and Legends</em>
 +
    |-
 +
    | style="text-align:center;" |
 +
      <div class="container">{{:Maya/Rumors}}</div>
 
|}
 
|}
  
 +
<!-- SECTION: CREW -->
 +
{| width="100%"
 +
    |-
 +
    | style="background:transparent; text-align:left; padding-left:5px;" | <em>Crew</em>
 +
    |-
 +
    | style="text-align:center;" |
 +
      <div class="container">{{:Maya/Contacts}}</div>
 +
|}
  
 
+
<!-- SECTION: GALLERY -->
{|
+
{| width="100%"
|-
 
| width="100%" horizontal-align=center|
 
{|
 
|-
 
| style=background:#d4d1c6|<em>Logs</em>
 
 
|-
 
|-
| class="container" align=center|  
+
    | style="background:transparent; text-align:left; padding-left:5px;" | <em>Gallery</em>
{{:Maya/Logs}}
+
    |-
|}
+
    | style="text-align:center;" |
 +
      <div class="container">{{:Maya/Gallery}}</div>
 
|}
 
|}
  
 +
<!-- SECTION: LOGS -->
 +
{| width="100%"
 +
    |-
 +
    | style="background:transparent; text-align:left; padding-left:5px;" | <em>Logs</em>
 +
    |-
 +
    | style="text-align:center;" |
 +
      <div class="container">{{:Maya/Logs}}</div>
 
|}
 
|}
|-
 
 
|}
 
|}
|-
 
 
|}
 
|}
 +
 +
[[Category:PCs]][[Category:Active_PCs]][[Category:Cult of Ecstasy]][[Category:Mage]][[Category:Traditions]]

Latest revision as of 08:31, 30 December 2025



Maya
In the stillness of the mind, I saw myself as I am: unbound.

— Ashtavakra Gita
Name Maya Alexander
DOB 30 April 1994
From Chicago, IL, USA
Nature Bon Vivant
Demeanor Pedagogue
Tradition Sahajiya (Cult of Ecstasy)
Faction TBD
Concept New Age Mystic
Chantry TBD


Overview
Maya grew up in Chicago. While most city kids learn to tune out the constant barrage of sights and sounds, Maya never could. The world hit her differently—sounds, sights, and emotions landed more intensely, and little details that others might miss practically lit up like neon under her gaze. It was both a blessing and a curse. From an early age, she turned to drugs—sometimes to chase the limits of sensation, sometimes to dull her overactive senses and quiet the noise of the world.

She was all but primed for an Awakening, which came one night during an intimate encounter, heightened by a mild entheogen. In that blur of touch and sensation, she glimpsed the hidden patterns of reality and felt magic coursing through her nerves, her heartbeat syncing with the rhythm of the world. In that rapture of flow, ecstasy, and transformation, her Avatar, Ananda, revealed itself. The experience pulled her naturally toward the Cult of Ecstasy, and she never looked back.

Afterward, Maya threw herself into both physical and magical training. While others might have been content to chase pharmaceutical highs, she was determined to reclaim that experience on her own terms. She studied yoga, tantra, and movement meditation, treating her body as a conduit and her senses as instruments. Over time, she developed a command of her magic, learning to guide perception, influence awareness, and shape experience. Her teaching style is immersive: she draws people into rituals and exercises that heighten sensation and awareness, helping them explore the edges of perception and push past the mental and social barriers that separate them from each other—and from Lakashim.

Her path hasn’t been without missteps. Early on, she pushed a student too far, letting curiosity and desire override caution. The student suffered emotional and spiritual harm, and Maya has carried that guilt ever since. It taught her to respect the fine line between guidance and overreach, shaping the way she approaches intimacy, teaching, and magic. Still, the addictive taste of magic she experienced at her Awakening is hard to resist, and sometimes her excitement runs ahead of her ethics. That tendency has cost her in larger circles, with potential teachers and allies closing doors and keeping their distance.

Seeking a fresh start, Maya left Chicago and settled in Prospect, California. There, she is building a new life—offering public yoga instruction, private tantric guidance to select students, and guided meditations designed to help others explore sensation and magic in ways that shatter illusions and reaffirm hidden truths, both mundane and mystical.

To Maya, reality is a web of perception, sensation, and energy. She believes that deep, ecstatic experience—through intimacy, ritual, or embodiment—can reveal hidden truths. Her magic flows through intention, attention, and the body. Pleasure and intensity are not indulgences; they are tools for insight, transformation, and connection, but must be guided by a disciplined mind capable of avoiding getting lost in the rapturous sea.

Maya-flower.png
Hooks
The Mundane

► Yoga — Maya is a yoga instructor. Want to come unwind at her studio? Need help with your form? Just need a quiet space to practice? Maya's your girl.

► Tantra — For select students, Maya offers instruction in Tantra, both the ritual practices meant to align your energies with the universe and the sexual practices. Interested in learning about either? Let's talk.

► Crystals, Incense, Oils, and Jewelry — As a certified New Age Mystic, Maya stocks these and makes some of her own. She's always on the lookout for interesting new sources or ingredients. Are you looking to buy? Supply?

► Drugs — Maya likes them. Especially entheogens. They tend to make her days a little more interesting, though she mostly sticks to the natural ones these days.

► Diviner — Astrology, tarot, I Ching. Maya does a little bit of everything. Need to know what the future has in store for you?


The Magical

► Magic — Rumor has it that Maya can do it. Her methods can be a little strange, and the prices he asks for a little stranger, but she's got skills that others don't. Come talk to her.

Maya-flower.png
Rumors and Legends
Here's your chance to shine! Do you want to leave a rumor about Maya? Spread some gossip, talk about something cool you saw her do, leave a thought or an opinion. Feel free to make up opinions of relevant NPCs too! Doesn't have to be true. Everything is fair game, so long as it's left in good faith.


  • Did you know that her crystals aren't just ordinary crystals? I heard that she gets them from some special monastery in Tibet. Something about silent kung fu monks? I don't know. All I know is that hers have something special about them. And they should, for the price.
    — Alicia Mondale, Maya's Yoga Student


Maya-flower.png


  • Something something dark side, or whatever you think should go on this page.
    —Some Person, Maybe Some Words


Maya-flower.png
Crew
MTIcon-Steele.jpg Steele
Sleeping two or three times a week? Slacker. It's not like you have a full schedule or anything. Just make sure that you don't make eye contact with any of the elephants in the room. It's the polite thing to do.
Aerik4.jpg Aerik
All of this is going straight to my ass, and it's entirely your fault. Bless you.
Xiuportrait.jpg Xiu
It's not fair when only one of you is wearing pants.
MTIcon-Randall.png Randall
My favorite person to make questionable decisions with. I'll strive to be more fully engaged in the future.
Archimedes.jpg Arch
I'm going to have a *lot* of fun debating you.
Your Picture? Your name could go here!
Gallery
Logs