Difference between revisions of "Maya"
m (Updated CSS.) |
m (Adding categories finally.) |
||
| (19 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<css> | <css> | ||
| + | |||
| + | /* ========================= | ||
| + | OWN | ||
| + | ========================= */ | ||
| + | |||
| + | #mainimage img { | ||
| + | width: 100%; | ||
| + | height: auto; | ||
| + | } | ||
| + | |||
| + | #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; | ||
| + | } | ||
| + | |||
| + | |||
| + | |||
/* ========================= | /* ========================= | ||
GLOBAL PAGE WRAPPERS | GLOBAL PAGE WRAPPERS | ||
| Line 7: | Line 41: | ||
background-color: #d5d1c5; | background-color: #d5d1c5; | ||
padding: 40px; | padding: 40px; | ||
| + | max-width: 1500px; | ||
| + | width: 100%; | ||
} | } | ||
| Line 12: | Line 48: | ||
background-color: #d4d1c6; | background-color: #d4d1c6; | ||
box-shadow: 0 0 80px #5b5941; | box-shadow: 0 0 80px #5b5941; | ||
| − | /* | + | border-radius: 25px; /* rounded corners */ |
| + | overflow: hidden; | ||
| + | |||
| + | } | ||
| + | |||
| + | #name-box { | ||
| + | color: #317Ca5; | ||
| + | font-size: 150pt; | ||
| + | font-family: georgia, serif; | ||
| + | position: relative; | ||
| + | top: 75px; | ||
| + | left: 100px; | ||
| + | z-index: 2; | ||
| + | margin-bottom: -25px; | ||
} | } | ||
| Line 23: | Line 72: | ||
width: 90%; | width: 90%; | ||
margin: 20px auto 15px auto; /* actual horizontal centering */ | margin: 20px auto 15px auto; /* actual horizontal centering */ | ||
| − | padding: | + | padding: 15px; |
background-color: #1C0B19; | background-color: #1C0B19; | ||
border-radius: 15px; | border-radius: 15px; | ||
box-shadow: 8px 8px 28px black; | box-shadow: 8px 8px 28px black; | ||
| + | color: white; | ||
| + | font-family: Arial, sans; | ||
| + | text-align: justify; | ||
} | } | ||
| Line 44: | Line 96: | ||
color: #1c0b19; | color: #1c0b19; | ||
padding: 0 5px 0 3px; | padding: 0 5px 0 3px; | ||
| − | font-family: | + | font-family: Georgia, serif; |
text-align: left; | text-align: left; | ||
} | } | ||
| Line 50: | Line 102: | ||
.quote { | .quote { | ||
color: #1c0b19; | color: #1c0b19; | ||
| − | font-family: | + | font-family: Georgia, serif; |
| + | font-size: 20px; | ||
} | } | ||
| Line 68: | Line 121: | ||
em { | em { | ||
font-family: Georgia, serif; | font-family: Georgia, serif; | ||
| − | color: # | + | color: #317Ca5; |
font-size: 220%; | font-size: 220%; | ||
font-style: normal; | font-style: normal; | ||
| Line 84: | Line 137: | ||
b { | b { | ||
font-family: Georgia, serif; | font-family: Georgia, serif; | ||
| − | color: # | + | color: #7A6A5A; |
font-weight: bold; | font-weight: bold; | ||
} | } | ||
| Line 102: | Line 155: | ||
} | } | ||
| − | + | /* ========================= | |
| + | MAYA TABLE STYLING | ||
| + | ========================= */ | ||
| − | + | .maya-table { | |
| + | width: 100%; | ||
| + | table-layout: fixed; | ||
| + | border-collapse: collapse; | ||
| + | background: transparent; | ||
| + | color: #ECF0EF; | ||
| + | font-family: Arial, sans; | ||
| + | } | ||
| − | + | /* Base cell styling */ | |
| − | + | .maya-table td { | |
| − | + | padding: 10px 12px; | |
| − | + | vertical-align: top; | |
| − | + | } | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | { | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| + | /* 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 { | |
| − | + | color: #ECF0EF; | |
| − | { | + | word-break: break-word; |
| − | + | } | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| + | </css> | ||
| + | __NOTOC__ | ||
| − | {| | + | {| id="bg-box" |
|- | |- | ||
| − | + | | | |
| − | {| | + | {| id="name-box" |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | | | + | | |
| + | | Maya | ||
|} | |} | ||
| − | + | {| id="body-box" style="border-collapse:collapse;" border="0" | |
| − | {| | ||
|- | |- | ||
| − | | | + | | 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;" | |
| − | | | ||
| − | |||
| − | | | ||
| − | |||
|- | |- | ||
| − | |} | + | | id="lefttext" class="quote" | In the stillness of the mind, I saw myself as I am: unbound.<br><br>— Ashtavakra Gita |
| + | | | ||
| + | | id="righttext" | | ||
| + | {{: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%" | + | |- |
| − | + | | style="background:transparent; text-align:left; padding-left:5px;" | <em>Hooks</em> | |
| − | |- | + | |- |
| − | | style=background: | + | | style="text-align:center;" | |
| − | |- | + | <div class="container">{{:Maya/Hooks}}</div> |
| − | | | ||
| − | {{:Maya/ | ||
|} | |} | ||
| + | |||
| + | <!-- 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%" | ||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | | | + | | style="background:transparent; text-align:left; padding-left:5px;" | <em>Gallery</em> |
| − | {{:Maya/ | + | |- |
| − | + | | 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
|
