Difference between revisions of "Joe's pizza and beer/Employees"
Jump to navigation
Jump to search
imported>Anabelle |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<css> | <css> | ||
− | . | + | .EmployeeHeader { |
margin : 2em; | margin : 2em; | ||
font-color : black; | font-color : black; | ||
Line 10: | Line 10: | ||
} | } | ||
− | . | + | .EmployeeSubHeader { |
font-weight : bold; | font-weight : bold; | ||
font-size : 10pt; | font-size : 10pt; | ||
Line 17: | Line 17: | ||
} | } | ||
− | . | + | .EmployeeDetail { |
font-size: 10pt; | font-size: 10pt; | ||
margin-top: 0.5em; | margin-top: 0.5em; | ||
} | } | ||
− | # | + | #Employees ul { |
display : table; | display : table; | ||
list-style : none; | list-style : none; | ||
} | } | ||
− | # | + | #Employees li { |
display : table-row; | display : table-row; | ||
} | } | ||
− | # | + | #Employees li:nth-child(odd):before { |
display : table-cell; | display : table-cell; | ||
content : '\1F37A'; | content : '\1F37A'; | ||
Line 40: | Line 40: | ||
} | } | ||
− | # | + | #Employees li:nth-child(even):before { |
display : table-cell; | display : table-cell; | ||
content : '\1F37B'; | content : '\1F37B'; | ||
Line 50: | Line 50: | ||
</css> | </css> | ||
− | <div id=" | + | <div id="Employees"> |
− | <div class=" | + | <div class="EmployeeHeader">PCs</div> |
− | * '''[[Joe]]''' | + | * '''[[Joe Reno|Joe]]:''' '''Part-Owner.''' Cook. Bouncer. ''All around gruff guy. The missing one.'' |
− | + | * '''[[Anabelle]]:''' '''Co-Owner.''' Brewer. Sometimes Cook. ''The cheerful short one.'' | |
− | * '''[[Anabelle]]''' | + | * '''[[Viv]]:''' '''Tap Girl.''' Also Apprentice Brewer. ''The really pretty one. The other missing one.'' |
− | |||
− | * '''[[Viv]]''' | ||
− | |||
− | <div class=" | + | <div class="EmployeeHeader">NPCs</div> |
− | * '''Henry''' | + | * '''[[Anabelle/Retainer|Henry]]:''' '''Server.''' ''The good-natured, flirty one.'' |
− | |||
</div> | </div> |