Difference between revisions of "Maya"
m |
|||
| 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: -35em; | ||
| + | } | ||
| + | |||
| + | #righttext { | ||
| + | width: 25%; | ||
| + | height: 500px; | ||
| + | padding-right: 5px; | ||
| + | padding-top: 100px; | ||
| + | text-align: right; | ||
| + | vertical-align: top; | ||
| + | position: relative; | ||
| + | top: -55em; | ||
| + | } | ||
| + | |||
| + | @media (max-aspect-ratio: 7 / 3) { | ||
| + | #lefttext { | ||
| + | top: -32em; | ||
| + | } | ||
| + | #righttext { | ||
| + | top: -53em; | ||
| + | } | ||
| + | } | ||
| + | |||
| + | @media (max-aspect-ratio: 6 / 3) { | ||
| + | #lefttext { | ||
| + | top: -30em; | ||
| + | } | ||
| + | #righttext { | ||
| + | top: -50em; | ||
| + | } | ||
| + | } | ||
| + | @media (max-aspect-ratio: 5 / 3) { | ||
| + | #lefttext { | ||
| + | top: -20em; | ||
| + | } | ||
| + | #righttext { | ||
| + | top: -30em; | ||
| + | } | ||
| + | } | ||
| + | @media (max-aspect-ratio: 4 / 3) { | ||
| + | #lefttext { | ||
| + | top: -15em; | ||
| + | } | ||
| + | #righttext { | ||
| + | top: -25em; | ||
| + | } | ||
| + | } | ||
| + | |||
/* ========================= | /* ========================= | ||
GLOBAL PAGE WRAPPERS | GLOBAL PAGE WRAPPERS | ||
| Line 7: | Line 73: | ||
background-color: #d5d1c5; | background-color: #d5d1c5; | ||
padding: 40px; | padding: 40px; | ||
| + | max-width: 1500px; | ||
| + | width: 100%; | ||
} | } | ||
| Line 13: | Line 81: | ||
box-shadow: 0 0 80px #5b5941; | box-shadow: 0 0 80px #5b5941; | ||
border-radius: 25px; /* rounded corners */ | border-radius: 25px; /* rounded corners */ | ||
| − | + | ||
} | } | ||
| Line 122: | Line 190: | ||
__NOTOC__ | __NOTOC__ | ||
| − | {| | + | {| id="bg-box" |
|- | |- | ||
| | | | ||
| Line 133: | Line 201: | ||
{| id="body-box" style="border-collapse:collapse;" border="0" | {| id="body-box" style="border-collapse:collapse;" border="0" | ||
|- | |- | ||
| − | | style="padding:0; margin:0; text-align:center;" | <div | + | | style="padding:0; margin:0; text-align:center;" | <div id="mainimage">[[File:MayaA-1.png|link=|alt=]]</div> |
<!-- HERO OVERLAY TABLE --> | <!-- HERO OVERLAY TABLE --> | ||
| − | {| width="97%" style="margin-top:- | + | {| 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}} | {{:Maya/Infobox}} | ||
|} | |} | ||
Revision as of 15:27, 18 December 2025
|
