Difference between revisions of "Ambrosia/Contacts"

From City of Hope MUSH
Jump to navigation Jump to search
Line 1: Line 1:
<br>
+
{{#css:
* '''[[Amelie|Amelie Renoir]]''': What a wonderful voice.
+
 
* '''[[Calevaro|Calevaro Stars]]''': What a sweet, welcoming soul. I wonder if we can be friends.
+
#contacts {
* '''[[Dalvin|Dalvin Marelsson]]''': What a cute little mouse in a world full of cats.
+
    list-style-type: none;
* '''[[Paige|Paige Sands]]''': What a pretty little scourge of the night... and THAT DRESS!
+
    align-content: center;
* '''[[Sveta|Svetlana Serova]]''': We would be sisters in another world. A crazier world. I want to live there.
+
    align-items: center;
 +
    display: flex;
 +
    flex-flow: row wrap;
 +
    justify-content: center;
 +
    list-style: outside none none;
 +
    margin: 0;
 +
    position: relative;
 +
}
 +
 
 +
.contact-card {
 +
    margin: 0 6px;
 +
    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;
 +
}
 +
 
 +
.contact-card-placeholder {
 +
    display: flex;
 +
    justify-content: center;
 +
    height: 180px;
 +
    width: 124px;
 +
    background-color: darkslategray;
 +
}
 +
 
 +
.contact-card img {
 +
    width: auto;
 +
    height: 180px;
 +
}
 +
 
 +
}}
 +
 
 +
<ul id="contacts">
 +
  <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"><div class="contact-card-placeholder">[[File:Vamp-skull-01.png]]</div><span class="contact-name">Svetlana Seronva</span></div></li>
 +
</ul>

Revision as of 15:54, 14 April 2021


  • Stana8.jpgAmelie Renoir
  • Calevaro3.jpgCalevaro Stars
  • Dalvin PB 1.jpgDalvin Marellson
  • ElPaige2.jpgPaige Sands
  • Vamp-skull-01.png
    Svetlana Seronva