Difference between revisions of "Joe's pizza and beer/Employees"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Anabelle
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
PCs:
+
<css>
* '''[[Joe]]'''
+
.EmployeeHeader {
::'''Owner.''' Cook. Bouncer. All around gruff guy.
+
  margin        : 2em;
* '''[[Anabelle]]'''
+
  font-color    : black;
::'''Co-Owner. Brewer.''' Sometimes Cook. The cheerful short one.
+
  font-size      : 14pt;
* '''[[Viv]]'''
+
  text-shadow    : 5px 5px 8px darkred;
::'''Tap Girl.''' Also Apprentice Brewer. The really pretty one.
+
  text-align    : left;
 +
  font-weight    : bold;
 +
  font-variant  : small-caps;
 +
}
  
 +
.EmployeeSubHeader {
 +
  font-weight : bold;
 +
  font-size  : 10pt;
 +
  text-decoration: underline;
 +
  margin-top : 1em;
 +
}
  
NPCS:
+
.EmployeeDetail {
* '''Henry'''
+
  font-size: 10pt;
::'''Server.''' The good-natured flirty one.
+
  margin-top: 0.5em;
 +
}
 +
 
 +
#Employees ul {
 +
  display    : table;
 +
  list-style : none;
 +
}
 +
 
 +
#Employees li {
 +
  display : table-row;
 +
}
 +
 
 +
#Employees li:nth-child(odd):before {
 +
  display      : table-cell;
 +
  content      : '\1F37A';
 +
  font-size    : large;
 +
  color        : darkred;
 +
  padding-right : 5px;
 +
 
 +
}
 +
 
 +
#Employees li:nth-child(even):before {
 +
  display      : table-cell;
 +
  content      : '\1F37B';
 +
  font-size    : x-large;
 +
  color        : darkred;
 +
  text-align    : right;
 +
  padding-right : 5px;
 +
}
 +
</css>
 +
 
 +
<div id="Employees">
 +
 
 +
<div class="EmployeeHeader">PCs</div>
 +
 
 +
* '''[[Joe Reno|Joe]]:''' '''Part-Owner.''' Cook. Bouncer. ''All around gruff guy. The missing one.''
 +
* '''[[Anabelle]]:''' '''Co-Owner.''' Brewer. Sometimes Cook. ''The cheerful short one.''
 +
* '''[[Viv]]:''' '''Tap Girl.''' Also Apprentice Brewer. ''The really pretty one. The other missing one.''
 +
 
 +
 
 +
<div class="EmployeeHeader">NPCs</div>
 +
* '''[[Anabelle/Retainer|Henry]]:''' '''Server.''' ''The good-natured, flirty one.''
 +
 
 +
 
 +
</div>

Latest revision as of 21:44, 15 March 2020


PCs
  • Joe: Part-Owner. Cook. Bouncer. All around gruff guy. The missing one.
  • Anabelle: Co-Owner. Brewer. Sometimes Cook. The cheerful short one.
  • Viv: Tap Girl. Also Apprentice Brewer. The really pretty one. The other missing one.


NPCs
  • Henry: Server. The good-natured, flirty one.