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

From City of Hope MUSH
Jump to navigation Jump to search
imported>Anabelle
imported>Anabelle
Line 1: Line 1:
PCs:
+
<css>
 +
.MenuHeader {
 +
  margin        : 2em;
 +
  font-color    : black;
 +
  font-size      : 14pt;
 +
  text-shadow    : 5px 5px 8px darkred;
 +
  text-align    : left;
 +
  font-weight    : bold;
 +
  font-variant  : small-caps;
 +
}
 +
 
 +
.MenuSubHeader {
 +
  font-weight : bold;
 +
  font-size  : 10pt;
 +
  text-decoration: underline;
 +
  margin-top : 1em;
 +
}
 +
 
 +
.MenuDetail {
 +
  font-size: 10pt;
 +
  margin-top: 0.5em;
 +
}
 +
 
 +
#menu ul {
 +
  display    : table;
 +
  list-style : none;
 +
}
 +
 
 +
#menu li {
 +
  display : table-row;
 +
}
 +
 
 +
#menu li:nth-child(odd):before {
 +
  display      : table-cell;
 +
  content      : '\1F37A';
 +
  font-size    : large;
 +
  color        : darkred;
 +
  padding-right : 5px;
 +
 
 +
}
 +
 
 +
#menu 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="menu">
 +
 
 +
<div class="MenuHeader">PCs</div>
 +
 
 
* '''[[Joe]]'''
 
* '''[[Joe]]'''
 
::'''Owner.''' Cook. Bouncer. All around gruff guy.
 
::'''Owner.''' Cook. Bouncer. All around gruff guy.
Line 8: Line 62:
  
  
NPCS:
+
<div class="MenuHeader">NPCs</div>
 
* '''Henry'''
 
* '''Henry'''
 
::'''Server.''' The good-natured flirty one.
 
::'''Server.''' The good-natured flirty one.
 +
 +
 +
</div>

Revision as of 15:36, 20 February 2014