Lindy: Difference between revisions
From LiberationMUSH Wiki
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{ | {{#css: | ||
img { | |||
margin-bottom: -5px; | |||
} | |||
table { | |||
padding: 0 1.2em; | |||
} | |||
tr { | |||
margin: 0.2rem 0; | |||
} | |||
td { | |||
width: 50%; | |||
} | |||
.hooks-table td, | |||
.contacts-table td { | |||
width: auto; | |||
} | |||
.hooks-table td:nth-child(1) { | |||
width: 25%; | |||
} | |||
.contacts-table td:nth-child(1) { | |||
width: 25%; | |||
} | |||
table tr td:nth-child(1) { | |||
font-weight: 600; | |||
} | |||
h2.label { | |||
margin-bottom: 0.5rem; | |||
} | |||
.color-main { | |||
color: #3a3f6e; | |||
} | |||
: | |||
.color-shade-light, | |||
: | .color-shade-light td { | ||
color: #f4f1ef; | |||
} | |||
.contacts-table { | |||
width: 100%; | |||
} | |||
.contacts-table a { | |||
color: #f4f1ef !important; | |||
} | |||
.color-bg-light { | |||
background-color: #e8f0ff; | |||
} | |||
.color-accent-light { | |||
color: #8a92b2; | |||
} | |||
.color-shade-dark { | |||
color: #1d1b1f; | |||
} | |||
.color-bg-dark { | |||
background-color: #1a1a2e; | |||
} | |||
|} | .color-accent-dark { | ||
|} | color: #5173d1; | ||
} | |||
.color-border-light { | |||
border-color: #f4f1ef; | |||
} | |||
.w-100 { | |||
width: 100%; | |||
} | |||
.m-auto { | |||
margin: auto; | |||
} | |||
.ph-1 { | |||
padding: 0 1rem; | |||
} | |||
.flex { | |||
display: flex; | |||
} | |||
.flex-col { | |||
flex-direction: column; | |||
} | |||
.justify-center { | |||
justify-content: center; | |||
} | |||
.text-center { | |||
text-align: center; | |||
} | |||
.show-mobile { | |||
display: none; | |||
} | |||
.heroImage img { | |||
width: 100%; | |||
height: auto; | |||
} | |||
#topImage { | |||
border-bottom-width: 1rem; | |||
border-color: #5173d1; | |||
border-style: solid; | |||
} | |||
.container { | |||
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; | |||
width: calc(100% - 2rem); | |||
border-width: 1rem; | |||
border-color: #5173d1; | |||
border-style: solid; | |||
-webkit-box-shadow: 5px 5px 15px 5px #FF8080, -9px 5px 15px 5px #FFE488, -7px -5px 15px 5px #8CFF85, 12px -5px 15px 5px #80C7FF, 12px 10px 15px 7px #492E74, -10px 10px 15px 7px #FF616B, -10px -7px 27px 1px #8E5CFF; | |||
box-shadow: 5px 5px 15px 5px #FF8080, -9px 5px 15px 5px #FFE488, -7px -5px 15px 5px #8CFF85, 12px -5px 15px 5px #80C7FF, 12px 10px 15px 7px #492E74, -10px 10px 15px 7px #FF616B, -10px -7px 27px 1px #8E5CFF; | |||
} | |||
.section { | |||
padding: 1rem; | |||
} | |||
.info-section { | |||
width: 30%; | |||
border-right-width: 0.5rem; | |||
border-top-width: 0; | |||
border-left-width: 0; | |||
border-color: #5173d1; | |||
border-style: solid; | |||
padding-bottom: 1rem; | |||
} | |||
.info-section table { | |||
width: 100%; | |||
} | |||
.info-portrait img { | |||
margin-bottom: 1rem; | |||
} | |||
.bio-section { | |||
width: 70%; | |||
} | |||
#logs-section a { | |||
color: #1a1a2e; | |||
} | |||
#logs-section ul { | |||
display: flex; | |||
flex-wrap: wrap; | |||
} | |||
#logs-section li { | |||
width: 50%; | |||
} | |||
.gallery-container { | |||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: center; | |||
} | |||
.mw-body-content a > img { | |||
max-width: auto; | |||
} | |||
.gallery-container img { | |||
max-width: 260px; | |||
height: auto; | |||
-webkit-transition: all 0.5s ease; | |||
-moz-transition: all 0.5s ease; | |||
-o-transition: all 0.5s ease; | |||
-ms-transition: all 0.5s ease; | |||
transition: all 0.5s ease; | |||
margin: 10px; | |||
-moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.75); | |||
webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.75); | |||
box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.75); | |||
} | |||
.gallery-container img:hover { | |||
-webkit-transform: scale(1.3); | |||
-moz-transform: scale(1.3); | |||
-o-transform: scale(1.3); | |||
-ms-transform: scale(1.3); | |||
transform: scale(1.3); | |||
cursor: pointer; | |||
} | |||
@media only screen and (max-width: 480px) { | |||
.hide-mobile { | |||
display: none; | |||
} | |||
.show-mobile { | |||
display: block; | |||
} | |||
.section { | |||
padding: 1rem 0; | |||
} | |||
#top-section { | |||
flex-direction: column; | |||
} | |||
.info-section, | |||
.bio-section { | |||
width: 100%; | |||
} | |||
.info-section { | |||
border-width: 0; | |||
border-style: none; | |||
} | |||
.hooks-table td:nth-child(1) { | |||
width: 35%; | |||
} | |||
} | |||
}} | |||
<div class="container color-bg-dark"> | |||
<div class="heroImage w-100 hide-mobile" id="topImage">[[File:Lindy79.png]]</div> | |||
<div id="top-section" class="flex w-100"> | |||
<div class="info-section flex flex-col color-bg-light"> | |||
<div class="w-100 info-portrait">[[File:Lindy12.png]]</div> | |||
<table> | |||
<tr> | |||
<td>Full Name:</td> | |||
<td>Dr. Lindy Hopper</td> | |||
</tr> | |||
<tr> | |||
<td>Demeanour:</td> | |||
<td>Innovator</td> | |||
</tr> | |||
<tr> | |||
<td>Apparent Age:</td> | |||
<td>Mid 20's</td> | |||
</tr> | |||
</table> | |||
<hr class="color-accent-light" /> | |||
<table> | |||
<tr> | |||
<td>Sphere:</td> | |||
<td>Mage</td> | |||
</tr> | |||
<tr> | |||
<td>Org:</td> | |||
<td>Society of Ether</td> | |||
</tr> | |||
<tr> | |||
<td>Agreement:</td> | |||
<td>Ethernauts</td> | |||
</tr> | |||
<tr> | |||
<td>Role:</td> | |||
<td>IG Model and Systems Engineer</td> | |||
</tr> | |||
</table> | |||
<hr class="color-accent-light" /> | |||
<table> | |||
<tr> | |||
<td>Something:</td> | |||
<td>🔴🔴🔴⚫️⚫️</td> | |||
</tr> | |||
<tr> | |||
<td>Something:</td> | |||
<td>🔴⚫️⚫️⚫️⚫️</td> | |||
</tr> | |||
</table> | |||
<hr class="color-accent-light" /> | |||
<div style="text-align:center; padding: 0.5rem; font-style: italic; color: #3a3f6e;">"No system exists in isolation."</div> | |||
</div> | |||
<div class="bio-section flex flex-col section"> | |||
<h2 class="label color-shade-light text-center">Biography</h2> | |||
<hr class="color-shade-light" /> | |||
<div class="color-shade-light ph-1"> | |||
<p>Dr. Lindy Hopper from Livermore, CA.</p> | |||
</div> | |||
<h2 class="label color-shade-light text-center" style="margin-top: 1.5rem;">Soundtrack</h2> | |||
<hr class="color-shade-light" /> | |||
<div class="color-shade-light ph-1"> | |||
<p>[https://youtu.be/mKnd5rZGqzY The crack in the system]</p> | |||
<p>''They paint me a villain''<br> | |||
''I'm back with a vengeance, like I'm a god''<br> | |||
''I can't be defeated''<br> | |||
''I am the reason, I am the source''<br> | |||
''I got a legion, the battle is mine''<br> | |||
''The one to believe in''</p> | |||
<p>[https://youtu.be/FRtd8ArvH_s Gold Guns Girls]</p> | |||
<p>''Words''<br> | |||
''Words''</p> | |||
</div> | |||
</div> | |||
</div> | |||
<div class="section color-bg-light"> | |||
<h2 class="label color-shade-dark text-center">⚗️ RP Hooks ⚗️</h2> | |||
<table class="hooks-table"> | |||
<tr> | |||
<td>Senses</td> | |||
<td>Words.</td> | |||
</tr> | |||
<tr> | |||
<td>Material</td> | |||
<td>Words.</td> | |||
</tr> | |||
<tr> | |||
<td>Immaterial</td> | |||
<td>Words.</td> | |||
</tr> | |||
<tr> | |||
<td>What Is Love?</td> | |||
<td>Words.</td> | |||
</tr> | |||
</table> | |||
</div> | |||
<div class="section color-bg-dark color-shade-light"> | |||
<h2 class="label text-center">🔬 Systems of Interest 🔬</h2> | |||
<table class="contacts-table"> | |||
<tr> | |||
<td>Name</td> | |||
<td>Notes.</td> | |||
</tr> | |||
</table> | |||
</div> | |||
<div class="section color-bg-dark color-shade-light" id="logs-section"> | |||
<h2 class="label text-center"> 📋 Logs 📋 </h2> | |||
{{#dpl: | |||
|linksto={{PAGENAME}} | |||
|category=Logs | |||
|columns=3 | |||
|noresultsheader=<i>No logs have been posted yet.</i> | |||
}} | |||
</div> | |||
<div class="section color-bg-dark color-shade-light" id="gallery-section"> | |||
<h2 class="label text-center"> 📸 Gallery 📸 </h2> | |||
<div class="gallery-container">[[File:Lindy5.png]][[File:Lindy3.png]][[File:Lindy2.png]][[File:Lindy10.png]][[File:Lindy1.png]][[File:Lindy7.png]][[File:Lindy11.png]][[File:Lindy13.png]][[File:Lindy14.png]][[File:Lindy15.png]][[File:Lindy16.png]][[File:Lindy17.png]][[File:Lindy18.png]][[File:Lindy19.png]][[File:Lindy20.png]][[File:Lindy21.png]][[File:Lindy22.png]][[File:Lindy23.png]]</div> | |||
</div> | |||
</div> | |||
[[Category:Characters]] | [[Category:Characters]] | ||
[[Category:New]] | [[Category:New]] | ||
Revision as of 16:20, 12 March 2026
| Full Name: | Dr. Lindy Hopper |
| Demeanour: | Innovator |
| Apparent Age: | Mid 20's |
| Sphere: | Mage |
| Org: | Society of Ether |
| Agreement: | Ethernauts |
| Role: | IG Model and Systems Engineer |
| Something: | 🔴🔴🔴⚫️⚫️ |
| Something: | 🔴⚫️⚫️⚫️⚫️ |
"No system exists in isolation."
Biography
Dr. Lindy Hopper from Livermore, CA.
Soundtrack
They paint me a villain
I'm back with a vengeance, like I'm a god
I can't be defeated
I am the reason, I am the source
I got a legion, the battle is mine
The one to believe in
Words
Words
⚗️ RP Hooks ⚗️
| Senses | Words. |
| Material | Words. |
| Immaterial | Words. |
| What Is Love? | Words. |
🔬 Systems of Interest 🔬
| Name | Notes. |
📋 Logs 📋
No logs have been posted yet.



















