Difference between revisions of "Ambrosia/Contacts"

From City of Hope MUSH
Jump to navigation Jump to search
Line 1: Line 1:
 
{{#css:
 
{{#css:
 
+
table {
#contacts {
+
     margin: 0 auto;
    list-style-type: none;
 
    align-content: center;
 
    align-items: center;
 
    display: flex;
 
    flex-flow: row wrap;
 
    justify-content: center;
 
    list-style: outside none none;
 
     margin: 0;
 
    position: relative;
 
 
}
 
}
 
+
td:first-of-type {
.contact-card {
+
     white-space: nowrap;
    margin: 0 6px;
+
     padding-right: .5em;
    display: flex;
 
    flex-direction: column;
 
    align-items: center;
 
     background-color: white;
 
    max-width: 160px;
 
     border-style: dotted;
 
    border-width: 1px;
 
    border-radius: 5px;
 
    border-color: #331111;
 
 
}
 
}
 
+
.overview-text {
.contact-card-placeholder {
+
     font-size: 13px;
     display: flex;
 
    justify-content: center;
 
    height: 180px;
 
    width: 124px;
 
    background-color: darkslategray;
 
 
}
 
}
 
+
#house-icon {
.contact-card img {
+
     margin-left: 30px;
     width: auto;
 
    height: 180px;
 
 
}
 
}
 
#sveta img {
 
    width: 140px;
 
    height: 180px;
 
}
 
 
 
}}
 
}}
 +
<table>
 +
<tr><td class="overview-text">'''[[Alissa]]:'''</td><td class="overview-text">She scares me in her creepiness.</td></tr>
 +
<tr><td class="overview-text">'''[[Amelie]]:'''</td><td class="overview-text"></td></tr>
 +
<tr><td class="overview-text">'''[[Ed]]:'''</td><td class="overview-text">She keeps us safe.</td></tr>
 +
<tr><td class="overview-text">'''[[Hannah]]:'''</td><td class="overview-text">There's power there beneath that colorful hair.</td></tr>
 +
<tr><td class="overview-text">'''[[Paige]]:'''</td><td class="overview-text">Pure ambition.</td></tr>
 +
<tr><td class="overview-text">'''[[Sveta]]:'''</td><td class="overview-text">She sees the truth.</td></tr>
  
<ul id="contacts">
+
</table>
  <li><div class="contact-card">[[File:Stana8.jpg]]<span class="contact-name">Amelie Renoir</span></div></li>
 
  <li><div class="contact-card">[[File:Calevaro3.jpg]]<span class="contact-name">Calevaro Stars</span></div></li>
 
  <li><div class="contact-card">[[File:Dalvin_PB_1.jpg]]<span class="contact-name">Dalvin Marellson</span></div></li>
 
  <li><div class="contact-card">[[File:ElPaige2.jpg]]<span class="contact-name">Paige Sands</span></div></li>
 
  <li><div class="contact-card" id="sveta">[[File:Tn6dJtk.png]]<span class="contact-name">Svetlana Seronva</span></div></li>
 
</ul>
 

Revision as of 13:27, 22 April 2021

Alissa:She scares me in her creepiness.
Amelie:
Ed:She keeps us safe.
Hannah:There's power there beneath that colorful hair.
Paige:Pure ambition.
Sveta:She sees the truth.